summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/SocketProxy.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor socket connect calls to take a string portAndrew Stitcher2011-05-261-1/+3
* QPID-2527: Remove Thread::id member as its uses are better implemented by com...Andrew Stitcher2010-04-211-1/+1
* QPID-1951: Removed need for Windows versions of ssize_t and pid_tAndrew Stitcher2009-12-151-2/+2
* Tidied up dependencies in IOHandle so that it is no longerAndrew Stitcher2009-10-211-0/+4
* Tidied up namespace usageAndrew Stitcher2009-09-091-4/+9
* Fix bug in SocketProxy causing occasional hangs in tests.Alan Conway2009-04-151-2/+2
* Enable SocketProxy portability to Windows; fixes QPID-1765Stephen D. Huston2009-03-261-41/+70
* QPID-1710: update test inline with modified method signature.Gordon Sim2009-03-041-1/+1
* Refactor sys::AsynchIO class to allow reimplementing on other platforms witho...Stephen D. Huston2008-10-211-3/+3
* Related to QPID-1198: Moved posix platform specific "strerror" code toAndrew Stitcher2008-07-301-1/+1
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-091-9/+24
* Refactored the IO framework that sits on top of Poller so that it uses a gene...Andrew Stitcher2008-04-151-60/+24
* Improved/additional client API tests.Alan Conway2008-01-241-38/+120
* src/tests/ClientSessionTest.cpp: Disabled hanging test: testDisconnectResume. Alan Conway2007-12-111-9/+11
* src/tests/SocketProxy.h: proxy between local client & server to simulate netw...Alan Conway2007-12-101-0/+80