Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typobug24846 | Matthias Radestock | 2012-04-05 | 1 | -1/+1 |
* | dtree API cleanup: handle 'insert' w empty secondary key list correctly | Matthias Radestock | 2012-04-05 | 1 | -1/+5 |
* | better(?) dtree docs | Matthias Radestock | 2012-04-04 | 1 | -11/+26 |
* | revise nack handling in queue (for dlx) | Matthias Radestock | 2012-04-03 | 1 | -7/+6 |
* | fix nack handling in channel | Matthias Radestock | 2012-04-03 | 2 | -6/+32 |
* | make dtree:take/3 cope with absent keys | Matthias Radestock | 2012-04-03 | 1 | -19/+24 |
* | merge bug24845 into default | Matthias Radestock | 2012-04-03 | 1 | -13/+11 |
|\ | |||||
| * | do not confirm 'immediate' messages that failed to be deliveredbug24845 | Matthias Radestock | 2012-04-03 | 1 | -13/+11 |
|/ | |||||
* | refactor queue's confirm handling on publish | Matthias Radestock | 2012-04-02 | 1 | -30/+28 |
* | merge bug24843 into default | Matthias Radestock | 2012-04-02 | 0 | -0/+0 |
|\ | |||||
* | | fix a racebug24843 | Matthias Radestock | 2012-04-02 | 1 | -0/+3 |
|/ | |||||
* | merge bug24842 into default | Matthias Radestock | 2012-04-02 | 1 | -1/+2 |
|\ | |||||
| * | fix cluster tests to work again in single-node casebug24842 | Matthias Radestock | 2012-04-02 | 1 | -1/+2 |
|/ | |||||
* | Merge bug24808. | Simon MacMullen | 2012-04-02 | 25 | -414/+676 |
|\ | |||||
| * | Merge bug24750. | Simon MacMullen | 2012-04-02 | 4 | -172/+173 |
| |\ | |||||
| | * | Attempt to flesh out the essay slightly more.bug24750 | Simon MacMullen | 2012-04-02 | 1 | -7/+15 |
| | * | erhm. it helps to actually add this. | Matthias Radestock | 2012-03-22 | 1 | -0/+103 |
| | * | convert channel to use new dtree data structure for confirm tracking | Matthias Radestock | 2012-03-22 | 1 | -81/+21 |
| | * | merge default into bug24750 | Matthias Radestock | 2012-03-22 | 2 | -91/+41 |
| | |\ | |||||
| | | * | get rid of rabbit_misc:gb_trees_set_insert/3 | Matthias Radestock | 2012-03-22 | 1 | -12/+1 |
| | | * | merge default into bug24750 | Matthias Radestock | 2012-03-22 | 1 | -79/+40 |
| | | |\ | |||||
| | | | * | convert the queue to use dtree for confirm tracking | Matthias Radestock | 2012-03-22 | 1 | -80/+40 |
| | | | * | first cut of new data structure for confirm handling | Matthias Radestock | 2012-03-22 | 0 | -0/+0 |
| * | | | | Typo in rabbitmqctl man page | Steve Powell | 2012-03-30 | 1 | -1/+1 |
| * | | | | Merge bug 23463 | Simon MacMullen | 2012-03-29 | 11 | -68/+309 |
| |\ \ \ \ | |||||
| | * | | | | 1.0 is less of a magic number than 1.8.bug23463 | Simon MacMullen | 2012-03-29 | 1 | -1/+1 |
| | * | | | | We don't need this any more, just inform the registree once. | Simon MacMullen | 2012-03-29 | 1 | -2/+2 |
| | * | | | | Resurrect branch, and fix spelling. | Simon MacMullen | 2012-03-29 | 1 | -1/+1 |
| | * | | | | AHEM | Simon MacMullen | 2012-03-29 | 1 | -1/+1 |
| | * | | | | Minimise difference from default | Simon MacMullen | 2012-03-29 | 2 | -5/+0 |
| | * | | | | Revert odd change | Simon MacMullen | 2012-03-29 | 1 | -1/+1 |
| | * | | | | Better platform support detection for disk free space check | Emile Joubert | 2012-03-29 | 1 | -1/+1 |
| | * | | | | Separate alarm from disk monitor and disk free status reporting | Emile Joubert | 2012-03-28 | 4 | -25/+31 |
| | * | | | | Language | Emile Joubert | 2012-03-28 | 1 | -3/+3 |
| | * | | | | Alert remote and local alarm subscribers differently | Emile Joubert | 2012-03-28 | 2 | -11/+13 |
| | * | | | | Remove rabbitmqctl disk free features | Emile Joubert | 2012-03-28 | 2 | -50/+5 |
| | * | | | | Wrap long lines | Emile Joubert | 2012-03-26 | 2 | -8/+11 |
| | * | | | | Merge heads | Emile Joubert | 2012-03-26 | 3 | -11/+15 |
| | |\ \ \ \ | |||||
| | | * | | | | Disk free checking updates | Emile Joubert | 2012-03-26 | 2 | -7/+11 |
| | | * | | | | Generalise memory alarm | Emile Joubert | 2012-03-26 | 1 | -4/+4 |
| | * | | | | | Remove rabbit dependencies | Emile Joubert | 2012-03-26 | 1 | -4/+10 |
| | * | | | | | Rename disk_monitor | Emile Joubert | 2012-03-26 | 3 | -6/+6 |
| | |/ / / / | |||||
| | * | | | | rabbitmqctl doc tweak | Emile Joubert | 2012-03-23 | 1 | -2/+2 |
| | * | | | | Disk free limit setting with rabbitmqctl | Emile Joubert | 2012-03-23 | 2 | -5/+55 |
| | * | | | | Logging and types for setting disk free limit | Emile Joubert | 2012-03-23 | 1 | -16/+18 |
| | * | | | | First draft of disk space monitoring | Emile Joubert | 2012-03-22 | 6 | -61/+279 |
| * | | | | | cosmetic | Matthias Radestock | 2012-03-28 | 1 | -3/+3 |
| * | | | | | refactor: extract undefined-ness check | Matthias Radestock | 2012-03-28 | 1 | -14/+10 |
| * | | | | | cosmetic(ish): shorten arg check fun names and make them more meaningful | Matthias Radestock | 2012-03-28 | 1 | -18/+18 |
| * | | | | | cosmetic | Matthias Radestock | 2012-03-27 | 1 | -8/+6 |