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
/
channel.h
Age
Commit message (
Expand
)
Author
2018-07-05
Move literally everything out of src/or
Nick Mathewson
2018-07-05
Move handles.h to src/lib/container
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 other needless includes include from or/*.h
Nick Mathewson
2018-07-01
Remove needless includes from or.h
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-02-15
cmux: Make EWMA policy mandatory
David Goulet
2018-02-07
remove blank line between function-comment and function
Roger Dingledine
2018-01-30
Merge branch 'ticket24902_029_05' into ticket24902_033_02
David Goulet
2018-01-30
test: Add unit tests for the DoS subsystem
George Kadianakis
2017-12-13
Use monotime_coarse for transfer times and padding times
Nick Mathewson
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Convert remaining function (mostly static) to new free style
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
Update free functions into macros: src/or/ part 1
Nick Mathewson
2017-12-08
Convert the rest of src/common's headers to use FREE_AND_NULL
Nick Mathewson
2017-11-22
test: Add unit test for channel_check_for_duplicates()
David Goulet
2017-11-22
channel: Remove nickname attribute from channel_t
David Goulet
2017-11-22
channel: Remove dead code
David Goulet
2017-11-22
channel: Remove unused write cell functions
David Goulet
2017-11-22
channel: Remove incoming/outgoing queue
David Goulet
2017-09-22
Merge branch 'bug22805_v2_squashed'
Nick Mathewson
2017-09-22
Use channel_is_client() accessor in channelpadding.c.
Nick Mathewson
2017-09-22
Stop clearing the is_client flag on channel directly
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-15
sched: Groundwork before KIST implementation
Matt Traudt
2017-06-21
Merge branch 'callgraph_reduction_v2'
Nick Mathewson
2017-06-21
Extract channel_do_open_actions() from non-open _change_state cases
Nick Mathewson
2017-05-08
Fix some clang-i386 warnings in master.
Nick Mathewson
2017-05-08
Merge branch 'netflow_padding-v6-rebased2-squashed'
Nick Mathewson
2017-05-08
Bug 17604: Converge on only one long-lived TLS conn between relays.
Mike Perry
2017-05-08
Netflow record collapsing defense.
Mike Perry
2017-05-02
Merge branch 'teor_connection-with-client-v2_squashed'
Nick Mathewson
2017-05-02
Accurately identify client connections by their lack of peer authentication
teor
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-21
Add an O(1) map from channel->global_identifier to channel
Nick Mathewson
2016-12-08
Propagate Ed25519 identities downwards into more functions.
Nick Mathewson
2016-12-08
Migrate main data loop for set_bad_connections to use channel structures
Nick Mathewson
2016-12-08
Add a bunch of work-in-progress comments for 15056 planning
Nick Mathewson
2016-12-08
When attempting to find a channel by ID, consider Ed ID.
Nick Mathewson
2016-11-03
Merge branch 'feature_15055_v2'
Nick Mathewson
2016-11-03
Add "Ed ID" arguments to a bunch of connection-ID-related fns.
Nick Mathewson
2016-10-19
Unify code in channel_write_*cell()
Nick Mathewson
2016-09-06
checkSpace.pl now forbids more identifiers.
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-03-29
Don't declare "incoming_queue" in every file including channel.h
Nick Mathewson
2016-03-26
Do not treat "DOCDOC" as doxygen.
Nick Mathewson
[next]