aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Crashy bug fixed in recvraw.Diego Nehab2007-06-116-18/+24
| | | | Also fixed returns on closed socket.
* Couple bug fixes.Diego Nehab2007-03-123-14/+22
|
* Almost ready to release 2.0.1Diego Nehab2006-04-201-3/+4
|
* http.request was using old host header during redirects.Diego Nehab2006-04-131-1/+1
|
* Stupid bug was reusing the nreqt.headers.host during redirect.Diego Nehab2006-04-121-10/+9
|
* Almost done 2.0.1.Diego Nehab2006-04-034-5/+6
|
* Final patches...Diego Nehab2006-04-031-1/+1
|
* Updates for 2.0.1 on the way.Diego Nehab2006-03-191-1/+1
|
* Chose option 1) for http.lua.Diego Nehab2006-03-144-52/+25
| | | | Need to fix everything to make sure it works with the new compat-5.1
* Fixing bugs...Diego Nehab2006-03-134-90/+134
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-2210-117/+118
|
* Works in Finnish now! Who would say...Diego Nehab2005-11-211-2/+2
|
* Changed prefix of function names to match module names.Diego Nehab2005-11-207-76/+91
| | | | Removed some warnings and useless code.
* Before compiling on Windows.Diego Nehab2005-10-0723-446/+458
|
* Returning a function.Diego Nehab2005-10-051-7/+1
|
* Bugs sent by David.Diego Nehab2005-10-058-8/+0
|
* Almost ready to release.Diego Nehab2005-09-2929-65/+73
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-237-29/+37
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Final push for release...Diego Nehab2005-08-1213-163/+145
|
* Added check-links-nb.lua that check links in a non-blocking way.Diego Nehab2005-06-201-1/+2
|
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-177-68/+81
|
* Working on the manual.Diego Nehab2005-06-1410-24/+26
|
* Stupid bug in http.lua.Diego Nehab2005-06-126-65/+69
|
* Bug in forward.lua. Wasn't breaking from the loop.Diego Nehab2005-04-212-3/+4
|
* Better connection handling.Diego Nehab2005-04-211-1/+1
|
* Trying to get non-blocking connect to work.Diego Nehab2005-04-203-22/+3
|
* Wrong class...Diego Nehab2005-04-131-1/+1
|
* Seems to be working on windows.Diego Nehab2005-03-114-6/+9
|
* Apparently, non-blocking connect doesn't work on windows if you use 0Diego Nehab2005-03-114-29/+31
| | | | timeout in the select call...
* Forward server works for multiple tunnels.Diego Nehab2005-03-101-7/+21
| | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names.
* Just to check out in the office.Diego Nehab2005-02-273-21/+28
|
* Forward server working on Mac OS X...Diego Nehab2005-02-0814-31/+88
|
* No coroutines needed.Diego Nehab2005-02-031-1/+0
|
* Simplified use for sock:send.Diego Nehab2005-01-271-2/+2
|
* Stupid bug.Diego Nehab2005-01-221-3/+1
|
* Few extra changes...Diego Nehab2005-01-024-4/+3
|
* Almost ready to release beta3Diego Nehab2005-01-029-21/+19
|
* Last line of modules was simplified.Diego Nehab2004-12-238-8/+8
|
* Changes due to new compat-5.1Diego Nehab2004-12-238-15/+14
|
* Bug in poll.Diego Nehab2004-11-291-3/+5
| | | | | Debug garbage in compat-5.1.c. Improvements to the user manual.
* Host is overridable.Diego Nehab2004-11-281-2/+1
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-10/+15
|
* LTN12 bug removed.Diego Nehab2004-11-283-13/+29
|
* New LTN12 test procedures (still short, but growing)Diego Nehab2004-11-282-75/+58
| | | | LTN12 avoids coroutines.
* Using poll instead of select by default.Diego Nehab2004-11-271-1/+1
|
* Almost ready for beta3Diego Nehab2004-11-2712-70/+159
|
* Little bug in manual.Diego Nehab2004-11-171-0/+24
|
* My own ltn12.filter.chain is done.Diego Nehab2004-10-122-32/+35
| | | | | Implemented part of DB's suggestion for ftp. Mimetest.lua generates the test file for base64 instead of loading from disk.
* Using Wim's filter.chain...Diego Nehab2004-10-121-45/+28
|
* Fine tunned modules scheme.Diego Nehab2004-10-113-4/+17
| | | | | Adjusted client modules. Fixed proxy bug in http.