summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-192-0/+23
* Revert accidental commit.Alan Conway2008-12-171-9/+11
* Default --cluster-read-max to 0.Alan Conway2008-12-171-11/+9
* Added missing ASF licenseGordon Sim2008-12-151-0/+21
* sys/PollableQueue: dispatch in batches, allow put-back.Alan Conway2008-12-111-19/+16
* Add startReading() method required by sys::AsynchIO. Fixes QPID-1525.Stephen D. Huston2008-12-101-60/+56
* Better output.Alan Conway2008-12-101-25/+16
* Fixes for 64bit.Alan Conway2008-12-091-2/+6
* Added dummy read throttling code to RDMA protocol support soAndrew Stitcher2008-12-081-0/+5
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-0810-10/+63
* src/qpid/sys/ActivityTimer.h: record time spent in specific code segments, fo...Alan Conway2008-12-071-0/+111
* 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