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
/
dircollate.c
Age
Commit message (
Expand
)
Author
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-08-03
Switch to offsetof()
Neel Chauhan
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-10-05
dircollate: Use correct tor_calloc args.
Muhammad Falak R Wani
2016-06-11
Add the -Wextra-semi warning from clang, and fix the cases where it triggers
Nick Mathewson
2016-03-26
Whitespace fixes
Nick Mathewson
2016-03-26
Fix all doxygen warnings (other than missing docs)
Nick Mathewson
2016-03-21
Merge branch 'maint-0.2.7'
Nick Mathewson
2016-03-21
Use nth consistently in dircollate.h.
Nick Mathewson
2016-03-21
Assert that dircollator is collated when we're reading its output.
Nick Mathewson
2016-03-21
Fix another case of 17668: Add NoEdConsensus
Nick Mathewson
2016-03-21
Document dircollate.c (and remove an unused global)
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-22
Enable ed25519 collator in voting.
Nick Mathewson
2015-08-18
Fix typo in double_digest_map type
Sebastian Hahn
2015-06-01
Fix some memory leaks in ed25519 code and tests
Nick Mathewson
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-28
Implement ed25519 identity collation for voting.
Nick Mathewson
2015-05-28
Refactor code that matches up routers with the same identity in votes
Nick Mathewson