summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* Prevent multiple threads from dispatching the condition handling at once. Fix...Stephen D. Huston2012-11-261-1/+7
* QPID-4447: C++ Client can hang during connect if heartbeat disconnect firesAndrew Stitcher2012-11-203-0/+24
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-4/+4
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-38/+70
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-34/+59
* QPID-3351: Provide ability to specify the network interfacesAndrew Stitcher2012-11-161-0/+67
* NO-JIRA: Removed unused isLocalHost() codeAndrew Stitcher2012-11-161-36/+0
* QPID-4435: Reconnect on connect failure hangs at third address to tryAndrew Stitcher2012-11-131-0/+1
* QPID-4430: HA QMF queue events do not propagate to backups under load (Jason ...Alan Conway2012-11-092-2/+12
* QPID-4403 review 7810 Too many 'task late and overran' messagesCharles E. Rolke2012-11-032-6/+6
* NO-JIRA: removed all remaining traces of unused alloca.hAndrew Stitcher2012-10-241-42/+0
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-2414-1034/+123
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-2417-18/+83
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-2419-242/+432
* QPID-4272: Large amounts of code are duplicated between the SSL and TCP trans...Andrew Stitcher2012-10-2413-195/+142
* QPID-4368: Make security strength factor a property of the security layerGordon Sim2012-10-193-3/+7
* QPID-4368: Read any extra data available after protocol headerGordon Sim2012-10-192-0/+6
* QPID-4345: plug Windows memory leak on close (async write error)Clifford Jansen2012-10-131-1/+2
* QPID-4330: Windows static destructors: threadSafeShutdown() testClifford Jansen2012-09-306-7/+133
* NO-JIRA: Removed now unused cluster specific ClusterSafe code.Andrew Stitcher2012-09-132-153/+0
* NO-JIRA: Make ssl setTcpNoDelay interface same as TCPAndrew Stitcher2012-08-293-9/+7
* NO-JIRA: Remove obsolete and now unused codeAndrew Stitcher2012-08-292-23/+0
* NO-JIRA: Remove redundant stuff from SslSocketAndrew Stitcher2012-08-292-36/+0
* NO-JIRA: Remove const qualifier from encode buffer (can't encode into if it i...Gordon Sim2012-08-283-5/+5
* Resolves QPID-4084, changing the format of high-res logged time from seconds-...Stephen D. Huston2012-08-141-14/+60
* SSL changes for new buffer managementAndrew Stitcher2012-08-105-35/+43
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-109-56/+75
* NO-JIRA: Work around compiler warning from clang 3.1 about casting between ty...Andrew Stitcher2012-08-101-1/+1
* Remove static initialisation from EpollPollerAndrew Stitcher2012-08-021-5/+3
* NO-JIRA: Remove some extra code left in by mergeAndrew Stitcher2012-07-311-2/+0
* QPID-4127: Ensure SystemInfo::isLocalHost() returns true for ::1Gordon Sim2012-07-101-1/+5
* NO-JIRA: Fix previous TimerTask fix to workaround stupid windows.h symbol cor...Andrew Stitcher2012-07-062-3/+3
* NO-JIRA: Fix for potential Timer deadlock issue:Andrew Stitcher2012-07-052-11/+51
* QPID-4021: Badly behaved clients can still clog up the brokerAndrew Stitcher2012-06-282-2/+12
* QPID-4071: basic porting changes for solaris native compilerClifford Jansen2012-06-172-0/+3
* QPID-4049: Linux C++ broker crashes when client connects SSL with expired cer...Andrew Stitcher2012-06-141-0/+2
* NO-JIRA: Add timerTask->cancel to ~AsynchIOHandler.Alan Conway2012-05-281-0/+2
* NO-JIRA: fix some defects found by Coverity static analysis scan of C++ codeKen Giusti2012-05-251-2/+4
* NO-JIRA: Rearrange memory status codeAndrew Stitcher2012-05-242-2/+4
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-213-7/+43
* QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...Andrew Stitcher2012-05-214-14/+70
* NO-JIRA: Implement abort for ssl connectionsAndrew Stitcher2012-05-213-2/+19
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-211-1/+1
* QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...Andrew Stitcher2012-05-181-11/+28
* QPID-4008: added check for INVALID_SOCKET similar to Linux implementationClifford Jansen2012-05-171-7/+10
* QPID-3603: HA backup brokers don't connect to self when searching for primary.Alan Conway2012-05-151-0/+1
* NO-JIRA: Reduce message for missing lock file from critical to notice.Alan Conway2012-05-141-1/+1
* QPID-3603 Added SystemInfo::isLocalHost Charles E. Rolke2012-05-081-1/+3
* QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...Alan Conway2012-05-082-25/+63
* Don't go through the IOCP wait if the poller is shut down. Fixes QPID-3982.Stephen D. Huston2012-05-051-2/+3