summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* Include information on the client connection in io traces.Gordon Sim2007-10-153-17/+61
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-122-29/+37
* * Changes to make C++ client code use the asynchronous network IOAndrew Stitcher2007-08-313-24/+22
* * src/qpid/sys/Serializer.h, .cpp:Alan Conway2007-08-212-91/+110
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-1/+3
* r948@fuschia: andrew | 2007-08-09 18:46:30 +0100Andrew Stitcher2007-08-092-5/+5
* * src/tests/start_broker: Pass script parameters to broker.Alan Conway2007-08-082-6/+5
* * Changed Broker queue processing to avoid unnecessary uses of boost::bindAndrew Stitcher2007-08-022-2/+2
* Recoded writing code so that it doesn't allocate framing::Buffer on the heapAndrew Stitcher2007-08-011-33/+27
* * Fix crash on shutdown due to underlying poller being shutdown twiceAndrew Stitcher2007-07-311-0/+4
* r797@fuschia: andrew | 2007-07-30 14:25:02 +0100Andrew Stitcher2007-07-307-813/+0
* * Asynchronous network IO subsystemAndrew Stitcher2007-07-2723-1852/+681
* * README: Instructions for openais install.Alan Conway2007-07-264-407/+50
* * src/tests/cluster.mk: Enable cluster test.Alan Conway2007-07-231-23/+25
* * src/qpid/sys/Serializer.h: Serialize calls to a function,Alan Conway2007-07-164-15/+245
* * src/qpid/sys/ConcurrentQueue.h: Thread-safe queue with atomic pop()Alan Conway2007-07-131-0/+67
* * Add libuuid to libcommon link (for when apr goes away)Andrew Stitcher2007-07-126-123/+430
* - missing APR mutex update - should now all build againCarl C. Trieloff2007-07-051-0/+52
* - Added RW lockCarl C. Trieloff2007-07-052-5/+99
* 2007-07-02 <aconway@redhat.comAlan Conway2007-07-047-250/+257
* Small fixes to enable the --disable-apr-platform build to carry on compilingAndrew Stitcher2007-07-021-3/+3
* * More work on asychronous network IOAndrew Stitcher2007-06-296-43/+502
* * src/qpid/framing/ChannelAdapter.cpp: Use handler chainsAlan Conway2007-06-272-10/+9
* Fixed missing POSIX implementation of Acceptor::getHostAndrew Stitcher2007-06-273-28/+24
* 2007-06-25 <aconway@redhat.com>Alan Conway2007-06-265-1/+29
* Intermediate checkin with preliminary work on epoll based net IOAndrew Stitcher2007-06-1814-355/+1234
* Fixed catch clauses to catch by const & and use std::exception forAlan Conway2007-06-141-1/+1
* Timeout handling for dtx, plus tests.Gordon Sim2007-06-081-0/+6
* Updates to dtx support.Gordon Sim2007-05-311-1/+1
* Logging infrastructure: See qpidd --long-help for details.Alan Conway2007-05-3014-45/+51
* * Split apart platform (threading etc.) from network ioAndrew Stitcher2007-05-2231-589/+1140
* * Make APR/"posix" configurable using --disable-aprAndrew Stitcher2007-04-261-1/+1
* Moved src/ source code to src/qpid directory:Alan Conway2007-04-1346-0/+4390
* 2006-12-01 Jim Meyering <meyering@redhat.com>Alan Conway2006-12-0118-1271/+0
* Fix apr-1 header includes.Alan Conway2006-11-292-2/+2
* Posix EventChannel implementation using epoll. Placeholder for kevents.Alan Conway2006-11-2910-432/+391
* Patch from Andrew Stitcher to fix APR #include using apr-config.Alan Conway2006-11-176-8/+8
* Re-enabled tracing of requests sent and received.Gordon Sim2006-11-151-1/+1
* Added ability for broker to load a message store implementation from a library.Gordon Sim2006-11-151-0/+161
* EventChannel classes, start of epoll-based posix implementation.Alan Conway2006-11-135-16/+303
* update Apache licenses to the current versionStephen Vinoski2006-11-1013-169/+208
* Added POSIX equivalents to APR classes used by clients, inlined trivial calls.Alan Conway2006-11-0910-56/+449
* More separation of concerns with APR, client side complete.Alan Conway2006-11-092-8/+10
* Files missed in last commit.Alan Conway2006-11-083-0/+76
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-0824-1715/+29
* Minor source reorg, see README.Alan Conway2006-11-0630-0/+2040