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
/
protover.h
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-06-29
Eliminate compat.h
Nick Mathewson
2018-06-22
Extract smartlist.h from container.h
Nick Mathewson
2018-06-22
Rectify include paths after container split (automatic)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-05-22
vote: TROVE-2018-005 Make DirAuths omit misbehaving routers from their vote.
Isis Lovecruft
2017-12-08
move a macro; fix a build?
Nick Mathewson
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-11-21
re-run ./scripts/maint/annotate_ifdef_directives
Nick Mathewson
2017-11-13
Add corresponding rust-c coupling comments to C
Nick Mathewson
2017-11-09
Merge branch 'ticket20895'
Nick Mathewson
2017-10-27
rust implementation of protover
Chelsea Holland Komlo
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-11
Add a function to check for support for "protocol X or later"
Nick Mathewson
2017-09-07
prop224: Pick rendezvous point of protover HSRend=2
David Goulet
2017-06-28
nodelist: Make HSv3 protover magic numbers a bit more readable.
George Kadianakis
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-09-26
Update prop264 implementation to split HSMid->HS{Intro,Rend}
Nick Mathewson
2016-09-26
Rename get_supported_protocols to protover_get_supported_protocols
Nick Mathewson
2016-09-26
Rename compute_protover_vote to protover_compute_vote
Nick Mathewson
2016-09-26
Clean whitespace, add missing documentation
Nick Mathewson
2016-09-26
Use protocols to see when EXTEND2 support exists.
Nick Mathewson
2016-09-26
Add code to infer protocol versions for old Tor versions.
Nick Mathewson
2016-09-26
Basic backend for the protocol-versions voting algorithm.
Nick Mathewson
2016-09-26
checkpoint basic protover backend
Nick Mathewson