aboutsummaryrefslogtreecommitdiff
path: root/src/http.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Couple bug fixes.Diego Nehab2007-03-121-2/+3
* http.request was using old host header during redirects.Diego Nehab2006-04-131-1/+1
* Stupid bug was reusing the nreqt.headers.host during redirect.Diego Nehab2006-04-121-10/+9
* Final patches...Diego Nehab2006-04-031-1/+1
* Updates for 2.0.1 on the way.Diego Nehab2006-03-191-1/+1
* Chose option 1) for http.lua.Diego Nehab2006-03-141-48/+21
* Fixing bugs...Diego Nehab2006-03-131-18/+51
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-16/+16
* Bugs sent by David.Diego Nehab2005-10-051-1/+0
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-1/+0
* Final push for release...Diego Nehab2005-08-121-26/+19
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-43/+55
* Working on the manual.Diego Nehab2005-06-141-2/+2
* Stupid bug in http.lua.Diego Nehab2005-06-121-4/+49
* Forward server works for multiple tunnels.Diego Nehab2005-03-101-7/+21
* Just to check out in the office.Diego Nehab2005-02-271-3/+5
* 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
* Host is overridable.Diego Nehab2004-11-281-2/+1
* Almost ready for beta3Diego Nehab2004-11-271-9/+14
* Fine tunned modules scheme.Diego Nehab2004-10-111-2/+15
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-2/+4
* More adjustments/bugfixes.Diego Nehab2004-06-211-2/+0
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-12/+11
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-27/+28
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-5/+0
* HTTP now has only one function.Diego Nehab2004-06-161-11/+8
* Simplified HTTP module.Diego Nehab2004-06-161-72/+66
* Fixed smtp.lua loading.Diego Nehab2004-06-161-5/+2
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-204/+147
* Só pra não perder se der merda.Diego Nehab2004-06-041-29/+28
* Fine tuning the "require" business.Diego Nehab2004-05-301-0/+2
* 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-2/+8
* FTP low-level working.Diego Nehab2004-05-251-6/+8
* Using socket pumps in http.lua.Diego Nehab2004-03-261-110/+28
* Settimeout wasn't returning 1...Diego Nehab2004-03-221-62/+60
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-221-18/+23
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-211-524/+209
* New filter scheme.Diego Nehab2004-03-161-115/+104
* Worked on the manual.Diego Nehab2004-02-041-1/+1
* Added gethostname.Diego Nehab2004-01-191-17/+38
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-12/+13
* Added proxy support to http.luaDiego Nehab2004-01-191-22/+36
* Added new filter to code.c, to convert between line conventions.Diego Nehab2004-01-181-1/+1
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-181-1/+7
* http.lua updated. still needs proxy support.Diego Nehab2004-01-161-262/+264
* Killed a few bugs found by Tomas.Diego Nehab2003-11-271-2/+3