summaryrefslogtreecommitdiff
path: root/src/priority_queue.erl
Commit message (Expand)AuthorAgeFilesLines
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* s/bool()/boolean() in type specsbug21714Matthias Radestock2009-09-301-2/+2
* New branch for bug 21425Matthew Sackman2009-08-191-1/+39
* Fixed unused-variable warningTony Garnock-Jones2009-04-241-1/+1
* handle negative prioritiesbug20354Matthias Radestock2009-04-151-0/+2
* add some signaturesMatthias Radestock2009-03-311-0/+21
* fix bugMatthias Radestock2009-03-311-1/+1
* small simplificationMatthias Radestock2009-03-311-2/+2
* don't call into queue module and don't break its encapsulationMatthias Radestock2009-03-311-12/+15
* fix bugMatthias Radestock2009-03-131-1/+1
* change representation from gb_tree to kv listMatthias Radestock2009-03-131-42/+43
* make in/2 insert items that are low priorityMatthias Radestock2009-03-121-6/+6
* another bug fixMatthias Radestock2009-03-121-1/+1
* fix bugMatthias Radestock2009-03-121-1/+2
* first cut at extending gen_server2 with prioritiesMatthias Radestock2009-03-121-0/+125