index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
microdesc.c
Age
Commit message (
Expand
)
Author
2011-02-24
Fix memory leak in md-download logic
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-10-13
Merge branch 'nodes'
Nick Mathewson
2010-10-07
Add more documentation to microdesc.c, plus another assert.
Nick Mathewson
2010-10-07
Add a more verbose log message to try to catch bug #2022.
Nick Mathewson
2010-10-07
Unit tests for microdescriptor cache
Nick Mathewson
2010-10-01
Implement policies for nodes (and for microdescriptors too)
Nick Mathewson
2010-10-01
Initial conversion to use node_t throughout our codebase.
Nick Mathewson
2010-10-01
Implement a basic node and nodelist type
Nick Mathewson
2010-09-30
Whitespace fixes on recent merges to master.
Nick Mathewson
2010-09-27
Clean long-unlisted microdescs from the cache
Nick Mathewson
2010-09-27
Download microdescriptors if you're a cache
Nick Mathewson
2010-08-16
Fix compilation with --with-dmalloc
Karsten Loesing
2010-07-27
Create routerparse.h
Sebastian Hahn
2010-07-27
Create microdesc.h
Sebastian Hahn
2010-07-27
Create config.h
Sebastian Hahn
2010-02-27
Update copyright dates for files not in maint-0.2.1
Nick Mathewson
2010-01-26
Fix a memory corruption bug while collecting bridge stats
Karsten Loesing
2010-01-24
Since dump_microdescriptor() can return -1; make its type ssize_t
Nick Mathewson
2010-01-24
Handle errors reported by fwrite() in dump_microdescriptor()
Peter Palfrader
2009-12-12
Now that FOO_free(NULL) always works, remove checks before calling it.
Nick Mathewson
2009-10-19
Fix compile with warnings problems on Snow Leopard
Sebastian Hahn
2009-10-18
Add functions to serve microdescs and flavored consensuses.
Nick Mathewson
2009-10-18
Document the microdescriptor code better.
Nick Mathewson
2009-10-18
Fix various bugs in microdescriptor caching.
Nick Mathewson
2009-10-15
Code to generate, store, and parse microdescriptors and consensuses.
Nick Mathewson