aboutsummaryrefslogtreecommitdiff
path: root/doc/reference.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ltn12.source.table()E. Westbrook2018-06-051-1/+2
|
* Added gettimeout for completeness.Diego Nehab2016-03-041-0/+2
| | | | | Also documented. Rordered manuals so order is alphabetical.
* Changed buffer-per-socket to buffer-per-operation.Diego Nehab2015-10-061-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 Nehab2015-08-221-0/+2
| | | | | Also dealing with EPROTOTYPE Yosemite seems to be throwing at us for no reason.
* socket.connect now implemented in the C coreSam Roberts2012-05-101-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 releaseDiego Nehab2012-04-231-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 documenationDiego Nehab2012-04-171-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-integrationSam Roberts2012-04-111-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 Roberts2012-04-111-0/+1
| |
| * 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/+3
| |
| * Reference index was missing documented APIs, and only partially alphabetized.Sam Roberts2012-04-111-5/+8
| |
* | Decent makefiles!Diego Nehab2009-05-271-4/+5
|/
* Spell checked and updated modification date.Diego Nehab2006-04-201-1/+1
|
* Spell checking on the manuals.Diego Nehab2005-11-211-1/+1
| | | | David's changes to lp.lua.
* Final push for release...Diego Nehab2005-08-121-2/+2
|
* Working on the manual.Diego Nehab2005-06-141-2/+2
|
* Spell checked the manual.Diego Nehab2004-12-131-2/+2
|
* Modification dates updated.Diego Nehab2004-11-281-1/+1
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-1/+4
|
* Setstats was missing.Diego Nehab2004-10-121-0/+1
|
* *** empty log message ***Diego Nehab2004-07-021-0/+1
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-2/+4
|
* Fixing bugs...Diego Nehab2004-06-201-2/+2
|
* *** empty log message ***Diego Nehab2004-06-181-0/+1
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-1/+2
|
* Updated manual timestamps and the added stuffing filters to mime.html.Diego Nehab2004-06-171-3/+5
|
* Updated the HTTP manual. Finaly done.Diego Nehab2004-06-161-3/+1
|
* Still work to do in the manual...Diego Nehab2004-06-161-1/+0
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-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 Nehab2004-05-261-28/+29
|
* Starting the manual. Oh well.Diego Nehab2004-05-251-48/+70
|
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-1/+1
| | | | Still crashes on invalid input. Dunno why.
* Worked on the manual.Diego Nehab2004-02-041-2/+6
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Working on the manual...Diego Nehab2004-01-241-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 Nehab2004-01-191-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 Nehab2003-09-211-1/+1
|
* LuaSocket 2.0 User's Manual.Diego Nehab2003-08-311-0/+209