summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Major cleanup, fixes for UNOFFICIAL_RELEASE, get DEPLOY_ vars from ↵bug25313Blair Hester2014-10-152-48/+77
| | | | release.mk, and fix issues preventing set -e use
* Clean up aptly_wrapper.sh publish option.Blair Hester2014-10-092-91/+72
|
* Add hardlinks support to rsync for aptly, support kitten and testing reposBlair Hester2014-10-082-7/+61
|
* Switch from reprepro to aptly and persist repo dataBlair Hester2014-10-083-11/+238
|
* Merge bug26040Simon MacMullen2014-09-300-0/+0
|\
* | Add dependencies for some things we have always needed.bug26040Simon MacMullen2014-09-301-1/+1
|/
* Merge bug26344Simon MacMullen2014-09-161-0/+1
|\
| * Make sure the server sees RABBITMQ_CONFIG_FILE and can thus log the config ↵bug26344Simon MacMullen2014-09-161-0/+1
|/ | | | file location even if it's absent.
* Merge bug26368Simon MacMullen2014-09-120-0/+0
|\
* | Make sure we don't hang waiting for a node to go down if it went down before ↵Simon MacMullen2014-09-122-10/+31
|/ | | | we became the winner.
* Merge bug26362Simon MacMullen2014-09-081-2/+4
|\
| * Slightly less threatening error description, and add stack tracebug26362Simon MacMullen2014-09-081-2/+4
|/
* Merge bug25214Simon MacMullen2014-08-213-17/+35
|\
| * Rename boolean to reuse / single.bug25214Simon MacMullen2014-08-213-17/+17
| |
| * Make Mnesia tx worker pool jobs use a disposable process so that if ↵Simon MacMullen2014-08-213-17/+35
|/ | | | mnesia_locker decides to randomly send a message there later it will just get dropped and not cause chaos.
* Merge bug26354Simon MacMullen2014-08-201-1/+1
|\
| * Get the message format right for this case too.bug26354Simon MacMullen2014-08-201-1/+1
|/
* Merge bug26347Simon MacMullen2014-08-181-0/+9
|\
| * Merge bug26343Simon MacMullen2014-08-150-0/+0
| |\
| * | Restore behaviour_info/1 on older Erlang, don't emit so many warnings.bug26343Simon MacMullen2014-08-151-0/+9
| |/
* | Two modes for delete, one for when the server is running and we need to be ↵bug26347Simon MacMullen2014-08-153-40/+53
|/ | | | quick going via the reverse route, and another when it is down and we need to clean up durable routes. Not entirely happy with the elegance of this but it gets the tests to pass.
* Merge bug26341Simon MacMullen2014-08-131-3/+2
|\
| * BE more assertive.bug26341Simon MacMullen2014-08-131-3/+2
|/
* Merge bug26338Simon MacMullen2014-08-120-0/+0
|\
* | Catch enotconn here.bug26338Simon MacMullen2014-08-121-1/+1
|/
* Added tag rabbitmq_v3_3_5 for changeset 3347a7f0e689Simon MacMullen2014-08-110-0/+0
|
* Changelogs for 3.3.5.rabbitmq_v3_3_5Simon MacMullen2014-08-112-0/+10
|
* Merge bug26313 (again)Simon MacMullen2014-08-115-1/+108
|\
| * Fix typo spotted by Edwin Fine.Simon MacMullen2014-08-081-1/+1
| | | | | | | | Since hitting this line would cause a crash in the caller, and since this code is used very heavily (e.g. in the gen_server2 prioritised mailbox) and since it's been like that for over a year, I can only conclude that this code is unreachable. That conclusion is backed up by trying to get a pqueue() into a state which would hit that head - I was not able to. Still, it should be fixed...
| * Tweak timings, shorten name, explain heuristics, specify which process info ↵Simon MacMullen2014-08-071-10/+21
| | | | | | | | items we want (especially to add 'monitors' and remove 'messages').
| * Merge bug 26322Simon MacMullen2014-08-061-0/+8
| |\
| | * Add loopback_users (somewhat late...)bug26322Simon MacMullen2014-08-061-0/+8
| |/
| * Merge bug26301Simon MacMullen2014-08-062-0/+20
| |\
| | * Fix typos, remove examples from 3.3.5 case (I'm sure that file will get ↵bug26301Simon MacMullen2014-08-062-11/+4
| | | | | | | | | | | | duplicated...)
| | * Try again, with Debian changelog comment filesBlair Hester2014-07-302-0/+27
| | |
| | * Add dir for Debian changelog comments, comment file for 3.3.5, and template fileBlair Hester2014-07-300-0/+0
| | |
| * | merge bug26313 into stable (again)Michael Klishin2014-08-011-4/+1
| |\ \
| * \ \ merge headsMichael Klishin2014-08-011-2/+6
| |\ \ \ | | |_|/ | |/| |
| | * | merge bug26313 into stableMichael Klishin2014-08-011-2/+6
| | |\ \
| * | | | Actually, let's rename that. Yes, a plural, but one that makes more sense.Simon MacMullen2014-07-301-1/+1
| | | | |
| * | | | Merge bug26311Simon MacMullen2014-07-301-0/+68
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Try again, adding a module this time. Find stuck processes with heuristics.bug26311Simon MacMullen2014-07-301-0/+68
| | | | |
| | * | | Find stuck processes with heuristics.Simon MacMullen2014-07-300-0/+0
| |/ / /
* | | | ...and inline that again.bug26313Simon MacMullen2014-08-111-3/+0
| | | |
* | | | Use a catch-all fn head insteadMichael Klishin2014-08-111-3/+1
| | | |
* | | | Handle exceptions when connection_state = 'starting' the same way we do for ↵Michael Klishin2014-08-111-0/+5
| |_|/ |/| | | | | | | | 'tuning'
* | | Let exception handler do all the handshake failure loggingMichael Klishin2014-08-011-4/+1
| |/ |/|
* | Explicitly log handshake errorsMichael Klishin2014-08-011-1/+4
| |
* | Enforce server-side value when client provided one is 0Michael Klishin2014-08-011-1/+2
|/ | | | | Keeps bogus clients such as node-amqp from ignoring the channel_max limit.
* Merge bug26159Simon MacMullen2014-07-292-3/+26
|\