aboutsummaryrefslogtreecommitdiff
path: root/src/options.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Leaving if in src/ but out of build for now.Diego Nehab2013-05-301-0/+9
|
* Add. Allow get `error` option to socket.moteus2013-05-291-0/+1
|
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-3/+7
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c
| * Support getoption method for tcp objects.Sam Roberts2012-04-111-0/+8
| |
* | Add support for the IPV6_V6ONLY socket option defaulting to on.Florian Zeitz2012-04-111-0/+1
| |
* | Decent makefiles!Diego Nehab2009-05-271-15/+21
|/
* Before compiling on Windows.Diego Nehab2005-10-071-13/+13
|
* Almost ready to release.Diego Nehab2005-09-291-1/+1
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-0/+9
| | | | | Adjusted tftp module. Added some comments.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-0/+30
Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner.