summaryrefslogtreecommitdiff
path: root/src/rabbit_guid.erl
Commit message (Expand)AuthorAgeFilesLines
* Stream Queuekjnilsson2020-09-301-1/+7
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* rabbit_guide:string/2: support binary prefixesMichael Klishin2020-02-021-4/+6
* (c) bumpMichael Klishin2019-12-291-1/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* spelling: conflictsJosh Soref2019-02-121-1/+1
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-7/+16
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* (c) yearMichael Klishin2017-04-021-1/+1
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-11/+7
* Update (c) infoMichael Klishin2016-01-011-1/+1
* (c) yearMichael Klishin2015-05-241-1/+1
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* cope with empty rabbit_serial fileMatthias Radestock2013-05-291-0/+5
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013Emile Joubert2013-01-231-1/+1
* | optimisation: inline rabbit_guid:blocks_to_binary/1Matthias Radestock2012-12-281-10/+9
|/
* Abstract base64url/1.Simon MacMullen2012-10-221-5/+1
* It's possible somehow we could be left with an empty mnesia directory (spotte...Simon MacMullen2012-03-211-1/+9
* cosmetic: drop redundant /integer in binary matchMatthias Radestock2012-02-081-27/+27
* Merged default.Francesco Mazzoli2012-02-071-19/+62
|\
| * Better comments regarding gen/0, explicit range for phash/2.Francesco Mazzoli2012-01-311-4/+12
| * Better comment for gen/0.Francesco Mazzoli2012-01-311-3/+4
| * Update comment for gen/0.Francesco Mazzoli2012-01-311-2/+3
| * Change fash guid generation function to use phash + rotating blocks.Francesco Mazzoli2012-01-311-7/+17
| * Change the guid related entries names in the process dict.Francesco Mazzoli2012-01-171-2/+2
| * Change naming in rabbit_guid, explicit guid passing in string/0 and binary/0.Francesco Mazzoli2012-01-171-30/+29
| * Split guid/0 in guid/0 and the faster fast_guid/0.Francesco Mazzoli2012-01-171-12/+36
* | Update copyright 2012Emile Joubert2012-02-021-1/+1
|/
* base64url-encode for string guid generationMatthias Radestock2011-11-231-1/+8
* don't explain why we don't do something that doesn't workMatthias Radestock2011-11-151-4/+1
* More clarity.Simon MacMullen2011-11-151-2/+3
* Use {node(), make_ref()} rather than self().Simon MacMullen2011-11-151-7/+9
* move file functions from misc to rabbit_fileAlexandru Scvortov2011-09-211-2/+2
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* use consistent return types for start/start_link functionsMatthias Radestock2010-08-131-1/+1
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy u...Matthew Sackman2010-07-071-2/+1
* 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 binariesMatthias Radestock2010-04-241-7/+5
* | remove legacy serial seedingMatthias Radestock2010-04-241-1/+1
|/
* update copyright notices to say 2010 where appropriateDavid R. MacIver2010-02-091-3/+3
* use base64 module instead of ssl_base64Matthias Radestock2009-10-261-7/+2