summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
AgeCommit message (Expand)Author
2012-05-21Fixes a conflict with XenStore (seeMartin Lucina
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-05XS_PLUGIN and XS_FILTER implementationMartin Sustrik
2012-03-14Removed leftovers from a logging experimentMartin Sustrik
2012-03-13io_threads argument removed from xs_init()Martin 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-16XS_CTX_REENTRANT option addedMartin Sustrik
2012-02-16XS_CTX_MAX_SOCKETS option implementedMartin Sustrik
2012-02-16Fix bad combination of gcc3, -Werror and private destructorMichael Fox
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-11-09Get AIX 6.1 compiling again by making msg_t class explicitAJ Lewis
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-07-24Obsolete include in ctx.hpp removedMartin Sustrik
2011-07-24semaphore_t class removedMartin Sustrik
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-18Logging of duplicit identities addedMartin Sustrik
2011-02-09Initial implementation of reaper thread.Martin Sustrik
2011-01-13Make cppcheck not complain about "'operator=' should return something"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-09-09when no I/O threads are available error is raised instead of assertionMartin Sustrik
2010-09-08EINTR returned from the blocking functionsMartin Sustrik
2010-09-01context creates an inproc endpoint ('inproc://log') to distribute 0MQ's log m...Martin Sustrik
2010-08-31naming cleanup: yarray->arrayMartin Sustrik
2010-08-25one more dezombification bug fixedMartin Sustrik
2010-08-25dezombification procedure fixedMartin Sustrik
2010-08-25I/O object hierarchy implementedMartin Sustrik
2010-08-25WIP: Socket migration between threads, new zmq_close() semanticsMartin Sustrik
2010-05-05dispatcher_t class renamed to ctx_tMartin Sustrik