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.c
Age
Commit message (
Expand
)
Author
2018-09-21
Merge branch 'maint-0.2.9' into maint-0.3.2
maint-0.3.2
Nick Mathewson
2018-09-14
protover: reject invalid protocol names
cypherpunks
2018-06-08
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-06-08
Avoid out-of-bounds smartlist access in protover_compute_vote()
rl1987
2018-03-01
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-03-01
Spec conformance on protover: always reject ranges where lo>hi
Nick Mathewson
2018-03-01
Forbid UINT32_MAX as a protocol version
Nick Mathewson
2018-03-01
Forbid "-0" as a protocol version.
Nick Mathewson
2018-03-01
Add another NULL-pointer fix for protover.c.
Nick Mathewson
2018-03-01
Correctly handle NULL returns from parse_protocol_list when voting.
Nick Mathewson
2018-01-30
Add Link protocol version 5 to the supported protocols list in protover.c
teor
2017-11-30
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-11-27
Handle NULL input to protover_compute_for_old_tor()
Nick Mathewson
2017-05-15
Dircache protocol version 2 adds support for diffs
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-14
protover: Add new version for prop224 for HSIntro/HSDir
David Goulet
2016-12-02
Merge branch 'maint-0.2.9'
Nick Mathewson
2016-12-02
protover: Fix old tor hardcoded version check
David Goulet
2016-11-10
Merge remote-tracking branch 'public/feature20552'
Nick Mathewson
2016-11-06
Merge branch 'maint-0.2.9'
Nick Mathewson
2016-11-06
Finish a sentence in a comment. Close 20576.
Nick Mathewson
2016-11-03
Declare a LINKAUTH subprotocol version for #15055 (ed link handshake)
Nick Mathewson
2016-10-27
Automated change to use smartlist_add_strdup
overcaffeinated
2016-10-17
Write a bunch of module documentation.
Nick Mathewson
2016-09-26
fix a warning in protover.
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
Remove DoS vector in protover.c voting code
Nick Mathewson
2016-09-26
Use protocols to see when EXTEND2 support exists.
Nick Mathewson
2016-09-26
Workaround a test bug
Nick Mathewson
2016-09-26
Add code to infer protocol versions for old Tor versions.
Nick Mathewson
2016-09-26
Cover the error cases of parsing protocol 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