summaryrefslogtreecommitdiff
path: root/src/rabbit_guid.erl
Commit message (Collapse)AuthorAgeFilesLines
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
|
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy ↵Matthew Sackman2010-07-071-2/+1
| | | | under R13B03
* include cleanupAlexandru Scvortov2010-07-061-2/+0
|
* cleanupAlexandru Scvortov2010-07-061-3/+4
|
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
|
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
|
* moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-2/+2
|
* partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-0/+4
|
* merging bug 22647 into defaultMatthew Sackman2010-04-241-7/+5
|\
| * change guids to fixed-size binariesbug22647Matthias Radestock2010-04-241-7/+5
| | | | | | | | | | This change was cherry-picked from the bug21673 branch and brings 'default' closer to that branch.
* | remove legacy serial seedingbug22646Matthias Radestock2010-04-241-1/+1
|/ | | | thus making the guid generator fully independent of the persister
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
|
* use base64 module instead of ssl_base64Matthias Radestock2009-10-261-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 guidbug21427Matthias Radestock2009-08-201-3/+3
|
* don't ignore errorsMatthias Radestock2009-08-201-4/+6
|
* use new term file helpersMatthias Radestock2009-08-201-15/+5
|
* stuff as according to QA.Matthew Sackman2009-08-191-7/+19
|
* New branch for bug 21427Matthew Sackman2009-08-191-7/+15
|
* wait foreverbug20546Matthias Radestock2009-04-011-1/+2
|
* keep serial in separate process, to avoid persister bottleneckbug20348Matthias Radestock2009-02-061-0/+126
...and move all the guid functions into a separate module