| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetic: more sensible ordering of state components | Matthias Radestock | 2010-06-14 | 1 | -33/+39 |
| | | | | | essential vars first, followed by derived vars and counters/rates/etc | ||||
| * | minor refactor | Matthias Radestock | 2010-06-13 | 1 | -11/+8 |
| | | |||||
| * | refactor: extract accumulation of SeqIds and Guids from acks | Matthias Radestock | 2010-06-12 | 1 | -34/+25 |
| | | |||||
| * | refactor: simplify 'fetch' | Matthias Radestock | 2010-06-12 | 1 | -34/+17 |
| | | |||||
| * | refactor: extract conditional calls to qi:deliver | Matthias Radestock | 2010-06-12 | 1 | -23/+19 |
| | | |||||
| * | refactor: extract #msg_status initialisation | Matthias Radestock | 2010-06-12 | 1 | -15/+13 |
| | | |||||
| * | refactor: simplify publish_delivered | Matthias Radestock | 2010-06-12 | 1 | -25/+17 |
| | | | | | | - extract recoding of pending acks - use maybe_write_to_disk | ||||
| * | refactor: extract similarities between ack and requeue | Matthias Radestock | 2010-06-12 | 1 | -76/+48 |
| | | |||||
| * | refactor: make 'ack' and 'requeue' look very similar indeed | Matthias Radestock | 2010-06-12 | 1 | -37/+37 |
| | | | | | ...prior to combining them | ||||
| * | fix small persistent_count counting bug | Matthias Radestock | 2010-06-12 | 1 | -3/+3 |
| | | | | | | | ...which doesn't actually matter since it would only result in the persistent_count of transient queues being wrong, which get nuked on startup anyway (the only place that makes use of the persistent_count). | ||||
| * | cosmetic | Matthias Radestock | 2010-06-03 | 1 | -174/+212 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2010-06-03 | 1 | -10/+11 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2010-06-03 | 1 | -2/+2 |
| | | |||||
| * | refactor: introduce helper fun | Matthias Radestock | 2010-06-03 | 1 | -49/+38 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2010-06-03 | 1 | -74/+63 |
| | | |||||
| * | refactor: simplify code with some helper funs | Matthias Radestock | 2010-06-03 | 1 | -24/+15 |
| | | |||||
| * | drop segment num from fun call in segment_{fold,map} | Matthias Radestock | 2010-06-02 | 1 | -13/+10 |
| | | | | | | | | to abstract away from the dict-ness of the segment store. The segment number isn't actually needed in most cases and can be easily extracted from the #segment. | ||||
| * | refactor: rename segment_fetch_keys to segments_nums | Matthias Radestock | 2010-06-02 | 1 | -3/+3 |
| | | | | | to abstract away from the dict-ness of the segment store | ||||
| * | refactor: remove superfluous clause | Matthias Radestock | 2010-06-02 | 1 | -2/+0 |
| | | | | | | ...which was an optimisation too far, particular since a similar clause is not present in the related functions | ||||
| * | tweak: more LRU-like cache behaviour | Matthias Radestock | 2010-06-02 | 1 | -1/+1 |
| | | |||||
| * | remove erroneous comment | Matthias Radestock | 2010-06-02 | 1 | -3/+1 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2010-05-28 | 1 | -1/+1 |
| | | |||||
| * | inlining | Matthias Radestock | 2010-05-28 | 1 | -6/+4 |
| | | |||||
| * | merge default into bug21673 | Matthias Radestock | 2010-05-28 | 11 | -281/+415 |
| |\ | |||||
| | * | remove misleading comments | Matthias Radestock | 2010-05-28 | 1 | -5/+0 |
| | | | |||||
| | * | cosmetic | Matthias Radestock | 2010-05-27 | 1 | -4/+4 |
| | | | |||||
| | * | some minor refactoring | Matthias Radestock | 2010-05-27 | 2 | -82/+65 |
| | | | |||||
| | * | Merge bug22596 into default | Emile Joubert | 2010-05-27 | 1 | -1/+1 |
| | |\ | |||||
| | | * | clusternode is a list | Matthew Sackman | 2010-04-08 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merging bug 21824 onto default | Matthew Sackman | 2010-05-27 | 5 | -22/+159 |
| | |\ \ | |||||
| | | * | | Cosmetics and formatting | Matthew Sackman | 2010-05-27 | 4 | -19/+19 |
| | | | | | |||||
| | | * | | Merging default into bug 21824 | Matthew Sackman | 2010-05-27 | 10 | -129/+147 |
| | | |\ \ | |||||
| | | * | | | No reason for this to be a dict of lists. | Simon MacMullen | 2010-05-20 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | Forgot to add this. | Simon MacMullen | 2010-05-20 | 1 | -0/+110 |
| | | | | | | |||||
| | | * | | | Move the former bug21824 into a new branch that comes off bug21915 (and thus ↵ | Simon MacMullen | 2010-05-20 | 4 | -20/+47 |
| | | | | | | | | | | | | | | | | | | | | | default) rather than amqp_0_9_1. | ||||
| | * | | | | Merging bug 22812 into default | Matthew Sackman | 2010-05-27 | 2 | -26/+36 |
| | |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | | * | | | Minor refactor | Matthew Sackman | 2010-05-27 | 1 | -3/+4 |
| | | | | | | |||||
| | | * | | | We were only applying the local shortcut in the case when we were *only* | Simon MacMullen | 2010-05-27 | 1 | -20/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | talking to a local node. This is wrong because: 1) We could then happen to pick a local delegate and a remote delegate that were the same process, and deadlock. 2) There's still a possibility of messages overtaking if sometimes they go via delegates locally and sometimes not. So fix that to always avoid the delegates when communicating locally, even if we're communicating remotely at the same time. | ||||
| | | * | | | Make error messages in the logs a bit clearer. | Simon MacMullen | 2010-05-26 | 1 | -6/+11 |
| | | | | | | |||||
| | * | | | | Merging bug21915 onto default. Note that this has some semantic changes ↵ | Matthew Sackman | 2010-05-27 | 5 | -193/+184 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | which are 'safe' for 0-8 and more in line with 0-9-1. This is: an exclusive queue can only be redeclared in the same connection as created the queue and the redeclaration must also specify exclusivity. | ||||
| | | * | | | | Cosmetics | Matthew Sackman | 2010-05-27 | 2 | -33/+25 |
| | | | | | | | |||||
| | | * | | | | Don't eat errors that could be returned by F. | Simon MacMullen | 2010-05-26 | 1 | -5/+5 |
| | | | | | | | |||||
| | | * | | | | Clean up a bit. | Simon MacMullen | 2010-05-26 | 2 | -9/+3 |
| | | | | | | | |||||
| | | * | | | | Move F into with_or_die. | Simon MacMullen | 2010-05-26 | 1 | -8/+15 |
| | | | | | | | |||||
| | | * | | | | Correct specs. | Simon MacMullen | 2010-05-26 | 1 | -2/+1 |
| | | | | | | | |||||
| | | * | | | | Merge default into 21915. | Simon MacMullen | 2010-05-26 | 5 | -44/+69 |
| | | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | | Move our protocol_error outside the with_or_die to stop it being eaten. | Simon MacMullen | 2010-05-26 | 1 | -15/+12 |
| | | | | | | | |||||
| | | * | | | | Reinstate check_configure_permitted in queue.declare passive when queue ↵ | Simon MacMullen | 2010-05-26 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | already exists. | ||||
| | | * | | | | Revert bug introduced in "cosmetics" commit 41b7270f9546. | Simon MacMullen | 2010-05-26 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | 80 col fix. | Simon MacMullen | 2010-05-26 | 1 | -1/+2 |
| | | | | | | | |||||
