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-02-16
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
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
2017-12-11
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-12-11
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-12-11
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson
2017-12-11
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-11-16
Fix a traceback when closing a blocked connection "immediately".
Nick Mathewson
2017-05-30
remove obsolete comment
Roger Dingledine
2017-04-18
Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.
Alexander Færøy
2017-04-18
Rename `zlib_state` to `compress_state` in `dir_connection_t`.
Alexander Færøy
2017-04-17
Refactor the streaming compression code.
Alexander Færøy
2017-03-28
Merge branch 'spooling_squashed'
Nick Mathewson
2017-03-28
Refactor the directory spool implementation
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-01-27
Bulletproof conn_get_outbound_address() a little.
Nick Mathewson
2017-01-27
Outbindbindaddress variants for Exit and OR.
Nick Mathewson
2017-01-08
comment fixups
Chelsea H. Komlo
2016-12-16
Merge branch 'prop271_030_v1_squashed'
Nick Mathewson
2016-12-16
Remove guard_selection argument from status-reporting functions
Nick Mathewson
2016-12-16
When freeing a guard state, cancel it if its state is unknown
Nick Mathewson
2016-12-08
Merge branch 'feature15056_v1_squashed'
Nick Mathewson
2016-12-08
Rename connection_or_remove_from_identity_map
Nick Mathewson
2016-12-02
Merge branch 'maint-0.2.9'
Nick Mathewson
2016-12-02
Merge branch 'bug20716_026' into maint-0.2.9
Nick Mathewson
2016-12-01
Fix memory leak in bug 20716
overcaffeinated
2016-11-30
Use the new guard notification/selection APIs throughout Tor
Nick Mathewson
2016-11-30
Split bridge functions into a new module.
Nick Mathewson
2016-11-04
Merge branch 'ticket17238_029_02-resquash'
Nick Mathewson
2016-11-04
hs: Refactor rend_data_t for multi version support
David Goulet
2016-10-18
Document connection_or.c and connection.c at module level
Nick Mathewson
2016-08-26
Fix OOS comparator fix
Andrea Shepard
2016-08-25
Fix duplicated if condition in connection.c
David Goulet
2016-08-20
Use connection_mark_for_close() rather than connection_mark_on_flush() on OOS
Andrea Shepard
2016-08-20
Add DisableOOSCheck option, on by default until we have better heuristics
Andrea Shepard
2016-08-20
Consider the case that a connection doesn't have a valid socket during OOS
Andrea Shepard
2016-08-20
Add connection_is_moribund() inline
Andrea Shepard
2016-08-20
s/connection_handle_oos/connection_check_oos/g per code review
Andrea Shepard
2016-08-20
Unit test for kill_conn_list_for_oos()
Andrea Shepard
2016-08-20
Unit test for connection_handle_oos()
Andrea Shepard
2016-08-20
Implement OOS comparator
Andrea Shepard
2016-08-20
Implement pick_oos_victims() except for sort step
Andrea Shepard
2016-08-20
Implement kill_conn_list_for_oos()
Andrea Shepard
2016-08-20
Stub out pick_oos_victims() and kill_conn_list_for_oos()
Andrea Shepard
2016-08-20
Implement connection_count_moribund() for OOS handler
Andrea Shepard
2016-08-20
Don't say OOS unless the ConnLimit thresholds have been set
Andrea Shepard
2016-08-20
Stub out connection_handle_oos() and call it from places we can change the so...
Andrea Shepard
2016-08-02
Remove/fix remaining evbuffer references
Nick Mathewson
2016-08-02
Search for remaining references to 'bufferevent'.
Nick Mathewson
2016-08-02
Remove generic_buffer_*() functions as needless.
Nick Mathewson
[next]