summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue_process.erl
Commit message (Expand)AuthorAgeFilesLines
* merge bug23232 into defaultMatthias Radestock2010-12-151-11/+39
|\
| * Fixbug23232Simon MacMullen2010-12-031-3/+3
| * Consistency with other events.Simon MacMullen2010-12-031-8/+8
| * CosmeticSimon MacMullen2010-12-031-2/+2
| * FixSimon MacMullen2010-12-031-1/+2
| * Oops.Simon MacMullen2010-12-031-1/+1
| * Add consumer created / deleted events.Simon MacMullen2010-12-031-11/+38
* | improve consistency of APIMatthew Sackman2010-12-131-9/+6
* | Get rid of -import() statments.Marek Majkowski2010-12-081-4/+0
|/
* Added cosmetic change suggested in the bug reportRob Harrop2010-12-021-2/+1
* fix to compile and run under R12B5Alexandru Scvortov2010-12-021-3/+3
* cosmetic changesRob Harrop2010-11-251-4/+6
* merge from defaultAlexandru Scvortov2010-11-241-2/+8
|\
| * Matthew points out that erlang:now() can be rewritten as now().bug23460Simon MacMullen2010-11-161-2/+1
| * Reoprt idle_since pseudo-info-item.Simon MacMullen2010-11-161-2/+9
* | change order of tuple elementsAlexandru Scvortov2010-11-241-1/+1
* | cosmeticAlexandru Scvortov2010-11-241-7/+7
* | cosmetic + handle missing caseAlexandru Scvortov2010-11-241-14/+17
* | merge from defaultAlexandru Scvortov2010-11-171-21/+42
|\ \ | |/
| * Merging bug 22614 into defaultMatthew Sackman2010-11-111-8/+9
| |\
| * | Some inlining, and ensure that we limiter:deregister on ch_down (yes, limiter...bug22614Matthew Sackman2010-11-111-17/+8
| * | Merge with Matthew's cleanups.Jerry Kuch2010-11-111-15/+17
| |\ \
| | * | Minor moving about and cosmeticsMatthew Sackman2010-11-101-15/+9
| | * | Make use of the returned value from maybe_store as an assertion, as suggestedMatthew Sackman2010-11-101-7/+8
| * | | basic_cancel now unregisters limiter whenever consumer count zeroes; ch recor...Jerry Kuch2010-11-111-11/+21
| |/ /
| * | Refactor update_ch_record into maybe_store_record and make its use universal.Jerry Kuch2010-11-101-21/+24
| * | Improve function naming and handle other potential leak spots in channel reco...Jerry Kuch2010-11-101-11/+8
| * | Clean up trailing whitespace.Jerry Kuch2010-11-091-2/+1
| * | basic_cancel and channel_down handlers use new helper methodsJerry Kuch2010-11-091-10/+5
| * | Move function to be among its relatives.Jerry Kuch2010-11-091-12/+14
| * | Add helper functions to clean up ch records.Jerry Kuch2010-11-091-0/+21
| |/
* | merge from defaultAlexandru Scvortov2010-11-081-47/+117
|\ \ | |/ |/|
| * only wait for disk syncs for persistent messages on durable queuesAlexandru Scvortov2010-11-011-4/+5
| * confirm transient messages in the queuesAlexandru Scvortov2010-10-311-2/+10
| * merge from defaultAlexandru Scvortov2010-10-251-47/+108
| |\
| | * merge default into bug20284Alexandru Scvortov2010-10-201-11/+4
| | |\
| | * \ merge default into bug20284Alexandru Scvortov2010-10-061-46/+102
| | |\ \
| | | * | swap the arguments of ack/2Alexandru Scvortov2010-10-051-1/+1
| | | * | cosmetics and minor refactoringMatthias Radestock2010-10-051-29/+29
| | | * | refactor + add async version of maybe_run_queue_via_backing_queue/2Alexandru Scvortov2010-10-041-0/+3
| | | * | refactorAlexandru Scvortov2010-10-041-9/+8
| | | * | refactorAlexandru Scvortov2010-10-041-3/+2
| | | * | do_if_not_dup -> do_if_unconfirmed; bugfixesAlexandru Scvortov2010-10-041-1/+1
| | | * | only confirm immediate messages if they haven't been deliveredAlexandru Scvortov2010-10-041-5/+9
| | | * | cosmetics and some refactoringMatthias Radestock2010-10-011-43/+35
| | | * | refactoringAlexandru Scvortov2010-09-291-39/+34
| | | * | refactorAlexandru Scvortov2010-09-291-19/+29
| | | * | pull from defaultAlexandru Scvortov2010-09-291-40/+94
| | | |\ \
| | | | * | bugfixes; passes same java tests as defaultAlexandru Scvortov2010-09-271-1/+1
| | | | * | better separation between amqqueue_process and bqAlexandru Scvortov2010-09-271-6/+7