summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge bug22616 into bug21673Matthias Radestock2010-04-307-18/+37
|\
| * merge default into bug22616Matthias Radestock2010-04-307-18/+37
| |\
| | * bug22637 merged into default (erlang version check on start of the application)Marek Majkowski2010-04-305-15/+32
| | |\
| | | * Modify version_compare so that eg 5.0 is eq 5. On application start, check ↵Matthew Sackman2010-04-293-12/+29
| | | | | | | | | | | | | | | | that we have a sufficient version of erts
| | | * Force the RPMS to only be installable with erlang 12b3 or later (though ↵Matthew Sackman2010-04-291-2/+2
| | | | | | | | | | | | | | | | interestingly, it looks like there was no Fedora R12B-3 package - the closest I can find is R12B-4 which was in Fedora 8)
| | | * Force the debs to only be installable with erlang 12b3 or laterMatthew Sackman2010-04-291-1/+1
| | | |
| | * | bug22264 merged into default (print erts version on startup)Marek Majkowski2010-04-291-2/+3
| | |\ \ | | | |/ | | |/|
| | | * Apparently, we're not allowed to clutter the bunny. Hence added it to the ↵Matthew Sackman2010-04-291-7/+6
| | | | | | | | | | | | | | | | settings listing below
| | | * Display the erts version in the bottom right of the Rabbit bannerMatthew Sackman2010-04-291-3/+5
| | |/
| | * bug 22315 merged into default (+P 1M, process count set to 1M by default)Marek Majkowski2010-04-292-1/+2
| | |\
| | | * Bump the default number of processes to 1MMatthew Sackman2010-04-292-1/+2
| | |/
* | | Add missing specsMatthew Sackman2010-04-301-0/+2
| | |
* | | Make the logic on result of soft_close match that on hard_close (i.e. full ↵Matthew Sackman2010-04-301-43/+33
| | | | | | | | | | | | put if there's an error. Don't touch the gb_tree if there's no error. Also, revert back to two diffs for client callbacks and mrefs
* | | gb_trees:delete crashes if the key is not in the tree. I kid you not.Matthew Sackman2010-04-301-2/+2
| | |
* | | reduce_timer_set => timer_refMatthew Sackman2010-04-301-10/+10
| | |
* | | Don't allow lots of timers to be startedMatthew Sackman2010-04-302-7/+14
| | |
* | | Merging headsMatthew Sackman2010-04-301-2/+2
|\ \ \
| * | | cosmeticMatthias Radestock2010-04-301-2/+2
| | | |
* | | | Change register_callback to a cast, don't send messages in absence of a ↵Matthew Sackman2010-04-301-46/+52
|/ / / | | | | | | | | | callback, and combine two dicts
* | | fix error handling in fhc:clearMatthias Radestock2010-04-301-11/+8
| | | | | | | | | | | | and remove some wrong (though benign) code
* | | cosmeticMatthias Radestock2010-04-301-2/+2
| | |
* | | refactor: made 'close' control flow more obviousMatthias Radestock2010-04-291-45/+49
| | |
* | | cosmetic changes and a little bit of refactoring on the file handle cacheMatthias Radestock2010-04-291-26/+22
| | |
* | | refactor: extract age tree manipulationMatthias Radestock2010-04-291-44/+49
| | | | | | | | | | | | | | | | | | These functions only have one call site each, but they are non-trivial and perform a distinct function and hence were cluttering the call sites.
* | | made logic in fhc:close1 less obscureMatthias Radestock2010-04-291-3/+4
| | | | | | | | | | | | | | | the previous code was working ok, but only because handles were soft-closed at most once
* | | cosmeticMatthias Radestock2010-04-291-25/+31
| | |
* | | cosmeticMatthew Sackman2010-04-291-1/+1
| | |
* | | Allow people to specify append, but silently map it to writeMatthew Sackman2010-04-291-31/+31
| | |
* | | More meaningful specs for the backing queue, and removal of duplicated and ↵Matthew Sackman2010-04-292-15/+17
| | | | | | | | | | | | potentially divergent documentation with the specs
* | | Minor corrections to specsMatthew Sackman2010-04-291-2/+2
| | |
* | | clean up fhc sigsMatthias Radestock2010-04-291-13/+14
| | |
* | | cosmeticMatthias Radestock2010-04-291-15/+15
| | |
* | | tiny refactor to align with 'default'Matthias Radestock2010-04-281-3/+2
| | |
* | | merge bug22616 into bug21673Matthias Radestock2010-04-281-1/+1
|\ \ \ | |/ /
| * | merge default into bug22616Matthias Radestock2010-04-283-31/+3
| |\ \ | | |/
| | * bug22629 merged into defaultMarek Majkowski2010-04-281-1/+1
| | |\
| | | * Removal of 12B5-ism. All tests now passMatthew Sackman2010-04-281-1/+1
| | |/
* | | Merging default into bug 21673Matthew Sackman2010-04-282-7/+0
|\ \ \ | | |/ | |/|
| * | Merging bug22657 onto defaultMatthew Sackman2010-04-282-30/+2
| |\ \
| | * | remove tx-related queue info itemsMatthias Radestock2010-04-272-30/+2
| |/ / | | | | | | | | | since their presence exposes an implementation detail
* | | merge bug22616 into bug21673Matthias Radestock2010-04-2710-39/+39
|\ \ \ | | |/ | |/|
| * | merge default into bug22616Matthias Radestock2010-04-2710-40/+40
| |\ \ | | |/
| | * cosmetic: remove trailing whitespace from doc templatesMatthias Radestock2010-04-2710-40/+40
| | |
* | | refactor: move type spec since it's only used in one placeMatthias Radestock2010-04-272-1/+1
| | |
* | | merge bug22616 into bug21673Matthias Radestock2010-04-271-12/+18
|\ \ \ | |/ /
| * | merge default into bug22616Matthias Radestock2010-04-275-123/+96
| |\ \ | | |/
| | * Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, ↵Matthew Sackman2010-04-271-12/+18
| | | | | | | | | | | | meaning potentially they could be run last, which would not be desirable (eg exchange recovery after networking up?
* | | merge default into bug21673Matthias Radestock2010-04-271-0/+1
|\ \ \ | | |/ | |/|
| * | Merging bug 22651 into defaultMatthew Sackman2010-04-274-111/+77
| |\ \
| | * | explode on attempted double initialisation of queueMatthias Radestock2010-04-271-2/+0
| | | | | | | | | | | | | | | | which inidicates a serious bug and thus we shouldn't ignore it