Age | Commit message (Expand) | Author |
2009-12-10 | errors are never predicted in branch prediction (likely/unlikely macros added) | Martin Sustrik |
2009-12-10 | zmq_poll implemented on Win32 platform | unknown |
2009-12-10 | ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32) | unknown |
2009-12-10 | ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) | Martin Sustrik |
2009-12-10 | zero-copy on tx side optimised to minimise number of user/kernel space transi... | Martin Sustrik |
2009-12-09 | minor documentation updates | Martin Sustrik |
2009-12-08 | minor fix of zero-copy on tx side | Martin Sustrik |
2009-12-08 | ZMQII-26: Use zero-copy for large messages | Martin Sustrik |
2009-12-07 | chat example added | Martin Sustrik |
2009-12-07 | Deadlock on zmq_close | Martin Sustrik |
2009-12-05 | C & C++ header files clean-up | Martin Sustrik |
2009-12-04 | platform.hpp.in removed from the codebase | Martin Sustrik |
2009-12-02 | seqnum mechanism automated | Martin Sustrik |
2009-12-01 | harmless uninitialised memory read fixed | Martin Sustrik |
2009-12-01 | annoying optimisation in 'bind' command removed | Martin Sustrik |
2009-12-01 | minor code beautification | Martin Sustrik |
2009-12-01 | MSVC warnings fixed | unknown |
2009-11-30 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | malosek |
2009-11-30 | minor tweaks in pgm code | malosek |
2009-11-26 | memory leak in message encoder fixed | Martin Sustrik |
2009-11-25 | experimental code to use futexes instead of mutexes added to simple_semapthore_t | Martin Sustrik |
2009-11-24 | ZMQII-25: Implement streamed request/reply | Martin Sustrik |
2009-11-21 | race condition in inproc transport shutdown fixed | Martin Sustrik |
2009-11-21 | obsolete parameter removed from 'bind' command | Martin Sustrik |
2009-11-21 | inproc transport - initial commit | Martin Sustrik |
2009-11-19 | ZMQII-24: SEGFAULT when anonymous session disconnects | Martin Sustrik |
2009-11-19 | uninitialised variable in devpoll_t and kqueue_t | Martin Sustrik |
2009-11-14 | Fixing concurrency issue in rep.cpp resulting in broken connections with mult... | Martin Sustrik |
2009-11-04 | pgm_transport_recvmsgv in process_upstream returns PGM_IO_STATUS_RATE_LIMITED... | malosek |
2009-11-03 | update pgm_socket to recent openpgm2 | malosek |
2009-11-03 | fixed get_sender_fds and get_receiver_fds for openpgm2 | malosek |
2009-11-03 | minor fixes for MSVC++ 2005 build | malosek |
2009-10-22 | ZMQII-21: Problem with fd_signaler_t::poll on socket close | Martin Sustrik |
2009-10-19 | added --with-pgm2-examples configure option | malosek |
2009-10-12 | added HAVE_LIBWS2_32 into platform.hpp.in | malosek |
2009-10-12 | updated 0MQ to recent OpenPGM2 rev.562 | malosek |
2009-10-06 | 0MQ compilable on winXP mingw with --with-pgm2 option | malosek |
2009-10-05 | updated to recent PGM2 changes | malosek |
2009-10-05 | mingw port | malosek |
2009-10-05 | build system tuning - fixed make dist | malosek |
2009-10-05 | build system tuning | malosek |
2009-10-05 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | malosek |
2009-10-05 | moved pgm_create_custom_gsi into PGM1 and drop ssl dependency | malosek |
2009-10-02 | poller is a concept now rather than virtualised class | Martin Sustrik |
2009-10-02 | ZMQII-9: Check and implement speculative reads & writes | Martin Sustrik |
2009-10-01 | windows error handling improved | unknown |
2009-10-01 | ZMQII-18: Implement I/O multiplexing (first approximation) | Martin Sustrik |
2009-09-30 | checking for available messages added to ypipe/pipe | Martin Sustrik |
2009-09-29 | detecting data loss for PGM2 receiver | malosek |
2009-09-28 | PGM2 sender | malosek |