aboutsummaryrefslogtreecommitdiff
path: root/src/auxiliar.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* auxiliar: pragma visibilityE. Westbrook2019-03-101-15/+11
|
* auxiliar.c: use LUASOCKET_PRIVATEE. Westbrook2019-02-251-13/+13
|
* Update auxiliar.cGeorge Zhao2018-06-031-1/+1
|
* New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-6/+6
| | | | Makes initialization code simpler everywhere.
* Making progress toward a releaseDiego Nehab2012-04-231-2/+0
| | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods
* merged lua_typerrror.{c,h} into auxiliar.{c,h}Diego Nehab2012-04-161-2/+12
|
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵Liam Devine2012-04-111-2/+3
| | | | sorting out to take maybe a version number and also the local paths need removing.
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
|
* Before compiling on Windows.Diego Nehab2005-10-071-20/+12
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-0/+8
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Almost ready for distribution...Diego Nehab2004-06-171-0/+1
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-19/+31
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* FTP low-level working.Diego Nehab2004-05-251-31/+7
| | | | | SMTP connection oriented working. ltn12 improved.
* New filter scheme.Diego Nehab2004-03-161-11/+0
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Worked on the manual.Diego Nehab2004-02-041-2/+12
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* New accept/connect code.Diego Nehab2004-01-241-2/+28
| | | | | | Better error checking. Better tests. __tostring implemented.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-20/+0
| | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.
* Added gethostname.Diego Nehab2004-01-191-18/+1
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Bug in usocket_recv...Diego Nehab2003-06-301-0/+5
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-78/+103
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-23/+52
| | | | | | 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/+113