summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-03minor fixes for MSVC++ 2005 buildmalosek
2009-10-22ZMQII-21: Problem with fd_signaler_t::poll on socket closeMartin Sustrik
2009-10-20releasing python global lock when doing blocking operationsMartin Sustrik
2009-10-19added --with-pgm2-examples configure optionmalosek
2009-10-19ZMQII-19: add --disable-eventfd configure optionmalosek
2009-10-12added HAVE_LIBWS2_32 into platform.hpp.inmalosek
2009-10-12updated 0MQ to recent OpenPGM2 rev.562malosek
2009-10-12mingw fixed winsock linking issuemalosek
2009-10-060MQ compilable on winXP mingw with --with-pgm2 optionmalosek
2009-10-05updated to recent PGM2 changesmalosek
2009-10-05mingw portmalosek
2009-10-051 minor change in xmlParser.cppmalosek
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-05create_custom_gsi.patch renamed to create_custom_gsi_1.patchmalosek
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-29documentation error in zmq.h fixedMartin 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-23Updated libzmq.vcproj filemalosek
2009-09-23Updated changelog for alpha3 releasemalosek
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
2009-09-22added PGM bus functionalitymalosek
2009-09-22language bindings use zmq_strerror instead of strerrorMartin Sustrik
2009-09-22POSIX error codes unsupported on win platform fakedMartin Sustrik
2009-09-22ZMQ-specific error codes addedMartin Sustrik
2009-09-22documentation in zmq.h improvedMartin Sustrik
2009-09-22Windows build fixedMartin Sustrik
2009-09-21different fixes to req/repMartin Sustrik
2009-09-21initial version of req/rep socketsMartin Sustrik
2009-09-20ZMQ_POLL option forces fd_signaler to be used in app_threadMartin Sustrik
2009-09-20MSVC warnings removedMartin Sustrik
2009-09-20receiving side of signaler virtualisedMartin Sustrik
2009-09-20'flags' parameter added to zmq_initMartin Sustrik
2009-09-17python binding checks ctx argument typeMartin Sustrik
2009-09-17ChangeLog updatedMartin Sustrik
2009-09-17fixed compiler warning cast from uint64 to bool in socket_base.cppmalosek
2009-09-17fixed missing xmlParser in dist packagemalosek
2009-09-17java binding Makefile.am cleanupmalosek