index
:
delta/python-packages/qpid-python.git
0.10
0.12
0.14
0.16
0.18
0.20
0.22
0.24
0.26
0.28
0.30
0.32
0.32.x
0.5-fix
0.5-release
0.5.x-dev
0.6-release
0.6-release-windows-installer
0.8-release-candidates
M1
M2
M2.0.0.0_patch
M2.1-release
M2.1.1
M2.1.x
M2.x
M3-release
M4-RCs
QPID-2519
QPID-3216
QPID-3799-acl
QPID-4659
QPID-5048-maven3-build
QPID-5496_default_groups
QPID-5610-maven3-build-qmf-tools
QPID-6125-ProtocolRefactoring
QPID-6262-JavaBrokerNIO
aconway-amqp-tx
address-refactor
address-refactor2
asyncstore
broker-queue-refactor
client_restructure
cmake
deleteme
dep_removal
event-queue-2006-12-20
forrest-site
grkvlt-network-20101013
grkvlt-network-20110301
grkvlt-network-review
gs-amqp-1-0-sandbox
help
java-broker-0-10
java-broker-amqp-1-0-management
java-broker-bdb-ha
java-broker-bdb-ha2
java-broker-config-qpid-4390
java-broker-config-store-changes
java-broker-vhost-refactor
java-config-and-management
java-network-refactor
java.multi_version
jmsselectors
jmx_mc_gsoc09
kwall_030_tmp
linearstore
mcpierce-QPID-4719
mgmt-devel
new_persistence
perftesting
perftesting_persistent
pre-M3
qmf-devel0.7
qmf-devel0.7a
qmfv2
qpid-1673
qpid-2393
qpid-2920
qpid-2920-1
qpid-2920-active
qpid-2920-standby
qpid-2935
qpid-3079
qpid-3163
qpid-3346
qpid-3603
qpid-3603-2
qpid-3603-3
qpid-3603-4
qpid-3603-5
qpid-3603-6
qpid-3603-7
qpid-3603-kgiusti
qpid-3606
qpid-3767
qpid-3890
qpid-3902
qpid-4631
qpid-530
qpid-cpp-0.34-rc
qpid-cpp-0.34-rc-winpkg
qpid.0-10
qpid.0-9
qpid.rnr
rajith_jms_client
rajith_tmp
rg-amqp-1-0-sandbox
thegreatmerge
trunk
win-pollable-condition
git.apache.org: qpid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
/
src
/
qpid
/
sys
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-4127: Ensure SystemInfo::isLocalHost() returns true for ::1
Gordon Sim
2012-07-10
1
-1
/
+5
*
NO-JIRA: Fix previous TimerTask fix to workaround stupid windows.h symbol cor...
Andrew Stitcher
2012-07-06
2
-3
/
+3
*
NO-JIRA: Fix for potential Timer deadlock issue:
Andrew Stitcher
2012-07-05
2
-11
/
+51
*
QPID-4021: Badly behaved clients can still clog up the broker
Andrew Stitcher
2012-06-28
2
-2
/
+12
*
QPID-4071: basic porting changes for solaris native compiler
Clifford Jansen
2012-06-17
2
-0
/
+3
*
QPID-4049: Linux C++ broker crashes when client connects SSL with expired cer...
Andrew Stitcher
2012-06-14
1
-0
/
+2
*
NO-JIRA: Add timerTask->cancel to ~AsynchIOHandler.
Alan Conway
2012-05-28
1
-0
/
+2
*
NO-JIRA: fix some defects found by Coverity static analysis scan of C++ code
Ken Giusti
2012-05-25
1
-2
/
+4
*
NO-JIRA: Rearrange memory status code
Andrew Stitcher
2012-05-24
2
-2
/
+4
*
QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...
Andrew Stitcher
2012-05-21
3
-7
/
+43
*
QPID-2518: Qpid C++ broker can easily be blocked by client trying to connect ...
Andrew Stitcher
2012-05-21
4
-14
/
+70
*
NO-JIRA: Implement abort for ssl connections
Andrew Stitcher
2012-05-21
3
-2
/
+19
*
QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...
Andrew Stitcher
2012-05-21
1
-1
/
+1
*
QPID-4011: TestIsLocalHost unit_test fails with if machine name resolves to l...
Andrew Stitcher
2012-05-18
1
-11
/
+28
*
QPID-4008: added check for INVALID_SOCKET similar to Linux implementation
Clifford Jansen
2012-05-17
1
-7
/
+10
*
QPID-3603: HA backup brokers don't connect to self when searching for primary.
Alan Conway
2012-05-15
1
-0
/
+1
*
NO-JIRA: Reduce message for missing lock file from critical to notice.
Alan Conway
2012-05-14
1
-1
/
+1
*
QPID-3603 Added SystemInfo::isLocalHost
Charles E. Rolke
2012-05-08
1
-1
/
+3
*
QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to th...
Alan Conway
2012-05-08
2
-25
/
+63
*
Don't go through the IOCP wait if the poller is shut down. Fixes QPID-3982.
Stephen D. Huston
2012-05-05
1
-2
/
+3
*
QPID-3759: added lock to prevent two threads deleting same structure
Clifford Jansen
2012-04-20
1
-24
/
+36
*
QPID-3759: new update for spurious disconnect on close and serializing events
Clifford Jansen
2012-04-11
1
-12
/
+32
*
QPID-3759: reworked fix to be compatible with XP
Clifford Jansen
2012-03-29
1
-15
/
+12
*
NO-JIRA: Removed unnecessary header file guards from non-header file
Andrew Stitcher
2012-03-20
1
-5
/
+0
*
NO-JIRA: Removed unnecessary header guard around a non-header file
Andrew Stitcher
2012-03-20
1
-5
/
+0
*
QPID-2082: Put all of the C++ code in the source tree into a namespace
Andrew Stitcher
2012-03-20
4
-18
/
+15
*
QPID-3759 hang on heartbeat connection close
Clifford Jansen
2012-03-19
1
-4
/
+21
*
NO-JIRA: Removed the long dead apr code
Andrew Stitcher
2012-02-22
11
-801
/
+0
*
QPID-3864: 0.16 release tasks
Andrew Stitcher
2012-02-22
1
-0
/
+38
*
QPID-3862: Static Trace points for System tap / Dtrace
Andrew Stitcher
2012-02-21
2
-2
/
+93
*
more fixes for compilation under fedora 18, new gcc
Nuno Santos
2012-02-17
2
-0
/
+2
*
QPID-3603: Merge new HA foundations.
Alan Conway
2012-02-17
1
-1
/
+3
*
missing casts and include to be able to compile under fedora 18
Nuno Santos
2012-02-16
2
-2
/
+3
*
NO-JIRA - Fixed missing return type on Windows stub.
Ted Ross
2012-02-10
1
-1
/
+1
*
QPID-3824 - Additional queue statistics, posix memory statistics, and broker-...
Ted Ross
2012-02-09
2
-0
/
+67
*
QPID-3621 cmake build changes for solaris and solaris specific code changes
Clifford Jansen
2012-02-09
2
-5
/
+10
*
QPID-3620 time conversion fix for sparc architecture
Clifford Jansen
2012-02-09
1
-4
/
+11
*
QPID-3571 PosixPoller implementation
Clifford Jansen
2012-02-09
1
-0
/
+793
*
QPID-3787 - Fixed shutdown crash in SslPlugin, Fixed problem with sasl_mux test.
Ted Ross
2012-01-27
1
-1
/
+4
*
NO-JIRA - Fixed the handling of functions with ignored return values.
Ted Ross
2011-11-22
1
-1
/
+1
*
QPID-3608: Improve C++ broker consume performance
Andrew Stitcher
2011-11-11
2
-36
/
+26
*
QPID-3514: Allow SSL and non SSL connections on the same port.
Andrew Stitcher
2011-11-01
1
-0
/
+3
*
NO_JIRA: Small mods to certain log trace and debug messages to improve log me...
Kim van der Riet
2011-10-31
3
-6
/
+6
*
QPID-3346: prevent taking non-head of free group, additional performance tweaks
Ken Giusti
2011-10-28
1
-0
/
+35
*
QPID-3514: Allow SSL and non-SSL connections on the same port. Applied patch ...
Gordon Sim
2011-10-20
7
-136
/
+283
*
QPID-2905 Fixes for mingw cross-compilation (C++)
Charles E. Rolke
2011-10-17
1
-3
/
+3
*
QPID-3476: Demote timer warnings to informational statements
Gordon Sim
2011-09-08
1
-3
/
+3
*
QPID-3455: Don't treat unspecified frame size as implying the minimum value. ...
Gordon Sim
2011-08-26
1
-0
/
+1
*
Don't try setsockopt IPV6_V6ONLY when setting up new socket. Doesn't work on ...
Stephen D. Huston
2011-08-25
1
-5
/
+0
*
QPID-3447: Fix windows build broken by previous commit (r1160458) due to lack...
Gordon Sim
2011-08-23
1
-1
/
+1
[next]