Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -1/+2 |
| | | | | Also fixed returns on closed socket. | ||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -7/+7 |
| | |||||
* | Bugs sent by David. | Diego Nehab | 2005-10-05 | 1 | -1/+0 |
| | |||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -2/+1 |
| | |||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -3/+3 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -2/+1 |
| | |||||
* | Stupid bug in http.lua. | Diego Nehab | 2005-06-12 | 1 | -16/+16 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -1/+2 |
| | |||||
* | Almost ready to release beta3 | Diego Nehab | 2005-01-02 | 1 | -1/+1 |
| | |||||
* | Last line of modules was simplified. | Diego Nehab | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | Changes due to new compat-5.1 | Diego Nehab | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | LTN12 bug removed. | Diego Nehab | 2004-11-28 | 1 | -0/+9 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -4/+7 |
| | |||||
* | Using new module scheme. Still needs fine tuning. | Diego Nehab | 2004-09-27 | 1 | -2/+3 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -16/+16 |
| | |||||
* | smtp.c was eatten by mime.c | Diego Nehab | 2004-06-17 | 1 | -5/+5 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -2/+0 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -11/+3 |
| | | | | | | | 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 | -9/+7 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -3/+24 |
| | |||||
* | Releasing LTN012. | Diego Nehab | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | Using socket pumps in http.lua. | Diego Nehab | 2004-03-26 | 1 | -13/+9 |
| | | | | Adjusted socket.try. | ||||
* | Seems to be working. | Diego Nehab | 2004-03-19 | 1 | -14/+14 |
| | |||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -1/+1 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Added ltn12 module. Modified mime to be stand alone. | Diego Nehab | 2004-02-11 | 1 | -49/+25 |
| | | | | Still crashes on invalid input. Dunno why. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -42/+29 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -6/+13 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | Changed the naming convention of the mime module. | Diego Nehab | 2004-01-21 | 1 | -48/+44 |
| | | | | Looks beautiful. | ||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -0/+104 |
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. |