Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix ltn12 version. | Diego Nehab | 2012-12-10 | 1 | -0/+6 |
| | |||||
* | Fix udp:setpeername("*") | Diego Nehab | 2012-08-23 | 1 | -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 TODO | Diego Nehab | 2012-04-27 | 1 | -1/+2 |
| | |||||
* | Fixed getpeername/getsockname situation | Diego Nehab | 2012-04-24 | 1 | -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 Nehab | 2012-04-23 | 1 | -1/+2 |
| | |||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -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 documenation | Diego Nehab | 2012-04-17 | 1 | -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 Nehab | 2012-04-16 | 1 | -0/+37 |
| | |||||
* | New release. | Diego Nehab | 2007-10-13 | 1 | -2/+1 |
| | |||||
* | Thread safety... | Diego Nehab | 2006-04-28 | 1 | -10/+6 |
| | |||||
* | Stupid bug was reusing the nreqt.headers.host during redirect. | Diego Nehab | 2006-04-12 | 1 | -0/+10 |
| | |||||
* | Updates for 2.0.1 on the way. | Diego Nehab | 2006-03-19 | 1 | -40/+8 |
| | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -0/+1 |
| | |||||
* | Bugs sent by David. | Diego Nehab | 2005-10-05 | 1 | -1/+1 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -7/+5 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -4/+5 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -17/+17 |
| | |||||
* | Before tidying up directory structure. | Diego Nehab | 2005-06-18 | 1 | -0/+1 |
| | |||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -0/+3 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -2/+1 |
| | |||||
* | Better connection handling. | Diego Nehab | 2005-04-21 | 1 | -1/+2 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -35/+5 |
| | |||||
* | More to do. | Diego Nehab | 2005-02-01 | 1 | -0/+3 |
| | |||||
* | Simplified use for sock:send. | Diego Nehab | 2005-01-27 | 1 | -0/+12 |
| | |||||
* | Yet more to do. | Diego Nehab | 2005-01-21 | 1 | -0/+1 |
| | |||||
* | More to do... | Diego Nehab | 2005-01-20 | 1 | -0/+1 |
| | |||||
* | More todo... | Diego Nehab | 2005-01-19 | 1 | -0/+2 |
| | |||||
* | Copyright. | Diego Nehab | 2005-01-15 | 1 | -1/+0 |
| | |||||
* | More todo, always more. | Diego Nehab | 2005-01-15 | 1 | -0/+2 |
| | |||||
* | Always more to do... | Diego Nehab | 2005-01-14 | 1 | -0/+2 |
| | |||||
* | More to do. | Diego Nehab | 2005-01-05 | 1 | -0/+2 |
| | |||||
* | More to do. | Diego Nehab | 2004-12-07 | 1 | -0/+3 |
| | |||||
* | Added new instalation section to the manual. | Diego Nehab | 2004-11-28 | 1 | -3/+3 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -4/+5 |
| | |||||
* | Probleminhas em compat-5.1.lua. | Diego Nehab | 2004-11-26 | 1 | -0/+2 |
| | |||||
* | My own ltn12.filter.chain is done. | Diego Nehab | 2004-10-12 | 1 | -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 Nehab | 2004-10-12 | 1 | -1/+1 |
| | |||||
* | Works on Linux. | Diego Nehab | 2004-10-11 | 1 | -0/+1 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -2/+3 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Some changes. | Diego Nehab | 2004-09-21 | 1 | -1/+6 |
| | |||||
* | nanosleep patch. | Diego Nehab | 2004-08-04 | 1 | -0/+1 |
| | |||||
* | Don't forget! | Diego Nehab | 2004-08-04 | 1 | -0/+1 |
| | |||||
* | Accounting... | Diego Nehab | 2004-07-29 | 1 | -3/+3 |
| | |||||
* | Beta2 is out! Total timeout works on Windows. | Diego Nehab | 2004-07-26 | 1 | -4/+4 |
| | |||||
* | Changed send function. | Diego Nehab | 2004-07-18 | 1 | -0/+3 |
| | |||||
* | Fixed a bunch of stuff. Added mike's patches. | Diego Nehab | 2004-07-16 | 1 | -3/+3 |
| | |||||
* | Still need to fix windows. :o/ | Diego Nehab | 2004-07-15 | 1 | -0/+3 |
| | |||||
* | Releasing the beta-beta. | Diego Nehab | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | Ready to release beta. | Diego Nehab | 2004-07-02 | 1 | -12/+9 |
| | |||||
* | Added getstats. | Diego Nehab | 2004-07-01 | 1 | -3/+2 |
| |