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
/
connection.c
Age
Commit message (
Expand
)
Author
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-21
Rectify include paths (automated)
Nick Mathewson
2018-06-20
Run rectify_include_paths.py
Nick Mathewson
2018-06-20
Update copyrights to 2018.
Nick Mathewson
2018-06-15
Extract routerinfo_t into its own header.
Nick Mathewson
2018-06-15
Split socks_request_t into its own header.
Nick Mathewson
2018-06-15
Extract connection_t into its own header.
Nick Mathewson
2018-06-15
Move or_connection_t to its own header.
Nick Mathewson
2018-06-15
Split listener_connection_t into its own header
Nick Mathewson
2018-06-15
Split dir_connection_t into its own header
Nick Mathewson
2018-06-15
Split control_connection_t into its own header.
Nick Mathewson
2018-06-15
Split entry and edge_connection_t into their own headers.
Nick Mathewson
2018-06-14
Make server_port_cfg_t and port_cfg_t into separate headers.
Nick Mathewson
2018-05-11
Merge remote-tracking branch 'catalyst-github/bug25756'
Nick Mathewson
2018-05-10
Merge branch 'ticket26063_squashed'
Nick Mathewson
2018-05-09
Merge branch 'ticket26009'
Nick Mathewson
2018-05-09
Use net_is_completely_disabled() in connection.c
Nick Mathewson
2018-05-09
Comment-only fix: annotate we_are_hibernating() usage
Nick Mathewson
2018-05-08
Make clock_skew_warning() mockable
Taylor Yu
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-05-03
Add update_current_time() calls to periodic and event-driven callbacks
Nick Mathewson
2018-04-26
Remove the "cached gettimeofday" logic.
Nick Mathewson
2018-04-26
Remove a blank line that was bothering me.
Nick Mathewson
2018-04-23
Merge remote-tracking branch 'github/lazy_bucket_refill'
Nick Mathewson
2018-04-18
Rename some functions to start with a uniform prefix
Nick Mathewson
2018-04-17
Fix a compilation warning on clang
Nick Mathewson
2018-04-17
Remove the periodic refill event entirely.
Nick Mathewson
2018-04-17
Move responsibility for recording read/written bytes
Nick Mathewson
2018-04-17
Refill each token bucket at the last instant before reading/writing.
Nick Mathewson
2018-04-17
Refactor responsibility for checking global write bucket emptiness
Nick Mathewson
2018-04-17
Rename connection_bucket_refill to connection_bucket_refill_all
Nick Mathewson
2018-04-17
Rename connection_bucket_round_robin -> get_share
Nick Mathewson
2018-04-17
Refactor the "block the connection on bandwidth" logic
Nick Mathewson
2018-04-16
Bug 25400: Make CIRC_BW event properly total everything on a circ.
Mike Perry
2018-04-13
32-bit compilation warnings
Nick Mathewson
2018-04-13
Rename token_bucket_t to token_bucket_rw_t.
Nick Mathewson
2018-04-13
Remove a bunch of int casts; make clang happier.
Nick Mathewson
2018-04-13
Ensure that global buckets are updated on configuration change
Nick Mathewson
2018-04-13
Replace the global buckets with token_bucket_t
Nick Mathewson
2018-04-13
Refactor or_connection token buckets to use token_bucket_t
Nick Mathewson
2018-04-10
Remove TestingEnableTbEmptyEvent
Nick Mathewson
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-02-20
Merge remote-tracking branch 'fristonio/ticket-25261'
Nick Mathewson
2018-02-15
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-02-15
Merge remote-tracking branch 'valentecaio/t-24714'
Nick Mathewson
2018-02-15
Merge branch 'bug18105'
Nick Mathewson
2018-02-15
ticket 25261: Removed multiple includes of transports.h in connection.c
Deepesh Pathak
2018-02-07
Remove anything related to the old SocksSockets option
David Goulet
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-02-01
refactor: rename connection_t struct fields.
Caio Valente
[next]