Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move doc→docs so we can serve it with GitHub Pages | Caleb Maclennan | 2022-03-23 | 1 | -481/+0 |
| | |||||
* | fix(docs) references to some constants added (#359) | Thijs Schreijer | 2022-03-22 | 1 | -2/+4 |
| | |||||
* | fix(docs) fix html linter issues in the docs (#358) | Thijs Schreijer | 2022-03-22 | 1 | -128/+128 |
| | |||||
* | Added gettimeout for completeness. | Diego Nehab | 2016-03-04 | 1 | -34/+36 |
| | | | | | Also documented. Rordered manuals so order is alphabetical. | ||||
* | Added support for FTP command lists | Diego Nehab | 2016-03-04 | 1 | -2/+4 |
| | |||||
* | Clarify documentation for try/protect. | Philipp Janda | 2016-02-24 | 1 | -4/+6 |
| | |||||
* | Don't swallow errors in finalizers. | Philipp Janda | 2016-02-24 | 1 | -2/+1 |
| | |||||
* | Update HTML docs for try/protect | mpeterv | 2016-02-21 | 1 | -10/+5 |
| | |||||
* | Changed buffer-per-socket to buffer-per-operation. | Diego Nehab | 2015-10-06 | 1 | -1/+24 |
| | | | | | | | | 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. | ||||
* | the universe has only existed for 43.8 years | PixelToast | 2013-11-07 | 1 | -2/+1 |
| | |||||
* | socket.connect now implemented in the C core | Sam Roberts | 2012-05-10 | 1 | -3/+8 |
| | | | | | | | 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/+23 |
| | | | | | | | | | | 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 | ||||
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | 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/+4 |
| | | |||||
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -18/+38 |
|/ | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -4/+6 |
| | | | | Also fixed returns on closed socket. | ||||
* | Spell checked and updated modification date. | Diego Nehab | 2006-04-20 | 1 | -1/+1 |
| | |||||
* | Mentions that closed sockets are ignored by select. | Diego Nehab | 2006-04-14 | 1 | -0/+5 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -7/+0 |
| | |||||
* | Spell checking on the manuals. | Diego Nehab | 2005-11-21 | 1 | -2/+2 |
| | | | | David's changes to lp.lua. | ||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -3/+3 |
| | |||||
* | Working on the manual. | Diego Nehab | 2005-06-14 | 1 | -4/+4 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -2/+7 |
| | |||||
* | Spell checked the manual. | Diego Nehab | 2004-12-13 | 1 | -3/+3 |
| | |||||
* | 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/+3 |
| | |||||
* | Almost ready for beta2. | Diego Nehab | 2004-07-26 | 1 | -4/+0 |
| | |||||
* | More adjustments/bugfixes. | Diego Nehab | 2004-06-21 | 1 | -4/+16 |
| | |||||
* | Fixing bugs... | Diego Nehab | 2004-06-20 | 1 | -5/+26 |
| | |||||
* | *** empty log message *** | Diego Nehab | 2004-06-18 | 1 | -2/+46 |
| | |||||
* | Implemented safe exceptions. This looks preeety good. | Diego Nehab | 2004-06-18 | 1 | -1/+65 |
| | |||||
* | Updated manual timestamps and the added stuffing filters to mime.html. | Diego Nehab | 2004-06-17 | 1 | -1/+1 |
| | |||||
* | Bug in select documentation. | Diego Nehab | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | Fine tuning the manual... | Diego Nehab | 2004-06-16 | 1 | -13/+29 |
| | |||||
* | Still work to do in the manual... | Diego Nehab | 2004-06-16 | 1 | -5/+6 |
| | |||||
* | Manual almost there. | Diego Nehab | 2004-06-16 | 1 | -2/+1 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -14/+11 |
| | | | | | | | 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 | -2/+115 |
| | |||||
* | Forgot this file. | Diego Nehab | 2004-05-25 | 1 | -0/+135 |