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
/
or.h
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-07-05
Remove util.h
Nick Mathewson
2018-07-01
Remove system headers from or.h
Nick Mathewson
2018-07-01
Extract or_options_t from or.h
Nick Mathewson
2018-07-01
Extract or_state_t to its own header.
Nick Mathewson
2018-07-01
Pull a couple more enums from or.h
Nick Mathewson
2018-07-01
Move ext_or_cmd_t to proto_ext_or
Nick Mathewson
2018-07-01
Extract more constants from or.h
Nick Mathewson
2018-07-01
Extract addr_policy_t into a new header.
Nick Mathewson
2018-07-01
Extract various enums and tiny structs from or.h
Nick Mathewson
2018-07-01
Minimize headers that include crypto_formats and x25519 stuff
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-07-01
Combine DH_BYTES and DH_KEY_LEN; put them in a lib/defs header.
Nick Mathewson
2018-06-28
Remove all include common/ uses in crypto_ops and tls.
Nick Mathewson
2018-06-27
rectify include paths (automatic) for confline.h
Nick Mathewson
2018-06-27
Move util_format into a new libtor-encoding library
Nick Mathewson
2018-06-27
rectify include paths (automatic) for address.h
Nick Mathewson
2018-06-22
Automated fixup of include paths after torlog.h movement.
Nick Mathewson
2018-06-22
Remove map from container.h
Nick Mathewson
2018-06-22
Rectify include paths after container split (automatic)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-21
Merge branch 'mikeperry_bug26214-rebased_squashed'
Nick Mathewson
2018-06-21
Bug 26214: Check stream SENDME against max.
Mike Perry
2018-06-20
Remove all use of the assert.h header
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-18
Merge branch 'split_or_h'
Nick Mathewson
2018-06-17
Merge remote-tracking branch 'ffmancera-1/bug24658-dh_stream'
Nick Mathewson
2018-06-15
Move hsdir_index_t into its own header.
Nick Mathewson
2018-06-15
Move extend_info_t into its own header.
Nick Mathewson
2018-06-15
Extract cell type and their queues into new headers
Nick Mathewson
2018-06-15
Extract cached_dir_t into a new header.
Nick Mathewson
2018-06-15
Extract download_status_t into its own header.
Nick Mathewson
2018-06-15
Extract signed_descriptor_t into its own header.
Nick Mathewson
2018-06-15
Extract routerinfo_t into its own header.
Nick Mathewson
2018-06-15
Extract microdesc_t into its own header.
Nick Mathewson
2018-06-15
Extract routerstatus_t into its own header.
Nick Mathewson
2018-06-15
Extract extrainfo_t into its own header
Nick Mathewson
2018-06-15
Extract authority_cert_t into its own header
Nick Mathewson
2018-06-15
Extract desc_store_t and routerlist_t into their own headers.
Nick Mathewson
2018-06-15
Extract ns_detached_signatures_st into its own header.
Nick Mathewson
2018-06-15
Extract networkstatus_t and ..sr_info_t into their own headers
Nick Mathewson
2018-06-15
Extract networkstatus_vote_info_t into its own header.
Nick Mathewson
2018-06-15
Move document_signature_t into its own header.
Nick Mathewson
2018-06-15
Split vote_{microdesc_hash,routerstatus}_t into their own headers
Nick Mathewson
2018-06-15
Extract node_t into its own header.
Nick Mathewson
2018-06-15
Split socks_request_t into its own header.
Nick Mathewson
2018-06-15
Move network_liveness_t into circuitstats.h and make it private
Nick Mathewson
[next]