aboutsummaryrefslogtreecommitdiff
path: root/src/udp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-281-4/+8
|
* FTP low-level working.Diego Nehab2004-05-251-0/+2
| | | | | SMTP connection oriented working. ltn12 improved.
* Worked on the manual.Diego Nehab2004-02-041-30/+2
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* New accept/connect code.Diego Nehab2004-01-241-4/+14
| | | | | | Better error checking. Better tests. __tostring implemented.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-94/+5
| | | | | | 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-1/+1
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-181-18/+46
|
* Trying to get rid of EINTR problems...Diego Nehab2004-01-171-1/+3
|
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-171-2/+73
|
* Killed a few bugs found by Tomas.Diego Nehab2003-11-271-4/+4
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-5/+5
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-7/+54
| | | | Some testing still needed.
* Compiles and runs on linux and windows, using DLLs!Diego Nehab2003-06-111-4/+6
|
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-36/+62
| | | | | | 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-220/+184
|
* Closer to release...Diego Nehab2003-03-281-7/+19
|
* Completed port to Lua 5.0-beta.Diego Nehab2003-03-201-10/+10
|
* Already compiling and running for Lua 5.0 (alpha)Diego Nehab2002-12-021-6/+6
|
* Initial revisionDiego Nehab2002-07-031-0/+287