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 | ||||
* | include cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -2/+0 |
| | |||||
* | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -3/+4 |
| | |||||
* | {'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 |
| | |||||
* | moved export_types to inside ifdefs | Alexandru Scvortov | 2010-07-05 | 1 | -2/+2 |
| | |||||
* | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -0/+4 |
| | |||||
* | merging bug 22647 into default | Matthew Sackman | 2010-04-24 | 1 | -7/+5 |
|\ | |||||
| * | change guids to fixed-size binariesbug22647 | Matthias Radestock | 2010-04-24 | 1 | -7/+5 |
| | | | | | | | | | | This change was cherry-picked from the bug21673 branch and brings 'default' closer to that branch. | ||||
* | | remove legacy serial seedingbug22646 | Matthias Radestock | 2010-04-24 | 1 | -1/+1 |
|/ | | | | thus making the guid generator fully independent of the persister | ||||
* | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
| | |||||
* | use base64 module instead of ssl_base64 | Matthias Radestock | 2009-10-26 | 1 | -7/+2 |
| | | | | | | | | | | The former is part of stdlib and hencd available in all Erlang installations, whereas the latter is absent if ssl was disabled during compilation. The downside is that base64 was only introduced in R11B-4. However, all the major distributions ship stable branches with Erlang releases later than that, and for exotic distributions the user can always build Erlang manually. | ||||
* | it's a serial, not a guidbug21427 | Matthias Radestock | 2009-08-20 | 1 | -3/+3 |
| | |||||
* | don't ignore errors | Matthias Radestock | 2009-08-20 | 1 | -4/+6 |
| | |||||
* | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -15/+5 |
| | |||||
* | stuff as according to QA. | Matthew Sackman | 2009-08-19 | 1 | -7/+19 |
| | |||||
* | New branch for bug 21427 | Matthew Sackman | 2009-08-19 | 1 | -7/+15 |
| | |||||
* | wait foreverbug20546 | Matthias Radestock | 2009-04-01 | 1 | -1/+2 |
| | |||||
* | keep serial in separate process, to avoid persister bottleneckbug20348 | Matthias Radestock | 2009-02-06 | 1 | -0/+126 |
...and move all the guid functions into a separate module |