aboutsummaryrefslogtreecommitdiffstats
path: root/sock.h
Commit message (Collapse)AuthorAgeLines
* sock.h: Add EAGAIN check to sockerr_again()dequis2015-06-04-1/+1
|
* Reindent everything to K&R style with tabsIndent2015-02-20-1/+1
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* RIP native win32 support (use cygwin instead)dequis2014-09-27-14/+0
| | | | It has been broken for a very long time and nobody cared about it.
* Make sure events_*.c are fully compatible to callers so plugins built forWilmer van der Gaast2010-10-02-4/+0
| | | | | a different flavour will still work.
* Fix the libevent-specific compiler warning about closesocket().Wilmer van der Gaast2010-08-14-0/+2
|
* Remove no longer needed functions.Jelmer Vernooij2008-04-02-3/+1
|
* Merge trunk.Jelmer Vernooij2008-04-02-7/+2
|\
| * Better handling of situations where IPv6 is not available at run-time.Wilmer van der Gaast2006-07-11-7/+0
| |
| * Added a closesocket() that properly removes event handlers before closing a ↵Wilmer van der Gaast2006-05-14-0/+2
| | | | | | | | socket.
* | Remove unnecessary Windows-specific code.Jelmer Vernooij2006-05-26-2/+3
| |
* | Merge WilmerJelmer Vernooij2006-01-10-0/+10
|\|
| * IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets.Wilmer van der Gaast2005-12-27-0/+7
| | | | | | | | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.".
| * http_client libWilmer van der Gaast2005-12-17-0/+3
| |
* | Merge integrationJelmer Vernooij2005-12-17-0/+2
|\|
| * Non-blocking SSL handshakes for GnuTLS. The rest might come later, but isWilmer van der Gaast2005-12-16-0/+2
| | | | | | | | | | slightly less important.
* | Fix win32 build using mingw32 on linux (no ssl and yahoo yet though)Jelmer Vernooij2005-12-17-5/+0
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+27