Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mime: include reorg | E. Westbrook | 2019-03-10 | 1 | -1/+0 |
| | |||||
* | mime.h: use LUASOCKET_API | E. Westbrook | 2019-02-25 | 1 | -8/+2 |
| | |||||
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 1 | -2/+2 |
| | |||||
* | First stab at documenation | Diego Nehab | 2012-04-17 | 1 | -2/+2 |
| | | | | | | | | | Update Lua and Luasocket version in samples and in documentation Documented ipv5_v6only default option being set Documented tcp6 and udp6 Documented dns.getaddrinfo Documented zero-sized datagram change? Documented getoption | ||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -4/+2 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -2/+2 |
| | | | | Also fixed returns on closed socket. | ||||
* | Almost done 2.0.1. | Diego Nehab | 2006-04-03 | 1 | -2/+2 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+9 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -1/+1 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -1/+1 |
| | |||||
* | Few extra changes. | Diego Nehab | 2004-06-22 | 1 | -4/+0 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -0/+3 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -1/+1 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -0/+1 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Só pra não perder se der merda. | Diego Nehab | 2004-06-04 | 1 | -7/+0 |
| | |||||
* | Updated projects for windows to generate dlls. | Diego Nehab | 2004-05-30 | 1 | -1/+8 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -1/+8 |
| | |||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -1/+1 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -0/+17 |
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. |