aboutsummaryrefslogtreecommitdiff
path: root/src/ftp.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-7/+7
* Hide ftp.PORT "constant" as a localDiego Nehab2016-03-071-2/+2
* Family agostic FTP and expose HTTP/FTP url parsingDiego Nehab2016-03-071-16/+51
* Added support for FTP command listsDiego Nehab2016-03-041-3/+12
* fixed accidental global in `ftp.lua`Thijs Schreijer2015-03-011-1/+1
* Fix. recive 2xx while ftp.get cause timeout errormoteus2013-05-301-1/+5
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-19/+20
* Making progress toward a releaseDiego Nehab2012-04-231-1/+0
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
* Saving before big changes to support IPv6.Diego Nehab2011-05-251-2/+2
* Global variable references.Diego Nehab2007-07-111-3/+3
* Chose option 1) for http.lua.Diego Nehab2006-03-141-1/+1
* Fixing bugs...Diego Nehab2006-03-131-1/+2
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-13/+13
* Bugs sent by David.Diego Nehab2005-10-051-1/+0
* Final push for release...Diego Nehab2005-08-121-6/+6
* Working on the manual.Diego Nehab2005-06-141-1/+1
* Bug in forward.lua. Wasn't breaking from the loop.Diego Nehab2005-04-211-2/+2
* 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-2/+2
* Almost ready for beta3Diego Nehab2004-11-271-10/+43
* My own ltn12.filter.chain is done.Diego Nehab2004-10-121-3/+6
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-3/+6
* Fixing bugs...Diego Nehab2004-06-201-1/+1
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-12/+4
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-86/+96
* Almost ready for distribution...Diego Nehab2004-06-171-2/+2
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-5/+0
* Fixed smtp.lua loading.Diego Nehab2004-06-161-3/+0
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-36/+37
* Só pra não perder se der merda.Diego Nehab2004-06-041-20/+21
* Fine tuning the "require" business.Diego Nehab2004-05-301-4/+7
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-281-1/+1
* Almost there.Diego Nehab2004-05-281-2/+1
* Committing with require.Diego Nehab2004-05-281-13/+76
* Working with in the manual.Diego Nehab2004-05-261-1/+1
* Have to check retr or stor command result before accepting data connection.Diego Nehab2004-05-251-4/+3
* FTP low-level working.Diego Nehab2004-05-251-439/+118
* New filter scheme.Diego Nehab2004-03-161-255/+105
* Worked on the manual.Diego Nehab2004-02-041-0/+2
* Starting to use RCS in princeton again. Not behind a firewall anymore.Diego Nehab2003-08-311-10/+9
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-161-2/+2
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-261-1/+1
* Porting to LUA 5.0 finalDiego Nehab2003-05-251-23/+34
* Closer to release...Diego Nehab2003-03-281-1/+0
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-201-25/+26
* Updated for Lua 4.1-w3.Diego Nehab2002-07-081-62/+55
* Changed some variable names.Diego Nehab2001-09-261-20/+26
* Updated for LuaSocket 1.4.Diego Nehab2001-09-121-227/+324