aboutsummaryrefslogtreecommitdiff
path: root/src/usocket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #ifdef EAI_BADHINTS and EAI_PROTOCOL which don't seem available on my system ↵Matthew Wild2012-04-111-0/+4
| | | | (Linux/glibc 2.11)
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+22
|
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-3/+3
|
* New release.Diego Nehab2007-10-131-1/+1
|
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-4/+4
| | | | Also fixed returns on closed socket.
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-1/+2
|
* Changed prefix of function names to match module names.Diego Nehab2005-11-201-1/+2
| | | | Removed some warnings and useless code.
* Before compiling on Windows.Diego Nehab2005-10-071-56/+57
|
* Almost ready to release.Diego Nehab2005-09-291-9/+2
|
* Trying to get non-blocking connect to work.Diego Nehab2005-04-201-0/+1
|
* Apparently, non-blocking connect doesn't work on windows if you use 0Diego Nehab2005-03-111-13/+13
| | | | timeout in the select call...
* Forward server working on Mac OS X...Diego Nehab2005-02-081-7/+19
|
* Bug in poll.Diego Nehab2004-11-291-3/+5
| | | | | Debug garbage in compat-5.1.c. Improvements to the user manual.
* Using poll instead of select by default.Diego Nehab2004-11-271-1/+1
|
* Gonna try my luck on windows...Diego Nehab2004-07-261-8/+8
|
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-9/+9
|
* Still need to fix windows. :o/Diego Nehab2004-07-151-179/+189
|
* tiny bug in test.Diego Nehab2004-07-021-6/+0
|
* Compiles and runs on windows.Diego Nehab2004-07-021-18/+20
|
* Seems good.Diego Nehab2004-07-011-0/+2
|
* Moving on to beta2.Diego Nehab2004-07-011-211/+123
|
* Fixing send/recv and optimizing.Diego Nehab2004-06-231-18/+27
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-5/+1
|
* Fixing bugs...Diego Nehab2004-06-201-3/+8
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-0/+8
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-281-4/+4
|
* Worked on the manual.Diego Nehab2004-02-041-3/+2
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* New accept/connect code.Diego Nehab2004-01-241-63/+118
| | | | | | Better error checking. Better tests. __tostring implemented.
* Adjusted wsocket to match usocket. Adjusted windows projects.Diego Nehab2004-01-211-1/+1
|
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-33/+45
| | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.
* Changed to be able to compile with -ansi and -pedantic!Diego Nehab2004-01-191-1/+5
| | | | Have to try in MacOS X again...
* Still needs testing, but "worked" in Linux.Diego Nehab2004-01-181-2/+3
|
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-181-86/+77
|
* Trying to get rid of EINTR problems...Diego Nehab2004-01-171-16/+43
|
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-171-46/+46
|
* http.lua updated. still needs proxy support.Diego Nehab2004-01-161-45/+65
| | | | code.lua updated. looks neat.
* Killed a few bugs found by Tomas.Diego Nehab2003-11-271-0/+6
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-2/+4
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-26/+70
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-103/+16
| | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X.
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-0/+347