- 28 Jul, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 01 Jul, 2015 4 commits
-
-
Manuel Pégourié-Gonnard authored
This is particularly problematic when calling FD_SET( -1, ... ), but let's check it in all functions. This was introduced with the new API and the fact the net_free() now sets the internal fd to -1 in order to mark it as closed: now using this information.
-
Manuel Pégourié-Gonnard authored
We now require support for stdint.h from the compiler.
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
For some reason select() doesn't seem to work.
-
- 30 Jun, 2015 5 commits
-
-
Manuel Pégourié-Gonnard authored
This is made possible by the new API where net_accept() gets a pointer to bind_ctx, so it can update it.
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
close() may be more meaningful, but free() is symmetric with _init(), and more consistent with all other modules
-
Manuel Pégourié-Gonnard authored
Provides more flexibility for future changes/extensions.
-
Manuel Pégourié-Gonnard authored
On Windows, recvfrom() returns an error code if the destination buffer is too small to hold the next datagram.
-
- 25 Jun, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
We document that either of recv or recv_timeout may be NULL, but for TLS we always used recv... Thanks Coverity for catching that. (Not remotely trigerrable: local configuration.) Also made me notice net_recv_timeout didn't do its job properly.
-
- 23 Jun, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
- avoids dependency on snprintf - allows using "smtps" instead of "456" if desired
-
- 22 Jun, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
Some toolchains do not have inttypes.h, and we only need stdint.h which is a subset of it.
-
Manuel Pégourié-Gonnard authored
-
- 14 May, 2015 2 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 11 May, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 09 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 08 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
A simple execution of tmp/invoke-rename.pl
-
- 03 Apr, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 25 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
Apparently it thinks getsockopt()'s should be a char *, while it's a void * according to POSIX. Casting to void * avoids the warning.
-
- 10 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 06 Mar, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 13 Feb, 2015 1 commit
-
-
Rich Evans authored
-
- 10 Feb, 2015 1 commit
-
-
Rich Evans authored
-
- 28 Jan, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 23 Jan, 2015 4 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 22 Jan, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 12 Jan, 2015 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 27 Nov, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-
- 21 Oct, 2014 4 commits
-
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
Manuel Pégourié-Gonnard authored
-
- 20 Oct, 2014 1 commit
-
-
Paul Bakker authored
-
- 21 Aug, 2014 1 commit
-
-
Sander Niemeijer authored
-
- 14 Aug, 2014 1 commit
-
-
Manuel Pégourié-Gonnard authored
-