Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 1 | -1/+0 |
| | | | | | | | | This is a difficult tradeoff to measure. I think large datagrams won't be used very frequently. So it is better to not lock a large buffer to each socket object and instead allocate and deallocate for each operation receiving a datagram larger than UDP_DATAGRAMSIZE. | ||||
* | Fixes suggested by @Florob in #147. | Diego Nehab | 2015-08-25 | 1 | -7/+12 |
| | |||||
* | New agnostic IPv4 IPv6 functions. | Diego Nehab | 2015-08-22 | 1 | -51/+49 |
| | | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason. | ||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -1/+1 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | Fix. Optional IPv6 test | moteus | 2013-05-27 | 1 | -2/+8 |
| | |||||
* | Test server exits gracefully at command of test client | Diego Nehab | 2012-05-01 | 1 | -0/+7 |
| | |||||
* | Update method list in tests | Florian Zeitz | 2012-04-29 | 1 | -1/+4 |
| | |||||
* | Test method registration for IPv6 sockets | Florian Zeitz | 2012-04-29 | 1 | -4/+9 |
| | |||||
* | change localhost to loopback ip to prevent error on my mac box???? | Liam Devine | 2012-04-11 | 1 | -2/+3 |
| | |||||
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -5/+10 |
| | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 1 | -47/+75 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -5/+38 |
| | |||||
* | Removed os.exit from test. | Diego Nehab | 2007-06-11 | 1 | -1/+0 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -1/+60 |
| | | | | Also fixed returns on closed socket. | ||||
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -1/+1 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -1/+2 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -9/+7 |
| | |||||
* | Almost ready for beta3 | Diego Nehab | 2004-11-27 | 1 | -4/+1 |
| | |||||
* | Beta2 is out! Total timeout works on Windows. | Diego Nehab | 2004-07-26 | 1 | -18/+21 |
| | |||||
* | Changed send function. | Diego Nehab | 2004-07-18 | 1 | -25/+61 |
| | |||||
* | Fixed a bunch of stuff. Added mike's patches. | Diego Nehab | 2004-07-16 | 1 | -6/+6 |
| | |||||
* | Works fine with the new linking in Linux. | Diego Nehab | 2004-07-02 | 1 | -2/+0 |
| | |||||
* | tiny bug in test. | Diego Nehab | 2004-07-02 | 1 | -5/+8 |
| | |||||
* | Compiles and runs on windows. | Diego Nehab | 2004-07-02 | 1 | -0/+22 |
| | |||||
* | Added getstats. | Diego Nehab | 2004-07-01 | 1 | -0/+1 |
| | |||||
* | Moving on to beta2. | Diego Nehab | 2004-07-01 | 1 | -28/+34 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -2/+2 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -8/+10 |
| | |||||
* | Changed the return of the send function... | Diego Nehab | 2004-06-17 | 1 | -4/+4 |
| | |||||
* | Compiled and tested on Windows... | Diego Nehab | 2004-06-17 | 1 | -2/+4 |
| | |||||
* | Runs on Linux. | Diego Nehab | 2004-06-15 | 1 | -1/+1 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -1/+1 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Changed require"luasocket" to require"socket". | Diego Nehab | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | Previous bug fix caused a new bug. :o/ | Diego Nehab | 2004-05-28 | 1 | -12/+15 |
| | |||||
* | Bug feioso no UDP e possivelmente no TCP também. | Diego Nehab | 2004-05-28 | 1 | -0/+2 |
| | |||||
* | Changed receive function. Now uniform with all other functions. Returns nil | Diego Nehab | 2004-03-21 | 1 | -15/+19 |
| | | | | | | on error, return partial result in the end. http.lua rewritten. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -13/+15 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | DNS lookup was taking too long and fucking up the connect tests. | Diego Nehab | 2004-01-24 | 1 | -3/+5 |
| | |||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -2/+2 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | New accept/connect code. | Diego Nehab | 2004-01-24 | 1 | -31/+58 |
| | | | | | | Better error checking. Better tests. __tostring implemented. | ||||
* | Adjusted wsocket to match usocket. Adjusted windows projects. | Diego Nehab | 2004-01-21 | 1 | -6/+10 |
| | |||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -0/+16 |
| | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | ||||
* | Seems to be working on windows and linux. | Diego Nehab | 2004-01-19 | 1 | -4/+1 |
| | |||||
* | Have to figure out how to test timeout on connect... kind of hard. | Diego Nehab | 2004-01-18 | 1 | -11/+11 |
| | |||||
* | Fixed bug in accept, added tests for it and for connect with timeout. | Diego Nehab | 2004-01-18 | 1 | -11/+51 |
| | |||||
* | Trying to get connect-with-timeout to work. Darwin works... | Diego Nehab | 2004-01-18 | 1 | -2/+2 |
| | |||||
* | Tested in windows. Still needs more testing, but progress has been made. | Diego Nehab | 2004-01-17 | 1 | -146/+148 |
| | |||||
* | http.lua updated. still needs proxy support. | Diego Nehab | 2004-01-16 | 1 | -3/+3 |
| | | | | code.lua updated. looks neat. | ||||
* | Adjusted a few inconsistencies with the manual. | Diego Nehab | 2003-08-16 | 1 | -11/+11 |
| |