aboutsummaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Coroutine-free filter.chain.Diego Nehab2004-07-291-1/+1
|
* Beta2 is out! Total timeout works on Windows.Diego Nehab2004-07-262-27/+31
|
* Gonna try my luck on windows...Diego Nehab2004-07-262-3/+6
|
* Changed send function.Diego Nehab2004-07-182-49/+70
|
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-6/+6
|
* Still need to fix windows. :o/Diego Nehab2004-07-151-1/+1
|
* Removed debug prints.Diego Nehab2004-07-021-2/+1
|
* Works fine with the new linking in Linux.Diego Nehab2004-07-021-2/+0
|
* tiny bug in test.Diego Nehab2004-07-022-6/+8
|
* Compiles and runs on windows.Diego Nehab2004-07-022-1/+23
|
* Added getstats.Diego Nehab2004-07-012-0/+2
|
* Forgot a few files.Diego Nehab2004-07-012-0/+16
|
* Moving on to beta2.Diego Nehab2004-07-011-28/+34
|
* More TODO.Diego Nehab2004-06-241-0/+1
|
* Fixing send/recv and optimizing.Diego Nehab2004-06-231-1/+1
|
* Few extra changes.Diego Nehab2004-06-221-3/+5
|
* More adjustments/bugfixes.Diego Nehab2004-06-216-11/+11
|
* Fixing bugs...Diego Nehab2004-06-203-12/+14
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-182-5/+5
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-182-11/+0
|
* Seems to be working.Diego Nehab2004-06-171-0/+1
|
* Changed the return of the send function...Diego Nehab2004-06-171-4/+4
|
* Almost ready for distribution...Diego Nehab2004-06-174-24/+7
|
* Updated manual timestamps and the added stuffing filters to mime.html.Diego Nehab2004-06-171-1/+1
|
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-1/+1
|
* Compiled and tested on Windows...Diego Nehab2004-06-172-3/+5
|
* Simplified HTTP module.Diego Nehab2004-06-161-14/+14
|
* Still work to do in the manual...Diego Nehab2004-06-161-1/+1
|
* Fixed smtp.lua loading.Diego Nehab2004-06-163-5/+9
| | | | | Adjusted tftp module. Added some comments.
* Runs on Linux.Diego Nehab2004-06-153-3/+3
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-154-94/+86
| | | | | | | 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-3/+3
|
* Adjusting back to work in macosx.Diego Nehab2004-05-311-4/+4
|
* doesn't fail on windows.Diego Nehab2004-05-301-7/+6
|
* Updated projects for windows to generate dlls.Diego Nehab2004-05-301-1/+1
|
* Fine tuning the "require" business.Diego Nehab2004-05-301-1/+5
|
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-284-4/+4
|
* 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.