summaryrefslogtreecommitdiff
path: root/src/rabbit_msg_store_gc.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Merge in defaultSimon MacMullen2013-01-301-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | Pass length to prioritise_*Simon MacMullen2012-11-081-3/+3
|/
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* cosmetic: get rid of intermediate var and save some spaceMatthias Radestock2011-01-161-8/+7
* Rearrangement in gc. Can't seem to get it shorter than this thoughMatthew Sackman2011-01-141-7/+8
* Minor tweaks, and added explanatory comments relating to the various racesMatthew Sackman2011-01-141-15/+5
* More testing needed, but this does seem to workMatthew Sackman2011-01-141-3/+19
* GC no longer needs to know about its parent msg_store. Thus fold the parent i...Matthew Sackman2010-10-251-13/+10
* minor refactor: lists:filter -> list comprehensionMatthias Radestock2010-10-221-3/+2
* major refactoring of gc logicMatthias Radestock2010-10-221-14/+8
* small refactorMatthias Radestock2010-10-221-10/+9
* cosmetics and minor refactoringMatthias Radestock2010-10-221-6/+8
* Apparently they can be. ArbitrarilyMatthew Sackman2010-10-191-2/+1
* tuples can only be one-dimensionalMatthew Sackman2010-10-191-1/+2
* Overlong lineMatthew Sackman2010-10-191-1/+2
* RefactoringMatthew Sackman2010-10-191-16/+15
* Emit message back to the msg_store again after deletion completed. Potentiall...Matthew Sackman2010-10-191-2/+4
* Improvement to specsMatthew Sackman2010-10-191-3/+4
* combine and deletion of files are both forms of GCMatthew Sackman2010-10-191-9/+9
* Push deletion of empty files out to the gc process.Matthew Sackman2010-10-181-4/+12
* Further abstract gc to permit different types of actionsMatthew Sackman2010-10-181-18/+19
* Permit the GC to cope with multiple concurrent pending GCs. In the case of a ...Matthew Sackman2010-10-181-26/+32
* Split out the testing of whether a file is not being read fromMatthew Sackman2010-10-181-5/+10
* Properly abstract the state that the msg_store passes to the gc.Matthew Sackman2010-10-181-33/+21
* Merging bug 23157 into defaultMatthew Sackman2010-09-151-2/+5
|\
| * removed all references to pcall and pcastAlexandru Scvortov2010-08-251-2/+7
|/
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
* Merging default into bug21673 and correcting specs and typesMatthew Sackman2010-07-071-2/+2
* tid() -> ets:tid() == able to compile on R14AMatthew Sackman2010-06-301-1/+1
* cosmeticMatthias Radestock2010-06-171-2/+1
* Fix msg_file scan block size at 4MBMatthew Sackman2010-06-171-12/+6
* Expose the msg_store file size limit to configuration. Also some suitable der...Matthew Sackman2010-06-171-6/+13
* Added specs for msg_store_gcMatthew Sackman2010-05-181-0/+13
* cosmeticMatthias Radestock2010-05-171-6/+4
* Change how we handle a gc finding concurrent readers on the same file. Previo...Matthew Sackman2010-05-171-11/+34
* minor refactoring and some cosmetic changesMatthias Radestock2010-05-151-3/+5
* cosmeticMatthias Radestock2010-05-041-4/+6
* Make the msg_store_gc register an fhc callbackMatthew Sackman2010-04-301-3/+10
* Another missing infinity on a callMatthew Sackman2010-04-181-1/+1
* Rearranging GC code and tidying up of some common dialyzer type defsMatthew Sackman2010-04-081-174/+7
* Split msg_store into two msg stores, one for persistent and one for transient...Matthew Sackman2010-04-011-21/+24
* Several fixes:Matthew Sackman2010-02-181-0/+4
* Merging default into bug21673 and correcting further copyright datesMatthew Sackman2010-02-101-3/+3
* Whoops, forgot to remove an io:formatMatthew Sackman2010-01-081-1/+0
* Msg_store now supports concurrent reads when it is safe, directly from the qu...Matthew Sackman2010-01-081-9/+19
* Toughened up cache accessors and switched to using named tables in prep for c...Matthew Sackman2010-01-071-11/+9