summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Further correction to conditional; line lengths; extract all magic numbers an...Matthew Sackman2009-11-261-17/+40
* | | | Lots of improvements: o) merge the dict and ets; use a record there; o) drop ...Matthew Sackman2009-11-261-39/+44
* | | | Added deregister and stop to MMMatthew Sackman2009-11-262-20/+35
* | | | merge default into bug21673Matthias Radestock2009-11-251-1/+2
|\ \ \ \ | |/ / /
| * | | cosmeticMatthias Radestock2009-11-251-2/+3
* | | | merge default into bug21673Matthias Radestock2009-11-251-45/+47
|\ \ \ \ | |/ / /
| * | | put things in (the right) orderMatthias Radestock2009-11-251-22/+22
| * | | merge bug22042 into defaultMatthias Radestock2009-11-251-22/+24
| |\ \ \ | | |/ / | |/| |
| | * | don't use rabbit_log; use gen_server, not 2; correct long linesMatthew Sackman2009-11-251-14/+16
| | * | remove trailing spacesMatthew Sackman2009-11-251-9/+9
| |/ /
* | | (kinda bug 22042) inline rabbit_misc:cmd seeing as it's not used elsewhere an...Matthew Sackman2009-11-252-12/+10
* | | typeos to novelMatthew Sackman2009-11-251-20/+24
* | | merging headsMatthew Sackman2009-11-251-1/+2
|\ \ \
| * | | cosmeticMatthias Radestock2009-11-251-1/+2
* | | | A novelMatthew Sackman2009-11-251-0/+80
|/ / /
* | | merging headsMatthew Sackman2009-11-251-10/+9
|\ \ \
| * | | use plain, old gen_server instead of gen_server2 - for better compatibilityMatthias Radestock2009-11-251-10/+9
* | | | Stop using _misc:cmd and use os:cmd insteadMatthew Sackman2009-11-251-22/+23
|/ / /
* | | cosmeticMatthias Radestock2009-11-251-92/+81
* | | Make sure that trusted_offset in open1 is set to an absolute offsetMatthew Sackman2009-11-251-4/+5
* | | merging headsMatthew Sackman2009-11-251-15/+9
|\ \ \
| * | | Utterly baffled. I thought this was the obvious refactoring I was doing earli...Matthew Sackman2009-11-251-15/+9
* | | | cosmeticMatthias Radestock2009-11-251-42/+38
* | | | inliningMatthias Radestock2009-11-251-29/+26
|/ / /
* | | Corrected spec for open and inlined the internal versions. Also used the with...Matthew Sackman2009-11-251-127/+121
* | | removed calls to rabbit_log, using error_logger instead. Still one call to ra...Matthew Sackman2009-11-251-3/+3
* | | corrected order of cast tuple; improved set_maximum_since_use; corrected bug ...Matthew Sackman2009-11-251-21/+30
* | | Remove the double indirection of fhc_file and fhc_path; make open non-recursiveMatthew Sackman2009-11-251-45/+39
* | | minor refactoringMatthias Radestock2009-11-241-20/+18
* | | cosmeticMatthias Radestock2009-11-241-12/+12
* | | more cosmeticMatthias Radestock2009-11-241-17/+12
* | | more cosmeticMatthias Radestock2009-11-241-43/+41
* | | more cosmeticMatthias Radestock2009-11-241-66/+81
* | | cosmeticMatthias Radestock2009-11-241-14/+15
* | | merge default into bug21673Matthias Radestock2009-11-241-0/+1
|\ \ \ | |/ /
| * | Spec for rabbit_misc:sort_field_table/1Tony Garnock-Jones2009-11-231-0/+1
| |/
* | merging in from defaultMatthew Sackman2009-11-2316-222/+563
|\ \ | |/
| * merging bug 22020 into defaultMatthew Sackman2009-11-2315-220/+561
| |\
| | * Oops -- it's supposed to be a .hrl, not a .erlTony Garnock-Jones2009-11-235-4/+4
| | * Speculative specs, pending R13B to try them outTony Garnock-Jones2009-11-236-1/+46
| | * Rename sort_arguments to sort_field_tableTony Garnock-Jones2009-11-233-5/+5
| | * Comment lists:keysort in delete_queue_bindingsTony Garnock-Jones2009-11-231-0/+7
| | * Catch list_to_existing_atom error, throw command_invalidTony Garnock-Jones2009-11-231-1/+7
| | * License headers on new files.Tony Garnock-Jones2009-11-226-1/+156
| | * Change to publish (= route-and-deliver) model for exchanges.Tony Garnock-Jones2009-11-216-33/+29
| | * Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-2112-208/+340
| |/
| * Oversupply of EMatthew Sackman2009-11-201-2/+2
* | Did Matthias's requested transformation of the fhc. Saved 50 lines. It's not ...Matthew Sackman2009-11-191-152/+145
* | Finished the file handle cache. It works as follows:Matthew Sackman2009-11-196-74/+227
* | started on the server part of fhcMatthew Sackman2009-11-183-14/+92