Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sock.h: Add EAGAIN check to sockerr_again() | dequis | 2015-06-04 | -1/+1 |
| | ||||
* | Reindent everything to K&R style with tabs | Indent | 2015-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) | dequis | 2014-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 for | Wilmer van der Gaast | 2010-10-02 | -4/+0 |
| | | | | | a different flavour will still work. | |||
* | Fix the libevent-specific compiler warning about closesocket(). | Wilmer van der Gaast | 2010-08-14 | -0/+2 |
| | ||||
* | Remove no longer needed functions. | Jelmer Vernooij | 2008-04-02 | -3/+1 |
| | ||||
* | Merge trunk. | Jelmer Vernooij | 2008-04-02 | -7/+2 |
|\ | ||||
| * | Better handling of situations where IPv6 is not available at run-time. | Wilmer van der Gaast | 2006-07-11 | -7/+0 |
| | | ||||
| * | Added a closesocket() that properly removes event handlers before closing a ↵ | Wilmer van der Gaast | 2006-05-14 | -0/+2 |
| | | | | | | | | socket. | |||
* | | Remove unnecessary Windows-specific code. | Jelmer Vernooij | 2006-05-26 | -2/+3 |
| | | ||||
* | | Merge Wilmer | Jelmer Vernooij | 2006-01-10 | -0/+10 |
|\| | ||||
| * | IPv6 socket improvements. Daemon mode can now also listen on IPv6 sockets. | Wilmer van der Gaast | 2005-12-27 | -0/+7 |
| | | | | | | | | | | | | Also, when reverse lookup fails, BitlBee now correctly falls back to an ASCII-formatted IP instead of "localhost.". | |||
| * | http_client lib | Wilmer van der Gaast | 2005-12-17 | -0/+3 |
| | | ||||
* | | Merge integration | Jelmer Vernooij | 2005-12-17 | -0/+2 |
|\| | ||||
| * | Non-blocking SSL handshakes for GnuTLS. The rest might come later, but is | Wilmer van der Gaast | 2005-12-16 | -0/+2 |
| | | | | | | | | | | slightly less important. | |||
* | | Fix win32 build using mingw32 on linux (no ssl and yahoo yet though) | Jelmer Vernooij | 2005-12-17 | -5/+0 |
|/ | ||||
* | Initial repository (0.99 release tree)0.99 | Wilmer van der Gaast | 2005-11-06 | -0/+27 |