summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/broker/PagedQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7250: check that message can fit in a page before writing to diskGordon Sim2016-05-021-1/+6
* QPID-5865: Be more robust in face of system clock being changed:Andrew Stitcher2014-07-011-3/+4
* QPID-5748: [C++ broker] Make Queue::purgeExpired more efficient; remove Expi...Pavel Moravec2014-05-281-10/+6
* QPID-5783: Share immutable state between copies of a message. Avoid using mem...Gordon Sim2014-05-231-2/+2
* QPID-5485: By default use a subdirectory of the data dir called "pq" forAndrew Stitcher2014-01-301-7/+10
* QPID-5498: restore expiration on paged messagesGordon Sim2014-01-211-7/+27
* QPID-5485 Deleting paged queue does not remove underlying filePavel Moravec2014-01-161-0/+5
* QPID-5315: record persistence ids in paging file so they can be restored afte...Gordon Sim2013-11-081-2/+6
* QPID-5314: exceptions should not contain full path for paging fileGordon Sim2013-11-081-4/+6
* QPID-5312: make sure page is loaded before attempting to find message in itGordon Sim2013-11-081-0/+1
* QPID-5290: fix exception thrown in PagedQueueGordon Sim2013-11-041-1/+2
* QPID-5055: initialise some paged queue variablesGordon Sim2013-08-081-1/+1
* QPID-5042: use more protable encode and decodeGordon Sim2013-08-061-2/+4
* QPID-4339: simple paged queue implementationGordon Sim2013-04-291-0/+425