summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys
Commit message (Expand)AuthorAgeFilesLines
* QPID-4622: Implement 'LIKE' string matching operations in selectorAndrew Stitcher2013-03-141-0/+81
* QPID-4615: Allow unix qpidd to pass in existing socket fds on cmdline.Andrew Stitcher2013-03-012-4/+5
* QPID-4610: Remove duplicated transport code from C++ brokerAndrew Stitcher2013-03-017-409/+370
* QPID-4555: HA Fix race condition in rejecting connections.Alan Conway2013-01-311-0/+1
* QPID-4514: Remove IO start/stop reading primitives used by removed clusterAndrew Stitcher2013-01-305-62/+9
* QPID-4514: Remove IO readCredit throttling only used by removed cluster codeAndrew Stitcher2013-01-307-51/+1
* QPID-4095: New boost filesystem support. This commit removes the requirement ...Charles E. Rolke2013-01-181-9/+30
* QPID-4536: Remove functionality which automatically makes a brokerAndrew Stitcher2013-01-143-99/+0
* QPID-4514: Clean up cluster code: Obsolete comment in BSDSocket.cpp.Alan Conway2013-01-141-5/+0
* QPID-4315: Changed Connection management name to be supplied by LinkAndrew Stitcher2013-01-086-32/+50
* NO-JIRA: Removed some unused Timer features (old cluster used to use them)Andrew Stitcher2012-12-212-9/+2
* NO-JIRA: Stop using boost::filesystem for something that std::fstream can do ...Andrew Stitcher2012-12-201-11/+8
* NO-JIRA: Repair include guards that are absent or fail to encompass everything.Charles E. Rolke2012-12-201-4/+4
* QPID-4095: Move the directory iteration into FileSysDir:Andrew Stitcher2012-12-203-0/+49
* QPID-4514: Remove obsolete cluster code: ManagementAgent, Timer, docAlan Conway2012-12-192-10/+0
* 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