summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Go to an entirely supervisor-based way of counting process memory. This has t...Simon MacMullen2012-09-221-29/+39
* Rename this, since it can include memory which does not still belong to a pro...Simon MacMullen2012-09-211-1/+1
* Account for the mgmt DB as another category, since it can get quite big.Simon MacMullen2012-09-211-1/+3
* Reinstate atomsSimon MacMullen2012-09-191-1/+2
* SimplifySimon MacMullen2012-09-191-3/+1
* As far as the user is concerned, atoms and code are really the same thing for...Simon MacMullen2012-09-181-2/+1
* Move to rabbit.erl, and only invoke erlang:memory/1 once so we do a better jo...Simon MacMullen2012-09-182-51/+55
* ConsistencySimon MacMullen2012-09-181-2/+2
* Try to keep our categories disjoint.Simon MacMullen2012-09-182-8/+12
* rabbit_misc:memory/0.Simon MacMullen2012-09-182-1/+46
* Merge bug24997Simon MacMullen2012-09-1840-1405/+3254
|\
| * Merge bug25158.Simon MacMullen2012-09-183-267/+266
| |\
| | * Merged bug25144Emile Joubert2012-09-182-10/+28
| | |\
| | | * Remove the Mnesia record after we are done with it.Simon MacMullen2012-09-132-10/+28
| | * | move all the error descriptions to the endMatthias Radestock2012-09-171-88/+74
| | * | correct commentMatthias Radestock2012-09-171-1/+1
| | * | some tidying upMatthias Radestock2012-09-171-174/+169
| * | | ensure that slaves confirm messages when ttl=0Matthias Radestock2012-09-171-5/+2
| |/ /
| * | Merge bug25152Simon MacMullen2012-09-175-32/+32
| |\ \
| | * | file_name -> filenameMatthias Radestock2012-09-174-26/+26
| | * | 1MB = 1000000B for disksMatthias Radestock2012-09-171-1/+1
| | * | correct disk space log message and remove ambiguityMatthias Radestock2012-09-171-5/+5
| * | | Increase the amount of symmetry.Simon MacMullen2012-09-171-7/+7
| * | | bring queue/exchange removal cost back down to O(binding_count)Matthias Radestock2012-09-151-20/+30
| * | | guard deletes on disk tables in order to eliminate superfluos fsyncsMatthias Radestock2012-09-153-5/+23
| |/ /
| * | Merge bug24914Simon MacMullen2012-09-145-105/+127
| |\ \
| | * \ merge default into bug25118Tim Watson2012-09-145-105/+127
| | |\ \
| | | * | updated the essay to explain how the sync status works nowFrancesco Mazzoli2012-09-131-19/+25
| | | * | two little fixes...Francesco Mazzoli2012-09-061-2/+2
| | | * | cosmeticsFrancesco Mazzoli2012-09-041-1/+1
| | | * | cosmeticsFrancesco Mazzoli2012-09-042-4/+1
| | | * | cosmeticsFrancesco Mazzoli2012-09-041-1/+1
| | | * | merge defaultFrancesco Mazzoli2012-09-047-110/+222
| | | |\ \
| | | * | | remove differences with defaultFrancesco Mazzoli2012-09-041-10/+12
| | | * | | track the delta of the depths, and replace `pending_ack' with `depth' in BQFrancesco Mazzoli2012-09-044-71/+52
| | | * | | was getting `set_length' instead of `drop'Francesco Mazzoli2012-09-041-1/+1
| | | * | | fix depth delta in the `publish' instructionFrancesco Mazzoli2012-09-041-1/+1
| | | * | | forgot debug line inFrancesco Mazzoli2012-09-031-1/+0
| | | * | | store the depth of master and slave instead of the unknown pending msgsFrancesco Mazzoli2012-09-032-69/+92
| | | * | | refactoring: make the var match the fieldMatthias Radestock2012-08-311-8/+7
| | | * | | refactoring: inline helper functionMatthias Radestock2012-08-311-24/+25
| | | * | | cosmeticMatthias Radestock2012-08-311-3/+2
| | | * | | styleFrancesco Mazzoli2012-08-311-5/+3
| | | * | | revert `set_synchronized' => `update_unknown_pending'Francesco Mazzoli2012-08-311-22/+22
| | | * | | `set_synchronized' => `update_unknown_pending'Francesco Mazzoli2012-08-311-22/+22
| | | * | | `set_length' => `drop'Francesco Mazzoli2012-08-311-2/+2
| | | * | | `external_pending' => `unknown_pending'Francesco Mazzoli2012-08-311-6/+9
| | | * | | use `set_synchronized' instead than manually increasingFrancesco Mazzoli2012-08-311-6/+2
| | | * | | simplify `set_length' case, fixing the ToDrop < 0 branchFrancesco Mazzoli2012-08-311-20/+16
| | | * | | add the delta in `set_synchronized', fixes the call in `set_length'Francesco Mazzoli2012-08-311-3/+3