summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | Move capabilities to after the vhost consistentlyMatthew Sackman2011-02-155-25/+25
| | | * | | | | | | Pass client capabilities through to the channelMatthew Sackman2011-02-146-38/+53
| * | | | | | | | | s/now_millis/now_micros - so the name matches the functionMatthias Radestock2011-02-171-3/+3
| * | | | | | | | | bug21741 merged into defaultMarek Majkowski2011-02-167-17/+28
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | Rename rabbitmq.confbug21741Emile Joubert2011-02-034-15/+15
| | * | | | | | | | First version of renaming rabbitmq.confEmile Joubert2011-02-024-2/+13
| * | | | | | | | | Merged bug23840 into defaultEmile Joubert2011-02-163-25/+38
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Whoops. Forgot thesebug23840Matthew Sackman2011-02-151-6/+9
| | * | | | | | | | | Supply server capabilitesMatthew Sackman2011-02-141-12/+20
| | * | | | | | | | | Make server_properties a /1Matthew Sackman2011-02-142-8/+10
| | | |/ / / / / / / | | |/| | | | | | |
| | | | * | | | | | Improved performance by unrolling dict:update with nested funs, and replaced ...Tim Fox2011-02-171-17/+23
| | | | * | | | | | Fixed cosmetics as per comment#6 on bugzillaTim Fox2011-02-161-14/+15
| | | | * | | | | | make sure all unconfirmed msg structures use gb_sets rather than setsTim Fox2011-02-161-3/+3
| | | | * | | | | | Applied Matthias recommendations from comment#2 of bugzilla with the exceptio...Tim Fox2011-02-161-40/+46
| | | | * | | | | | optimised removal of confirms in queue deletion, by introducing a dict of qpi...Tim Fox2011-02-161-32/+44
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | simplified and better error reporting on queue declare arg checksMatthias Radestock2011-02-151-17/+7
| * | | | | | | | Merged bug23842 into defaultEmile Joubert2011-02-140-0/+0
| |\ \ \ \ \ \ \ \
| * | | | | | | | | print usage message for all command line parsing errorsbug23842Matthias Radestock2011-02-141-15/+11
| |/ / / / / / / /
| * | | | | | | | merge bug23829 into defaultAlexandru Scvortov2011-02-142-3/+4
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Merging bug23609 to defaultMatthew Sackman2011-02-142-2/+2
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ merge bug23765 into default (current sync interval in queue_process and msg_s...Alexandru Scvortov2011-02-1422-93/+840
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Bump up sync timers in queue and msg_store to 25msbug23765Matthew Sackman2011-01-312-2/+2
| | * | | | | | | | | moved call for call deletion notification into Funbug23609Tim Fox2011-02-111-1/+2
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Added documentationbug23829Matthew Sackman2011-02-121-0/+9
| * | | | | | | | | Add ability to change backing module dynamicallyMatthew Sackman2011-02-111-0/+16
| |/ / / / / / / /
* | | | | | | | | cosmeticMatthias Radestock2011-02-141-7/+5
* | | | | | | | | Do rollback first so that reader will catch DOWN if rollback errorsMatthew Sackman2011-02-111-3/+1
* | | | | | | | | correct commentMatthew Sackman2011-02-111-1/+1
* | | | | | | | | Demonitor on channel_cleanupMatthew Sackman2011-02-111-7/+8
* | | | | | | | | Log in the case of an uncontrolled, unexpected channel exitMatthew Sackman2011-02-111-1/+4
* | | | | | | | | Remove needless variableMatthew Sackman2011-02-111-1/+1
* | | | | | | | | Correct rabbit test for new channel exit sequenceMatthew Sackman2011-02-111-1/+1
* | | | | | | | | Always erase both channel and ch_pid. This is lovely - it makes it a proper b...Matthew Sackman2011-02-112-6/+5
* | | | | | | | | drop CPS in favour of explicit APIMatthew Sackman2011-02-112-7/+10
* | | | | | | | | Move the state modification into rollback_and_notifyMatthew Sackman2011-02-111-15/+14
* | | | | | | | | Remove boolean shouldClose from response of bin_gen:map_exceptionMatthew Sackman2011-02-113-17/+13
* | | | | | | | | cosmetic - moving protocol field up.Matthew Sackman2011-02-111-7/+6
* | | | | | | | | Remove hardcoded protocol now channels have the real protocolMatthew Sackman2011-02-111-5/+4
* | | | | | | | | Remove annoying documentationMatthew Sackman2011-02-111-86/+0
* | | | | | | | | WhoopsMatthew Sackman2011-02-101-1/+1
* | | | | | | | | The channel.close_ok from the client might be immediately followed by a chann...Matthew Sackman2011-02-101-0/+3
* | | | | | | | | close_channel is no longer needed in reader, which means that closing as a ch...Matthew Sackman2011-02-101-23/+0
* | | | | | | | | Always log the error from the channel; can now guarantee exceptions that turn...Matthew Sackman2011-02-102-18/+9
* | | | | | | | | Log soft channel errorsMatthew Sackman2011-02-101-0/+2
* | | | | | | | | cosmeticMatthew Sackman2011-02-101-2/+2
* | | | | | | | | Tidy channel termination (state=closing implies rollback_and_notify done). Er...Matthew Sackman2011-02-102-22/+19
* | | | | | | | | If we receive a channel.close whilst we're closing the channel already (presu...Matthew Sackman2011-02-101-0/+3
* | | | | | | | | server initiated channel.close: keep channel alive until ch.close_ok is recei...Matthew Sackman2011-02-101-3/+22
* | | | | | | | | Ignore methods to the channel if we're closingMatthew Sackman2011-02-101-0/+3
* | | | | | | | | Make client-initiated channel.close work in new schemeMatthew Sackman2011-02-103-17/+21