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 +--
 src/Makefile.am    |   15 ------
 src/xmlrpc.scm     |  136 ------------------------------------------------
 xmlrpc.scm         |   43 +++++++++++++++
 xmlrpc/Makefile.am |   15 ++++++
 xmlrpc/base64.scm  |  143 ++++++++++++++++++++++++++++++++++++++++++++++++++
 xmlrpc/simple.scm  |  147 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 13 files changed, 386 insertions(+), 156 deletions(-)
 create mode 120000 README
 delete mode 100644 src/Makefile.am
 delete mode 100644 src/xmlrpc.scm
 create mode 100644 xmlrpc.scm
 create mode 100644 xmlrpc/Makefile.am
 create mode 100644 xmlrpc/base64.scm
 create mode 100644 xmlrpc/simple.scm

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 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 INSTALL            |  370 ++++++++++++++++++++++++++++
 Makefile.am        |    3 +
 README             |    4 +
 README.md          |    4 -
 build-aux/guile.m4 |  229 ++++++++++++++++++
 configure.ac       |   49 ++++
 env.in             |   16 ++
 src/Makefile.am    |   15 ++
 src/xmlrpc.scm     |  136 +++++++++++
 12 files changed, 1511 insertions(+), 4 deletions(-)
 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
 create mode 100644 README
 delete mode 100644 README.md
 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
