summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use xmerl rather than maintain our own UTF-8 validator.bug25860Simon MacMullen2013-11-121-30/+7
* Validate utf-8-ness on the way into rabbitmqctl too.Simon MacMullen2013-11-041-1/+8
* Derp / cosmetic.Simon MacMullen2013-11-041-5/+2
* Check UTF-8-ness of shortstrs in non-content-bearing methods. Note that we us...Simon MacMullen2013-11-042-2/+50
* Merged stable into defaultEmile Joubert2013-11-014-10/+36
|\
| * Merged stable into defaultEmile Joubert2013-11-011-16/+25
| |\
| * \ stable to defaultSimon MacMullen2013-11-011-5/+1
| |\ \
| * \ \ Merged stable into defaultEmile Joubert2013-10-314-16/+44
| |\ \ \
| * | | | Rename + cosmetic.Simon MacMullen2013-10-311-5/+3
| * | | | SimplifySimon MacMullen2013-10-311-9/+8
| * | | | stable to defaultSimon MacMullen2013-10-314-10/+39
| |\ \ \ \
| | * \ \ \ Merge bug 25836Simon MacMullen2013-10-310-0/+0
| | |\ \ \ \
| | | * \ \ \ stable to defaultSimon MacMullen2013-10-292-2/+3
| | | |\ \ \ \
| | | * \ \ \ \ merge stable into defaultMatthias Radestock2013-10-287-17/+48
| | | |\ \ \ \ \
| | | * \ \ \ \ \ stable to defaultSimon MacMullen2013-10-280-0/+0
| | | |\ \ \ \ \ \
| | * | | | | | | | Better error message.bug25836Simon MacMullen2013-10-311-3/+4
| | * | | | | | | | Don't allow deletion of "amq.rabbitmq.*".Simon MacMullen2013-10-301-0/+8
| | * | | | | | | | Make log and trace exchanges internal.Simon MacMullen2013-10-303-10/+30
| | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merged bug25849 into stablerabbitmq_v3_2_1Emile Joubert2013-11-011-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | sp.bug25849Emile Joubert2013-11-011-1/+1
| * | | | | | | | We can get down_from_gm twice in a row, don't blow up if we do.Simon MacMullen2013-10-281-0/+5
* | | | | | | | | Merged bug25618 into stableEmile Joubert2013-11-011-16/+25
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Remove use of gm:leave/1: it does almost nothing, master does not invoke it, ...bug25618Simon MacMullen2013-10-291-7/+2
| * | | | | | | | Attempt to clean up actions when terminating a slave. Slave termination now n...Simon MacMullen2013-10-291-15/+29
* | | | | | | | | That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2.Simon MacMullen2013-11-011-5/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merged bug25846 into stableEmile Joubert2013-10-3111-22/+54
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | Revivify stableSimon MacMullen2013-10-311-1/+1
| * | | | | | Merged bug25842 into stableEmile Joubert2013-10-311-2/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Non-Windows 32 bit platforms tend to only give you 2GB address space per proc...bug25842Simon MacMullen2013-10-301-2/+2
| |/ / / / /
| * | | | | Merge bug25845Simon MacMullen2013-10-291-1/+1
| |\ \ \ \ \
| | * | | | | Use 580 seconds as default heartbeat intervalbug25845Michael Klishin2013-10-281-1/+1
| | * | | | | Lower default heartbeat setting to 240 secondsMichael Klishin2013-10-271-2/+2
| | * | | | | Ignore .tmp filesMichael Klishin2013-10-271-0/+1
| * | | | | | Remove tab, ignore .tmpSimon MacMullen2013-10-292-1/+2
| | |_|_|_|/ | |/| | | |
| * | | | | cosmeticMatthias Radestock2013-10-281-14/+11
| * | | | | Merged bug25838 into stableEmile Joubert2013-10-283-8/+18
| |\ \ \ \ \
| | * | | | | simplifybug25838Simon MacMullen2013-10-281-2/+1
| | * | | | | Eliminate use of gen_server:call/2.Simon MacMullen2013-10-242-8/+11
| | * | | | | Treat calls to gen_server:call/2 and gen_server2:call/2 as errors.Simon MacMullen2013-10-241-0/+8
| | | |_|/ / | | |/| | |
| | * | | | Added tag rabbitmq_v3_2_0 for changeset b327b72a299dEmile Joubert2013-10-230-0/+0
| * | | | | Merged bug25835 into stableEmile Joubert2013-10-283-0/+24
| |\ \ \ \ \
| | * | | | | Write a very basic README that will hopefully point people in some vaguely us...bug25835Simon MacMullen2013-10-241-1/+20
| | * | | | | And wire the README into the RPM. The cp is sort of ugly, but I couldn't find...Simon MacMullen2013-10-231-0/+3
| | * | | | | Provide our own readme. You do not want to know how long it took me to figure...Simon MacMullen2013-10-232-0/+2
| * | | | | | Merged bug25826 into stableEmile Joubert2013-10-2860-1188/+2788
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Sync before rename, since the rename is not affected by the sync and doing it...bug25826Simon MacMullen2013-10-211-1/+1
* | | | | | | Table locking -> O(n)bug25846Simon MacMullen2013-10-291-0/+6
* | | | | | | Eliminate list_tx variants since async_dirty is ignored in a tx.Simon MacMullen2013-10-294-43/+45
* | | | | | | Use mnesia:async_dirty/1 to reduce copypasta.Simon MacMullen2013-10-284-46/+39
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge in stableSimon MacMullen2013-10-2560-1188/+2788
|\ \ \ \ \ \ | | |/ / / / | |/| | | |