aboutsummaryrefslogtreecommitdiff
path: root/src/or/microdesc.c
Commit message (Expand)AuthorAge
* Add some debugging code to microdesc.[ch]Nick Mathewson2011-09-28
* Fix a crash bug in tor_assert(md->held_by_node)Nick Mathewson2011-09-28
* Make FetchUselessDescriptors fetch all desc typesNick Mathewson2011-08-29
* Oops; _actually_ enable microdesc-by-default for clientsNick Mathewson2011-08-15
* Merge remote-tracking branch 'public/bug3153'Nick Mathewson2011-07-07
|\
| * Track where microdescs are referenced to prevent free errsNick Mathewson2011-05-12
* | Make the get_options() return constNick Mathewson2011-06-14
* | Merge remote-tracking branch 'public/bug3122_memcmp_023'Nick Mathewson2011-05-12
|\ \
| * | Hand-tune the new tor_memcmp instances in 0.2.3Nick Mathewson2011-05-11
| * | Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmpsNick Mathewson2011-05-11
| * | Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023Nick Mathewson2011-05-11
| |\ \ | | |/ | |/|
| | * Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson2011-05-11
| | * Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson2011-05-11
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-12
|\ \ \ | |/ / |/| |
| * | Unmap microdesc cache before replacing it.Nick Mathewson2011-05-12
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-09
|\|
| * Fix a potential null deref when rebuilding md cacheSebastian Hahn2011-05-09
* | Fix check-spaces issues in masterNick Mathewson2011-05-05
* | Make microdesc use off-by-default for now, since there are not enough cachesNick Mathewson2011-05-05
* | Code to make clients fetch and use microdescriptors for circuit buildingNick Mathewson2011-05-05
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-03
|\|
| * Change who calls microdesc_cache_rebuild().Nick Mathewson2011-05-03
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-03
|\|
| * Rebuild the microdesc cache when a sufficient number of bytes are droppedNick Mathewson2011-05-03
| * Backport microdesc_cache_clean to 0.2.2Nick Mathewson2011-05-03
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-03
|\|
| * Fix a check for when to rebuild the microdesc cache. (Backport from 0.2.3.Nick Mathewson2011-05-03
| * Add missing code to set cache->journal_len when reading microdesc journalNick Mathewson2011-05-03
* | Fix memory leak in md-download logicNick Mathewson2011-02-24
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \
| * | Implement policies for nodes (and for microdescriptors too)Nick Mathewson2010-10-01
| * | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
| * | Implement a basic node and nodelist typeNick Mathewson2010-10-01
* | | Add more documentation to microdesc.c, plus another assert.Nick Mathewson2010-10-07
* | | Add a more verbose log message to try to catch bug #2022.Nick Mathewson2010-10-07
* | | Unit tests for microdescriptor cacheNick Mathewson2010-10-07
|/ /
* | Whitespace fixes on recent merges to master.Nick Mathewson2010-09-30
* | Clean long-unlisted microdescs from the cacheNick Mathewson2010-09-27
* | Download microdescriptors if you're a cacheNick Mathewson2010-09-27
|/
* Fix compilation with --with-dmallocKarsten Loesing2010-08-16
* Create routerparse.hSebastian Hahn2010-07-27
* Create microdesc.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Fix a memory corruption bug while collecting bridge statsKarsten Loesing2010-01-26
* Since dump_microdescriptor() can return -1; make its type ssize_tNick Mathewson2010-01-24
* Handle errors reported by fwrite() in dump_microdescriptor()Peter Palfrader2010-01-24
* Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12