summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* QPID-1382 from Mick Goulish: Improvement to Client-Side Cluster Failover codeAlan Conway2008-10-221-0/+1
* Remove nonportable include dlfcn; add Windows version of Shlib.cppStephen D. Huston2008-10-212-1/+53
* Add #include qpid/sys/DispatchHandle.h, needed since DispatchHandle split out...Stephen D. Huston2008-10-211-0/+1
* Fix compile error introduced by initial QPID-1377 commit; Resolves QPID-1377Stephen D. Huston2008-10-211-1/+1
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-2118-594/+2364
* Remove default location for certificate database.Gordon Sim2008-10-202-8/+15
* Add option to require that only encrypted connections be accepted.Gordon Sim2008-10-201-3/+8
* Suppress logging expected errors in tests.Alan Conway2008-10-171-1/+3
* Changed default port for SSLGordon Sim2008-10-171-1/+1
* QPID-106: SSL support for c++ (broker and client), can be enabled/disabled ex...Gordon Sim2008-10-1712-0/+1717
* Identify transports by nameGordon Sim2008-10-102-2/+2
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-094-42/+286
* Add uuid wrapper for Windows; resolves QPID-1328Stephen D. Huston2008-10-083-0/+123
* SessionImpl using ExceptionHolder to generate correctly typed exceptions..Alan Conway2008-10-081-1/+1
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-072-2/+2
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-077-59/+395
* Cluster join & brain-dumps working.Alan Conway2008-10-032-50/+138
* Added Windows implementation of qpid::sys::strErrorStephen D. Huston2008-10-031-0/+47
* Add Windows threading and synchronization primitivesStephen D. Huston2008-10-038-2/+418
* Resolve QPID-1311Stephen D. Huston2008-10-026-2/+100
* Fix build problems on rhel 5.2 and 64-bit encoding bug.Alan Conway2008-09-262-2/+2
* Cluster replicates session command sequence state and consumers to newcomers.Alan Conway2008-09-241-2/+2
* Removed the state lock from the RdmaIO codeAndrew Stitcher2008-09-233-96/+129
* Fixed error handling session-busy condition on broker.Alan Conway2008-09-221-1/+8
* RDMA bugfixes:Andrew Stitcher2008-09-193-30/+52
* Refactor Cluster logic into separate handlers for Joining & Member modes.Alan Conway2008-09-181-1/+9
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-124-40/+60
* Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.Alan Conway2008-09-121-15/+41
* Moved PollableCondition, PollableQueue and to sys. Fixed cluster shutdown iss...Alan Conway2008-09-113-0/+273
* Implementation of AMQP over RDMA protocols (Infiniband)Andrew Stitcher2008-09-119-283/+1067
* QPID-1264: initial fix for fanout, direct and headers exchanges (fix for rema...Gordon Sim2008-09-081-0/+126
* Refactored cluster to intercept at ConnectionCode, using sys:: interfaces rat...Alan Conway2008-08-293-4/+6
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-288-0/+160
* Pre-buffering output strategy for cluster.Alan Conway2008-08-212-0/+55
* Added doxygen comments on using the Poller.Alan Conway2008-08-112-1/+47
* Decouple the DispatchHandle from its clients by using aAndrew Stitcher2008-08-111-2/+24
* - Added OutputTask::hasOutput() test.Alan Conway2008-08-063-0/+17
* Refactor Thread platform code so that the implementation is completelyAndrew Stitcher2008-08-063-95/+76
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-053-13/+18
* Modified error checking on TCP socket read so that it's no longer fatalAndrew Stitcher2008-08-051-1/+5
* The previous attempt to only get an xpg strerror_r with the GNU failedAndrew Stitcher2008-07-301-10/+7
* Merged r680937. Added error handling for case where socket cannot be accepted...Gordon Sim2008-07-301-5/+10
* QPID-1198: Solaris ECF (port) based PollerAndrew Stitcher2008-07-301-0/+301
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-303-1/+81
* Removed unused functionsAndrew Stitcher2008-07-293-44/+5
* Small comment tidyAndrew Stitcher2008-07-291-1/+0
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-295-3/+8
* Fix for client busy looping whilst waiting for a messageAndrew Stitcher2008-07-291-2/+6
* Refactor of EpollPoller to make PollerHandler lifecycle easierAndrew Stitcher2008-07-283-25/+41
* Remove unused Module.h header file.Gordon Sim2008-07-281-50/+0