summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* Cluster.cpp: Fixed last-node-standing logic, better logging.Alan Conway2008-11-261-2/+2
* Fix --cluster-cman option to enable cman integration.Alan Conway2008-11-191-4/+0
* Fix problem where broker generates empty URL if run on a host with only the 1...Alan Conway2008-11-121-3/+5
* QPID-1438: Before registering the rdma daemon transport plugin checkAndrew Stitcher2008-11-071-2/+1
* Disable SIGPIPE for client as well as brokerGordon Sim2008-11-051-8/+10
* Allow AbsTime and Duration to be used cross-platform; add usleep() wrapper. R...Stephen D. Huston2008-10-292-3/+65
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-6/+161
* Make Address/TcpAddress manipulation portable; extend SystemInfo functions to...Stephen D. Huston2008-10-091-0/+95
* Abstract native file-locking and directory detection/creation to portable cla...Stephen D. Huston2008-10-073-58/+143
* Resolve QPID-1311Stephen D. Huston2008-10-021-0/+26
* Moved PollableCondition into sys/posix, posix only impl.Alan Conway2008-09-122-0/+156
* Refactor Thread platform code so that the implementation is completelyAndrew Stitcher2008-08-062-90/+48
* * revised approach for setting tcp-nodelay on client to avoid breaking platfo...Gordon Sim2008-08-051-2/+7
* 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
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-302-1/+46
* Removed unused functionsAndrew Stitcher2008-07-292-33/+4
* Small comment tidyAndrew Stitcher2008-07-291-1/+0
* QPID-1198 (Partial): Missing header files that are really neededAndrew Stitcher2008-07-295-3/+8
* Fix "ignoring return value" warning from LockFile.h.Alan Conway2008-07-151-1/+1
* Some small changes which clean up header file inclusionsAndrew Stitcher2008-07-091-0/+1
* QPID-1148 - from Manuel TieraAlan Conway2008-07-082-14/+67
* Cluster prototype: handles client-initiated commands (not dequeues)Alan Conway2008-07-043-4/+217
* - use flock to lock data dir rather than a lock file.Alan Conway2008-06-252-27/+48
* QPID-1108 patch from Manuel TeiraCarl C. Trieloff2008-06-031-20/+2
* QPID-1087Ted Ross2008-05-211-0/+7
* QPID-1050: Patch from Ted Ross:Gordon Sim2008-05-121-1/+2
* QPID-1040: Patch from Ted Ross: Asynchronous ConnectorAndrew Stitcher2008-05-092-1/+64
* QPID-974: allow the size of the queue of outgoing frames to be restrictedGordon Sim2008-04-291-14/+19
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-154-46/+75
* Fixed time classes for some changes that misunderstood how they are supposedAndrew Stitcher2008-04-071-1/+1
* Fixed logger warning on F9.Alan Conway2008-04-021-4/+4
* Fix compile errors/warnings with gcc 4.3Alan Conway2008-03-251-3/+4
* Qualify names to fix gcc 4.3 compile errors.Alan Conway2008-03-181-5/+5
* rubygen/0-10/specification.rb:Alan Conway2008-03-111-2/+26
* Make ports accesible through socket interface.Gordon Sim2008-01-311-0/+39
* Fix error in NDEBUG builds.Alan Conway2008-01-241-2/+1
* Improved/additional client API tests.Alan Conway2008-01-245-26/+40
* Add optional host, port arguments to all example clients.Alan Conway2008-01-182-3/+15
* Client always collects at least an entire frameset into a single bufferAlan Conway2008-01-101-28/+31
* * Limited time allowed for reading on a single connection in a single go to 2msAndrew Stitcher2007-12-172-15/+58
* Changes to threading: queues serialiser removed, io threads used to drive dis...Gordon Sim2007-11-291-21/+29
* Modified comment for last change to explain the reasoningGordon Sim2007-11-051-1/+1
* Push buffer back on front when read fails (esp. important when result was EAG...Gordon Sim2007-11-051-1/+1
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-264-79/+9
* Fix for leak on receiving eof on networkAndrew Stitcher2007-10-191-7/+3
* * Revised allocation algorithm to ensure all consumers are given the opportun...Gordon Sim2007-10-161-6/+4
* Include information on the client connection in io traces.Gordon Sim2007-10-151-14/+47
* Close connection when a framing error is encountered during decoding.Gordon Sim2007-10-121-1/+2