commit 5d7349697df8e97c5dc80800058515e105b7d9e3
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Thu Aug 23 09:19:28 2018 -0700

    final license stuff

 ChangeLog | 26 +++++++++++++++++++++-----
 README.md | 19 ++++++++++++-------
 2 files changed, 33 insertions(+), 12 deletions(-)

commit 8d412b8e25f433a7fa679b8a207f3703d95f0b7e
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 21:00:46 2018 -0700

    README: added copyright notice

 README.md | 2 ++
 1 file changed, 2 insertions(+)

commit 8b7894c4deccd1e8cca2bee860f4989c5ae61d0f
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 20:57:25 2018 -0700

    switch to GPLv3

 COPYING.LESSER            | 165 ----------------------------------------------
 ChangeLog                 |   5 +-
 Makefile.am               |  22 +++----
 README.md                 |  54 ++++++++-------
 configure.ac              |  22 +++----
 env.in                    |  18 +++++
 jwt.scm                   |  22 +++----
 jwt/Makefile.am           |  22 +++----
 jwt/hashing/Makefile.am   |  22 +++----
 jwt/industria/Makefile.am |  22 +++----
 jwt/jwt.scm               |  22 +++----
 11 files changed, 117 insertions(+), 279 deletions(-)
 delete mode 100644 COPYING.LESSER

commit ba2685b53865dbf00c0bd95e700e5f25b515009a
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Mon Aug 20 09:18:50 2018 -0700

    add license notices in hashing files

 jwt/hashing/LICENSE.txt   | 21 ---------------------
 jwt/hashing/fixnums.scm   | 19 +++++++++++++++++++
 jwt/hashing/hmac.scm      | 19 +++++++++++++++++++
 jwt/hashing/sha-2.scm     | 19 +++++++++++++++++++
 jwt/industria/LICENSE.txt | 21 ---------------------
 5 files changed, 57 insertions(+), 42 deletions(-)
 delete mode 100644 jwt/hashing/LICENSE.txt
 delete mode 100644 jwt/industria/LICENSE.txt

commit 231390c65e98f88b818fdd648d03f05e806779fb
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 16:18:11 2018 -0700

    added industria and hashing licenses

 jwt/hashing/LICENSE.txt   | 21 +++++++++++++++++++++
 jwt/industria/LICENSE.txt | 21 +++++++++++++++++++++
 2 files changed, 42 insertions(+)
 create mode 100644 jwt/hashing/LICENSE.txt
 create mode 100644 jwt/industria/LICENSE.txt

commit f2ad219616cb651846c6d48070f9daf46a1939b8
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 15:35:59 2018 -0700

    README: update exceptions in json-encode

 README.md | 4 ++++
 1 file changed, 4 insertions(+)

commit 6c5bbbd62c645ff32f8b2f832976fbaee1a563d4
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 15:14:46 2018 -0700

    bump version to 0.1.0

 NEWS            | 2 +-
 README.md       | 8 +++++---
 configure.ac    | 2 +-
 jwt.scm         | 2 +-
 jwt/Makefile.am | 2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

commit ea222f53ad9603cdcda78f5968e0b8a7de9c95e0
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 13:56:00 2018 -0700

    README: more updates.

 README.md | 25 +++++++++++++++----------
 1 file changed, 15 insertions(+), 10 deletions(-)

commit 00a1e3046aae378da512ff100918152fa19ef8b7
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 13:02:57 2018 -0700

    conform to markdown

 README.md | 46 +++++++++++++++++++++++++++-------------------
 1 file changed, 27 insertions(+), 19 deletions(-)

commit 0e53f3a647c327d68eebbf19c32e5022f92a4e1c
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 12:59:43 2018 -0700

    added documentation to README

 README.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 58 insertions(+)

commit 5455ec1ecff42e37e97772d36869acea603ac3e8
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 09:36:19 2018 -0700

    add documentation and signature verification

 jwt/jwt.scm | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

commit 1a19d878e5c83db01d98b57526ddf3a698e07707
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Fri Aug 17 09:04:47 2018 -0700

    just some cleanup

 jwt/jwt.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit a31045ce8ae1cf2c16ceaa74673b5de32d8d3a57
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Thu Aug 16 22:04:12 2018 -0700

    initial jwt decoding support working

 jwt/jwt.scm | 82 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 44 insertions(+), 38 deletions(-)

commit 8a6ba55cc69a0b9ec5ff77d7a02c53a5561cdf43
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Thu Aug 16 21:22:25 2018 -0700

    industria: copied new base64 from industria to support no padded decoding

 jwt/industria/base64.scm | 173 +++++++++++++++++++++++++----------------------
 1 file changed, 93 insertions(+), 80 deletions(-)

commit 267e34c29fcddb9512c21928b5a63f75bb3f3feb
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 15 00:28:42 2018 -0700

    README: remove org mode colons

 README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit b6ca26d7737d6f0800908ae30b7c8291cf9ac920
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 15 00:27:32 2018 -0700

    initial commit

 .gitignore                |  15 ++
 AUTHORS                   |   2 +
 COPYING                   | 674 ++++++++++++++++++++++++++++++++++++++++++++++
 COPYING.LESSER            | 165 ++++++++++++
 ChangeLog                 |   6 +
 INSTALL                   | 368 +++++++++++++++++++++++++
 Makefile.am               |  51 ++++
 NEWS                      |   4 +
 README                    |   1 +
 README.md                 |  38 +++
 configure.ac              |  49 ++++
 env.in                    |  17 ++
 jwt.scm                   |  43 +++
 jwt/Makefile.am           |  45 ++++
 jwt/hashing/Makefile.am   |  43 +++
 jwt/hashing/fixnums.scm   |  45 ++++
 jwt/hashing/hmac.scm      |  36 +++
 jwt/hashing/sha-2.scm     | 580 +++++++++++++++++++++++++++++++++++++++
 jwt/industria/Makefile.am |  43 +++
 jwt/industria/base64.scm  | 285 ++++++++++++++++++++
 jwt/jwt.scm               | 120 +++++++++
 21 files changed, 2630 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 COPYING.LESSER
 create mode 100644 ChangeLog
 create mode 100644 INSTALL
 create mode 100644 Makefile.am
 create mode 100644 NEWS
 create mode 120000 README
 create mode 100644 README.md
 create mode 100644 configure.ac
 create mode 100644 env.in
 create mode 100644 jwt.scm
 create mode 100644 jwt/Makefile.am
 create mode 100644 jwt/hashing/Makefile.am
 create mode 100644 jwt/hashing/fixnums.scm
 create mode 100644 jwt/hashing/hmac.scm
 create mode 100644 jwt/hashing/sha-2.scm
 create mode 100644 jwt/industria/Makefile.am
 create mode 100644 jwt/industria/base64.scm
 create mode 100644 jwt/jwt.scm
