aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added proxy support to http.luaDiego Nehab2004-01-192-25/+39
| | | | | Changed callback.lua module, but need more work. Added local connect support.
* Added new filter to code.c, to convert between line conventions.Diego Nehab2004-01-181-1/+1
|
* Have to figure out how to test timeout on connect... kind of hard.Diego Nehab2004-01-181-1/+1
|
* Fixed bug in accept, added tests for it and for connect with timeout.Diego Nehab2004-01-181-0/+1
|
* Still needs testing, but "worked" in Linux.Diego Nehab2004-01-181-2/+3
|
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-1812-194/+227
|
* Trying to get rid of EINTR problems...Diego Nehab2004-01-178-25/+63
|
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-177-148/+224
|
* http.lua updated. still needs proxy support.Diego Nehab2004-01-165-310/+373
| | | | code.lua updated. looks neat.
* Killed a few bugs found by Tomas.Diego Nehab2003-11-279-55/+84
|
* First version of generic SMTP code and of the base64 encoding.Diego Nehab2003-10-212-288/+133
| | | | Gonna rewrite the base64 stuff (found a better way).
* Starting to use RCS in princeton again. Not behind a firewall anymore.Diego Nehab2003-08-313-32/+29
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-1610-109/+128
|
* Made them independent of namespace.Diego Nehab2003-07-051-0/+1
|
* Bug in usocket_recv...Diego Nehab2003-06-302-1/+5
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-2627-296/+644
| | | | Some testing still needed.
* Compiles and runs on linux and windows, using DLLs!Diego Nehab2003-06-117-20/+309
|
* Select re-implemented in a nicer way.Diego Nehab2003-06-0918-344/+344
| | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X.
* New sock.h has nothing to do with class sock...Diego Nehab2003-05-251-14/+47
|
* Porting to LUA 5.0 finalDiego Nehab2003-05-2522-852/+1127
|
* Released luasocket-1.5-work!Diego Nehab2003-03-282-2/+2
|
* Compiled in SunOSDiego Nehab2003-03-281-0/+1
|
* Closer to release...Diego Nehab2003-03-2818-30/+95
|
* Ported to Win32!Diego Nehab2003-03-214-44/+11
|
* Completed port to Lua 5.0-beta.Diego Nehab2003-03-205-18/+20
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-205-70/+72
| | | | Still doesn't work in Windows.
* Faltam testes de ftp e smtp. O resto passa.Diego Nehab2002-12-035-13/+11
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-0212-102/+165
|
* 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
| | | | Dealing with 100 response codes.
* 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
| | | | | Passing location header back to callee after redirect. Added correct scheme test.
* Changed some variable names.Diego Nehab2001-09-261-20/+26
| | | | Added correct scheme test.
* Changed build_url to compose from smaller partsDiego Nehab2001-09-261-9/+35
| | | | Changed build_path to add an option not to protect path components
* 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
| | | | status line information. Who cares about the rest of the line, anyways...
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-2/+2
| | | | Updated for LuaSocket 1.4.
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-4/+9
|