Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for the CYGWIN gcc compiler. | Diego Nehab | 2001-01-28 | 1 | -3/+9 | |
| | ||||||
* | Data connection is now passive. Even minimum FTP servers are usable. | Diego Nehab | 2001-01-25 | 1 | -62/+73 | |
| | ||||||
* | Updated for LuaSocket 1.2 | Diego Nehab | 2001-01-25 | 1 | -9/+8 | |
| | ||||||
* | HTTP is now generic, with function http_request. | Diego Nehab | 2001-01-25 | 1 | -167/+258 | |
| | | | | RFC is more strictly followed. | |||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -90/+104 | |
| | ||||||
* | Updated for LuaSocket 1.2. | Diego Nehab | 2001-01-25 | 1 | -359/+428 | |
| | | | | More tests added. | |||||
* | Initial revision | Diego Nehab | 2001-01-25 | 6 | -0/+191 | |
| | ||||||
* | Parameter passing updated. | Diego Nehab | 2001-01-25 | 2 | -4/+4 | |
| | ||||||
* | Updated for LuaSocket 1.2 | Diego Nehab | 2001-01-25 | 1 | -22/+25 | |
| | | | | | Added description for daytimeclnt.lua, echoclnt.lua, echosrvr.lua and tftpclnt.lua. | |||||
* | UDP code implemented. | Diego Nehab | 2001-01-25 | 1 | -797/+1466 | |
| | | | | | DNS code has been rewritten. Almost everything has been changed. :-) | |||||
* | It just creates the distribution now. | Diego Nehab | 2001-01-25 | 1 | -60/+10 | |
| | | | | Updated for LuaSocket 1.2 | |||||
* | Modified beause of name changes in examples. | Diego Nehab | 2001-01-17 | 1 | -20/+20 | |
| | ||||||
* | The actuall bind to the Lua language has been rewritten with | Diego Nehab | 2001-01-15 | 1 | -457/+442 | |
| | | | | | | | | | | generalized use of closure values. Sockets are now real tables, where each method receives a p_sock structure as a closure. Global version of methods are now optional, and call the table versions. Included the toip function that converts from host name to ip address. new implementation of '*a' was broken as has been fixed. The windows code has been tested and is working. | |||||
* | Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines. | Diego Nehab | 2001-01-13 | 1 | -6/+3 | |
| | ||||||
* | All input from sockets is now buffered. This has drastically | Diego Nehab | 2001-01-13 | 1 | -315/+267 | |
| | | | | | improved line I/O. The code is much simpler now, too. All timeout management has been rewritten. | |||||
* | Initial revision | Diego Nehab | 2000-12-29 | 12 | -0/+1777 | |
| | ||||||
* | Simplified SIGPIPE treatment. | Diego Nehab | 2000-12-29 | 1 | -16/+6 | |
| | | | | Changed some ints to size_ts. | |||||
* | Added new receive pattern "*a" | Diego Nehab | 2000-12-27 | 1 | -202/+386 | |
| | | | | | Added new bind pattern "*" that binds to INADDR_ANY bind now also returns the ip and port bound to. | |||||
* | Initial revision | Diego Nehab | 2000-06-02 | 1 | -0/+1357 | |