aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...Liam Devine2012-04-1115-43/+59
* inet: return more useful errorsPaul Aurich2012-04-111-2/+3
* inet: refactor getpeername to allocate the struct on the stackPaul Aurich2012-04-111-13/+23
* Fix getpeername to work with IPv6 addressesFlorian Zeitz2012-04-111-5/+18
* Add support for connecting to IPv6 hostsFlorian Zeitz2012-04-115-59/+86
* dns.getaddrinfo: Return proper error messagesFlorian Zeitz2012-04-111-1/+1
* Add support for the IPV6_V6ONLY socket option defaulting to on.Florian Zeitz2012-04-114-0/+18
* Adapt socket.bind() to create a IPv4 or IPv6 depending on the address givenFlorian Zeitz2012-04-111-1/+9
* dns: Rename toip6() to getaddrinfo() since the old name is misleadingFlorian Zeitz2012-04-111-3/+3
* Rework binding IPv6 sockets by harmonizing it with the IPv4 variantFlorian Zeitz2012-04-116-124/+80
* url.escape/url.unescape: Fix to return *only* the encoded/decoded string (tha...Matthew Wild2012-04-111-4/+4
* Fix two crashes and add -Wshadow so that this can't happen again.Paul Aurich2012-04-114-32/+32
* #ifdef EAI_BADHINTS and EAI_PROTOCOL which don't seem available on my system ...Matthew Wild2012-04-111-0/+4
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-1125-39/+381
* Saving before big changes to support IPv6.Diego Nehab2011-05-2510-157/+219
* Decent makefiles!Diego Nehab2009-05-2729-148/+334
* New release.Diego Nehab2007-10-132-6/+24
* 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