aboutsummaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix ltn12 version.Diego Nehab2012-12-101-0/+6
|
* Fix udp:setpeername("*")Diego Nehab2012-08-231-0/+2
| | | | | | | | | | | | | | There seems to be a curious difference between MacOS and Linux and I am not sure if this is documented. When you break a "connection" on Mac OS, you only eliminate the peer association, but the local address remains bound. On Linux, breaking a "connection" eliminates the binding to the local address. Have you guys ever come accross this? Another irritating difference is that connect() returns the error EAFNOSUPPORT on Mac OS. I am going to ignore all errors when the reason for calling connect() is simply to break the "connection".
* Added Sam's suggestion to TODODiego Nehab2012-04-271-1/+2
|
* Fixed getpeername/getsockname situationDiego Nehab2012-04-241-1/+5
| | | | | | | - Added IPv6 support to getsockname - Simplified getpeername implementation - Added family to return of getsockname and getpeername and added modification to the manual to describe
* socket.bind also tries all addresses returned by getaddrinfo.Diego Nehab2012-04-231-1/+2
|
* Making progress toward a releaseDiego Nehab2012-04-231-12/+13
| | | | | | | | | | 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-35/+44
| | | | | | | | | 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
* merged lua_typerrror.{c,h} into auxiliar.{c,h}Diego Nehab2012-04-161-0/+37
|
* New release.Diego Nehab2007-10-131-2/+1
|
* Thread safety...Diego Nehab2006-04-281-10/+6
|
* Stupid bug was reusing the nreqt.headers.host during redirect.Diego Nehab2006-04-121-0/+10
|
* Updates for 2.0.1 on the way.Diego Nehab2006-03-191-40/+8
|
* Before compiling on Windows.Diego Nehab2005-10-071-0/+1
|
* Bugs sent by David.Diego Nehab2005-10-051-1/+1
|
* Almost ready to release.Diego Nehab2005-09-291-7/+5
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-4/+5
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Final push for release...Diego Nehab2005-08-121-17/+17
|
* Before tidying up directory structure.Diego Nehab2005-06-181-0/+1
|
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-0/+3
|
* Working on the manual.Diego Nehab2005-06-141-2/+1
|
* Better connection handling.Diego Nehab2005-04-211-1/+2
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-35/+5
|
* More to do.Diego Nehab2005-02-011-0/+3
|
* Simplified use for sock:send.Diego Nehab2005-01-271-0/+12
|
* Yet more to do.Diego Nehab2005-01-211-0/+1
|
* More to do...Diego Nehab2005-01-201-0/+1
|
* More todo...Diego Nehab2005-01-191-0/+2
|
* Copyright.Diego Nehab2005-01-151-1/+0
|
* More todo, always more.Diego Nehab2005-01-151-0/+2
|
* Always more to do...Diego Nehab2005-01-141-0/+2
|
* More to do.Diego Nehab2005-01-051-0/+2
|
* More to do.Diego Nehab2004-12-071-0/+3
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-3/+3
|
* Almost ready for beta3Diego Nehab2004-11-271-4/+5
|
* Probleminhas em compat-5.1.lua.Diego Nehab2004-11-261-0/+2
|
* My own ltn12.filter.chain is done.Diego Nehab2004-10-121-1/+1
| | | | | Implemented part of DB's suggestion for ftp. Mimetest.lua generates the test file for base64 instead of loading from disk.
* Using Wim's filter.chain...Diego Nehab2004-10-121-1/+1
|
* Works on Linux.Diego Nehab2004-10-111-0/+1
|
* Fine tunned modules scheme.Diego Nehab2004-10-111-2/+3
| | | | | Adjusted client modules. Fixed proxy bug in http.
* Some changes.Diego Nehab2004-09-211-1/+6
|
* nanosleep patch.Diego Nehab2004-08-041-0/+1
|
* Don't forget!Diego Nehab2004-08-041-0/+1
|
* Accounting...Diego Nehab2004-07-291-3/+3
|
* Beta2 is out! Total timeout works on Windows.Diego Nehab2004-07-261-4/+4
|
* Changed send function.Diego Nehab2004-07-181-0/+3
|
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-3/+3
|
* Still need to fix windows. :o/Diego Nehab2004-07-151-0/+3
|
* Releasing the beta-beta.Diego Nehab2004-07-021-1/+1
|
* Ready to release beta.Diego Nehab2004-07-021-12/+9
|
* Added getstats.Diego Nehab2004-07-011-3/+2
|