aboutsummaryrefslogtreecommitdiff
path: root/src/or/microdesc.c
AgeCommit message (Expand)Author
2011-02-24Fix memory leak in md-download logicNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-07Add more documentation to microdesc.c, plus another assert.Nick Mathewson
2010-10-07Add a more verbose log message to try to catch bug #2022.Nick Mathewson
2010-10-07Unit tests for microdescriptor cacheNick Mathewson
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson
2010-09-30Whitespace fixes on recent merges to master.Nick Mathewson
2010-09-27Clean long-unlisted microdescs from the cacheNick Mathewson
2010-09-27Download microdescriptors if you're a cacheNick 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