aboutsummaryrefslogtreecommitdiff
path: root/src/tcp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Still need to fix windows. :o/Diego Nehab2004-07-151-8/+8
|
* Added getstats.Diego Nehab2004-07-011-4/+9
|
* Compiles with g++.Diego Nehab2004-07-011-2/+2
|
* Moving on to beta2.Diego Nehab2004-07-011-2/+4
|
* Added support for unix stream sockets.Diego Nehab2004-06-221-3/+0
|
* Few extra changes.Diego Nehab2004-06-221-1/+1
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-2/+4
|
* Fixing bugs...Diego Nehab2004-06-201-1/+1
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-4/+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-2/+1
|
* FTP low-level working.Diego Nehab2004-05-251-1/+2
| | | | | SMTP connection oriented working. ltn12 improved.
* Worked on the manual.Diego Nehab2004-02-041-15/+18
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* New accept/connect code.Diego Nehab2004-01-241-13/+41
| | | | | | Better error checking. Better tests. __tostring implemented.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-71/+11
| | | | | | 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-2/+2
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Added -ansi -pedantic and faced the consequences...Diego Nehab2004-01-191-1/+2
|
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-1/+1
| | | | | | | | | | Update get.lua to use the new callbacks. The old "code" module is now the "mime" module. Updated all modules that depended on it. Updated url.lua to use the new namespace scheme, and moved the escape and unescape functions that used to be in the code.lua module to it, since these are specific to urls. Updated the callback entries in the manual.
* Added proxy support to http.luaDiego Nehab2004-01-191-3/+3
| | | | | Changed callback.lua module, but need more work. Added local connect support.
* Have to figure out how to test timeout on connect... kind of hard.Diego Nehab2004-01-181-1/+1
|
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-181-37/+32
|
* Trying to get rid of EINTR problems...Diego Nehab2004-01-171-2/+5
|
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-171-8/+10
|
* http.lua updated. still needs proxy support.Diego Nehab2004-01-161-3/+35
| | | | code.lua updated. looks neat.
* Killed a few bugs found by Tomas.Diego Nehab2003-11-271-11/+11
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-82/+82
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-4/+81
| | | | Some testing still needed.
* Compiles and runs on linux and windows, using DLLs!Diego Nehab2003-06-111-3/+4
|
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-36/+61
| | | | | | 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/+222