aboutsummaryrefslogtreecommitdiff
path: root/src/usocket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "fix(usocket): Fix typo in return value function name"Caleb Maclennan2022-08-311-1/+1
* style(usocket): Remove trailing space at EOLzhaozg2022-08-301-1/+1
* fix(usocket): Fix typo in return value function namezhaozg2022-08-301-1/+1
* fix(build): Use gai_strerrorA not gai_strerror on Windowsrpatters12022-07-271-1/+1
* usocket: pragma visibilityE. Westbrook2019-03-101-27/+26
* Only use EAI_OVERFLOW, AI_NUMERICSERV if definedMojca Miklavec2019-02-261-0/+2
* usocket.c use LUASOCKET_PRIVATEE. Westbrook2019-02-251-28/+30
* Fix typoElliptica2017-04-171-1/+1
* New agnostic IPv4 IPv6 functions.Diego Nehab2015-08-221-1/+8
* Fix cut-paste typo on PIE_HOST_NOT_FOUND.Diego Nehab2015-03-031-30/+30
* updated error messages, less error prone, platform independentThijs Schreijer2015-03-031-20/+20
* src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls.daurnimator2014-10-271-4/+0
* src/usocket: Do not setblocking on destroy;daurnimator2014-10-271-1/+0
* Fix socket_accept usage to depend on family.Diego Nehab2012-12-111-4/+0
* socket.connect now implemented in the C coreSam Roberts2012-05-101-1/+1
* Reword error msg to distinguish between service and serverSam Roberts2012-05-081-2/+2
* Making progress toward a releaseDiego Nehab2012-04-231-2/+0
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-8/+68
|\
| * 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
| * Add support for serial devices as socket streams on unix.Sam Roberts2012-04-111-0/+60
| * Use poll by default for socket.connect(), instead of select().Sam Roberts2012-04-111-1/+1
| * Stop returning an error after successful send of zero length UDP packetsSam Roberts2012-04-111-6/+5
* | #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-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
* 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
* 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
* Forward server working on Mac OS X...Diego Nehab2005-02-081-7/+19
* Bug in poll.Diego Nehab2004-11-291-3/+5
* 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