Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move doc→docs so we can serve it with GitHub Pages | Caleb Maclennan | 2022-03-23 | 1 | -261/+0 |
| | |||||
* | fix(docs) fix html linter issues in the docs (#358) | Thijs Schreijer | 2022-03-22 | 1 | -11/+11 |
| | |||||
* | Add ltn12.source.table() | E. Westbrook | 2018-06-05 | 1 | -1/+2 |
| | |||||
* | Added gettimeout for completeness. | Diego Nehab | 2016-03-04 | 1 | -0/+2 |
| | | | | | Also documented. Rordered manuals so order is alphabetical. | ||||
* | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
* | New agnostic IPv4 IPv6 functions. | Diego Nehab | 2015-08-22 | 1 | -0/+2 |
| | | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason. | ||||
* | socket.connect now implemented in the C core | Sam Roberts | 2012-05-10 | 1 | -0/+2 |
| | | | | | | | This avoid socket.lua duplicating the iteration over the results of getaddrinfo(). Some problems with the C implementation not initializing sockets or the luasocket family have also been fixed, and error reporting made more robust. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -0/+1 |
| | | | | | | | | | | 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 | -2/+6 |
| | | | | | | | | | 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 | ||||
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -5/+12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c | ||||
| * | Support getoption method for tcp objects. | Sam Roberts | 2012-04-11 | 1 | -0/+1 |
| | | |||||
| * | Fix links to home.html, they should be to index.html. | Sam Roberts | 2012-04-11 | 1 | -4/+4 |
| | | | | | | | | home.html doesn't exist, index.html does. | ||||
| * | Document dirty, getfd, and setfd for select and tcp. | Sam Roberts | 2012-04-11 | 1 | -0/+3 |
| | | |||||
| * | Reference index was missing documented APIs, and only partially alphabetized. | Sam Roberts | 2012-04-11 | 1 | -5/+8 |
| | | |||||
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -4/+5 |
|/ | |||||
* | Spell checked and updated modification date. | Diego Nehab | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Spell checking on the manuals. | Diego Nehab | 2005-11-21 | 1 | -1/+1 |
| | | | | David's changes to lp.lua. | ||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -2/+2 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -2/+2 |
| | |||||
* | Spell checked the manual. | Diego Nehab | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | Modification dates updated. | Diego Nehab | 2004-11-28 | 1 | -1/+1 |
| | |||||
* | Added new instalation section to the manual. | Diego Nehab | 2004-11-28 | 1 | -1/+4 |
| | |||||
* | Setstats was missing. | Diego Nehab | 2004-10-12 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Diego Nehab | 2004-07-02 | 1 | -0/+1 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -2/+4 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | Diego Nehab | 2004-06-18 | 1 | -0/+1 |
| | |||||
* | Implemented safe exceptions. This looks preeety good. | Diego Nehab | 2004-06-18 | 1 | -1/+2 |
| | |||||
* | Updated manual timestamps and the added stuffing filters to mime.html. | Diego Nehab | 2004-06-17 | 1 | -3/+5 |
| | |||||
* | Updated the HTTP manual. Finaly done. | Diego Nehab | 2004-06-16 | 1 | -3/+1 |
| | |||||
* | Still work to do in the manual... | Diego Nehab | 2004-06-16 | 1 | -1/+0 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -56/+33 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Working with in the manual. | Diego Nehab | 2004-05-26 | 1 | -28/+29 |
| | |||||
* | Starting the manual. Oh well. | Diego Nehab | 2004-05-25 | 1 | -48/+70 |
| | |||||
* | Added ltn12 module. Modified mime to be stand alone. | Diego Nehab | 2004-02-11 | 1 | -1/+1 |
| | | | | Still crashes on invalid input. Dunno why. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -2/+6 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -140/+158 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -3/+3 |
| | | | | | | | | | | 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. | ||||
* | smtp.mail was a broken link in reference.html pointing to the old mod.html. | Diego Nehab | 2003-09-21 | 1 | -1/+1 |
| | |||||
* | LuaSocket 2.0 User's Manual. | Diego Nehab | 2003-08-31 | 1 | -0/+209 |