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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection.c
Age
Commit message (
Expand
)
Author
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-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
2018-01-30
Merge branch 'ticket24902_029_05' into ticket24902_033_02
David Goulet
2018-01-30
dos: Add the connection DoS mitigation subsystem
David Goulet
2018-01-30
dos: Track new and closed OR client connections
David Goulet
2018-01-26
Use tor_addr_from_getsockname() in several places
Nick Mathewson
2018-01-17
Merge branch 'bug22798_029_squashed'
Nick Mathewson
2018-01-17
update comment; ignore argument on non-win
Nick Mathewson
2018-01-17
Improve Windows performance with SIO_IDEAL_SEND_BACKLOG_QUERY.
Nick Mathewson
2017-12-11
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-12-11
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson
2017-12-08
Convert connection_free to a nulling macro.
Nick Mathewson
2017-12-08
Rename connection_free_ to connection_free_minimal.
Nick Mathewson
2017-11-17
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-17
Merge branch 'bug24167_025' into maint-0.3.2
Nick Mathewson
2017-11-16
Fix a traceback when closing a blocked connection "immediately".
Nick Mathewson
2017-11-09
Merge branch 'ticket12062_squashed'
Nick Mathewson
2017-11-09
Audit all of the "is the network turned off" checks.
Nick Mathewson
2017-11-02
Merge branch 'buf_for_stringbuffer_squashed'
Nick Mathewson
2017-11-02
Refactor connection_write_to_buf_impl_(); add one that takes a buf_t
Nick Mathewson
2017-10-18
Expose connection_init_accepted_conn.
Nick Mathewson
2017-09-19
Merge remote-tracking branch 'teor/minor-comments'
Nick Mathewson
2017-09-19
Improve comments formatting in connection.c
teor
2017-09-15
Merge branch 'scan-build-032'
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-14
Make trusted clock skew a bootstrap warning
Taylor Yu
2017-09-12
Clear up dead-assignment warnings from scan-build
Nick Mathewson
2017-09-08
Merge remote-tracking branch 'dgoulet/ticket23355_032_01'
Nick Mathewson
2017-09-05
Merge branch 'http_tunnel_squashed'
Nick Mathewson
2017-09-05
Add support for HTTP Connect tunnels
Nick Mathewson
2017-09-05
Refactor buffer APIs to put a buf_t first.
Nick Mathewson
2017-09-05
Repair wide lines from previous commit.
Nick Mathewson
2017-09-05
Repair buffer API so everything starts with buf_.
Nick Mathewson
2017-09-05
Move the tls parts of buffers.c into buffers_tls.c
Nick Mathewson
2017-09-05
Move protocol-specific functions out of buffers.c
Nick Mathewson
2017-08-30
prop224: Purge client state on NEWNYM
David Goulet
2017-08-24
conn: Add a function to return a list of connection by state
David Goulet
[next]