aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Almost done with manual...Diego Nehab2004-06-155-195/+166
* Starting to change HTTP manual.Diego Nehab2004-06-151-3/+3
* Runs on Linux.Diego Nehab2004-06-154-3/+11
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-1540-811/+2031
* Só pra não perder se der merda.Diego Nehab2004-06-0428-202/+196
* Adjusting back to work in macosx.Diego Nehab2004-05-311-4/+4
* Updated with new dynamic linking scheme.Diego Nehab2004-05-301-15/+9
* doesn't fail on windows.Diego Nehab2004-05-301-7/+6
* Updated projects for windows to generate dlls.Diego Nehab2004-05-306-42/+200
* Fine tuning the "require" business.Diego Nehab2004-05-3017-116/+133
* Changed require"luasocket" to require"socket".Diego Nehab2004-05-2813-12/+186
* Almost there.Diego Nehab2004-05-2811-14/+20
* Previous bug fix caused a new bug. :o/Diego Nehab2004-05-283-13/+18
* Bug feioso no UDP e possivelmente no TCP também.Diego Nehab2004-05-2814-50/+59
* Dynamic linking working for Linux.Diego Nehab2004-05-281-0/+3
* Committing with require.Diego Nehab2004-05-2813-79/+152
* Working with in the manual.Diego Nehab2004-05-267-62/+171
* Forgot this file.Diego Nehab2004-05-251-0/+135
* Starting the manual. Oh well.Diego Nehab2004-05-255-765/+71
* Have to check retr or stor command result before accepting data connection.Diego Nehab2004-05-251-4/+3
* FTP low-level working.Diego Nehab2004-05-2515-648/+690
* Releasing LTN012.Diego Nehab2004-05-191-1/+1
* complicated bug in ltn12.filter.chain...Diego Nehab2004-04-013-9/+65
* Using socket pumps in http.lua.Diego Nehab2004-03-265-124/+41
* Adjusted some of the broken examples.Diego Nehab2004-03-265-35/+28
* Settimeout wasn't returning 1...Diego Nehab2004-03-223-63/+64
* Adjusted some details, got rid of old files, added some new.Diego Nehab2004-03-2212-97/+132
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-219-638/+303
* Adjusted some fine details.Diego Nehab2004-03-192-3/+56
* Seems to be working.Diego Nehab2004-03-194-69/+111
* Message source in smtp.lua is a work of art.Diego Nehab2004-03-184-155/+118
* New filter scheme.Diego Nehab2004-03-1617-527/+565
* Bug in mime.c initialization. Popping too much.Diego Nehab2004-02-121-1/+0
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-1112-161/+291
* Worked on the manual.Diego Nehab2004-02-0437-322/+639
* 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-2421-314/+340
* New accept/connect code.Diego Nehab2004-01-2410-194/+422
* Adjusted wsocket to match usocket. Adjusted windows projects.Diego Nehab2004-01-216-63/+79
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-2116-275/+284
* Adding the callback.lua documentation.Diego Nehab2004-01-212-1/+253
* Corrected connect in windows. Wasn't setting errno...Diego Nehab2004-01-212-3/+9
* Changed the naming convention of the mime module.Diego Nehab2004-01-217-117/+234
* Just performs b64 encoding of stdin to stdout.Diego Nehab2004-01-201-0/+8
* Adjusted css for windows.Diego Nehab2004-01-202-17/+19
* Added gethostname.Diego Nehab2004-01-198-108/+147
* Seems to be working on windows and linux.Diego Nehab2004-01-194-19/+38
* Changed to be able to compile with -ansi and -pedantic!Diego Nehab2004-01-192-1/+8
* Got rid of some of the typecasts...Diego Nehab2004-01-191-19/+19
* Added -ansi -pedantic and faced the consequences...Diego Nehab2004-01-192-38/+44