aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(core): Update version markers to last released versionCaleb Maclennan2023-11-111-1/+1
| | | | Closes #401
* chore: Update internal version references to match release (#370)Robert Scheck2022-03-281-1/+1
|
* luasocket: include centralizationE. Westbrook2019-03-101-9/+4
|
* luasocket.h: define LUASOCKET_API and LUASOCKET_PRIVATE for export visibilityE. Westbrook2019-02-251-1/+13
|
* Changing from 2.1-rc1 to 3.0-rc1.Diego Nehab2013-06-111-3/+2
|
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-4/+0
| | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
* Making progress toward a releaseDiego Nehab2012-04-231-1/+1
| | | | | | | | | | 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
* First stab at documenationDiego Nehab2012-04-171-2/+2
| | | | | | | | | Update Lua and Luasocket version in samples and in documentation Documented ipv5_v6only default option being set Documented tcp6 and udp6 Documented dns.getaddrinfo Documented zero-sized datagram change? Documented getoption
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵Liam Devine2012-04-111-1/+5
| | | | sorting out to take maybe a version number and also the local paths need removing.
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-2/+2
|
* Decent makefiles!Diego Nehab2009-05-271-4/+2
|
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-2/+2
| | | | Also fixed returns on closed socket.
* Almost done 2.0.1.Diego Nehab2006-04-031-2/+2
|
* Almost ready to release.Diego Nehab2005-09-291-2/+2
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-1/+1
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-1/+1
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-2/+2
|
* Almost ready to release beta3Diego Nehab2005-01-021-1/+3
|
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-1/+1
|
* Gonna try my luck on windows...Diego Nehab2004-07-261-1/+1
|
* Few extra changes.Diego Nehab2004-06-221-4/+0
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-0/+3
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-0/+1
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Só pra não perder se der merda.Diego Nehab2004-06-041-7/+0
|
* Added gethostname.Diego Nehab2004-01-191-1/+1
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-171-0/+2
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-4/+6
| | | | Some testing still needed.
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-4/+4
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-1/+6
|
* LuaSocket 1.5 (4.1w3)Diego Nehab2002-07-081-14/+6
|
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-2/+2
| | | | Updated for LuaSocket 1.4.
* LUASOCKET_API now prefixes all exported function declarations.Diego Nehab2001-06-191-1/+8
|
* Updated for 1.3b version.Diego Nehab2001-06-041-1/+1
|
* Updated for release 1.2.1Diego Nehab2001-03-061-2/+16
| | | | Buffer size constants are now part of luasocket.h.
* Included LUASOCKET_BUFFERSIZE and LUASOCKET_VERSION defines.Diego Nehab2001-01-131-6/+3
|
* Initial revisionDiego Nehab2000-12-291-0/+18