commit 7bbe736bad405110f286cea8798b0879c87515fd
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 22:35:38 2018 -0700

    configure.ac: remove dependencies adde by mistake

 configure.ac | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit 7f40b699233aeb80a2335716bf4ba683350408a4
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 22:32:50 2018 -0700

    bump version to 0.3.0

 NEWS         | 9 +++++++++
 README.org   | 2 +-
 configure.ac | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

commit dc5c514c6a13a50fbf4b8cfbadc508032fac9726
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 22:31:03 2018 -0700

    switch to GPLv3

 COPYING.LESSER       | 165 ---------------------------------------------------
 Makefile.am          |  22 ++++---
 README.org           |  16 ++++-
 configure.ac         |  22 ++++---
 examples/Makefile.am |  24 ++++----
 examples/client.scm  |  24 ++++----
 examples/server.scm  |  24 ++++----
 pkg-list.scm.in      |  28 ++++-----
 xmlrpc.scm           |  24 ++++----
 xmlrpc/Makefile.am   |  22 ++++---
 xmlrpc/simple.scm    |  22 ++++---
 xmlrpc/syntax.scm    |  26 ++++----
 12 files changed, 122 insertions(+), 297 deletions(-)
 delete mode 100644 COPYING.LESSER

commit 679a9f544ff3ec0ff464825f9c2e91c3f9cc7a3d
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 22:24:32 2018 -0700

    replace base64 with industria's one

 configure.ac                 |   1 +
 xmlrpc/Makefile.am           |   4 +-
 xmlrpc/base64.scm            | 144 ---------------------
 xmlrpc/industria/Makefile.am |  39 ++++++
 xmlrpc/industria/base64.scm  | 298 +++++++++++++++++++++++++++++++++++++++++++
 xmlrpc/simple.scm            |   4 +-
 xmlrpc/syntax.scm            |   4 +-
 7 files changed, 345 insertions(+), 149 deletions(-)
 delete mode 100644 xmlrpc/base64.scm
 create mode 100644 xmlrpc/industria/Makefile.am
 create mode 100644 xmlrpc/industria/base64.scm

commit ff020bd5138a3a5bd5e31e7f01d3ed6678cdc12a
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 22:17:35 2018 -0700

    examples: use /usr/bin/env

 examples/client.scm | 2 +-
 examples/server.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 88485bcb272ec71bd07e8787078d8781274175d5
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Wed Aug 22 22:17:05 2018 -0700

    update configure and install localtions

 INSTALL            | 322 ++++++++++++++++++++++++++---------------------------
 Makefile.am        |   8 +-
 build-aux/guile.m4 | 306 --------------------------------------------------
 configure.ac       |  12 +-
 xmlrpc/Makefile.am |   5 +-
 5 files changed, 179 insertions(+), 474 deletions(-)
 delete mode 100644 build-aux/guile.m4

commit 3e55ed6e5f1287f9f0d269f6b46f20026f653f93
Author: Aleix Conchillo Flaqué <aleix@oblong.com>
Date:   Fri May 5 18:53:37 2017 -0700

    README: add autoreconf instructions

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

commit 757c02a1f78289e271fba23c9b9aae47700da672
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jul 25 12:15:33 2013 -0700

    add + to LGPLv3

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2a5f2bdc2c83df30bc997faf9e4dcd0b3f603a86
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Jul 14 09:27:31 2013 -0700

    add missing colons to README

 README.org | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

commit 4435655a4525461ff6b32545f696d40f2a0e8f2a
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jul 6 23:09:27 2013 -0700

    update download url in README

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 10f2cdf0ebd49cf76ad72d0e4b1cd0020bc2ed16
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jul 6 23:07:00 2013 -0700

    bump configure.ac version and update NEWS

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 54a3f1029352aa996df6ee26bb82863c3046c21c
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Jul 6 23:06:23 2013 -0700

    use pure sh script syntax in env.in

 env.in | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit da4fcf9c46ff517ab0ad8ce777550475a6b7281f
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jun 28 21:23:53 2013 -0700

    bump configure.ac versoin to 0.2.1

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66c8eecd1ab29414b8d0174e81cd1b2af51a6489
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jun 28 21:23:42 2013 -0700

    update README and NEWS with newer version details

 NEWS       | 5 +++++
 README.org | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 66aac1fa7f4ef51582fc02a14c18283ced48a271
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Jun 28 21:23:18 2013 -0700

    include examples directory in distribution tarball

 INSTALL              |  2 +-
 Makefile.am          |  2 +-
 configure.ac         |  4 +++-
 examples/Makefile.am | 24 ++++++++++++++++++++++++
 4 files changed, 29 insertions(+), 3 deletions(-)
 create mode 100644 examples/Makefile.am

commit bbe19e6d2e4f0378d0f2db7674a795eeb4507d3c
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed May 15 21:31:59 2013 -0700

    no need to add COPYING.LESSER to EXTRA_DIST

 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

commit 84e2ea86dbad685e41161c737a1d7d45824c8487
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed May 15 21:27:34 2013 -0700

    just use regular e-mail format

 examples/client.scm | 2 +-
 examples/server.scm | 2 +-
 pkg-list.scm.in     | 2 +-
 xmlrpc.scm          | 2 +-
 xmlrpc/simple.scm   | 2 +-
 xmlrpc/syntax.scm   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

commit c8fa7a8120e8275b75b13630d304465b03f35822
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue May 14 00:53:52 2013 -0700

    bump configure.ac version to 0.2.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 981cd263d2169cb824ef8db67d7f055e95b2b14c
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue May 14 00:53:31 2013 -0700

    add COPYING.LESSER to dist tarball

 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit b4677d53569b9640852336a3f8cc742db5687ba0
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue May 14 00:51:34 2013 -0700

    updated NEWS and README

 INSTALL    | 8 ++++----
 NEWS       | 5 +++++
 README.org | 4 ++--
 3 files changed, 11 insertions(+), 6 deletions(-)

commit 696cd7d6be880ad7393f11ca41e538c792ad4fa5
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue May 14 00:50:15 2013 -0700

    use new guile.m4 macro

 build-aux/guile.m4 | 171 ++++++++++++++++++++++++++++++++++++++---------------
 configure.ac       |  14 -----
 2 files changed, 124 insertions(+), 61 deletions(-)

commit d9e874f236931f32da7b47729d0b354cb54954da
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue May 14 00:49:33 2013 -0700

    ignore everything guile-xmlrpc*

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ac6edcf4417a9572382e3414b610ee7c55756b48
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue May 14 00:49:23 2013 -0700

    relicensing with LGPLv3

 COPYING.LESSER      | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am         |  23 ++++++++
 configure.ac        |  22 +++----
 examples/client.scm |  22 ++++---
 examples/server.scm |  22 ++++---
 pkg-list.scm.in     |  24 ++++----
 xmlrpc.scm          |  20 +++----
 xmlrpc/Makefile.am  |  23 ++++++++
 xmlrpc/base64.scm   |  31 +++++-----
 xmlrpc/simple.scm   |  20 +++----
 xmlrpc/syntax.scm   |  20 +++----
 11 files changed, 297 insertions(+), 95 deletions(-)
 create mode 100644 COPYING.LESSER

commit d328e498d8a7e39f1ee6fe89d9e0886f06cffcc3
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Mar 26 07:37:34 2013 -0700

    README: use savannah download mirrors

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 66aa2e3b36d49856e7f175a8f8e1a656c486c92a
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 10 22:09:40 2013 -0800

    bump configure.ac version to 0.1.2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e4a72842935c202e50f8754b09a2044e847e5bdd
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 10 22:09:28 2013 -0800

    update README and NEWS

 NEWS       | 6 ++++++
 README.org | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit df0d02d361a2a4ba215783ccb61c2ac6bedcc1bc
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 10 22:09:01 2013 -0800

    automatically update pkg-list.scm version

 Makefile.am                     | 6 +++++-
 pkg-list.scm => pkg-list.scm.in | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
 rename pkg-list.scm => pkg-list.scm.in (98%)

commit 207c4652aaff520b64398f16cd113e0807d563d2
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Feb 6 23:09:56 2013 -0800

    README: update download file

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 62597c332b85a1c48cf92e14b0032958500107fe
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Feb 6 23:07:37 2013 -0800

    bump configure.ac version to 0.1.1 and update doc files

 NEWS         | 4 ++++
 README.org   | 3 +++
 configure.ac | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

commit 418bbe28f930b6eb54dfce7c8f42dd30cba67e40
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Wed Feb 6 23:05:13 2013 -0800

    added guildhall package file

 Makefile.am  |  2 +-
 pkg-list.scm | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletion(-)
 create mode 100644 pkg-list.scm

commit 680d424a8051afc48caf1037d4a464e48115770a
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 23:32:26 2013 -0800

    README: minor fix to avoid italics

 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c8c569445b4d3aa96bbc97f94d0bebef669212c9
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 23:26:34 2013 -0800

    update NEWS with today's relase date

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1f2cb434d9584934fbfd3266978a2633464d4c25
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 23:26:12 2013 -0800

    README: added installation instructions and usage

 README.org        | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 xmlrpc/simple.scm |   2 +-
 xmlrpc/syntax.scm |   2 +-
 3 files changed, 139 insertions(+), 3 deletions(-)

commit 023dc995fc80c22fe68ad2769140862a588edb26
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 23:04:41 2013 -0800

    added documentation to procedures and syntax module

 xmlrpc/simple.scm | 28 ++++++++++++++++++++++++++++
 xmlrpc/syntax.scm | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

commit 237054ad49e90edcd03cd480f1825796448dde79
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 23:04:16 2013 -0800

    examples: added some initial output

 examples/client.scm | 3 +++
 examples/server.scm | 5 +++++
 2 files changed, 8 insertions(+)

commit 5be3c08c277474051057378f7275b7d685e3746b
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 00:44:24 2013 -0800

    syntax: quote fault reponse

 xmlrpc/syntax.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 6f696d7aec4d94cfae5f032b57c8a844893a51e2
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 00:39:48 2013 -0800

    examples: make client/server executable scripts

 examples/client.scm | 5 +++++
 examples/server.scm | 5 ++++-
 2 files changed, 9 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 examples/client.scm
 mode change 100644 => 100755 examples/server.scm

commit 41de8059819d53ccc4aca9d9746f30860b23035e
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 00:37:19 2013 -0800

    examples: added client and server examples

 examples/client.scm | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 examples/server.scm | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 168 insertions(+)
 create mode 100644 examples/client.scm
 create mode 100644 examples/server.scm

commit 883203f4eb70da2e626a005be5c3a05b070ea6b9
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Tue Feb 5 00:36:56 2013 -0800

    simple: xmlrpc->scm now receives a port; cleanup sxmlrpc->scm

 xmlrpc/simple.scm | 71 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 37 insertions(+), 34 deletions(-)

commit a26c2876ad3c4501fa01996d0be664dc5770fbc3
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Mon Feb 4 23:38:52 2013 -0800

    syntax: symbols need to be quoted

 xmlrpc/syntax.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 2f4b94fe1d90fd57a5b4c57760b0943a21b51122
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 3 23:11:06 2013 -0800

    simple: do not expect methodCall/methodResponse as *TOP*

 xmlrpc/simple.scm | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

commit fdebc8668460911e6bc88b783d864c53d61b1709
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 3 23:10:19 2013 -0800

    syntax: response-fault accepts unquoted vars; struct/response use symbols

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

commit c45d25101672b4d686a48bfd75a1af6031d940b8
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 3 21:25:37 2013 -0800

    syntax: struct keys must be strings

 xmlrpc/syntax.scm | 2 ++
 1 file changed, 2 insertions(+)

commit 8a0c1785a0a2c9cddeb61b3b3aed964a1225a2c3
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 3 21:25:17 2013 -0800

    install files in site/xmlrpc directory

 xmlrpc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 963d72d607f0eab29a3d9225da9d93577741e62c
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 3 13:57:11 2013 -0800

    simple: added xmlrpc-string->scm

 xmlrpc/simple.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit ed141daf0cfb8f3487eff6eee13566aa05f47192
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun Feb 3 00:56:17 2013 -0800

    simple: add response fault and use helper functions for sxmlrpc->scm

 xmlrpc/simple.scm | 100 ++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 75 insertions(+), 25 deletions(-)

commit cee5f49537dfc8af704e7f5e718a5fe96fd33b82
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Feb 2 23:50:35 2013 -0800

    simple: add methodCall and methodResponse and improve array/struct

 xmlrpc/simple.scm | 53 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 23 deletions(-)

commit b3a5d803279cb9f963131c609f232c780c7912d0
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sat Feb 2 23:48:18 2013 -0800

    syntax: fix support for request and response

 xmlrpc/syntax.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 433193abc1bc666a25a6e03582a96d2a30e13c81
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Fri Feb 1 08:01:15 2013 -0800

    simple: sxmlrpc->scm is now for generic sxmlrpc not only requests

 configure.ac      |  1 +
 xmlrpc/simple.scm | 80 +++++++++++++++++++++++++------------------------------
 xmlrpc/syntax.scm |  1 +
 3 files changed, 39 insertions(+), 43 deletions(-)

commit 75c339d7ab304efe196c51b5067fc93ca81204c4
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jan 31 09:16:38 2013 -0800

    move sxmlrpc macro to syntax.scm

 configure.ac       |  1 -
 xmlrpc.scm         |  6 ++--
 xmlrpc/Makefile.am |  2 +-
 xmlrpc/simple.scm  | 56 ++-----------------------------------
 xmlrpc/syntax.scm  | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 90 insertions(+), 57 deletions(-)
 create mode 100644 xmlrpc/syntax.scm

commit 25924e233bb60b9eec80ff90e92324e759a6d496
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Thu Jan 31 09:10:28 2013 -0800

    some clean and start preparing for release

 .gitignore                          |   2 +
 AUTHORS                             |   3 +-
 ChangeLog                           |   6 ++
 Makefile.am                         |  21 +++++-
 NEWS                                |   4 +
 README                              |   1 +
 configure.ac                        |   6 +-
 xmlrpc.scm                          |  43 +++++++++++
 {src => xmlrpc}/Makefile.am         |   2 +-
 xmlrpc/base64.scm                   | 143 ++++++++++++++++++++++++++++++++++++
 src/xmlrpc.scm => xmlrpc/simple.scm | 121 ++++++++++++++++--------------
 11 files changed, 291 insertions(+), 61 deletions(-)
 create mode 120000 README
 create mode 100644 xmlrpc.scm
 rename {src => xmlrpc}/Makefile.am (91%)
 create mode 100644 xmlrpc/base64.scm
 rename src/xmlrpc.scm => xmlrpc/simple.scm (62%)

commit 254aea0983cee95dff5d33234c214854025dfaa7
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun May 13 00:19:28 2012 -0700

    it seems github accepts org-mode files?

 README     | 4 ----
 README.org | 3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)
 delete mode 100644 README
 create mode 100644 README.org

commit 3f33365c215cc8f9b3da0dd69a3ac6aec8daae8f
Author: Aleix Conchillo Flaque <aconchillo@gmail.com>
Date:   Sun May 13 00:12:33 2012 -0700

    initial import

 .gitignore          |  14 ++
 AUTHORS             |   1 +
 COPYING             | 674 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog           |   0
 INSTALL             | 370 ++++++++++++++++++++++++++++
 Makefile.am         |   3 +
 NEWS                |   0
 README.md => README |   0
 build-aux/guile.m4  | 229 ++++++++++++++++++
 configure.ac        |  49 ++++
 env.in              |  16 ++
 src/Makefile.am     |  15 ++
 src/xmlrpc.scm      | 136 +++++++++++
 13 files changed, 1507 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 AUTHORS
 create mode 100644 COPYING
 create mode 100644 ChangeLog
 create mode 100644 INSTALL
 create mode 100644 Makefile.am
 create mode 100644 NEWS
 rename README.md => README (100%)
 create mode 100644 build-aux/guile.m4
 create mode 100644 configure.ac
 create mode 100644 env.in
 create mode 100644 src/Makefile.am
 create mode 100644 src/xmlrpc.scm

commit 8fa3628a1a92ff1919f81e2cafd59b9c2010d0d9
Author: Aleix Conchillo Flaqué <aconchillo@gmail.com>
Date:   Sun May 13 00:03:36 2012 -0700

    initial commit

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