Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | lsb init script for debian | Emile Joubert | 2012-04-24 | 2 | -8/+186 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge bug24884 | Simon MacMullen | 2012-04-25 | 11 | -66/+103 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ | Merge bug24848 | Simon MacMullen | 2012-04-24 | 13 | -116/+159 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | | * | | | | | | | Merged bug24885 into default | Emile Joubert | 2012-04-23 | 7 | -54/+83 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ | Merge bug24877 | Simon MacMullen | 2012-04-23 | 3 | -0/+12 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | 755 is wrong, this should not be executable. Somehow it ends up not ↵bug24877 | Simon MacMullen | 2012-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | executable anyway, but we shouldn't say it is... | |||||
| | | | | * | | | | | | | I don't think we need a licence header, and it's intimidating. Rephrase a ↵ | Simon MacMullen | 2012-04-23 | 1 | -25/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bit too. | |||||
| | | | | * | | | | | | | Add ulimit default file to debian package installation and source it on ↵ | Steve Powell | 2012-04-23 | 3 | -0/+29 | |
| | | | | | |_|_|_|_|/ | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | server start. | |||||
| | | | * | | | | | | | Merged bug24833 into default | Emile Joubert | 2012-04-23 | 1 | -1/+1 | |
| | | | |\ \ \ \ \ \ \ | | | | | |_|/ / / / / | | | | |/| | | | | | | ||||||
| | | | | * | | | | | | fix type signature for rabbit_basic:map_headers/2bug24833 | Francesco Mazzoli | 2012-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | | | * | | | | | | merge default | Francesco Mazzoli | 2012-04-23 | 42 | -900/+1031 | |
| | | | | |\ \ \ \ \ \ | | | | | | | |_|_|_|/ | | | | | | |/| | | | | ||||||
| | | | * | | | | | | | Merge heads | Simon MacMullen | 2012-04-23 | 1 | -13/+28 | |
| | | | |\ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | | | ||||||
| | | | | * | | | | | | Merge bug24860 | Simon MacMullen | 2012-04-20 | 1 | -13/+28 | |
| | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | track queues which may have delivered non-autoack messages to channelbug24860 | Matthias Radestock | 2012-04-12 | 1 | -13/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...so that we can ensure that acks/requeues have been seen by those queues during an orderly shutdown by the time a 'close' (in the error case) or 'close_ok' is sent. | |||||
| | | | * | | | | | | | | cosmetic | Matthew Sackman | 2012-04-23 | 1 | -1/+1 | |
| | | | | |_|_|/ / / / | | | | |/| | | | | | | ||||||
| | | | * | | | | | | | cosmetic | Matthias Radestock | 2012-04-20 | 1 | -9/+9 | |
| | | | | | | | | | | | ||||||
| | | | * | | | | | | | merge bug24882 into default | Matthias Radestock | 2012-04-20 | 2 | -6/+15 | |
| | | | |\ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | cosmetic | Matthew Sackman | 2012-04-19 | 1 | -10/+9 | |
| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | Merge bug24863 to default | Matthew Sackman | 2012-04-19 | 1 | -7/+18 | |
| | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | In general, avoid unnecessary interleaving of mutating statebug24863 | Matthew Sackman | 2012-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | ack_nacked_messages -> ack_if_no_dlx | Francesco Mazzoli | 2012-04-19 | 1 | -5/+5 | |
| | | | | | | | | | | | | | ||||||
| | | | | | * | | | | | | | Re-creating bug24863 branching of default | Francesco Mazzoli | 2012-04-18 | 1 | -7/+18 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | simplifying refactorbug24882 | Matthias Radestock | 2012-04-20 | 1 | -14/+10 | |
| | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | Checking for existance of DLX in dead_letter_publish | Francesco Mazzoli | 2012-04-19 | 1 | -18/+14 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Cosmetic. Ish.bug24848 | Simon MacMullen | 2012-04-24 | 1 | -9/+11 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Move node waiting to rabbit_control. | Francesco Mazzoli | 2012-04-23 | 6 | -116/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That functionality doesn't have much to do with rabbit itself (we should leave it undocumented). | |||||
| | * | | | | | | | | | | | Exiting when modules can't be found. | Francesco Mazzoli | 2012-04-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Added wait_node script to wait for the node to be up. | Francesco Mazzoli | 2012-04-17 | 3 | -7/+25 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Moved various functions that query the status of applications from ↵ | Francesco Mazzoli | 2012-04-17 | 4 | -76/+92 | |
| | | |_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rabbit_control to rabbit_misc. | |||||
| * | | | | | | | | | | | Update the msg_id_ack in set_length. | Francesco Mazzoli | 2012-04-24 | 1 | -12/+16 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | AckMsgs -> AckRequired in master:purge | Francesco Mazzoli | 2012-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | merge bug24885 | Francesco Mazzoli | 2012-04-23 | 2 | -4/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | merge bug24885 | Francesco Mazzoli | 2012-04-19 | 2 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Explicitly acking/not acking when calling bq:fetch in set_length in an HA slave | Francesco Mazzoli | 2012-04-19 | 2 | -4/+4 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Damn sleep in Makefile...bug24885 | Francesco Mazzoli | 2012-04-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Make rabbit_variable_queue:dropwhile tail recursive | Francesco Mazzoli | 2012-04-23 | 2 | -6/+7 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | merge emile qc changes | Francesco Mazzoli | 2012-04-23 | 4 | -19/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Clearer var naming in BQ:dropwhile. Fix in ↵ | Francesco Mazzoli | 2012-04-23 | 4 | -19/+21 | |
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amqqueue_process:drop_expired_messages. Also, corrected the dropwhile-related comments in rabbit_backing_queue. For what concerns the fix in drop_expired_messages, I was wrongly generating acktags for dead messages not to be dead-lettered. | |||||
| * | | | | | | | | | | | | QuickCheck follows dropwhile API updates | Emile Joubert | 2012-04-23 | 1 | -3/+4 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Update comment for bq:dropwhile spec | Francesco Mazzoli | 2012-04-19 | 1 | -3/+4 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Fix rabbit_tests - only get the state after calling bq:dropwhile. | Francesco Mazzoli | 2012-04-19 | 1 | -1/+3 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Changed BQ:dropwhile/3 to take a boolean arg to decide wether to ack or not. | Francesco Mazzoli | 2012-04-19 | 6 | -36/+44 | |
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm most likely going to change this to two different functions, the only thing that is holding me back is that I'll end up writing one function and then two wrappers around it in both instances (variable_queue and queue_master). | |||||
| * | | | | | | | | | eliminate unused var, and correct formatting | Matthias Radestock | 2012-04-19 | 1 | -3/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Defensive programming | Matthew Sackman | 2012-04-19 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merged bug24855 into default | Emile Joubert | 2012-04-19 | 42 | -833/+986 | |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Current thinking is fold should be master only. Interestingly, this also ↵bug24855 | Matthew Sackman | 2012-04-05 | 2 | -8/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eliminates bug24854 | |||||
* | | | | | | | | | TODO donebug24196 | Simon MacMullen | 2012-04-19 | 1 | -11/+9 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge in default | Simon MacMullen | 2012-04-19 | 43 | -892/+1040 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | merge bug24874 into default | Matthias Radestock | 2012-04-18 | 1 | -4/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Consistency between dropwhile and internal_fetchbug24874 | Emile Joubert | 2012-04-18 | 1 | -4/+4 | |
| | | | | | | | | | |