76 Commits

Author SHA1 Message Date
Tim Niemueller
b12ac249d6 Make files non-executable
Many files were executed which need not be, e.g. docs and source files.
2010-10-20 14:53:14 -04:00
Tim Niemueller
23a0455500 New version 1.2.1 with updated docs and examples 2010-10-18 17:54:22 -04:00
Tim Niemueller
47710d9be8 Add simple example scripts 2010-10-18 17:51:53 -04:00
Tim Niemueller
777f825cab .gitignore: ignore backup files 2010-10-18 17:51:44 -04:00
Tim Niemueller
6a0087d1ae Updated documentation 2010-10-18 17:50:45 -04:00
Tim Niemueller
f5d4ffdabd README: update for recent changes 2010-09-15 11:42:39 -04:00
Tim Niemueller
658a83b24d http.call: add version to user agent 2010-09-15 11:25:18 -04:00
Tim Niemueller
c50a904b56 Update package meta info
Provide version split in major, minor and micro release numbers, as well
as the all in one string. Have separate package name variable to have
pure version in _VERSION. Update copyright year.
2010-09-14 22:17:37 -04:00
Tim Niemueller
ea9546305b Parser: improved handling of unexpected values
XML-RPC libs tend to do their own thing sometimes in terms of
serialization of data, therefore make the methods a little more robust
by handling some more of these cases.
2010-09-14 22:15:53 -04:00
Tim Niemueller
ecb90abd45 Remove svn keyword from files 2010-09-14 22:06:15 -04:00
Tomas Guisasola
cd12aec00c Upgrading to Lua 5.1 2007-03-30 04:18:54 +00:00
Tomas Guisasola
1aa151ad3b Correcting previous mistake with var-arg calls 2007-03-30 04:17:14 +00:00
Tomas Guisasola
4074493524 Upgrading to Lua 5.1 2007-03-18 19:17:04 +00:00
Ricardo Calheiros
6402524efd bug correction on the method xmlrpc.srvMethods
tests/test.lua renamed to apitest.lua
adding tests/httptest.lua - automatic tests over http
new server side (server.lua)
2006-02-17 11:39:14 +00:00
Ricardo Calheiros
e01209c34b removed 'src/cgi.lua' reference 2006-02-17 11:35:10 +00:00
Ricardo Calheiros
9ca9158dae description, of the files in the distribution, updated 2006-02-17 11:33:36 +00:00
Tomas Guisasola
6d6a4a87ee Substituting cgi.lua by server.lua. 2006-02-14 13:15:47 +00:00
Tomas Guisasola
3ff8a4d642 Correction on LuaBinary's standalone interpreter name. 2006-02-02 20:38:49 +00:00
Andre Carregal
f13878a881 Documentation update - minor details 2006-02-02 20:18:35 +00:00
Andre Carregal
5cdbfa184a Documentation update reflecting the Kepler structure 2006-02-02 19:15:26 +00:00
Andre Carregal
e05646e568 Minor revisions 2006-02-02 19:12:46 +00:00
Ricardo Calheiros
2611762342 bug correction on the function x2boolean 2006-01-31 15:35:24 +00:00
Andre Carregal
cbd21eff0f Documentation update - minor details 2006-01-27 14:08:19 +00:00
Andre Carregal
184b1f8816 Documentation update - preparing for 1.0 final 2006-01-19 20:36:48 +00:00
Andre Carregal
d9b55ece8f Documentation update - minor details 2006-01-19 20:24:31 +00:00
Tomas Guisasola
00d1fa1dff Including server.lua into the `install' rule. 2005-12-26 18:30:31 +00:00
Tomas Guisasola
bbe8152464 XMLRPC server written as a CGILua 5.0 script. 2005-12-26 18:27:51 +00:00
Tomas Guisasola
dbe3f4e153 Updating to Compat-5.1 and LuaSocket 2.0b3.
Small improvements.
2005-06-24 16:57:09 +00:00
Tomas Guisasola
a9c402a861 Removing field _NAME. 2005-06-24 01:52:52 +00:00
Tomas Guisasola
9d855c5c9c Cleanup. 2005-06-05 17:19:12 +00:00
Andre Carregal
ce254315d3 Documentation update 2005-05-24 23:27:16 +00:00
Tomas Guisasola
5cda0d0e84 new documentation format 2005-05-18 20:52:21 +00:00
Tomas Guisasola
f9b7661fca Upgrading to new directory structure.
Version 1.0.0
2005-04-09 15:22:22 +00:00
Tomas Guisasola
9184e5b5c3 Retirando o artigo (The) do link para o Projeto Kepler. 2004-12-28 16:34:40 +00:00
Tomas Guisasola
2210d0ed00 Correcao no link para o LuaForge. 2004-12-02 16:06:09 +00:00
Tomas Guisasola
cbb94fb97a Atualizacao para 1.0b. 2004-12-02 15:50:39 +00:00
Tomas Guisasola
3b1319fbc8 Correcao no $Id:$. 2004-12-02 15:04:20 +00:00
Tomas Guisasola
82e6d4610e Correcao na geracao do .zip: nao trocar CR por LF para nao alterar binarios. 2004-11-24 15:28:34 +00:00
Andre Carregal
90a5a8e194 HTML Tidying 2004-11-22 18:35:55 +00:00
Tomas Guisasola
89542a6976 Troca de e-mail. 2004-11-11 13:40:12 +00:00
Tomas Guisasola
e88db1e993 Pequena correcao na instalacao. 2004-11-09 13:13:33 +00:00
Tomas Guisasola
41f1c8ef5a Inclusao de regra de instalacao. 2004-11-09 07:44:25 +00:00
Tomas Guisasola
b4f67ccfea Melhoria na reutilizacao do Makefile. 2004-11-08 16:10:15 +00:00
Tomas Guisasola
7f51ed607e Inclusao das variaveis de informacao. 2004-11-03 12:49:16 +00:00
Tomas Guisasola
a81e6d1d27 Adaptacao para o novo modelo de pacotes.
A biblioteca passa a depender de Lua 5.1 ou do arquivo de compatibilizacao.
2004-09-27 16:39:37 +00:00
Tomas Guisasola
c3941b1cb7 Correcao na construcao do .zip. 2004-08-12 19:05:58 +00:00
Tomas Guisasola
90c0a97031 Atualizacao da data do copyright. 2004-08-12 04:11:41 +00:00
Tomas Guisasola
9887457d6f Correcoes no ingles. 2004-07-09 16:26:23 +00:00
Tomas Guisasola
28c03f08ef Correcao na carga do lom.lua. 2004-03-24 19:11:55 +00:00
Tomas Guisasola
53777ee7d7 Troca dos nomes dos arquivos extra.
Modificacao no esquema de instalacao (diretorio xmlrpc).
2004-03-24 19:02:40 +00:00