summaryrefslogtreecommitdiff
path: root/src/pqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* pqueue: resolve possible NULL pointer dereferencePatrick Steinhardt2016-10-281-2/+3
* pqueue: support not having a comparison functionCarlos Martín Nieto2016-10-061-3/+9
* Fix pqueue sort boundary condition bugRussell Belfer2014-03-121-1/+1
* Avoid extra copying in pqueue operationsRussell Belfer2014-02-041-10/+25
* Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-26/+31
* Replace pqueue with code from hashsig heapRussell Belfer2014-02-031-125/+59
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add Apache license header back to libpqueue filesMartin Woodward2013-01-031-0/+22
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-6/+6
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-3/+3
* Tabify everythingVicent Marti2011-09-191-61/+61
* Cleanup legal dataVicent Marti2011-09-191-19/+3
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-1/+1
* Change the Revwalk reset behavior to the old versionVicent Marti2011-03-161-0/+4
* Rewrite the Revision WalkerVicent Marti2011-03-141-0/+153