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
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-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
2016-08-02
Bufferevent removal: remove HAS_BUFFEREVENT macros and usage
Nick Mathewson
2016-07-14
Remove bufferevents dead code
U+039b
2016-06-11
Merge branch 'bug19180_easy_squashed'
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-06-11
Enable -Wnull-dereference (GCC >=6.1), and fix the easy cases
Nick Mathewson
2016-05-30
Replace nearly all XXX0vv comments with smarter ones
Nick Mathewson
2016-05-19
Merge branch 'maint-0.2.8'
Nick Mathewson
2016-05-09
remove some more unused code
Roger Dingledine
2016-04-14
Add a BUG macro for usage in if checks.
Nick Mathewson
2016-03-28
Rename tor_dup_addr to tor_addr_to_str_dup.
Nick Mathewson
2016-03-24
Merge remote-tracking branch 'teor/bug18351'
Nick Mathewson
2016-03-24
Clarify ReachableAddress log messages
teor (Tim Wilson-Brown)
2016-03-24
Downgrade IP version warnings to avoid filling logs
teor (Tim Wilson-Brown)
2016-03-22
Merge remote-tracking branch 'public/bug18253'
Nick Mathewson
2016-03-14
Make unix sockets work with the linux seccomp2 sandbox again
Nick Mathewson
2016-03-14
Don't chmod/chown unix sockets if their permissions are already ok
Nick Mathewson
2016-03-01
First RelaxDirModeCheck implementation
Peter Palfrader
2016-02-28
Merge remote-tracking branch 'teor/bug18123'
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-26
Set EXCLUSIVEADDRUSE on Win32 to avoid a local port-stealing attack
teor (Tim Wilson-Brown)
2016-02-20
If both IPv4 and IPv6 addresses could be used, choose one correctly
teor (Tim Wilson-Brown)
2016-02-11
Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'
Nick Mathewson
2016-02-11
Split a long line
Nick Mathewson
2016-02-11
Merge remote-tracking branch 'weasel/bug18261'
Nick Mathewson
2016-02-07
Using router_get_my_routerinfo()
Harini Kannan
2016-02-06
Fix a segfault during startup
Peter Palfrader
2016-01-29
Merge branch 'feature17840-v11-squashed' into feature17840-v11-merged
teor (Tim Wilson-Brown)
2016-01-29
Minor whitespace-only fix
teor (Tim Wilson-Brown)
[next]