summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-08minor fix of zero-copy on tx sideMartin Sustrik
2009-12-08ZMQII-26: Use zero-copy for large messagesMartin 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-04platform.hpp.in removed from the codebaseMartin 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-30Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-11-30minor tweaks in pgm codemalosek
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-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
2009-11-03minor fixes for MSVC++ 2005 buildmalosek
2009-10-22ZMQII-21: Problem with fd_signaler_t::poll on socket closeMartin Sustrik
2009-10-19added --with-pgm2-examples configure optionmalosek
2009-10-12added HAVE_LIBWS2_32 into platform.hpp.inmalosek
2009-10-12updated 0MQ to recent OpenPGM2 rev.562malosek
2009-10-060MQ compilable on winXP mingw with --with-pgm2 optionmalosek
2009-10-05updated to recent PGM2 changesmalosek
2009-10-05mingw portmalosek
2009-10-05build system tuning - fixed make distmalosek
2009-10-05build system tuningmalosek
2009-10-05Merge branch 'master' of git@github.com:sustrik/zeromq2malosek
2009-10-05moved pgm_create_custom_gsi into PGM1 and drop ssl dependencymalosek
2009-10-02poller is a concept now rather than virtualised classMartin Sustrik
2009-10-02ZMQII-9: Check and implement speculative reads & writesMartin Sustrik
2009-10-01windows error handling improvedunknown
2009-10-01ZMQII-18: Implement I/O multiplexing (first approximation)Martin Sustrik
2009-09-30checking for available messages added to ypipe/pipeMartin Sustrik
2009-09-29detecting data loss for PGM2 receivermalosek
2009-09-28PGM2 sendermalosek
2009-09-25pgm2 receiver working (partly)malosek
2009-09-24--with-pgm2 compilablemalosek
2009-09-24added --with-pgm2 into build systemmalosek
2009-09-23Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2009-09-23ZMQII-16: Change "struct zmq_msg_t" to "zmq_msg_t" in C bindingMartin Sustrik
2009-09-23ZMQII-14: Change default for ZMQ_MCAST_LOOP to truemalosek