aboutsummaryrefslogtreecommitdiff
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27 from catwell/pull-noargDiego Nehab2013-04-171-3/+2
|\ | | | | fix more uses of arg
| * remove uses of arg in the codebasePierre Chapuis2013-01-231-3/+2
| |
* | Use the length operator (#) instead of table.getn.Gerardo Marset2013-02-254-4/+4
|/ | | | | 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
* Cookie modifications.Diego Nehab2013-01-101-0/+88
|
* Making progress toward a releaseDiego Nehab2012-04-239-9/+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-117-7/+7
|
* Saving before big changes to support IPv6.Diego Nehab2011-05-254-113/+113
|
* Decent makefiles!Diego Nehab2009-05-271-1/+1
|
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-2/+2
| | | | Also fixed returns on closed socket.
* Couple bug fixes.Diego Nehab2007-03-121-4/+6
|
* Almost ready to release 2.0.1Diego Nehab2006-04-201-3/+3
|
* Updates for 2.0.1 on the way.Diego Nehab2006-03-191-10/+11
|
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-227-75/+75
|
* Spell checking on the manuals.Diego Nehab2005-11-211-10/+14
| | | | David's changes to lp.lua.
* In pre release mode!Diego Nehab2005-11-202-27/+68
|
* Bugs sent by David.Diego Nehab2005-10-053-4/+0
|
* Tested on Windows.Diego Nehab2005-09-293-2/+19
|
* Almost ready to release.Diego Nehab2005-09-294-281/+4
|
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-233-150/+242
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* Dispatcher working for check-links. Need to get it working with forwarder.Diego Nehab2005-08-192-45/+344
|
* Final push for release...Diego Nehab2005-08-125-37/+52
|
* Added check-links-nb.lua that check links in a non-blocking way.Diego Nehab2005-06-201-0/+262
|
* Working on the manual.Diego Nehab2005-06-143-3/+3
|
* Almost ready to release beta3Diego Nehab2005-01-024-8/+3
|
* Last line of modules was simplified.Diego Nehab2004-12-233-3/+3
|
* Changes due to new compat-5.1Diego Nehab2004-12-233-6/+6
|
* Almost ready for beta3Diego Nehab2004-11-273-19/+37
|
* Fine tunned modules scheme.Diego Nehab2004-10-116-14/+17
| | | | | Adjusted client modules. Fixed proxy bug in http.
* Fixed stupid bugs.Diego Nehab2004-07-021-1/+3
|
* Releasing the beta-beta.Diego Nehab2004-07-021-0/+7
|
* Compiles with g++.Diego Nehab2004-07-011-2/+8
|
* Seems good.Diego Nehab2004-07-011-4/+4
|
* Adjusted lp.lua.Diego Nehab2004-07-011-189/+96
|
* Moving on to beta2.Diego Nehab2004-07-011-12/+13
|
* Fixing bugs...Diego Nehab2004-06-201-7/+7
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-182-17/+405
|
* Seems to be working.Diego Nehab2004-06-171-1/+0
|
* Almost ready for distribution...Diego Nehab2004-06-173-71/+151
|
* smtp.c was eatten by mime.cDiego Nehab2004-06-172-5/+6
|
* HTTP now has only one function.Diego Nehab2004-06-162-21/+14
|
* Still work to do in the manual...Diego Nehab2004-06-162-1/+7
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-57/+77
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-152-0/+18
| | | | | | | 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-046-49/+48
|
* Updated with new dynamic linking scheme.Diego Nehab2004-05-301-15/+9
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-1/+4
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-1/+1
|
* Almost there.Diego Nehab2004-05-283-2/+8
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-284-4/+12
|
* Committing with require.Diego Nehab2004-05-282-3/+4
|