summaryrefslogtreecommitdiff
path: root/src/ctx.cpp
AgeCommit message (Expand)Author
2012-06-01Assertions improvedMartin Sustrik
2012-05-26Topic filter implementedMartin Sustrik
2012-05-20Install plugins under $(libdir) to simplify multi-arch packagingGabriele Svelto
2012-05-18Opening plug-in directory made more robustMartin Sustrik
2012-05-12Enabled plug-in loading on all hosts with support for dlopen()Gabriele Svelto
2012-04-16Automotic loading of plugins (Linux)Martin Sustrik
2012-04-16Automatic loading of plugins on WindowsMartin Sustrik
2012-04-15Report EMFILE/ENFILE from xs_socket()Martin Sustrik
2012-04-05XS_PLUGIN and XS_FILTER implementationMartin Sustrik
2012-03-24Fix race condition in find_endpointMartin Hurton
2012-03-24Fixed issue LIBZMQ-345 - race condition in ctx.socket/term allows segfaultPieter Hintjens
2012-03-14Removed leftovers from a logging experimentMartin Sustrik
2012-03-13io_threads argument removed from xs_init()Martin Sustrik
2012-02-25Leftover piece of experimental code removedMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16ZMQ_REENTRANT functionality removedMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16Bug fixed in context terminationMartin Sustrik
2012-02-16Names of context options shortenedMartin Sustrik
2012-02-16XS_CTX_REENTRANT option addedMartin Sustrik
2012-02-16XS_CTX_MAX_SOCKETS option implementedMartin Sustrik
2012-02-16Windows version of the tests implementedMartin Sustrik
2012-02-16Race condition in zmq_term() fixedMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16More logging infrastructureMartin Sustrik
2012-02-16Logging functionality available for individual objectsMartin Sustrik
2012-02-16Old logging infrastructure removedMartin Sustrik
2012-02-16Monitor object addedMartin Sustrik
2012-02-16Socket ID addedMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-06-19Merge branch 'master' of github.com:zeromq/libzmqMartin Sustrik
2011-06-18Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy <st...Steven McCoy
2011-06-17Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO.Fabien Ninoles
2011-06-13Reverting previous commit that broke MSVC2010 buildMartin Sustrik
2011-06-12Fix scope on Windows includes.Steven McCoy
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-04-09Run-time checking for context & socket validity addedMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-02-22Added explicit error message in case of memory exhaustionMartin Sustrik
2011-02-18Logging of duplicit identities addedMartin Sustrik
2011-02-12Fixed win32 issue with WSAStartupPieter Hintjens
2011-02-09Initial implementation of reaper thread.Martin Sustrik
2011-02-08max_sockets honoured preciselyMartin Sustrik
2011-01-18Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types.Martin Sustrik
2011-01-10Size of inproc hwm and swap is sum of peers' hwms and swapsMartin Sustrik
2010-11-05signaler renamed to mailboxMartin Sustrik
2010-11-05slots renamed to tidsMartin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-14To insert to associateive STL containers value_type used instead of make_pairMartin Sustrik