summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* Fixes to get qpid to build with gcc4.4 with optimisationAndrew Stitcher2009-05-281-4/+10
* [Linux] Small tidy up of SystemInfo code to get executable nameAndrew Stitcher2009-05-261-4/+2
* Fix typoAndrew Stitcher2009-05-121-1/+1
* QPID-1852 Removed thread unsafe code in LoggerAndrew Stitcher2009-05-121-16/+19
* Add portability support for QMF agent, thanks to Pete McKinnon - partially fi...Stephen D. Huston2009-05-041-0/+64
* Refactored the DispatchHandle/Poller code to remove a long standingAndrew Stitcher2009-05-041-0/+5
* QPID-1722 Replace use of non thread safe gethostbyname()Andrew Stitcher2009-03-091-16/+21
* Prepend std namespace to atoi since we are including cstdlibManuel Teira Paz2009-03-051-1/+1
* QPID-1710 Removed unnecessary nonportable internal APIAndrew Stitcher2009-03-042-3/+3
* Correct Socket error reporting so that it gives a useful messageAndrew Stitcher2009-03-031-1/+1
* QPID-1676 - Added client process name and pid to connection object for manage...Ted Ross2009-02-241-0/+24
* Merged win-pollable-condition branch changes 743545:746056 into trunkStephen D. Huston2009-02-202-70/+105
* Fix race condition with read-credit.Alan Conway2009-02-111-2/+6
* Tidied up a number of TODO itemsAndrew Stitcher2009-01-081-2/+3
* Work on the low level IO code:Andrew Stitcher2009-01-063-0/+36
* QPID-1412 - c++ implementation of the QMF client APITed Ross2008-12-191-0/+12
* OutputControl and subclasses: added giveReadCredit() for IO level flow control.Alan Conway2008-12-081-1/+11
* 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