summaryrefslogtreecommitdiff
path: root/src/or/microdesc.c
AgeCommit message (Expand)Author
2011-05-12Merge remote-tracking branch 'public/bug3122_memcmp_022' into maint-0.2.2Nick Mathewson
2011-05-12Unmap microdesc cache before replacing it.Nick Mathewson
2011-05-11Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson
2011-05-11Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson
2011-05-09Fix a potential null deref when rebuilding md cacheSebastian Hahn
2011-05-03Change who calls microdesc_cache_rebuild().Nick Mathewson
2011-05-03Rebuild the microdesc cache when a sufficient number of bytes are droppedNick Mathewson
2011-05-03Backport microdesc_cache_clean to 0.2.2Nick Mathewson
2011-05-03Fix a check for when to rebuild the microdesc cache. (Backport from 0.2.3.Nick Mathewson
2011-05-03Add missing code to set cache->journal_len when reading microdesc journalNick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-08-16Fix compilation with --with-dmallocKarsten Loesing
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create microdesc.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2010-01-26Fix a memory corruption bug while collecting bridge statsKarsten Loesing
2010-01-24Since dump_microdescriptor() can return -1; make its type ssize_tNick Mathewson
2010-01-24Handle errors reported by fwrite() in dump_microdescriptor()Peter Palfrader
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-10-19Fix compile with warnings problems on Snow LeopardSebastian Hahn
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-18Fix various bugs in microdescriptor caching.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson