aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support getoption method for tcp objects.Sam Roberts2012-04-113-0/+94
* Bounds check the argument to FD_SETSam Roberts2012-04-111-0/+1
* socket_strerror() sometimes maps errno, instead of its argumentSam Roberts2012-04-111-2/+2
* mime: Remove io dependencyroot2012-04-111-1/+0
* Add support for serial devices as socket streams on unix.Sam Roberts2012-04-114-1/+263
* Use poll by default for socket.connect(), instead of select().Sam Roberts2012-04-111-1/+1
* Receive of zero for UDP is now possible.Sam Roberts2012-04-111-0/+6
* Stop returning an error after successful send of zero length UDP packetsSam Roberts2012-04-111-6/+5
* Add all-unix and install-unix targets which include all modules supported on ...Sam Roberts2012-04-111-0/+2
* Global variable references.Diego Nehab2007-07-111-3/+3
* Crashy bug fixed in recvraw.Diego Nehab2007-06-116-18/+24
* 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
* 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
* 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
* 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
* Forward server works for multiple tunnels.Diego Nehab2005-03-101-7/+21
* 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