summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* PollableQueue: fix unsafe use of dequeAlan Conway2008-12-021-4/+8
* Cluster: handle CPG flow-control conditions.Alan Conway2008-12-021-11/+19
* Was causing cluster failures.Alan Conway2008-11-261-0/+2
* QPID-1489: Tidy epoll code to remove a valgrind warning on 32bit Linux:Andrew Stitcher2008-11-261-23/+27
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-2/+2
* QPID-1474: Changed lock scope for PollerHandle::~PollerHandleAndrew Stitcher2008-11-191-0/+5
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-4/+0
* Remove optimistic consume options. Better default message for SSL errors.Alan Conway2008-11-171-0/+2
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* Correct returned value on successful parseStephen D. Huston2008-11-111-1/+1
* handle case where doOutput call causes last task to be removed.Gordon Sim2008-11-111-0/+1
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-075-5/+19
* Add Message callbacks for async completion.Alan Conway2008-11-061-3/+4
* QPID-1417: ensure there are no dangling pointers in a connections output tasksGordon Sim2008-11-062-0/+6
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Correct signature of usleep() methodStephen D. Huston2008-11-031-1/+1
* Resolve Time diffs for Windows; add Windows version of asynch I/O layer. Reso...Stephen D. Huston2008-10-306-18/+170
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-293-44/+120
* Make federation work over Rdma linksAndrew Stitcher2008-10-281-45/+53
* Trivial comment changeAndrew Stitcher2008-10-281-1/+0
* 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