| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only return the queue the second time round and thus don't call XT:add_bindin... | Simon MacMullen | 2011-03-23 | 1 | -1/+7 |
| * | Since we use callback() to call serialise_events() this can now return a bool... | Simon MacMullen | 2011-03-23 | 1 | -1/+2 |
| * | Do an impersonation of the serialisation thing for create / delete. Since the... | Simon MacMullen | 2011-03-23 | 3 | -9/+20 |
| * | serialise_events should take an exchange really. | Simon MacMullen | 2011-03-21 | 6 | -16/+12 |
| * | Probably makes sense to remove the serial number on delete. | Simon MacMullen | 2011-03-18 | 1 | -0/+1 |
| * | I think this is tidier. | Simon MacMullen | 2011-03-18 | 1 | -31/+44 |
| * | Not 100% beautiful, but this gets serial ids into the hands of add_binding an... | Simon MacMullen | 2011-03-17 | 11 | -39/+94 |
| * | merging bug23929 to default | Matthew Sackman | 2011-03-17 | 1 | -35/+45 |
| |\ | |||||
| | * | and again, _don't_ record confirm on immediate if we don't deliver... | Matthew Sackman | 2011-03-17 | 1 | -1/+4 |
| | * | refactorings | Matthew Sackman | 2011-03-16 | 1 | -33/+23 |
| | * | refactor | Alexandru Scvortov | 2011-03-16 | 1 | -15/+8 |
| | * | don't record anything confirm-related for immediate unroutable messages | Alexandru Scvortov | 2011-03-16 | 1 | -26/+50 |
| * | | cosmetic | Matthew Sackman | 2011-03-16 | 1 | -7/+7 |
| * | | Say "ConnPid" everywhere. | Simon MacMullen | 2011-03-16 | 3 | -40/+40 |
| * | | How could I forget those joyous uses of channel in tests? | Simon MacMullen | 2011-03-16 | 1 | -4/+6 |
| * | | Try to make this branch vertical space neutral. Sadly we can't do this by pla... | Simon MacMullen | 2011-03-16 | 1 | -3/+2 |
| * | | Use the correct connection pid for exclusivity (and error logging). | Simon MacMullen | 2011-03-16 | 1 | -23/+25 |
| * | | Transplant reader_pid vs connection_pid work from bug23350. | Simon MacMullen | 2011-03-16 | 3 | -33/+35 |
| * | | merge bug23949 into default | Matthias Radestock | 2011-03-16 | 1 | -61/+62 |
| |\ \ | |/ |/| | |||||
| | * | cosmetic: more consistent naming of constants | Matthias Radestock | 2011-03-16 | 1 | -16/+14 |
| | * | avoid sub-binary construction of tail | Matthias Radestock | 2011-03-16 | 1 | -12/+15 |
| | * | cosmetic | Matthias Radestock | 2011-03-16 | 1 | -1/+2 |
| | * | inlining and some minor refactoring | Matthias Radestock | 2011-03-15 | 1 | -15/+11 |
| | * | Read segment files in one go | Matthew Sackman | 2011-03-15 | 1 | -38/+41 |
| * | | cosmetic | Matthias Radestock | 2011-03-16 | 3 | -25/+16 |
| * | | initialise #connection.capabilities | Matthias Radestock | 2011-03-15 | 1 | -1/+2 |
| * | | cosmetic | Matthias Radestock | 2011-03-15 | 1 | -6/+4 |
| * | | fix | Matthew Sackman | 2011-03-14 | 1 | -5/+8 |
| |/ | |||||
| * | merge bug23946 into default | Matthias Radestock | 2011-03-14 | 1 | -12/+11 |
| |\ | |||||
| | * | cosmetic | Matthias Radestock | 2011-03-14 | 1 | -2/+1 |
| | * | Start the GC before we rebuild the index, and store it in the State | Matthew Sackman | 2011-03-14 | 1 | -10/+10 |
| * | | cosmetic | Matthias Radestock | 2011-03-14 | 1 | -9/+9 |
| |/ | |||||
| * | Whoops - add missing catch case which I just hit in testing... | Matthew Sackman | 2011-03-14 | 1 | -3/+10 |
| * | more docs | Matthias Radestock | 2011-03-14 | 1 | -5/+7 |
| * | Merge bug23882 (unnecessary coupling and implicit contract between bq and amq... | Simon MacMullen | 2011-03-14 | 7 | -181/+326 |
| |\ | |||||
| | * | merge bug23885 into default | Matthias Radestock | 2011-03-11 | 1 | -30/+34 |
| | |\ | |||||
| | | * | Merged bug22005 into default. | Steve Powell | 2011-03-11 | 41 | -1200/+1377 |
| | | |\ | |||||
| | | * \ | Merge with default | Rob Harrop | 2011-03-03 | 1 | -29/+33 |
| | | |\ \ | |||||
| | | | * | | Always specify rabbit application when looking up ssl_options | Rob Harrop | 2011-03-02 | 1 | -1/+1 |
| | | | * | | Extracted ensure_ssl and ssl_transform_fun for use by STOMP | Rob Harrop | 2011-03-02 | 1 | -29/+33 |
| | * | | | | Backed out changeset 2ac4e46ab7c0 | Matthias Radestock | 2011-03-11 | 1 | -1/+1 |
| | * | | | | Take write lock when counting records, reduces the constant factor during delete | Rob Harrop | 2011-03-11 | 1 | -1/+1 |
| | * | | | | Merge with default | Rob Harrop | 2011-03-11 | 4 | -114/+148 |
| | |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | | Merging default to bug21647, again. | Matthew Sackman | 2011-03-10 | 14 | -554/+627 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge bug21973 (Make suggested frame-max configurable) | Simon MacMullen | 2011-03-09 | 1 | -5/+11 |
| | | | |\ \ \ | |||||
| | | | | * \ \ | Merge default | Simon MacMullen | 2011-01-13 | 1 | -5/+11 |
| | | | | |\ \ \ | |||||
| | | | | | * | | | Put in Matthias's changes. | John DeTreville | 2010-12-14 | 1 | -11/+9 |
| | | | | | * | | | Clients can now override frame_max in RabbitMQ server. | John DeTreville | 2010-12-08 | 1 | -5/+13 |
| | | | * | | | | | Merge bug23520 (obtain fd limit with erlang:system_info(check_io)) | Simon MacMullen | 2011-03-09 | 1 | -29/+13 |
| | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | Pin the URL comment. | Simon MacMullen | 2011-03-08 | 1 | -1/+1 |
