aboutsummaryrefslogtreecommitdiff
path: root/src/luasocket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: Remove the executable permission bit from some source files (#434)Tianjia Zhang2024-06-291-0/+0
* luasocket: include centralizationE. Westbrook2019-03-101-10/+0
* Update to Visual Studio 2017.Diego Nehab2018-08-221-1/+1
* New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-4/+1
* Better solution to luaL_checkint...Diego Nehab2015-03-011-6/+1
* Out of the box support for Lua 5.3.Diego Nehab2015-02-181-9/+5
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-291-20/+5
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-3/+28
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...Liam Devine2012-04-111-2/+2
* Decent makefiles!Diego Nehab2009-05-271-2/+0
* Before compiling on Windows.Diego Nehab2005-10-071-5/+5
* Almost ready to release.Diego Nehab2005-09-291-4/+6
* Final push for release...Diego Nehab2005-08-121-1/+1
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-1/+1
* Working on the manual.Diego Nehab2005-06-141-2/+2
* Forward server working on Mac OS X...Diego Nehab2005-02-081-2/+2
* Few extra changes...Diego Nehab2005-01-021-1/+1
* Fine tunned modules scheme.Diego Nehab2004-10-111-1/+1
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-6/+4
* Almost ready for distribution...Diego Nehab2004-06-171-0/+1
* Compiled and tested on Windows...Diego Nehab2004-06-171-7/+0
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-3/+68
* Só pra não perder se der merda.Diego Nehab2004-06-041-4/+1
* Fine tuning the "require" business.Diego Nehab2004-05-301-12/+5
* Committing with require.Diego Nehab2004-05-281-34/+3
* FTP low-level working.Diego Nehab2004-05-251-26/+3
* Message source in smtp.lua is a work of art.Diego Nehab2004-03-181-0/+2
* New filter scheme.Diego Nehab2004-03-161-6/+0
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-0/+2
* Worked on the manual.Diego Nehab2004-02-041-15/+35
* Working on the manual...Diego Nehab2004-01-241-27/+0
* Added gethostname.Diego Nehab2004-01-191-1/+57
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-4/+4
* First version of generic SMTP code and of the base64 encoding.Diego Nehab2003-10-211-2/+4
* Starting to use RCS in princeton again. Not behind a firewall anymore.Diego Nehab2003-08-311-0/+2
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-15/+5
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-7/+24
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-37/+27
* Released luasocket-1.5-work!Diego Nehab2003-03-281-1/+1
* Closer to release...Diego Nehab2003-03-281-0/+7
* Ported to Win32!Diego Nehab2003-03-211-1/+1
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-1/+9
* main module. just initializes other modules.Diego Nehab2002-07-031-2151/+37
* Corrigido bug no select.Diego Nehab2002-06-101-3/+3
* Almost ready for Lua 4.1Diego Nehab2001-09-261-97/+87
* lua_socketlibopen now returns a result code.Diego Nehab2001-09-121-4/+9
* Timeout detection bug when timeout value was 0 in the select function.Diego Nehab2001-07-231-1/+1
* LUASOCKET_API now prefixes all exported function declarations.Diego Nehab2001-06-191-1/+1
* Removed some warnings.Diego Nehab2001-06-091-2/+2
* udpsocket errors are more verboseDiego Nehab2001-06-081-6/+12