aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial revisionDiego Nehab2002-07-081-0/+45
* Updated for Lua 4.1-w3.Diego Nehab2002-07-083-112/+105
* Updated for Lua 4.1-w3.Diego Nehab2002-07-081-54/+55
* LuaSocket 1.5 (4.1w3)Diego Nehab2002-07-081-14/+6
* Initial revisionDiego Nehab2002-07-082-0/+394
* internet class.Diego Nehab2002-07-031-70/+46
* Initial revisionDiego Nehab2002-07-037-0/+552
* select implementation.Diego Nehab2002-07-031-153/+95
* main module. just initializes other modules.Diego Nehab2002-07-031-2151/+37
* Corrigido bug no select.Diego Nehab2002-06-101-3/+3
* Initial revisionDiego Nehab2002-03-272-0/+371
* Initial revisionDiego Nehab2002-03-221-0/+194
* Initial revisionDiego Nehab2002-03-211-0/+352
* return gsub... is not a nice ideia, since the thing returns several results.Diego Nehab2001-09-271-1/+2
* Removed wrong host header in redirect.Diego Nehab2001-09-261-3/+11
* Changed some variable names.Diego Nehab2001-09-261-20/+26
* Changed build_url to compose from smaller partsDiego Nehab2001-09-261-9/+35
* Almost ready for Lua 4.1Diego Nehab2001-09-261-97/+87
* HTTP.request was not returning response for body-less requests.Diego Nehab2001-09-181-19/+20
* Changed HTTP.get and HTTP.post to return status code instead ofDiego Nehab2001-09-181-4/+4
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-2/+2
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-4/+9
* Updated for LuaSocket 1.4.Diego Nehab2001-09-121-227/+324
* Initial revisionDiego Nehab2001-09-121-0/+204
* Updated for LuaSocket 1.4, following LTN7 etc.Diego Nehab2001-09-121-150/+153
* Simple HTTP functions can deal with table arguments also.Diego Nehab2001-09-121-30/+71
* Minor documentation changes.Diego Nehab2001-08-071-52/+52
* Rewritten to comply to LTN7 (Modules & Packages).Diego Nehab2001-07-291-245/+311
* Timeout detection bug when timeout value was 0 in the select function.Diego Nehab2001-07-231-1/+1
* LUASOCKET_API now prefixes all exported function declarations.Diego Nehab2001-06-192-2/+9
* debug code removed.Diego Nehab2001-06-111-3/+0
* Removed some warnings.Diego Nehab2001-06-091-2/+2
* Updated version information.Diego Nehab2001-06-081-1/+1
* udpsocket errors are more verboseDiego Nehab2001-06-081-6/+12
* Issue error when select is called with invalid parameters.Diego Nehab2001-06-081-10/+11
* Block size increased.Diego Nehab2001-06-071-1/+1
* Streaming by callbacks implemented.Diego Nehab2001-06-062-196/+366
* Updated for 1.3b version.Diego Nehab2001-06-041-1/+1
* Select was also crashing on non-table parameters.Diego Nehab2001-06-041-14/+26
* HTTP message bodies are transfered using a callback to return body partsDiego Nehab2001-05-211-114/+200
* Added support to UDP socket options.Diego Nehab2001-04-231-77/+139
* Some internal functions were not static.Diego Nehab2001-04-161-32/+37
* BUG: multi-line replies were not supported.Diego Nehab2001-03-271-338/+315
* Found a new way to define global version of table methods using only ~15Diego Nehab2001-03-121-144/+222
* Removed global version of table methods.Diego Nehab2001-03-061-329/+201
* Updated for release 1.2.1Diego Nehab2001-03-061-2/+16
* Added support for the CYGWIN gcc compiler.Diego Nehab2001-01-281-3/+9
* Data connection is now passive. Even minimum FTP servers are usable.Diego Nehab2001-01-251-62/+73
* HTTP is now generic, with function http_request.Diego Nehab2001-01-251-167/+258
* UDP code implemented.Diego Nehab2001-01-251-797/+1466