Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove R13isms | Alexandru Scvortov | 2011-03-29 | 1 | -3/+11 |
* | and again, _don't_ record confirm on immediate if we don't deliver...bug23929 | 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 |
* | Merge bug23882 (unnecessary coupling and implicit contract between bq and amq... | Simon MacMullen | 2011-03-14 | 1 | -19/+14 |
|\ | |||||
| * | save 2 lines: no one cares about the result of deliver_or_enqueue, so don't b... | Matthew Sackman | 2011-03-09 | 1 | -6/+4 |
| * | remove misleading commentbug23920 | Alexandru Scvortov | 2011-03-09 | 1 | -1/+0 |
| * | save another line. bonus | Matthew Sackman | 2011-03-08 | 1 | -3/+2 |
| * | save a line | Matthew Sackman | 2011-03-08 | 1 | -9/+8 |
* | | Maintain an acceptable level of code quality. | Simon MacMullen | 2011-03-14 | 1 | -2/+1 |
* | | merge default into bug23882 | Matthias Radestock | 2011-03-07 | 1 | -18/+19 |
|\ \ | |/ | |||||
| * | guids be gone | Matthias Radestock | 2011-03-07 | 1 | -3/+3 |
| * | merge default into bug23914bug23914 | Matthias Radestock | 2011-03-07 | 1 | -18/+18 |
| |\ | |||||
| | * | merge default into bug23914 | Matthias Radestock | 2011-03-04 | 1 | -13/+13 |
| | |\ | |||||
| | * | | guid -> msg_id in amqqueue_process | Matthias Radestock | 2011-03-04 | 1 | -18/+18 |
| | * | | #basic_message.guid -> id | Matthias Radestock | 2011-03-04 | 1 | -1/+1 |
* | | | | shorten maybe_run_queue_via_backing_queue | Matthias Radestock | 2011-03-05 | 1 | -31/+30 |
* | | | | merge default into bug23882 | Matthias Radestock | 2011-03-05 | 1 | -57/+44 |
|\ \ \ \ | |/ / / | |||||
| * | | | cosmetic | Matthias Radestock | 2011-03-05 | 1 | -57/+44 |
| | |/ | |/| | |||||
* | | | make handling of confirms more obvious in BQ API | Matthias Radestock | 2011-03-05 | 1 | -15/+16 |
* | | | merge default into bug23882 | Matthias Radestock | 2011-03-04 | 1 | -13/+13 |
|\ \ \ | |/ / | |||||
| * | | cosmetic - comment indentation | Matthias Radestock | 2011-03-04 | 1 | -2/+2 |
| * | | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -11/+11 |
| |/ | |||||
* | | beginnings of decoupling bq from amqqueue | Matthias Radestock | 2011-03-04 | 1 | -2/+16 |
|/ | |||||
* | Merging bug23637 to default | Matthew Sackman | 2011-02-24 | 1 | -16/+11 |
|\ | |||||
| * | replace the sort with a gb_treebug23637 | Alexandru Scvortov | 2011-01-19 | 1 | -16/+11 |
* | | s/now_millis/now_micros - so the name matches the function | Matthias Radestock | 2011-02-17 | 1 | -3/+3 |
* | | Merging bug23609 to default | Matthew Sackman | 2011-02-14 | 1 | -1/+1 |
|\ \ | |||||
| * \ | merge bug23765 into default (current sync interval in queue_process and msg_s... | Alexandru Scvortov | 2011-02-14 | 1 | -21/+22 |
| |\ \ | |||||
| * | | | Bump up sync timers in queue and msg_store to 25msbug23765 | Matthew Sackman | 2011-01-31 | 1 | -1/+1 |
* | | | | moved call for call deletion notification into Funbug23609 | Tim Fox | 2011-02-11 | 1 | -1/+2 |
| |/ / |/| | | |||||
* | | | abstract out is_process_alive | Matthew Sackman | 2011-02-08 | 1 | -14/+14 |
* | | | Ensure all call sites of BQ:idle_timeout subsequently call run_message_queue ...bug23793 | Matthew Sackman | 2011-02-03 | 1 | -7/+8 |
|/ / | |||||
* | | On pre_hibernate, report the real ram duration, not infinity. The assumption ...bug23740 | Matthew Sackman | 2011-01-25 | 1 | -4/+4 |
* | | move channel lookups into handle_ methodsbug23626 | Matthias Radestock | 2011-01-20 | 1 | -43/+29 |
* | | Deal with the possibility of a ch DOWN overtaking other messages from the cha... | Matthew Sackman | 2011-01-20 | 1 | -14/+26 |
* | | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
* | | sync_timer => sync_timeoutbug23705 | Matthew Sackman | 2011-01-18 | 1 | -4/+4 |
* | | Specialise the sync_timer in order to permit us to unset the sync_timer_ref | Matthew Sackman | 2011-01-18 | 1 | -4/+8 |
|/ | |||||
* | Mandatory delivery only needs to know that it got to the queue. Not the resul... | Matthew Sackman | 2011-01-12 | 1 | -4/+5 |
* | Prioritise both sync and async versions the same | Matthew Sackman | 2011-01-12 | 1 | -12/+13 |
* | small simplifying refactorbug23593 | Matthias Radestock | 2011-01-10 | 1 | -16/+15 |
* | merge default into bug23593 | Matthias Radestock | 2011-01-10 | 1 | -18/+25 |
|\ | |||||
| * | Merging bug23665 into default | Matthew Sackman | 2011-01-10 | 1 | -2/+4 |
| |\ | |||||
| * | | more consistent namingbug23665 | Alexandru Scvortov | 2011-01-10 | 1 | -9/+10 |
| * | | remove duplication of erroneous logic | Alexandru Scvortov | 2011-01-10 | 1 | -18/+22 |
| |/ | |||||
* | | Msg -> MsgSeqNo; inline two functions | Alexandru Scvortov | 2011-01-10 | 1 | -21/+19 |
* | | misspelling | Alexandru Scvortov | 2011-01-10 | 1 | -2/+2 |
* | | faulty logic | Alexandru Scvortov | 2010-12-29 | 1 | -2/+3 |