summaryrefslogtreecommitdiff
path: root/minheap-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Protect min_heap_push_ against integer overflow.Tobias Stoeckmann2019-04-221-24/+24
* Remove an unreachable return statement in minheap-internal.hNick Mathewson2013-08-011-1/+0
* Have all visible internal function names end with an underscore.Nick Mathewson2012-02-291-26/+26
* Convert include-guard macro convention to avoid reserved identifiersNick Mathewson2012-02-291-3/+3
* Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2012-02-101-1/+1
|\
| * Update copyright notices to 2012Nick Mathewson2012-02-101-1/+1
* | Merge remote-tracking branch 'origin/patches-2.0'Nick Mathewson2011-10-261-1/+1
|\ \ | |/
| * Update copyright dates to 2011.Nick Mathewson2011-10-241-1/+1
* | Save a needless comparison when removing/adjusting timeoutsNick Mathewson2011-02-021-7/+17
* | Optimize the case where we reinsert an existing timeoutNick Mathewson2011-02-021-0/+18
* | Include evconfig-private.h in internal files for great good.Kevin Bowling2011-01-021-0/+1
|/
* Fix all warnings in the main codebase flagged by -Wsigned-compareNick Mathewson2010-09-231-1/+1
* Move event-config.h to include/event2Nick Mathewson2010-08-061-1/+1
* Fix a free(NULL) in minheap-internal.hNick Mathewson2010-03-261-1/+1
* Fix minheap code to use replacement malloc functionsNick Mathewson2010-03-261-2/+3
* Remove a needless min_heap_shift_up_() callNick Mathewson2010-03-261-1/+1
* more whitespace normalizationNick Mathewson2010-03-051-4/+4
* Update all our copyright notices to say "2010"Nick Mathewson2010-03-041-1/+1
* Clean up formatting: function/keyword spacing consistency.Nick Mathewson2010-02-191-2/+2
* Clean up formatting: use tabs, not 8-spaces, to indent.Nick Mathewson2010-02-181-65/+65
* Implement queued timeouts for case where many timeouts are the same.Nick Mathewson2009-11-091-12/+12
* Do not notify the main thread more than needed.Nick Mathewson2009-10-021-0/+6
* Compilation fixes for vc++ 2008 express. Not the end of them.Nick Mathewson2009-04-301-0/+2
* Fix min_heap_erase when we remove an element from the middle of the heap.Nick Mathewson2009-04-231-1/+11
* Update copyright statements to reflect the facts that:Nick Mathewson2009-01-271-1/+2
* Rename four internal headers to follow the -internal.h convention.Nick Mathewson2009-01-131-0/+140