summaryrefslogtreecommitdiff
path: root/src/lqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* URL CleanupSpring Operator2019-03-201-1/+1
* Fix more Dialyzer warningsLoïc Hoguin2019-02-121-3/+3
* Fix many Dialyzer warningsLoïc Hoguin2019-02-051-1/+1
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-15/+27
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Implement consumer listing for quorum queueskjnilsson2018-12-141-17/+22
* Add rabbit_fifo snapshot property testkjnilsson2018-12-071-2/+6
* Only use new non-builtin types in masterJean-Sébastien Pédron2016-07-061-3/+1
* Fix build on Erlang R16B03 by using macros for old builtin typesJean-Sébastien Pédron2016-07-051-1/+3
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-22/+18
* (c) yearMichael Klishin2015-05-241-1/+1
* WordingMichael Klishin2015-02-031-2/+2
* Documentation overview of lqueueMichael Klishin2015-02-031-0/+4
* Switch to Erlang 17-style types, /0 versions at least.Simon MacMullen2014-09-171-1/+1
* Update copyright for 2014Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013Emile Joubert2013-01-231-1/+1
* Update copyright 2012Emile Joubert2012-02-021-1/+1
* cosmetic + correct specs for lqueue:peek{_r}Matthias Radestock2011-10-151-16/+16
* Revert lqueue so it does not cache ends of queue as we no longer need this to...Matthew Sackman2011-10-151-71/+33
* cosmetic, and be somewhat smarter about deciding the minimum length of q3 (no...Matthew Sackman2011-10-121-5/+5
* Cache both ends of the queue to give O(1) peek and peek_rMatthew Sackman2011-10-121-37/+68
* Add peek and peek_r to lqueue, and use them in needs_timeout. Whilst this is ...Matthew Sackman2011-10-111-1/+9
* Make lqueue opaqueMatthew Sackman2011-10-021-1/+1
* Drop unneeded queue impls, tidy lqueue, add specs etcMatthew Sackman2011-10-021-0/+24
* Avoid lots of combine_delta callsMatthew Sackman2011-10-021-11/+31
* Count the quota properly on beta -> delta. Also, fprof shows that the queue:l...Matthew Sackman2011-09-291-0/+45