Age | Commit message (Expand) | Author |
2012-05-06 | Return error if an invalid connection string is used | Douglas Young |
2012-05-04 | Correct handling of connect() errors in tcp, ipc_connecter_t | Martin Lucina |
2012-04-29 | Fix TCP/IPC socket shutdown | Martin Sustrik |
2012-04-25 | tcp_address_t and ipc_address_t merged into a single class | Martin Sustrik |
2012-04-07 | Fix error handling in TCP and IPC connecters | Martin Sustrik |
2012-03-23 | Error handling during connect | Martin Sustrik |
2012-02-16 | Full name of the project used in license headers | Martin Sustrik |
2012-02-16 | poller_base_t renamed to io_thread_t | Martin Sustrik |
2012-02-16 | io_thread_t merged with poller_base_t | Martin Sustrik |
2012-02-16 | handle_valid removed from tcp_connecter_t and ipc_connecter_t | Martin Sustrik |
2012-02-16 | Timers identified by dynamically generated handles | Martin Sustrik |
2012-02-16 | cancel_timer function renamed to rm_timer | Martin Sustrik |
2012-02-16 | File descriptor passed to in_event and out_event | Martin Sustrik |
2012-02-16 | Updated connector open() doc strings. | Ivo Danihelka |
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik |
2011-12-15 | A synchronous connect() failure in ipc_connecter can result in Assertion | Martin Lucina |
2011-11-01 | Copyright dates adjusted to reflect reality | Martin Sustrik |
2011-10-31 | 250bpm copyrights added | Martin Sustrik |
2011-09-15 | Session class separated into socket-type-specific sessions | Martin Sustrik |
2011-09-02 | Close file descriptors on exec (issue 218) | Martin Sustrik |
2011-08-18 | IPC address related functionality refactored into ipc_address_t class | Martin Sustrik |
2011-08-16 | tcp_engine renamed to stream engine | Martin Sustrik |
2011-07-29 | Different connecters simplified | Martin Sustrik |
2011-07-28 | Implementations of TCP and IPC transports separated | Martin Sustrik |