summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-13PGM transport fixedMartin Sustrik
2009-12-11ZMQII-26: Use zero-copy for large messages (rx side)Martin Sustrik
2009-12-10errors are never predicted in branch prediction (likely/unlikely macros added)Martin Sustrik
2009-12-10zmq_poll implemented on Win32 platformunknown
2009-12-10ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32)unknown
2009-12-10MSVC build for chat example addedunknown
2009-12-10ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)Martin Sustrik
2009-12-10zero-copy on tx side optimised to minimise number of user/kernel space transi...Martin Sustrik
2009-12-09zmq_cpp(7) man page filled inMartin Sustrik
2009-12-09minor documentation updatesMartin Sustrik
2009-12-08README added to chat exampleMartin Sustrik
2009-12-08minor fix of zero-copy on tx sideMartin Sustrik
2009-12-08ZMQII-26: Use zero-copy for large messagesMartin Sustrik
2009-12-07autotools build system builds chat example nowMartin Sustrik
2009-12-07chat example addedMartin Sustrik
2009-12-07Deadlock on zmq_closeMartin Sustrik
2009-12-05C & C++ header files clean-upMartin Sustrik
2009-12-04man pages updatedMartin Sustrik
2009-12-04Vitaly Mayatskikh added to authors sectionMartin Sustrik
2009-12-04platform.hpp.in removed from the codebaseMartin Sustrik
2009-12-03placeholders for new man pages addedMartin Sustrik
2009-12-03common lisp binding & perf tests addedMartin Sustrik
2009-12-02seqnum mechanism automatedMartin Sustrik
2009-12-01harmless uninitialised memory read fixedMartin Sustrik
2009-12-01annoying optimisation in 'bind' command removedMartin Sustrik
2009-12-01minor code beautificationMartin Sustrik
2009-12-01MSVC warnings fixedunknown
2009-11-30added libpgm-2.0.17rc2 into the dist packagemalosek
2009-11-30minor formatting fix in zmq_init.3 man pagemalosek
2009-11-30Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-11-30minor tweaks in pgm codemalosek
2009-11-27msvc build fixedmalosek
2009-11-26zmq_msg_data.3 referenced twice in Makefile.am - fixedMartin Sustrik
2009-11-26memory leak in message encoder fixedMartin Sustrik
2009-11-25experimental code to use futexes instead of mutexes added to simple_semapthore_tMartin Sustrik
2009-11-24ZMQII-25: Implement streamed request/replyMartin Sustrik
2009-11-23the rest of man3 man pages filled inMartin Sustrik
2009-11-22more man pages filled inMartin Sustrik
2009-11-22zmq_init, zmq_term & zmq_strerror man pages addedMartin Sustrik
2009-11-22man pages (dummy) added for zmq_msg_* functionsMartin Sustrik
2009-11-22man pages - initial (dummy) versionMartin Sustrik
2009-11-21race condition in inproc transport shutdown fixedMartin Sustrik
2009-11-21obsolete parameter removed from 'bind' commandMartin Sustrik
2009-11-21inproc transport - initial commitMartin Sustrik
2009-11-19ZMQII-24: SEGFAULT when anonymous session disconnectsMartin Sustrik
2009-11-19uninitialised variable in devpoll_t and kqueue_tMartin Sustrik
2009-11-14Fixing concurrency issue in rep.cpp resulting in broken connections with mult...Martin Sustrik
2009-11-04pgm_transport_recvmsgv in process_upstream returns PGM_IO_STATUS_RATE_LIMITED...malosek
2009-11-03update pgm_socket to recent openpgm2malosek
2009-11-03fixed get_sender_fds and get_receiver_fds for openpgm2malosek