Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | cosmetic | Matthias Radestock | 2011-03-05 | 1 | -57/+44 |
| |/ |/| | |||||
* | | cosmetic - comment indentation | Matthias Radestock | 2011-03-04 | 1 | -2/+2 |
* | | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -11/+11 |
|/ | |||||
* | 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 |
* | | amqqueue confirms in batches | Alexandru Scvortov | 2010-12-29 | 1 | -8/+28 |
|/ | |||||
* | remove dead code | Alexandru Scvortov | 2010-12-21 | 1 | -11/+5 |
* | move another confirm into VQ | Alexandru Scvortov | 2010-12-21 | 1 | -3/+3 |
* | simplify variable_queue:ack's return format | Alexandru Scvortov | 2010-12-21 | 1 | -3/+3 |
* | the msg_store is responsible for confirming rejected messages | Alexandru Scvortov | 2010-12-20 | 1 | -7/+5 |
* | the msg_store is now responsible for confirming messages | Alexandru Scvortov | 2010-12-20 | 1 | -2/+2 |
* | amqqueue_process shouldn't confirm when a message is basic.got (it's the BQ's... | Alexandru Scvortov | 2010-12-20 | 1 | -1/+1 |
* | remove confirming of undelivered immediate messages from amqqueue_process | Alexandru Scvortov | 2010-12-20 | 1 | -4/+1 |
* | fix bug in consumer_delete event emission on queue termination | Matthias Radestock | 2010-12-17 | 1 | -1/+1 |
* | merge bug23232 into default | Matthias Radestock | 2010-12-15 | 1 | -11/+39 |
|\ | |||||
| * | Fixbug23232 | Simon MacMullen | 2010-12-03 | 1 | -3/+3 |
| * | Consistency with other events. | Simon MacMullen | 2010-12-03 | 1 | -8/+8 |
| * | Cosmetic | Simon MacMullen | 2010-12-03 | 1 | -2/+2 |
| * | Fix | Simon MacMullen | 2010-12-03 | 1 | -1/+2 |
| * | Oops. | Simon MacMullen | 2010-12-03 | 1 | -1/+1 |
| * | Add consumer created / deleted events. | Simon MacMullen | 2010-12-03 | 1 | -11/+38 |
* | | improve consistency of API | Matthew Sackman | 2010-12-13 | 1 | -9/+6 |
* | | Get rid of -import() statments. | Marek Majkowski | 2010-12-08 | 1 | -4/+0 |
|/ |