| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge bug24234 | Simon MacMullen | 2012-02-08 | 1 | -11/+32 |
| |\ | |||||
| | * | Committed some changes by mistake... | Francesco Mazzoli | 2012-02-01 | 3 | -32/+13 |
| | * | Cosmetic, restored reject/4 arguments to the previous order. | Francesco Mazzoli | 2012-02-01 | 4 | -20/+40 |
| | * | Merge default. | Francesco Mazzoli | 2012-02-01 | 1 | -12/+32 |
| | |\ | |||||
| | | * | Merge default. | Francesco Mazzoli | 2012-01-31 | 18 | -257/+445 |
| | | |\ | |||||
| | | * | | Renamede reject_tx/4 to reject/4. | Francesco Mazzoli | 2012-01-31 | 1 | -4/+4 |
| | | * | | Delete extra whitespace. | Francesco Mazzoli | 2012-01-25 | 1 | -2/+0 |
| | | * | | Cons instead of append, reject does not change the channel state. | Francesco Mazzoli | 2012-01-25 | 1 | -6/+5 |
| | | * | | 'case' statement style | Francesco Mazzoli | 2012-01-25 | 1 | -2/+3 |
| | | * | | reject doesn't need to know about the channel state. | Francesco Mazzoli | 2012-01-25 | 1 | -5/+6 |
| | | * | | Fix to reject_tx, list comprehension instead of map. | Francesco Mazzoli | 2012-01-25 | 1 | -2/+3 |
| | | * | | Flatten the list of lists. | Francesco Mazzoli | 2012-01-25 | 1 | -1/+1 |
| | | * | | Executing basick.{nack,reject} transactionally. | Francesco Mazzoli | 2012-01-24 | 1 | -15/+36 |
| * | | | | Merge bug24730 | Simon MacMullen | 2012-02-08 | 2 | -83/+67 |
| |\ \ \ \ | |||||
| | * | | | | refactor: remove cruft | Matthias Radestock | 2012-02-08 | 1 | -31/+24 |
| | * | | | | refactor: extract commonality between basic.deliver and basic.get | Matthias Radestock | 2012-02-07 | 1 | -52/+43 |
| * | | | | | Don't sync the mnesia disk log when nothing got written to it | Matthias Radestock | 2012-02-06 | 1 | -8/+17 |
| |/ / / / | |||||
| * | | | | cosmetic | Matthias Radestock | 2012-02-06 | 1 | -4/+2 |
| * | | | | correct some signatures and return types | Matthias Radestock | 2012-02-06 | 2 | -3/+3 |
| * | | | | Merged bug24624 into default | Emile Joubert | 2012-02-06 | 7 | -71/+124 |
| |\ \ \ \ | |||||
| | * \ \ \ | merge default into bug24624 and use new rabbit_misc:format/2 | Matthias Radestock | 2012-02-02 | 6 | -28/+22 |
| | |\ \ \ \ | |||||
| | * | | | | | Move cookie_hash/0 too. | Simon MacMullen | 2012-02-02 | 3 | -8/+8 |
| | * | | | | | Move rabbit_misc:nodeparts/1 and rabbit_misc:makenode/1 into rabbit_nodes | Simon MacMullen | 2012-02-02 | 5 | -27/+26 |
| | * | | | | | "to contact" isn't correct in the duplicate check case. | Simon MacMullen | 2012-02-02 | 1 | -1/+1 |
| | * | | | | | Unify the more resilient hostname check, refactor out this code into a new mo... | Simon MacMullen | 2012-02-02 | 4 | -50/+82 |
| | * | | | | | Clean up diagnostics code, clean up diagnostics messages. | Simon MacMullen | 2012-02-02 | 1 | -27/+33 |
| | * | | | | | Remove nodes file immediately after starting Mnesia. | Simon MacMullen | 2012-02-02 | 2 | -4/+3 |
| | * | | | | | Oops | Simon MacMullen | 2012-02-02 | 1 | -1/+1 |
| | * | | | | | Merge in default | Simon MacMullen | 2012-02-02 | 4 | -28/+46 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Make rabbit:diagnostics/1 just return a string. It's still most convenient to... | Simon MacMullen | 2011-12-16 | 3 | -21/+22 |
| | | * | | | | | Ahem2 | Simon MacMullen | 2011-12-13 | 1 | -1/+1 |
| | | * | | | | | Ahem. | Simon MacMullen | 2011-12-13 | 1 | -1/+1 |
| | | * | | | | | Show node diagnostics when we see timeout_waiting_for_tables. | Simon MacMullen | 2011-12-13 | 3 | -29/+48 |
| * | | | | | | | Merged bug24655 into default | Emile Joubert | 2012-02-06 | 127 | -213/+310 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | tweak credit_flow logic | Matthias Radestock | 2012-02-06 | 2 | -49/+48 |
| | * | | | | | | | cosmetic | Matthias Radestock | 2012-02-06 | 1 | -10/+7 |
| | * | | | | | | | Merge bug24706. | Simon MacMullen | 2012-02-06 | 4 | -24/+37 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Move non-empty defaults to rabbitmq-env | Steve Powell | 2012-01-04 | 4 | -24/+37 |
| | * | | | | | | | | shrink | Matthias Radestock | 2012-02-05 | 1 | -4/+3 |
| | * | | | | | | | | Merge bug24702 | Simon MacMullen | 2012-02-03 | 127 | -154/+236 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ | Merge bug24500 | Simon MacMullen | 2012-02-03 | 131 | -924/+1221 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ \ | Merge bug24606 | Simon MacMullen | 2012-02-03 | 5 | -24/+19 |
| | | | |\ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | | | |||||
| | | | * | | | | | | | | Update copyright 2012 | Emile Joubert | 2012-02-02 | 126 | -129/+129 |
| | | | | |_|/ / / / / | | | |/| | | | | | | |||||
| | | * | | | | | | | | Add description | Simon MacMullen | 2012-02-03 | 1 | -1/+2 |
| | | * | | | | | | | | Don't fsync after inner nested transactions | Emile Joubert | 2012-01-20 | 1 | -1/+4 |
| | | * | | | | | | | | Be more assertive | Simon MacMullen | 2012-01-19 | 1 | -1/+1 |
| | | * | | | | | | | | Language tweak for mnesia_sync justification | Emile Joubert | 2012-01-19 | 1 | -2/+2 |
| | | * | | | | | | | | Brief explanation justifying the existence of mnesia_sync | Emile Joubert | 2012-01-19 | 1 | -0/+5 |
| | | * | | | | | | | | Remove unnecessary process | Emile Joubert | 2012-01-16 | 1 | -34/+13 |
| | | * | | | | | | | | No timeout when calling | Emile Joubert | 2012-01-11 | 1 | -6/+6 |
