aboutsummaryrefslogtreecommitdiff
path: root/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup; move ./etc into ./samples and mark 'unsupported'Thijs Schreijer2022-03-2914-3/+1516
|
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-1/+1
|
* lpr.lua: fix invalid string escape sequence \?David Manura2013-04-171-1/+1
| | | | Not valid in 5.2 and luajit.
* Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-252-2/+2
| | | | | table.getn was deprecated in Lua 5.1 in favor of #, the length operator. See: http://www.lua.org/manual/5.1/manual.html#7.2
* Making progress toward a releaseDiego Nehab2012-04-236-6/+0
| | | | | | | | | | 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
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-118-6/+44
|
* Decent makefiles!Diego Nehab2009-05-271-1/+1
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-224-15/+16
|
* In pre release mode!Diego Nehab2005-11-203-241/+25
|
* Added check-links-nb.lua that check links in a non-blocking way.Diego Nehab2005-06-201-1/+1
|
* Stupid bug in http.lua.Diego Nehab2005-06-121-1/+1
|
* Bug in forward.lua. Wasn't breaking from the loop.Diego Nehab2005-04-211-9/+14
|
* Better connection handling.Diego Nehab2005-04-212-14/+23
|
* Removed debuging prints.Diego Nehab2005-04-201-23/+1
|
* Trying to get non-blocking connect to work.Diego Nehab2005-04-201-2/+2
|
* Tiny bug in forward.luaDiego Nehab2005-03-111-1/+4
|
* Seems to be working on windows.Diego Nehab2005-03-111-4/+3
|
* Apparently, non-blocking connect doesn't work on windows if you use 0Diego Nehab2005-03-111-67/+71
| | | | timeout in the select call...
* Forward server works for multiple tunnels.Diego Nehab2005-03-101-52/+41
| | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names.
* Added forward server.Diego Nehab2005-03-101-0/+229
|
* Almost ready to release beta3Diego Nehab2005-01-026-17/+19
|
* Fine tunned modules scheme.Diego Nehab2004-10-112-2/+2
| | | | | Adjusted client modules. Fixed proxy bug in http.
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-25/+25
|
* Fixed stupid bugs.Diego Nehab2004-07-021-6/+4
|
* Releasing the beta-beta.Diego Nehab2004-07-021-3/+4
|
* Seems good.Diego Nehab2004-07-011-3/+4
|
* Moving on to beta2.Diego Nehab2004-07-011-0/+51
|
* More adjustments/bugfixes.Diego Nehab2004-06-215-6/+6
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-1/+6
|
* Changed the return of the send function...Diego Nehab2004-06-171-1/+1
|
* Almost ready for distribution...Diego Nehab2004-06-171-9/+18
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-1/+1
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-1/+1
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Só pra não perder se der merda.Diego Nehab2004-06-044-5/+6
|
* Fine tuning the "require" business.Diego Nehab2004-05-303-30/+17
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-283-3/+3
|
* Almost there.Diego Nehab2004-05-281-1/+0
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-284-20/+20
|
* Committing with require.Diego Nehab2004-05-281-2/+2
|
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-2/+3
|
* Worked on the manual.Diego Nehab2004-02-041-0/+43
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-164-14/+15
|
* Oh well. More modifications.Diego Nehab2003-06-301-29/+2
|
* Bug in usocket_recv...Diego Nehab2003-06-301-20/+22
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-266-6/+6
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-096-43/+75
| | | | | | Few changes in internal class and group registration. Lua modules are compiled and built into library. Dynamic library tested in Linux and Mac OS X.
* Porting to LUA 5.0 finalDiego Nehab2003-05-252-7/+8
|
* Local index in for loop was getting changed...Diego Nehab2003-03-281-14/+14
|
* Closer to release...Diego Nehab2003-03-284-13/+17
|
* Sockets are not tables anymore.Diego Nehab2002-07-081-34/+37
|