aboutsummaryrefslogtreecommitdiff
path: root/doc/socket.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move doc→docs so we can serve it with GitHub PagesCaleb Maclennan2022-03-231-481/+0
|
* fix(docs) references to some constants added (#359)Thijs Schreijer2022-03-221-2/+4
|
* fix(docs) fix html linter issues in the docs (#358)Thijs Schreijer2022-03-221-128/+128
|
* Added gettimeout for completeness.Diego Nehab2016-03-041-34/+36
| | | | | Also documented. Rordered manuals so order is alphabetical.
* Added support for FTP command listsDiego Nehab2016-03-041-2/+4
|
* Clarify documentation for try/protect.Philipp Janda2016-02-241-4/+6
|
* Don't swallow errors in finalizers.Philipp Janda2016-02-241-2/+1
|
* Update HTML docs for try/protectmpeterv2016-02-211-10/+5
|
* Changed buffer-per-socket to buffer-per-operation.Diego Nehab2015-10-061-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 yearsPixelToast2013-11-071-2/+1
|
* socket.connect now implemented in the C coreSam Roberts2012-05-101-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 releaseDiego Nehab2012-04-231-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-integrationSam Roberts2012-04-111-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 Roberts2012-04-111-4/+4
| | | | | | | | home.html doesn't exist, index.html does.
| * Document dirty, getfd, and setfd for select and tcp.Sam Roberts2012-04-111-0/+4
| |
* | Decent makefiles!Diego Nehab2009-05-271-18/+38
|/
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-4/+6
| | | | Also fixed returns on closed socket.
* Spell checked and updated modification date.Diego Nehab2006-04-201-1/+1
|
* Mentions that closed sockets are ignored by select.Diego Nehab2006-04-141-0/+5
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-7/+0
|
* Spell checking on the manuals.Diego Nehab2005-11-211-2/+2
| | | | David's changes to lp.lua.
* Final push for release...Diego Nehab2005-08-121-3/+3
|
* Working on the manual.Diego Nehab2005-06-141-4/+4
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-2/+7
|
* Spell checked the manual.Diego Nehab2004-12-131-3/+3
|
* Modification dates updated.Diego Nehab2004-11-281-1/+1
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-1/+3
|
* Almost ready for beta2.Diego Nehab2004-07-261-4/+0
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-4/+16
|
* Fixing bugs...Diego Nehab2004-06-201-5/+26
|
* *** empty log message ***Diego Nehab2004-06-181-2/+46
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-1/+65
|
* Updated manual timestamps and the added stuffing filters to mime.html.Diego Nehab2004-06-171-1/+1
|
* Bug in select documentation.Diego Nehab2004-06-171-2/+2
|
* Fine tuning the manual...Diego Nehab2004-06-161-13/+29
|
* Still work to do in the manual...Diego Nehab2004-06-161-5/+6
|
* Manual almost there.Diego Nehab2004-06-161-2/+1
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-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 Nehab2004-05-261-2/+115
|
* Forgot this file.Diego Nehab2004-05-251-0/+135