summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unnecessary variableMatthew Sackman2010-03-091-1/+1
* Merge default into bug 21673Matthew Sackman2010-03-0811-43/+48
|\
| * merge bug22456 into defaultMatthias Radestock2010-03-088-20/+23
| |\
| | * Missed oneMatthew Sackman2010-03-081-1/+1
| | * Apparently 'No, you can't include rabbit.hrl in tcp_listener_sup'.Matthew Sackman2010-03-081-3/+1
| | * Merging default into bug 22456Matthew Sackman2010-03-080-0/+0
| | |\ | | |/ | |/|
| * | merge bug22454 into defaultMatthias Radestock2010-03-086-32/+34
| |\ \
| | | * Merging bug 22454 into bug 22456Matthew Sackman2010-03-086-31/+31
| | | |\ | | | |/ | | |/|
| | * | Reworked the supervision heirarchy againMatthew Sackman2010-03-086-30/+30
| | | * Extended all timeoutsMatthew Sackman2010-03-086-15/+22
| | |/ | |/|
| * | Merge bug22399 into defaultMichael Bridgen2010-03-081-1/+2
| |\ \
| | * \ Merge default inMichael Bridgen2010-03-0823-421/+1205
| | |\ \
| | * | | Accomodate weird American spellingsMatthew Sackman2010-02-231-1/+2
| * | | | cosmeticMatthew Sackman2010-03-081-5/+3
| | |/ / | |/| |
* | | | Push memory monitor and fhc into the restartable supMatthew Sackman2010-03-081-2/+2
* | | | Merging default into bug 21673Matthew Sackman2010-03-086-13/+77
|\ \ \ \ | |/ / /
| * | | merge bug22454 into defaultMatthias Radestock2010-03-086-14/+75
| |\ \ \ | | | |/ | | |/|
| | * | Should stop and delete under the restartable sup tooMatthew Sackman2010-03-061-2/+2
| | * | Supervisors should have timeouts of infinityMatthew Sackman2010-03-051-1/+1
| | * | reworked supervisor hierarchyMatthew Sackman2010-03-056-12/+73
* | | | Merging default into bug21673Matthew Sackman2010-03-072-14/+25
|\ \ \ \ | |/ / /
| * | | Merging bug 21939 into defaultMatthew Sackman2010-03-051-10/+14
| |\ \ \ | | |/ / | |/| |
| | * | exporting rabbit_reader:server_properties/0 so it can be accessible from the ...Vlad Ionescu2010-02-131-10/+14
| * | | merge bug16653 into defaultMatthias Radestock2010-03-051-4/+11
| |\ \ \
| | * \ \ Merging default into bug 16653Matthew Sackman2010-03-0416-345/+952
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Merging bug 16653 into default (now permits client side channel.flow to be us...Matthew Sackman2010-03-035-52/+157
| | |\ \ \
| | * | | | Backed out changeset 4922b15fa148 as it's not needed.Matthew Sackman2010-02-171-7/+0
| | * | | | Add support for extracting field names for class propertiesMatthew Sackman2010-02-171-0/+7
| | * | | | Merging default ⇨ bug 16653Matthew Sackman2010-02-1670-571/+1315
| | |\ \ \ \
| | * \ \ \ \ Merging default into branch bug16653Matthew Sackman2010-01-311-2/+2
| | |\ \ \ \ \
| | * \ \ \ \ \ Merging default into bug 16653Matthew Sackman2010-01-2928-145/+244
| | |\ \ \ \ \ \
| | * | | | | | | Remove the response verification as errors should cause the channel or connec...Matthew Sackman2010-01-291-12/+0
| | * | | | | | | Need to be able to verify that the response got back from the server is ok, w...Matthew Sackman2010-01-291-0/+12
| | * | | | | | | Added method_record to codegen.py for the shovelMatthew Sackman2010-01-271-4/+11
* | | | | | | | | Change to cur file cache. Rather than bother storing the file in there, just ...Matthew Sackman2010-03-051-12/+18
* | | | | | | | | Minor bug fix, but I don't think this is what's plaguing majek atmMatthew Sackman2010-03-041-6/+4
* | | | | | | | | Whilst erlang's namespace provision is poor, it's not quite /that/ poor...Matthew Sackman2010-03-041-2/+2
* | | | | | | | | Minor relaxation of boot dependenciesMatthew Sackman2010-03-041-1/+1
* | | | | | | | | Correct boot sequence and rearrange msg_store / queue startup and recovery in...Matthew Sackman2010-03-043-12/+7
* | | | | | | | | Merging default into bug 21673Matthew Sackman2010-03-0416-345/+952
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | merging bug 22169 into defaultMatthew Sackman2010-03-0415-336/+933
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Reimagine delete_binding/2 as remove_bindings/2. The hooks are nowMichael Bridgen2010-02-247-16/+16
| | * | | | | | | | Merge headsMichael Bridgen2010-02-232-4/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Superfluous whitespace and inaccurate commentMatthew Sackman2010-02-231-3/+1
| | | * | | | | | | | cosmeticMatthew Sackman2010-02-231-1/+1
| | * | | | | | | | | Of course, we want to return the type atom rather than the module (but still ...Michael Bridgen2010-02-231-1/+2
| | |/ / / / / / / /
| | * | | | | | | | Check exchange types for conformance when they are registered, rather than wh...Michael Bridgen2010-02-232-12/+14
| | * | | | | | | | Specs for the exported functions in the exchange type registryMichael Bridgen2010-02-221-0/+9
| | * | | | | | | | All these Exchange should be the sameMichael Bridgen2010-02-221-1/+1
| | * | | | | | | | Remove duplication in delete_bindingMichael Bridgen2010-02-221-8/+7