summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue_process.erl
Commit message (Expand)AuthorAgeFilesLines
* remove R13ismsAlexandru Scvortov2011-03-291-3/+11
* and again, _don't_ record confirm on immediate if we don't deliver...bug23929Matthew Sackman2011-03-171-1/+4
* refactoringsMatthew Sackman2011-03-161-33/+23
* refactorAlexandru Scvortov2011-03-161-15/+8
* don't record anything confirm-related for immediate unroutable messagesAlexandru Scvortov2011-03-161-26/+50
* Merge bug23882 (unnecessary coupling and implicit contract between bq and amq...Simon MacMullen2011-03-141-19/+14
|\
| * save 2 lines: no one cares about the result of deliver_or_enqueue, so don't b...Matthew Sackman2011-03-091-6/+4
| * remove misleading commentbug23920Alexandru Scvortov2011-03-091-1/+0
| * save another line. bonusMatthew Sackman2011-03-081-3/+2
| * save a lineMatthew Sackman2011-03-081-9/+8
* | Maintain an acceptable level of code quality.Simon MacMullen2011-03-141-2/+1
* | merge default into bug23882Matthias Radestock2011-03-071-18/+19
|\ \ | |/
| * guids be goneMatthias Radestock2011-03-071-3/+3
| * merge default into bug23914bug23914Matthias Radestock2011-03-071-18/+18
| |\
| | * merge default into bug23914Matthias Radestock2011-03-041-13/+13
| | |\
| | * | guid -> msg_id in amqqueue_processMatthias Radestock2011-03-041-18/+18
| | * | #basic_message.guid -> idMatthias Radestock2011-03-041-1/+1
* | | | shorten maybe_run_queue_via_backing_queueMatthias Radestock2011-03-051-31/+30
* | | | merge default into bug23882Matthias Radestock2011-03-051-57/+44
|\ \ \ \ | |/ / /
| * | | cosmeticMatthias Radestock2011-03-051-57/+44
| | |/ | |/|
* | | make handling of confirms more obvious in BQ APIMatthias Radestock2011-03-051-15/+16
* | | merge default into bug23882Matthias Radestock2011-03-041-13/+13
|\ \ \ | |/ /
| * | cosmetic - comment indentationMatthias Radestock2011-03-041-2/+2
| * | cosmeticMatthias Radestock2011-03-041-11/+11
| |/
* | beginnings of decoupling bq from amqqueueMatthias Radestock2011-03-041-2/+16
|/
* Merging bug23637 to defaultMatthew Sackman2011-02-241-16/+11
|\
| * replace the sort with a gb_treebug23637Alexandru Scvortov2011-01-191-16/+11
* | s/now_millis/now_micros - so the name matches the functionMatthias Radestock2011-02-171-3/+3
* | Merging bug23609 to defaultMatthew Sackman2011-02-141-1/+1
|\ \
| * \ merge bug23765 into default (current sync interval in queue_process and msg_s...Alexandru Scvortov2011-02-141-21/+22
| |\ \
| * | | Bump up sync timers in queue and msg_store to 25msbug23765Matthew Sackman2011-01-311-1/+1
* | | | moved call for call deletion notification into Funbug23609Tim Fox2011-02-111-1/+2
| |/ / |/| |
* | | abstract out is_process_aliveMatthew Sackman2011-02-081-14/+14
* | | Ensure all call sites of BQ:idle_timeout subsequently call run_message_queue ...bug23793Matthew Sackman2011-02-031-7/+8
|/ /
* | On pre_hibernate, report the real ram duration, not infinity. The assumption ...bug23740Matthew Sackman2011-01-251-4/+4
* | move channel lookups into handle_ methodsbug23626Matthias Radestock2011-01-201-43/+29
* | Deal with the possibility of a ch DOWN overtaking other messages from the cha...Matthew Sackman2011-01-201-14/+26
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* | sync_timer => sync_timeoutbug23705Matthew Sackman2011-01-181-4/+4
* | Specialise the sync_timer in order to permit us to unset the sync_timer_refMatthew Sackman2011-01-181-4/+8
|/
* Mandatory delivery only needs to know that it got to the queue. Not the resul...Matthew Sackman2011-01-121-4/+5
* Prioritise both sync and async versions the sameMatthew Sackman2011-01-121-12/+13
* small simplifying refactorbug23593Matthias Radestock2011-01-101-16/+15
* merge default into bug23593Matthias Radestock2011-01-101-18/+25
|\
| * Merging bug23665 into defaultMatthew Sackman2011-01-101-2/+4
| |\
| * | more consistent namingbug23665Alexandru Scvortov2011-01-101-9/+10
| * | remove duplication of erroneous logicAlexandru Scvortov2011-01-101-18/+22
| |/
* | Msg -> MsgSeqNo; inline two functionsAlexandru Scvortov2011-01-101-21/+19
* | misspellingAlexandru Scvortov2011-01-101-2/+2
* | faulty logicAlexandru Scvortov2010-12-291-2/+3