aboutsummaryrefslogtreecommitdiff
path: root/src/http.lua (follow)
Commit message (Collapse)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
| | | | Need to fix everything to make sure it works with the new compat-5.1
* 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
| | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
* 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
| | | | | Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names.
* 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
| | | | | Adjusted client modules. Fixed proxy bug in http.
* 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
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-204/+147
| | | | | | | 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-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
| | | | | SMTP connection oriented working. ltn12 improved.
* Using socket pumps in http.lua.Diego Nehab2004-03-261-110/+28
| | | | Adjusted socket.try.
* Settimeout wasn't returning 1...Diego Nehab2004-03-221-62/+60
| | | | http.lua is even cleaner. No trash in respt table.
* 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
| | | | | | on error, return partial result in the end. http.lua rewritten.
* New filter scheme.Diego Nehab2004-03-161-115/+104
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Worked on the manual.Diego Nehab2004-02-041-1/+1
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Added gethostname.Diego Nehab2004-01-191-17/+38
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-12/+13
| | | | | | | | | | Update get.lua to use the new callbacks. The old "code" module is now the "mime" module. Updated all modules that depended on it. Updated url.lua to use the new namespace scheme, and moved the escape and unescape functions that used to be in the code.lua module to it, since these are specific to urls. Updated the callback entries in the manual.
* Added proxy support to http.luaDiego Nehab2004-01-191-22/+36
| | | | | Changed callback.lua module, but need more work. Added local connect support.
* 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
| | | | code.lua updated. looks neat.
* Killed a few bugs found by Tomas.Diego Nehab2003-11-271-2/+3
|