summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.hpp
AgeCommit message (Expand)Author
2012-05-06Return error if an invalid connection string is usedDouglas Young
2012-04-29Fix TCP/IPC socket shutdownMartin Sustrik
2012-04-25tcp_address_t and ipc_address_t merged into a single classMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16handle_valid removed from tcp_connecter_t and ipc_connecter_tMartin Sustrik
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16File descriptor passed to in_event and out_eventMartin Sustrik
2012-02-16Updated connector open() doc strings.Ivo Danihelka
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-11-09Get AIX 6.1 compiling again by making msg_t class explicitAJ Lewis
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-08-18IPC address related functionality refactored into ipc_address_t classMartin Sustrik
2011-07-29Different connecters simplifiedMartin Sustrik
2011-07-28Implementations of TCP and IPC transports separatedMartin Sustrik