aboutsummaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More to do...Diego Nehab2005-01-201-0/+1
|
* More todo...Diego Nehab2005-01-191-0/+2
|
* Copyright.Diego Nehab2005-01-151-1/+0
|
* More todo, always more.Diego Nehab2005-01-151-0/+2
|
* Always more to do...Diego Nehab2005-01-141-0/+2
|
* More to do.Diego Nehab2005-01-051-0/+2
|
* More to do.Diego Nehab2004-12-071-0/+3
|
* Added new instalation section to the manual.Diego Nehab2004-11-281-3/+3
|
* Almost ready for beta3Diego Nehab2004-11-271-4/+5
|
* Probleminhas em compat-5.1.lua.Diego Nehab2004-11-261-0/+2
|
* My own ltn12.filter.chain is done.Diego Nehab2004-10-121-1/+1
| | | | | Implemented part of DB's suggestion for ftp. Mimetest.lua generates the test file for base64 instead of loading from disk.
* Using Wim's filter.chain...Diego Nehab2004-10-121-1/+1
|
* Works on Linux.Diego Nehab2004-10-111-0/+1
|
* Fine tunned modules scheme.Diego Nehab2004-10-111-2/+3
| | | | | Adjusted client modules. Fixed proxy bug in http.
* Some changes.Diego Nehab2004-09-211-1/+6
|
* nanosleep patch.Diego Nehab2004-08-041-0/+1
|
* Don't forget!Diego Nehab2004-08-041-0/+1
|
* Accounting...Diego Nehab2004-07-291-3/+3
|
* Beta2 is out! Total timeout works on Windows.Diego Nehab2004-07-261-4/+4
|
* Changed send function.Diego Nehab2004-07-181-0/+3
|
* Fixed a bunch of stuff. Added mike's patches.Diego Nehab2004-07-161-3/+3
|
* Still need to fix windows. :o/Diego Nehab2004-07-151-0/+3
|
* Releasing the beta-beta.Diego Nehab2004-07-021-1/+1
|
* Ready to release beta.Diego Nehab2004-07-021-12/+9
|
* Added getstats.Diego Nehab2004-07-011-3/+2
|
* Compiles with g++.Diego Nehab2004-07-011-2/+4
|
* Moving on to beta2.Diego Nehab2004-07-011-4/+4
|
* More TODO.Diego Nehab2004-06-241-5/+13
|
* Fixing send/recv and optimizing.Diego Nehab2004-06-231-3/+12
|
* tiny bug...Diego Nehab2004-06-191-0/+1
|
* 2.0 alpha RELEASED!Diego Nehab2004-06-181-154/+3
|
* Implemented safe exceptions. This looks preeety good.Diego Nehab2004-06-181-2/+4
|
* Seems to be working.Diego Nehab2004-06-171-1/+3
|
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-0/+2
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-41/+35
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-2/+9
| | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully.
* Fine tuning the "require" business.Diego Nehab2004-05-301-57/+61
|
* Almost there.Diego Nehab2004-05-281-0/+3
|
* Working with in the manual.Diego Nehab2004-05-261-19/+19
|
* FTP low-level working.Diego Nehab2004-05-251-1/+5
| | | | | SMTP connection oriented working. ltn12 improved.
* Using socket pumps in http.lua.Diego Nehab2004-03-261-0/+1
| | | | Adjusted socket.try.
* Settimeout wasn't returning 1...Diego Nehab2004-03-221-0/+2
| | | | 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-0/+7
|
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-211-0/+4
| | | | | | on error, return partial result in the end. http.lua rewritten.
* New filter scheme.Diego Nehab2004-03-161-0/+5
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-0/+6
| | | | Still crashes on invalid input. Dunno why.
* Worked on the manual.Diego Nehab2004-02-041-25/+37
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Working on the manual...Diego Nehab2004-01-241-0/+6
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* New accept/connect code.Diego Nehab2004-01-241-0/+3
| | | | | | Better error checking. Better tests. __tostring implemented.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-0/+1
| | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.