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
/
linearstore
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPID-5487: [linearstore] Replace use of /dev/urandom with c random generator ...
Kim van der Riet
2014-01-16
5
-31
/
+28
*
QPID-5484 [linearstore] Poor performance relative to legacystore. Partial fix...
Kim van der Riet
2014-01-15
2
-2
/
+9
*
NO-JIRA: Removed linear/legacy store CMake checks for uuid library
Andrew Stitcher
2014-01-15
1
-1
/
+1
*
QPID-5483: [linearstore] Recovery of journal with partly written record fails...
Kim van der Riet
2014-01-15
11
-139
/
+247
*
QPID-5473: Recovery where last record in file is truncated (ie spans files), ...
Kim van der Riet
2014-01-12
2
-2
/
+3
*
QPID-5460: [linearstore] Recovery of store which contains prepared but incomp...
Kim van der Riet
2014-01-09
12
-131
/
+132
*
QPID-5444: Recovering from qpid-txtest fails with "Inconsisntent TPL 2PC coun...
Kim van der Riet
2013-12-23
5
-9
/
+9
*
QPID-5422: DTX test failure, and some tidying up of code in JournalImpl.cpp/h
Kim van der Riet
2013-12-20
18
-303
/
+407
*
QPID-5425: TPL fails with JERR_JNLF_FILEOFFSOVFL
Kim van der Riet
2013-12-16
3
-7
/
+15
*
NO-JIRA: Add missing apache copyright licence text.
Alan Conway
2013-12-16
2
-0
/
+40
*
QPID-5388: Segmentation fault when recovering empty queue. The recovery could...
Kim van der Riet
2013-12-04
7
-19
/
+53
*
QPID-5387: Segmentation fault when deleting queue. Incorrect order of operati...
Kim van der Riet
2013-12-03
2
-2
/
+1
*
QPID-5358: Checksum not implemented in record tail, not checked during read. ...
Kim van der Riet
2013-12-03
12
-50
/
+210
*
QPID-5357 "Linearstore: Empty file recycling not functional": Fix which imple...
Kim van der Riet
2013-11-26
2
-2
/
+12
*
NO-JIRA: Update of ISSUES file to reflect latest JIRA numbers for outstanding...
Kim van der Riet
2013-11-19
1
-19
/
+17
*
QPID-4984: Cleanup of #includes
Kim van der Riet
2013-11-18
48
-1018
/
+810
*
QPID-4984: Change jrnl directory to journal - aligns namespaces with journal ...
Kim van der Riet
2013-11-15
70
-192
/
+154
*
QPID-4984: Fix for recovery ambiguity issue, other code tidy-ups
Kim van der Riet
2013-11-14
80
-1928
/
+1216
*
QPID-4984: Minor fix for ambiguous comparison error on some compilers
Kim van der Riet
2013-11-07
1
-3
/
+3
*
QPID-4984: WIP. Basic enqueue/dequeue/txns work, still no EFP recycling.
Kim van der Riet
2013-11-04
28
-924
/
+653
*
NO-JIRA: Fix compile errors in legacystore on older compilers
Alan Conway
2013-10-30
1
-4
/
+4
*
QPID-4984: Fix compiler warnings caused by questionable programming practices
Andrew Stitcher
2013-10-24
2
-10
/
+11
*
QPID-4984: WIP: Copy of work over from branch to trunk. Non-tx works with som...
Kim van der Riet
2013-10-22
87
-0
/
+15738