aboutsummaryrefslogtreecommitdiff
path: root/src/options.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed prefix of function names to match module names.Diego Nehab2005-11-201-2/+2
| | | | Removed some warnings and useless code.
* Before compiling on Windows.Diego Nehab2005-10-071-18/+18
|
* Almost ready to release.Diego Nehab2005-09-291-1/+2
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-0/+10
| | | | | Adjusted tftp module. Added some comments.
* Adjusted wsocket to match usocket. Adjusted windows projects.Diego Nehab2004-01-211-0/+1
|
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-0/+137
Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.