summaryrefslogtreecommitdiff
path: root/qpid/cpp/src
Commit message (Expand)AuthorAgeFilesLines
* Resolves QPID-4084, changing the format of high-res logged time from seconds-...Stephen D. Huston2012-08-141-14/+60
* QPID-4178: Fix valgrind errors: prevent circular reference in messages, preve...Gordon Sim2012-08-135-7/+43
* SSL changes for new buffer managementAndrew Stitcher2012-08-106-153/+149
* Rearrange buffer memory ownership to avoid leaking buffer memoryAndrew Stitcher2012-08-1012-70/+87
* QPID-4142 C++ Broker connection counting gets usernames confused Charles E. Rolke2012-08-106-0/+63
* NO-JIRA: Avoid uninitialised variable warningAndrew Stitcher2012-08-101-2/+2
* NO-JIRA: Work around compiler warning from clang 3.1 about casting between ty...Andrew Stitcher2012-08-101-1/+1
* QPID-4178: broker refactoringGordon Sim2012-08-10132-7246/+4302
* Remove cluster (prerequisite for QPID-4178)Gordon Sim2012-08-1075-9529/+4
* QPID-4200: Add exception handling to qpid::client::AutoCancel destructorGordon Sim2012-08-091-0/+10
* QPID-4193: prevent race when connecting a multi-homed federated cluster.Kenneth Anthony Giusti2012-08-084-37/+19
* NO-JIRA: Trivial correction to log message.Alan Conway2012-08-071-1/+1
* NO-JIRA: HA only expect READY backups in recovery.Alan Conway2012-08-074-6/+8
* QPID-4191: HA removing self address breaks if a VIP is used.Alan Conway2012-08-0610-54/+41
* QPID-4194 : re-enable queue events in CATCHUP stateMichael Goulish2012-08-061-1/+7
* Remove static initialisation from EpollPollerAndrew Stitcher2012-08-021-5/+3
* NO-JIRA: Remove unused return parameter part II - WindowsAndrew Stitcher2012-08-011-3/+3
* QPID-4176: HA Error handlingAlan Conway2012-08-012-0/+3
* NO-JIRA: Removed unused return parameterAndrew Stitcher2012-07-312-4/+3
* QPID-4179: Cluster does not replicate exclusive status of queues.Alan Conway2012-07-312-2/+6
* NO-JIRA: Remove some extra code left in by mergeAndrew Stitcher2012-07-311-2/+0
* QPID-4176: HA Error handlingAlan Conway2012-07-314-43/+66
* QPID-4176: HA Error handlingAlan Conway2012-07-314-5/+12
* QPID-4175: HA code rationalize loggingAlan Conway2012-07-306-17/+34
* QPID-4159: HA missing messages in failover test.Alan Conway2012-07-267-34/+40
* QPID-3175 - Added SSL/x.509-auth capability to Python clients and Python toolsTed Ross2012-07-262-0/+132
* QPID-4165: Fix unsused variable warnings when compiling with -DNDEBUGAlan Conway2012-07-243-5/+5
* NO-JIRA: Fix typos, update comments, update log messages.Alan Conway2012-07-238-15/+32
* QPID-4163: Deadlock between LinkRegistry and TimerTask locksAlan Conway2012-07-232-10/+12
* QPID-4159: HA Missing messages in failover test.Alan Conway2012-07-233-10/+27
* NO-JIRA: fix spurious diff when comparing cluster log files.Michael Goulish2012-07-231-1/+2
* QPID-4158: HA transition to CATCHUP status too early.Alan Conway2012-07-191-16/+4
* QPID-4156: HA close window for clients to connect before HA broker is initial...Alan Conway2012-07-193-10/+31
* NO-JIRA: Removed use of boost::bind which was causing build failure on windows.Alan Conway2012-07-181-2/+2
* NO-JIRA: HA Minor logging improvements.Alan Conway2012-07-182-4/+3
* QPID-4148: HA Not setting initial queues for new RemoteBackups Alan Conway2012-07-183-14/+21
* QPID-4145: HA Minor fixes to recovery Alan Conway2012-07-177-27/+44
* NO-JIRA: Added missing EXTERN statements causing build breakage.Alan Conway2012-07-171-2/+3
* QPID-4144 HA broker deadlocks on broker::QueueRegistry lock and ha::Primary lockAlan Conway2012-07-175-52/+44
* NO-JIRA: Fix typo in make files.Alan Conway2012-07-161-1/+1
* QPID-3892 add missing fileCharles E. Rolke2012-07-161-0/+89
* QPID-4107 r1361334 type in file nameCharles E. Rolke2012-07-151-1/+1
* QPID-4107 r1361334 typo in file nameCharles E. Rolke2012-07-151-1/+1
* QPID-3892 C++ broker add routing key wildcard support to Acl 'publish exchang...Charles E. Rolke2012-07-157-58/+215
* QPID-4138: HA sporadic failure in ha_testsAlan Conway2012-07-135-2/+8
* QPID-4107 HA does not replicate alternate-exchangeAlan Conway2012-07-136-55/+244
* QPID-4136: HA sporadic failures in ha_testsAlan Conway2012-07-132-2/+6
* QPID-4133: (Jason Dillaman) Non-responsive peer in federated link can result ...Alan Conway2012-07-131-1/+3
* QPID-4079 log entries track managed object life cyclesCharles E. Rolke2012-07-138-9/+86
* NO-JIRA: Fixed compile error on RHEL5: double doesn't convert to int64_tAlan Conway2012-07-111-1/+1