push
[NextIRCd.git] / src /
2015-01-28 pk910push master
2015-01-28 pk910push
2015-01-28 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2015-01-28 pk910[IOMultiplexerV2] fixed win32 EWOULDBLOCK error
2015-01-27 pk910[IOMultiplexerV2] Added simple Server example
2015-01-15 pk910push
2014-07-31 pk910added some code
2014-07-31 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-31 pk910[IOMultiplexerV2] fixed some WIN32 compilation issues
2014-07-24 pk910added some code
2014-07-24 pk910added some code
2014-07-24 pk910added some code
2014-07-24 pk910added some code
2014-07-24 pk910Merge remote-tracking branch 'IOMultiplexer/v2'
2014-07-24 pk910[IOMultiplexerV2] Added iodns_print_address: inet_ntop...
2014-07-24 pk910Merge remote-tracking branch 'IOMultiplexer/v2'
2014-07-24 pk910[IOMultiplexerV2] Added iodns_print_address: inet_ntop...
2014-07-20 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-20 pk910[IOMultiplexerV2] revoked last commit & added addr...
2014-07-20 pk910Conflicts:
2014-07-20 pk910[IOMultiplexerV2] added possibility to access remote...
2014-07-20 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-20 pk910added some files
2014-07-20 pk910[IOMultiplexerV2] added possibility to access remote...
2014-07-20 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-20 pk910[IOMultiplexerV2] added possibility to access remote...
2014-07-20 pk910added some files
2014-07-17 pk910protocol parsers
2014-07-16 pk910added MD5 Hash generator
2014-07-16 pk910added base64 en-/decoder and keypacker
2014-07-16 pk910completed crypt_rsa implementation (commented out GnuTL...
2014-07-16 pk910rsa crypt backend
2014-07-16 pk910fixed compilation (added temporary ircd_config.h)
2014-07-15 pk910small fix
2014-07-15 pk910[IOMultiplexerV2] Fixed WIN32 backend bug (it's still...
2014-07-15 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-15 pk910added config parser & incoming connection handler
2014-07-15 pk910[IOMultiplexerV2] Fixed uninitialized read buffer bug
2014-07-15 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-15 pk910[IOMultiplexerV2] fixed compiling issue with newer...
2014-07-15 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-07-15 pk910[IOMultiplexerV2] fixed compiling issue with newer...
2014-07-15 pk910Merge remote-tracking branch 'remotes/IOMultiplexer/v2'
2014-03-19 pk910[IOMultiplexerV2] added CIOTimer class to c++ interface...
2014-03-16 pk910[IOMultiplexerV2] coding style fixes
2014-03-16 pk910[IOMultiplexerV2] Fixed listening SSL sockets
2014-03-16 pk910[IOMultiplexerV2] added more socket examples
2014-03-16 pk910[IOMultiplexerV2] added GnuTLS support
2014-03-15 pk910[IOMultiplexerV2] use libtool to generate libraries
2014-03-15 pk910[IOMultiplexerV2] added reverse lookups to IODNSEngine_...
2014-03-14 pk910[IOMultiplexerV2] moved iosocket_wants_reads && iosocke...
2014-03-14 pk910[IOMultiplexerV2] added callback system for IOLog
2014-03-14 pk910[IOMultiplexerV2] completed c-ares DNS Backend & added...
2014-03-10 pk910[IOMultiplexerV2] Merge branch 'v2'
2014-03-10 pk910[IOMultiplexerV2] added c++ interface
2014-03-08 pk910[IOMultiplexerV2] started to implement c-ares backend
2014-03-06 pk910[IOMultiplexerV2] tidied up _IOSocket socket_flag defin...
2014-03-04 pk910[IOMultiplexerV2] added SSL Backend
2014-03-03 pk910[IOMultiplexerV2] cross platform compatibility fixes
2014-03-03 pk910[IOMultiplexerV2] IPv4 fallback for IPv6 Sockets
2014-03-03 pk910[IOMultiplexerV2] alpha
2014-01-18 pk910[IOMultiplexerV2] dev snapshot
2014-01-18 pk910[IOMultiplexerV2] dev snapshot
2014-01-18 pk910[IOMultiplexerV2] removed all old files
2013-03-05 pk910[IOMultiplexer] fixed small operator fail
2013-02-13 pk910fixed missing include for non-blocking connects
2012-11-17 pk910[IOMultiplexer] added auto-reloading timers
2012-11-17 pk910[IOMultiplexer] added possibility for higher resolution...
2012-11-17 pk910[IOMultiplexer] added timer test program
2012-11-14 pk910[IOMultiplexer] fixed non-SSL compilation
2012-10-18 pk910[IOMultiplexer] fixed SSL accept event handling
2012-10-17 pk910[IOMultiplexer] added SSL Server Sockets and IPv4/IPv6...
2012-09-24 pk910added additional iohandler_poll_timeout function
2012-09-22 pk910[IOMultiplexer] fixed copy paste fail in IOEngine_kevent.c
2012-09-22 pk910[IOMultiplexer] fixed undefined PTHREAD_MUTEX_RECURSIVE...
2012-09-22 pk910[IOMultiplexer] fixed IOEngine_kevent.c
2012-08-23 pk910[IOMultiplexer] prevent SIGPIPES from being generated
2012-08-22 pk910[IOMultiplexer] do not request events from closed descr...
2012-08-22 pk910[IOMultiplexer] fixed possible endless loop when append...
2012-08-13 pk910[IOMultiplexer] added multi-thread support
2012-08-13 pk910[IOMultiplexer] moved test program into own sub-directory
2012-08-13 pk910[IOMultiplexer] changed example main.c to be a very...
2012-08-13 pk910[IOMultiplexer] added win32 io-engine (WSAAsyncSelect)
2012-08-13 pk910[IOMultiplexer] initial commit