aboutsummaryrefslogtreecommitdiff
path: root/src/tp.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Family agostic FTP and expose HTTP/FTP url parsingDiego Nehab2016-03-071-1/+9
|
* Fix sink method in tp modulempeterv2016-02-111-1/+1
|
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-4/+7
| | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
* Making progress toward a releaseDiego Nehab2012-04-231-1/+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-111-1/+1
|
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-1/+1
|
* Decent makefiles!Diego Nehab2009-05-271-0/+1
|
* Chose option 1) for http.lua.Diego Nehab2006-03-141-2/+2
| | | | Need to fix everything to make sure it works with the new compat-5.1
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-10/+10
|
* Bugs sent by David.Diego Nehab2005-10-051-1/+0
|
* Final push for release...Diego Nehab2005-08-121-4/+5
|
* Working on the manual.Diego Nehab2005-06-141-1/+1
|
* Almost ready to release beta3Diego Nehab2005-01-021-1/+1
|
* Last line of modules was simplified.Diego Nehab2004-12-231-1/+1
|
* Changes due to new compat-5.1Diego Nehab2004-12-231-3/+2
|
* Almost ready for beta3Diego Nehab2004-11-271-10/+19
|
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-1/+3
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-22/+27
|
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-5/+0
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-4/+0
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-11/+15
| | | | | | | 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-041-9/+13
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-2/+4
|
* Committing with require.Diego Nehab2004-05-281-5/+5
|
* Working with in the manual.Diego Nehab2004-05-261-7/+3
|
* FTP low-level working.Diego Nehab2004-05-251-33/+43
| | | | | SMTP connection oriented working. ltn12 improved.
* Seems to be working.Diego Nehab2004-03-191-2/+2
|
* Message source in smtp.lua is a work of art.Diego Nehab2004-03-181-32/+22
|
* New filter scheme.Diego Nehab2004-03-161-0/+111
ltn12 and mime updated. smtp/ftp broken.