Age | Commit message (Expand) | Author |
2010-11-13 | Couple of patches for AIX build | Martin Sustrik |
2010-11-12 | Fix a bug that zmq_poll's select backend spins when timeout=-1, due to | Chia-liang Kao |
2010-11-12 | Merge branch 'maint' | Martin Sustrik |
2010-11-12 | Fix socket_t::recv() hang scenario where initial call to process_commands() e... | Marc Rossi |
2010-11-06 | Coding style cleanup in mailbox.cpp | Martin Sustrik |
2010-11-05 | signaler renamed to mailbox | Martin Sustrik |
2010-11-05 | slots renamed to tids | Martin Sustrik |
2010-11-04 | Automatically resize signalling socket buffer if full | Martin Lucina |
2010-11-04 | Previous FD_STSIZE patch reverted. | Martin Sustrik |
2010-11-04 | FD_SETSIZE for internal polling defaults to 1024 | Martin Sustrik |
2010-11-04 | minor typo fixed | Martin Sustrik |
2010-11-02 | HP-UX has no OPEN_MAX defined | Martin Sustrik |
2010-11-01 | select now uses Erase-Remove idiom for retired fds | Mikael Helbo Kjaer |
2010-10-30 | Coding style fixed for pgm_socket | Martin Sustrik |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
2010-10-27 | fix typo, destroy new engine | Dhammika Pathirana |
2010-10-26 | drop connection requests with duplicate peer identity | Dhammika Pathirana |
2010-10-26 | Build with MSVC2005 fixed | Martin Sustrik |
2010-10-23 | handle decoding malformed messages | Dhammika Pathirana |
2010-10-23 | Changes for MSVC OpenPGM build. | Steven McCoy |
2010-10-23 | Merge branch 'maint' | Martin Sustrik |
2010-10-23 | SunStudio fixed. | Martin Sustrik |
2010-10-18 | Minor comment improvement. | Martin Sustrik |
2010-10-17 | ZMQ_BACKLOG socket option added. | Martin Sustrik |
2010-10-17 | ZMQ_RECONNECT_IVL socket options added. | Martin Sustrik |
2010-10-16 | Couple of bugs in zmq_poll fixed. | Martin Sustrik |
2010-10-16 | Implementation of zmq_strerror moved from zmq.cpp to err.cpp | Martin Sustrik |
2010-10-16 | Bug in low precision clock fixed. | Martin Sustrik |
2010-10-16 | ZMQ_LINGER socket option added. | Martin Sustrik |
2010-10-16 | Cancel tx_timer_id in pgm_sender_t::out_event(). | Toralf Wittner |
2010-10-16 | Minor code clean-up to keep clang compiler happy. | Martin Sustrik |
2010-10-16 | Obsolete compile-time option removed. | Martin Sustrik |
2010-10-15 | Merge branch 'maint' | Martin Sustrik |
2010-10-15 | Fix memory leak under Windows | Taras Shpot |
2010-10-15 | Minor fix in devpoll.hpp | Martin Sustrik |
2010-10-15 | Destructor of poller_base_t made virtual. | Martin Sustrik |
2010-10-15 | Cast execute_timers() result to int | Mikko Koppanen |
2010-10-15 | Timers correctly canceled by PGM engines on shutdown. | Martin Sustrik |
2010-10-15 | ICC related qualifier fix | Mikko Koppanen |
2010-10-14 | zmq::clock_t : return correct value in rdtsc() on solaris | Martin Pales |
2010-10-14 | To insert to associateive STL containers value_type used instead of make_pair | Martin Sustrik |
2010-10-14 | zmq::poller_base_t : workaround for sunstudio compiler in add_timer() | Martin Pales |
2010-10-14 | Safety measure in zmq_msg_close implemented | Martin Sustrik |
2010-10-14 | zmq::devpoll_t : correct a typo in loop() | Martin Pales |
2010-10-13 | Precise timouts in zmq_poll implemented | Martin Sustrik |
2010-10-13 | Clean-up of the code related to attaching/detaching engines to sessions. | Martin Sustrik |
2010-10-12 | Avoid duplicate creation of pipes for a single session | Martin Sustrik |
2010-10-12 | Drop PGM parameters to 100mb friendly range. | Steven McCoy |
2010-10-11 | Fix assertion in PGM transports on cancel_timer | Steven McCoy |
2010-10-11 | Reverting commit 1d431190f50c86f62460 | Martin Sustrik |