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
2015-08-17
Fix a stupid memory leak I introduced in 8afbc154. Bug not in any released Tor.
Nick Mathewson
2015-08-10
Remove a 9-function strongly connected component of tor's callgraph.
Nick Mathewson
2015-05-28
Include ed25519 keys in microdescriptors.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-31
Use digest256map for computing microdescriptor downloads
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-13
Use symbolic constants for statuses in microdescs_add_to_cache.
Nick Mathewson
2014-10-13
Treat unparseable (micro)descriptors and extrainfos as undownloadable
Nick Mathewson
2014-09-03
Fix a couple of small memory leaks on failure cases.
Nick Mathewson
2014-09-02
Another clang analyzer complaint wrt HT_GENERATE
Nick Mathewson
2014-05-06
Check HT_REP_IS_BAD_() when giving a bug-7164 warning.
Nick Mathewson
2014-03-31
Merge branch 'bug8787_squashed'
Nick Mathewson
2014-03-31
NULL out all mappings after tor_munmap_file()
Nick Mathewson
2014-03-31
Always check returns from tor_munmap_file() in microdesc.c
Andrea Shepard
2014-03-31
Fix a clang compilation warning
Nick Mathewson
2014-03-27
Merge branch 'bug7164_diagnose_harder_v2'
Nick Mathewson
2014-03-27
More logs to try to diagnose bug 7164
Nick Mathewson
2014-03-10
Don't do directory fetches before all PTs have been configured.
George Kadianakis
2014-02-12
Siphash-2-4 is now our hash in nearly all cases.
Nick Mathewson
2013-12-17
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-12-17
Merge branch 'bug10423' into maint-0.2.4
Nick Mathewson
2013-12-17
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-12-17
Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4
Nick Mathewson
2013-12-17
Avoid double-free on failure to dump_descriptor() a cached md
Nick Mathewson
2013-12-16
Avoid free()ing from an mmap on corrupted microdesc cache
Nick Mathewson
2013-11-22
Only update view of micrdescriptor pos if pos is fetchable.
Nick Mathewson
2013-09-05
Merge remote-tracking branch 'public/bug9645'
Nick Mathewson
2013-09-03
Fix bug 9645: don't forget an md just because we can't save it.
Nick Mathewson
2013-06-13
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-06-13
If we write the annotation but not the microdescriptor, rewind.
Nick Mathewson
2013-06-13
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-06-12
Make all consumers of microdesc_t.body tolerate NULL
Nick Mathewson
2013-06-12
Unmap the microdescriptor cache before replacing it.
Nick Mathewson
2013-05-16
Lower dir fetch retry schedules in testing networks.
Karsten Loesing
2013-03-20
Merge remote-tracking branch 'public/unsigned-time_t'
Nick Mathewson
2013-03-19
Merge remote-tracking branch 'public/bug7164_diagnostic' into maint-0.2.4
Nick Mathewson
2013-03-19
Merge remote-tracking branch 'public/bug8031' into maint-0.2.4
Nick Mathewson
2013-03-13
Log fname:lineno in log messages for #7164
Nick Mathewson
2013-03-11
Fix a bug in microdescs_add_to_cache when listed_at == -1
Nick Mathewson
2013-03-11
Another possible diagnostic for 8031.
Nick Mathewson
2013-03-11
Check more error codes when writing microdescriptors.
Nick Mathewson
2013-03-11
Use fds, not stdio, to manage microdescriptor files
Nick Mathewson
2013-02-02
use microdescriptors if *any* of our bridges can handle them
Roger Dingledine
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-03
Merge branch 'ntor-resquashed'
Nick Mathewson
2013-01-02
Wrangle curve25519 onion keys: generate, store, load, publish, republish
Nick Mathewson
2012-12-13
Nuke uses of memcmp outside of unit tests
Nick Mathewson
2012-12-03
fix some typos
Roger Dingledine
2012-11-14
Parse IPv6 policy summaries from router descriptors and microdescs
Nick Mathewson
2012-10-15
Move the circuit build timeout code into its own file.
Nick Mathewson
[next]