aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Almost there.Diego Nehab2004-05-282-1/+1
|
* Previous bug fix caused a new bug. :o/Diego Nehab2004-05-282-12/+17
|
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-283-3/+9
|
* Committing with require.Diego Nehab2004-05-281-0/+4
|
* Working with in the manual.Diego Nehab2004-05-261-2/+1
|
* FTP low-level working.Diego Nehab2004-05-252-4/+7
| | | | | SMTP connection oriented working. ltn12 improved.
* complicated bug in ltn12.filter.chain...Diego Nehab2004-04-012-8/+49
|
* Using socket pumps in http.lua.Diego Nehab2004-03-261-0/+2
| | | | Adjusted socket.try.
* Adjusted some of the broken examples.Diego Nehab2004-03-261-3/+3
|
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-224-32/+45
|
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-214-46/+41
| | | | | | on error, return partial result in the end. http.lua rewritten.
* Adjusted some fine details.Diego Nehab2004-03-191-0/+53
|
* New filter scheme.Diego Nehab2004-03-163-35/+60
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-112-57/+39
| | | | Still crashes on invalid input. Dunno why.
* Worked on the manual.Diego Nehab2004-02-043-15/+30
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* DNS lookup was taking too long and fucking up the connect tests.Diego Nehab2004-01-241-3/+5
|
* Working on the manual...Diego Nehab2004-01-243-8/+8
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* New accept/connect code.Diego Nehab2004-01-241-31/+58
| | | | | | Better error checking. Better tests. __tostring implemented.
* Adjusted wsocket to match usocket. Adjusted windows projects.Diego Nehab2004-01-212-7/+12
|
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-212-3/+18
| | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.
* Corrected connect in windows. Wasn't setting errno...Diego Nehab2004-01-211-1/+1
|
* Changed the naming convention of the mime module.Diego Nehab2004-01-212-25/+129
| | | | Looks beautiful.
* Added gethostname.Diego Nehab2004-01-191-8/+8
| | | | | Cleaned up TODO. Moved luasocket specific stuff from auxiliar.c to luasocket.c
* Seems to be working on windows and linux.Diego Nehab2004-01-191-4/+1
|
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-192-8/+244
| | | | | | | | | | 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-42/+79
| | | | | 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-2/+1
|
* Have to figure out how to test timeout on connect... kind of hard.Diego Nehab2004-01-181-11/+11
|
* Fixed bug in accept, added tests for it and for connect with timeout.Diego Nehab2004-01-181-11/+51
|
* Trying to get connect-with-timeout to work. Darwin works...Diego Nehab2004-01-182-3/+4
|
* Tested in windows. Still needs more testing, but progress has been made.Diego Nehab2004-01-171-146/+148
|
* http.lua updated. still needs proxy support.Diego Nehab2004-01-163-41/+56
| | | | code.lua updated. looks neat.
* Starting to use RCS in princeton again. Not behind a firewall anymore.Diego Nehab2003-08-311-7/+7
|
* Adjusted a few inconsistencies with the manual.Diego Nehab2003-08-162-19/+19
|
* And this.Diego Nehab2003-06-301-0/+23
|
* Releasing 2.0 alpha!!!Diego Nehab2003-06-301-16/+16
|
* Few adjustments for windows.Diego Nehab2003-06-262-4/+4
|
* Finished implementation of LuaSocket 2.0 alpha on Linux.Diego Nehab2003-06-262-11/+22
| | | | Some testing still needed.
* Porting to LUA 5.0 finalDiego Nehab2003-05-256-212/+201
|
* Compiled in WinXPDiego Nehab2003-03-281-21/+21
|
* Closer to release...Diego Nehab2003-03-285-24/+21
|
* The test directory!Diego Nehab2003-03-2111-0/+6051
|
* Ported to Win32!Diego Nehab2003-03-211-1/+1
|
* Finish port to Lua 5. Everything is working fine.Diego Nehab2003-03-204-152/+166
| | | | Still doesn't work in Windows.
* Faltam testes de ftp e smtp. O resto passa.Diego Nehab2002-12-034-135/+130
|
* Usando noglobals.luaDiego Nehab2002-07-081-14/+0
|
* Usando localhost por default.Diego Nehab2002-07-081-1/+1
|
* Testes reformulados.Diego Nehab2002-07-082-513/+458
|
* Usando noglobals.lua e parsembox.luaDiego Nehab2002-07-081-57/+3
|
* Using noglobals.luaDiego Nehab2002-07-081-41/+30
| | | | | Não carrega mais os modulos. Ajeitados alguns nomes.