summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | | Re-creating bug24863 branching of defaultFrancesco Mazzoli2012-04-181-7/+18
| | | | * | | | | | | | simplifying refactorbug24882Matthias Radestock2012-04-201-14/+10
| | | | * | | | | | | | Checking for existance of DLX in dead_letter_publishFrancesco Mazzoli2012-04-191-18/+14
| | * | | | | | | | | | Cosmetic. Ish.bug24848Simon MacMullen2012-04-241-9/+11
| | * | | | | | | | | | Move node waiting to rabbit_control.Francesco Mazzoli2012-04-236-116/+87
| | * | | | | | | | | | Exiting when modules can't be found.Francesco Mazzoli2012-04-171-1/+2
| | * | | | | | | | | | Added wait_node script to wait for the node to be up.Francesco Mazzoli2012-04-173-7/+25
| | * | | | | | | | | | Moved various functions that query the status of applications from rabbit_con...Francesco Mazzoli2012-04-174-76/+92
| | | |_|_|/ / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Update the msg_id_ack in set_length.Francesco Mazzoli2012-04-241-12/+16
| * | | | | | | | | | AckMsgs -> AckRequired in master:purgeFrancesco Mazzoli2012-04-231-1/+1
| * | | | | | | | | | merge bug24885Francesco Mazzoli2012-04-232-4/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | merge bug24885Francesco Mazzoli2012-04-192-4/+4
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Explicitly acking/not acking when calling bq:fetch in set_length in an HA slaveFrancesco Mazzoli2012-04-192-4/+4
| * | | | | | | | | | | Damn sleep in Makefile...bug24885Francesco Mazzoli2012-04-231-1/+1
| * | | | | | | | | | | Make rabbit_variable_queue:dropwhile tail recursiveFrancesco Mazzoli2012-04-232-6/+7
| * | | | | | | | | | | merge emile qc changesFrancesco Mazzoli2012-04-234-19/+21
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Clearer var naming in BQ:dropwhile. Fix in amqqueue_process:drop_expired_mess...Francesco Mazzoli2012-04-234-19/+21
| | |/ / / / / / / / / /
| * | | | | | | | | | | QuickCheck follows dropwhile API updatesEmile Joubert2012-04-231-3/+4
| |/ / / / / / / / / /
| * | | | | | | | | | Update comment for bq:dropwhile specFrancesco Mazzoli2012-04-191-3/+4
| |/ / / / / / / / /
| * | | | | | | | | Fix rabbit_tests - only get the state after calling bq:dropwhile.Francesco Mazzoli2012-04-191-1/+3
| * | | | | | | | | Changed BQ:dropwhile/3 to take a boolean arg to decide wether to ack or not.Francesco Mazzoli2012-04-196-36/+44
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | eliminate unused var, and correct formattingMatthias Radestock2012-04-191-3/+2
| | |/ / / / / / | |/| | | | | |
| * | | | | | | Defensive programmingMatthew Sackman2012-04-191-1/+1
| * | | | | | | Merged bug24855 into defaultEmile Joubert2012-04-1942-833/+986
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Current thinking is fold should be master only. Interestingly, this also elim...bug24855Matthew Sackman2012-04-052-8/+1
* | | | | | | | TODO donebug24196Simon MacMullen2012-04-191-11/+9
* | | | | | | | Merge in defaultSimon MacMullen2012-04-1943-892/+1040
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | merge bug24874 into defaultMatthias Radestock2012-04-181-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Consistency between dropwhile and internal_fetchbug24874Emile Joubert2012-04-181-4/+4
| | * | | | | | | prevent badmatch in vqEmile Joubert2012-04-181-2/+2
| * | | | | | | | Merge bug 24871 (as foretold in prophecy^W bug 20337 comment 199)Simon MacMullen2012-04-1727-589/+614
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | Merge bug24729Simon MacMullen2012-04-1727-589/+614
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | According to Simon the .hrl files are not worth it.Francesco Mazzoli2012-04-125-95/+0
| | | * | | | | | Added dummy .hrl files so that we don't break files including them.Francesco Mazzoli2012-04-125-0/+95
| | | * | | | | | Merged defaultFrancesco Mazzoli2012-04-1212-253/+334
| | | |\ \ \ \ \ \
| | | * | | | | | | Added callback info for rabbit_backing_queue.Francesco Mazzoli2012-04-024-234/+193
| | | * | | | | | | Added callback info to rabbit_msg_store.Francesco Mazzoli2012-04-023-47/+29
| | | * | | | | | | Added callback info to mirrored_supervisor.Francesco Mazzoli2012-04-021-5/+22
| | | * | | | | | | Added callback info to supervisor2.Francesco Mazzoli2012-04-022-50/+136
| | | * | | | | | | Moved behaviour_info/1 export in the same ifdef blockFrancesco Mazzoli2012-04-021-11/+5
| | | * | | | | | | Merged default.Francesco Mazzoli2012-04-0218-249/+236
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Added -callbacks for rabbit_auth_mechanism.Francesco Mazzoli2012-03-055-57/+33
| | | | * | | | | | | Added -callbacks for rabbit_auth_backend.Francesco Mazzoli2012-03-053-67/+49
| | | | * | | | | | | Added -callbacks for rabbit_exchange_type. Deleted rabbit_exchange_type_spec....Francesco Mazzoli2012-03-057-67/+42
| | | | * | | | | | | Added specs for gm callbacks.Francesco Mazzoli2012-03-052-48/+57
| | | | * | | | | | | -callbacks for gen_server2. USE_SPECS now requires R15B.Francesco Mazzoli2012-03-052-11/+56
| * | | | | | | | | | List comprehension instead of map.bug24871Francesco Mazzoli2012-04-161-3/+2
| * | | | | | | | | | Fixed cycle detection, resources and names were messed up.Francesco Mazzoli2012-04-161-10/+12
| * | | | | | | | | | Usual Makefile editing... test don't work with 'sleep 1'Francesco Mazzoli2012-04-161-1/+1
| * | | | | | | | | | Checking for cycles when sending instead of when receiving.Francesco Mazzoli2012-04-162-27/+33
| |/ / / / / / / / /