Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 11 | -455/+473 | |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | |||||
* | Bug in mime.c initialization. Popping too much. | Diego Nehab | 2004-02-12 | 1 | -1/+0 | |
| | ||||||
* | Added ltn12 module. Modified mime to be stand alone. | Diego Nehab | 2004-02-11 | 6 | -99/+241 | |
| | | | | Still crashes on invalid input. Dunno why. | |||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 24 | -204/+192 | |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | |||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 4 | -41/+42 | |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | |||||
* | New accept/connect code. | Diego Nehab | 2004-01-24 | 8 | -163/+361 | |
| | | | | | | Better error checking. Better tests. __tostring implemented. | |||||
* | Adjusted wsocket to match usocket. Adjusted windows projects. | Diego Nehab | 2004-01-21 | 3 | -56/+64 | |
| | ||||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 13 | -272/+265 | |
| | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | |||||
* | Corrected connect in windows. Wasn't setting errno... | Diego Nehab | 2004-01-21 | 1 | -2/+8 | |
| | ||||||
* | Changed the naming convention of the mime module. | Diego Nehab | 2004-01-21 | 2 | -79/+93 | |
| | | | | Looks beautiful. | |||||
* | Added gethostname. | Diego Nehab | 2004-01-19 | 6 | -40/+100 | |
| | | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c | |||||
* | Seems to be working on windows and linux. | Diego Nehab | 2004-01-19 | 2 | -9/+34 | |
| | ||||||
* | Changed to be able to compile with -ansi and -pedantic! | Diego Nehab | 2004-01-19 | 2 | -1/+8 | |
| | | | | Have to try in MacOS X again... | |||||
* | Got rid of some of the typecasts... | Diego Nehab | 2004-01-19 | 1 | -19/+19 | |
| | ||||||
* | Added -ansi -pedantic and faced the consequences... | Diego Nehab | 2004-01-19 | 2 | -38/+44 | |
| | ||||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 8 | -87/+864 | |
| | | | | | | | | | | Update get.lua to use the new callbacks. The old "code" module is now the "mime" module. Updated all modules that depended on it. Updated url.lua to use the new namespace scheme, and moved the escape and unescape functions that used to be in the code.lua module to it, since these are specific to urls. Updated the callback entries in the manual. | |||||
* | Added proxy support to http.lua | Diego Nehab | 2004-01-19 | 2 | -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 Nehab | 2004-01-18 | 1 | -1/+1 | |
| | ||||||
* | Have to figure out how to test timeout on connect... kind of hard. | Diego Nehab | 2004-01-18 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug in accept, added tests for it and for connect with timeout. | Diego Nehab | 2004-01-18 | 1 | -0/+1 | |
| | ||||||
* | Still needs testing, but "worked" in Linux. | Diego Nehab | 2004-01-18 | 1 | -2/+3 | |
| | ||||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 12 | -194/+227 | |
| | ||||||
* | Trying to get rid of EINTR problems... | Diego Nehab | 2004-01-17 | 8 | -25/+63 | |
| | ||||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 7 | -148/+224 | |
| | ||||||
* | http.lua updated. still needs proxy support. | Diego Nehab | 2004-01-16 | 5 | -310/+373 | |
| | | | | code.lua updated. looks neat. | |||||
* | Killed a few bugs found by Tomas. | Diego Nehab | 2003-11-27 | 9 | -55/+84 | |
| | ||||||
* | First version of generic SMTP code and of the base64 encoding. | Diego Nehab | 2003-10-21 | 2 | -288/+133 | |
| | | | | Gonna rewrite the base64 stuff (found a better way). | |||||
* | Starting to use RCS in princeton again. Not behind a firewall anymore. | Diego Nehab | 2003-08-31 | 3 | -32/+29 | |
| | ||||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 10 | -109/+128 | |
| | ||||||
* | Made them independent of namespace. | Diego Nehab | 2003-07-05 | 1 | -0/+1 | |
| | ||||||
* | Bug in usocket_recv... | Diego Nehab | 2003-06-30 | 2 | -1/+5 | |
| | ||||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 27 | -296/+644 | |
| | | | | Some testing still needed. | |||||
* | Compiles and runs on linux and windows, using DLLs! | Diego Nehab | 2003-06-11 | 7 | -20/+309 | |
| | ||||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 18 | -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 Nehab | 2003-05-25 | 1 | -14/+47 | |
| | ||||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 22 | -852/+1127 | |
| | ||||||
* | Released luasocket-1.5-work! | Diego Nehab | 2003-03-28 | 2 | -2/+2 | |
| | ||||||
* | Compiled in SunOS | Diego Nehab | 2003-03-28 | 1 | -0/+1 | |
| | ||||||
* | Closer to release... | Diego Nehab | 2003-03-28 | 18 | -30/+95 | |
| | ||||||
* | Ported to Win32! | Diego Nehab | 2003-03-21 | 4 | -44/+11 | |
| | ||||||
* | Completed port to Lua 5.0-beta. | Diego Nehab | 2003-03-20 | 5 | -18/+20 | |
| | ||||||
* | Finish port to Lua 5. Everything is working fine. | Diego Nehab | 2003-03-20 | 5 | -70/+72 | |
| | | | | Still doesn't work in Windows. | |||||
* | Faltam testes de ftp e smtp. O resto passa. | Diego Nehab | 2002-12-03 | 5 | -13/+11 | |
| | ||||||
* | Already compiling and running for Lua 5.0 (alpha) | Diego Nehab | 2002-12-02 | 12 | -102/+165 | |
| | ||||||
* | Initial revision | Diego Nehab | 2002-07-08 | 1 | -0/+45 | |
| | ||||||
* | Updated for Lua 4.1-w3. | Diego Nehab | 2002-07-08 | 3 | -112/+105 | |
| | ||||||
* | Updated for Lua 4.1-w3. | Diego Nehab | 2002-07-08 | 1 | -54/+55 | |
| | | | | Dealing with 100 response codes. | |||||
* | LuaSocket 1.5 (4.1w3) | Diego Nehab | 2002-07-08 | 1 | -14/+6 | |
| | ||||||
* | Initial revision | Diego Nehab | 2002-07-08 | 2 | -0/+394 | |
| | ||||||
* | internet class. | Diego Nehab | 2002-07-03 | 1 | -70/+46 | |
| |