| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge in stable | Simon MacMullen | 2013-11-22 | 3 | -40/+65 |
| |\ | |||||
| | * | Restore synchronous addition of slaves in the queue.declare case. | Simon MacMullen | 2013-11-12 | 3 | -25/+39 |
| | * | Forgot to add a spec | Simon MacMullen | 2013-11-11 | 1 | -0/+1 |
| | * | Re-add the log invocations we lost. This does lead to the stale master pid wa... | Simon MacMullen | 2013-11-11 | 2 | -3/+7 |
| | * | Port the deadlock-breaking code from bug 25852. | Simon MacMullen | 2013-11-11 | 2 | -30/+40 |
| * | | Merge bug25867 | Simon MacMullen | 2013-11-22 | 2 | -16/+51 |
| |\ \ | |/ | |||||
| | * | Remove 'evil' receive block. | Simon MacMullen | 2013-11-11 | 1 | -14/+18 |
| | * | Cope with clients dying. | Simon MacMullen | 2013-11-08 | 2 | -16/+47 |
| * | | More explanation | Simon MacMullen | 2013-11-22 | 1 | -0/+2 |
| * | | Improve comment. | Simon MacMullen | 2013-11-18 | 1 | -3/+4 |
| * | | Explain | Simon MacMullen | 2013-11-06 | 1 | -0/+3 |
| * | | Maybe sync on slave promotion. | Simon MacMullen | 2013-11-06 | 1 | -3/+4 |
| |/ | |||||
| * | Merged bug25849 into stablerabbitmq_v3_2_1 | Emile Joubert | 2013-11-01 | 1 | -0/+5 |
| |\ | |||||
| | * | sp. | Emile Joubert | 2013-11-01 | 1 | -1/+1 |
| | * | We can get down_from_gm twice in a row, don't blow up if we do. | Simon MacMullen | 2013-10-28 | 1 | -0/+5 |
| * | | Merged bug25618 into stable | Emile Joubert | 2013-11-01 | 1 | -16/+25 |
| |\ \ | |||||
| | * | | Remove use of gm:leave/1: it does almost nothing, master does not invoke it, ... | Simon MacMullen | 2013-10-29 | 1 | -7/+2 |
| | * | | Attempt to clean up actions when terminating a slave. Slave termination now n... | Simon MacMullen | 2013-10-29 | 1 | -15/+29 |
| * | | | That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2. | Simon MacMullen | 2013-11-01 | 1 | -5/+1 |
| * | | | Merged bug25846 into stable | Emile Joubert | 2013-10-31 | 4 | -11/+14 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Non-Windows 32 bit platforms tend to only give you 2GB address space per proc... | Simon MacMullen | 2013-10-30 | 1 | -2/+2 |
| | * | | Merged bug25838 into stable | Emile Joubert | 2013-10-28 | 2 | -8/+11 |
| | |\ \ | |||||
| | | * | | Eliminate use of gen_server:call/2. | Simon MacMullen | 2013-10-24 | 2 | -8/+11 |
| | * | | | Merged bug25826 into stable | Emile Joubert | 2013-10-28 | 46 | -1167/+2182 |
| | |\ \ \ | | |/ / | |||||
| | * | | | Sync before rename, since the rename is not affected by the sync and doing it... | Simon MacMullen | 2013-10-21 | 1 | -1/+1 |
| * | | | | Table locking -> O(n) | Simon MacMullen | 2013-10-29 | 1 | -0/+6 |
| * | | | | Eliminate list_tx variants since async_dirty is ignored in a tx. | Simon MacMullen | 2013-10-29 | 4 | -43/+45 |
| * | | | | Use mnesia:async_dirty/1 to reduce copypasta. | Simon MacMullen | 2013-10-28 | 4 | -46/+39 |
| | |_|/ |/| | | |||||
| * | | | Merge in stable | Simon MacMullen | 2013-10-25 | 46 | -1167/+2182 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | merge bug25804 into default | Tim Watson | 2013-10-21 | 1 | -0/+22 |
| | |\ \ | |||||
| | | * | | Introduce flow controlled versions of send_command() for the Erlang client to... | Simon MacMullen | 2013-10-04 | 1 | -0/+22 |
| | * | | | Merged stable into default | Emile Joubert | 2013-10-17 | 1 | -12/+15 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Merged stable into default | Emile Joubert | 2013-10-15 | 1 | -11/+11 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge bug25809 | Simon MacMullen | 2013-10-15 | 1 | -8/+16 |
| | |\ \ \ \ | |||||
| | | * | | | | erlang:apply is not necessary since the arguments are known | Emile Joubert | 2013-10-09 | 1 | -1/+1 |
| | | * | | | | Support only historical verify_fun signature | Emile Joubert | 2013-10-09 | 1 | -3/+2 |
| | | * | | | | Support config-supplied verify_fun in tuple-format | Emile Joubert | 2013-10-08 | 1 | -8/+17 |
| | | | |_|/ | | |/| | | |||||
| | * | | | | Consistency | Simon MacMullen | 2013-10-14 | 1 | -3/+3 |
| | * | | | | merge heads | Tim Watson | 2013-10-11 | 1 | -2/+1 |
| | |\ \ \ \ | |||||
| | | * | | | | do not pass the queue collector to amqp_1.0 reader | Tim Watson | 2013-10-11 | 1 | -2/+1 |
| | * | | | | | ...and remove the old API. | Simon MacMullen | 2013-10-10 | 1 | -24/+1 |
| | |/ / / / | |||||
| | * | | | | Introduce rabbit_heartbeat:start/6 API | Tim Watson | 2013-10-10 | 3 | -31/+35 |
| | * | | | | Unify the intermediate supervision tree under r_connection_helper_sup | Tim Watson | 2013-10-10 | 4 | -78/+43 |
| | * | | | | Defer starting a queue collector until we've received tune-ok | Tim Watson | 2013-10-09 | 3 | -14/+24 |
| | * | | | | introduce another intermediate supervisor into the connection tree | Tim Watson | 2013-10-09 | 2 | -1/+46 |
| | |/ / / | |||||
| | * | | | Merge bug 24094 | Simon MacMullen | 2013-10-03 | 2 | -14/+31 |
| | |\ \ \ | |||||
| | | * | | | Return verbose message when refusing to authenticate | Emile Joubert | 2013-10-01 | 1 | -1/+5 |
| | | * | | | Genericise network messages | Emile Joubert | 2013-09-25 | 2 | -4/+4 |
| | | * | | | Report authentication failures by sending connection.close | Emile Joubert | 2013-09-24 | 2 | -14/+27 |
| | * | | | | Merged bug25726 into default | Emile Joubert | 2013-10-03 | 3 | -31/+41 |
| | |\ \ \ \ | |||||
