Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
| | |||||
* | use consistent return types for start/start_link functionsbug23120 | Matthias Radestock | 2010-08-13 | 1 | -1/+1 |
| | |||||
* | Introduced and used ok_or_error2(A,B). Also verified everything seems happy ↵ | Matthew Sackman | 2010-07-07 | 1 | -2/+1 |
| | | | | under R13B03 | ||||
* | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -1/+2 |
| | |||||
* | {'ok', A} -> rabbit_types:ok(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | {error, A} -> rabbit_types:error(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | add worker_pook:submit_async/1 | Matthias Radestock | 2010-04-09 | 1 | -5/+23 |
| | | | | This was on the todo list and got cherry-picked from the bug21673 branch. | ||||
* | Missing hibernate timeout | Matthew Sackman | 2010-04-04 | 1 | -3/+5 |
| | |||||
* | cosmeticbug22560 | Matthew Sackman | 2010-03-23 | 1 | -1/+1 |
| | |||||
* | Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn ↵ | Matthew Sackman | 2010-03-23 | 1 | -0/+135 |
through it. |