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
Age
Commit message (
Expand
)
Author
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
Use SMARTLIST_FOREACH in connection_count_moribund() per code review
Andrea Shepard
2016-08-20
s/connection_handle_oos/connection_check_oos/g per code review
Andrea Shepard
2016-08-20
Unit test for pick_oos_victims()
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-20
Compute thresholds for OOS from ConnLimit_ when setting options
Andrea Shepard
2016-08-12
Merge remote-tracking branch 'public/Fix_19450'
Nick Mathewson
2016-08-10
Eliminate redundant hourly reset of descriptor download failures
Andrea Shepard
2016-08-10
Debug logging for router/consensus descriptor download resets
Andrea Shepard
2016-08-03
We no longer use config_var_description_t
Nick Mathewson
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
2016-08-02
Rename generic_buffer_set_to_copy, since generic buffers are not a thing
Nick Mathewson
2016-08-02
Bufferevent removal: remove more bufferevent-only options
Nick Mathewson
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-08-02
More bufferevent removal: bev_str is no longer needed in tor_init
Nick Mathewson
2016-08-02
Get the extend_info_from_router check the right way around
teor
2016-07-29
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-07-29
Remove a fallback that was on the hardcoded list, then opted-out
teor (Tim Wilson-Brown)
2016-07-29
Keep make check-spaces happy
Andrea Shepard
2016-07-28
Three more -Wshadow fixes.
Nick Mathewson
2016-07-28
Fix a huge pile of -Wshadow warnings.
Nick Mathewson
2016-07-28
Merge branch 'bug18902_squashed'
Nick Mathewson
2016-07-28
Fix all -Wshadow warnings on Linux
Nick Mathewson
2016-07-26
Merge branch 'bug19639_squashed'
Nick Mathewson
2016-07-26
Check that extend_info_from_router is never called on a client
teor (Tim Wilson-Brown)
2016-07-26
Merge remote-tracking branch 'teor/bug19702'
Nick Mathewson
2016-07-21
Make monotime test mocking work with oom tests.
Nick Mathewson
2016-07-19
Merge branch 'monotonic_v2_squashed'
Nick Mathewson
2016-07-19
Be sure to call monotime_init() at startup.
Nick Mathewson
2016-07-19
Use coarse monotonic timer instead of cached monotonized libevent time.
Nick Mathewson
2016-07-18
Allow clients to retry HSDirs much faster in test networks
teor (Tim Wilson-Brown)
2016-07-17
Keep make check-spaces happy
Andrea Shepard
2016-07-14
Remove bufferevents dead code
U+039b
2016-07-08
Merge remote-tracking branch 'sebastian/libevent2'
Nick Mathewson
2016-07-06
test coverage on onion_fast: 0%->100%
Nick Mathewson
2016-07-06
Improve test coverage a little on onion*.c
Nick Mathewson
2016-07-06
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-07-06
When checking if a routerstatus is reachable, don't check the node
teor (Tim Wilson-Brown)
[next]