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
2017-11-16
Fix a traceback when closing a blocked connection "immediately".
Nick Mathewson
2014-09-02
Fix a number of clang analyzer false-positives
Nick Mathewson
2014-07-16
src/or/connection.c: expose bucket_millis_empty for bufferevents test
Anthony G. Basile
2014-06-11
Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'
Nick Mathewson
2014-06-11
Replace last_added_nonpadding with last_had_circuits
Nick Mathewson
2014-06-11
Give each or_connection_t a slightly randomized idle_timeout
Nick Mathewson
2014-05-14
Use tor_getpw{nam,uid} wrappers to fix bug 11946
Nick Mathewson
2014-04-25
Merge branch 'scanbuild_fixes'
Nick Mathewson
2014-04-18
scan-build: get_proxy_addrport should always set its outputs
Nick Mathewson
2014-04-18
Merge remote-tracking branch 'public/bug11553_024' into bug11553_025
Nick Mathewson
2014-04-18
Switch to random allocation on circuitIDs.
Nick Mathewson
2014-04-16
Merge remote-tracking branch 'andrea/bug11304'
Nick Mathewson
2014-04-15
Call connection_or_close_for_error() properly if write_to_buf() ever fails on...
Andrea Shepard
2014-04-15
Close orconns correctly through channels when setting DisableNetwork to 1
Andrea Shepard
2014-04-02
Fix make_socket_reusable() on windows. Bug not in any released Tor
Nick Mathewson
2014-03-27
Don't warn when setsockopt(SO_REUSEABLE) on accept()ed socket says EINVAL
Nick Mathewson
2014-03-18
Take out remaining V1 directory code.
Karsten Loesing
2014-03-11
Merge remote-tracking branch 'asn/bug11069_take2'
Nick Mathewson
2014-03-10
Throw control port warning if we failed to connect to all our bridges.
George Kadianakis
2014-03-03
trivial whitespace fixes
Roger Dingledine
2014-02-15
Remove a bunch of functions that were never called.
Nick Mathewson
2014-02-07
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2014-02-06
NULL out conns on tlschans when freeing in case channel_run_cleanup() is late...
Andrea Shepard
2014-02-06
Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4
Nick Mathewson
2014-02-03
TransProxyType replaces TransTPROXY option
Nick Mathewson
2014-02-02
Move the friendly warning about TPROXY and root to EPERM time
Nick Mathewson
2014-01-31
Add support for TPROXY via new TransTPRoxy option
Nick Mathewson
2013-10-31
Move other #9731 check to start of its functions
Nick Mathewson
2013-10-31
Move #9731 checks to start of their functions
Nick Mathewson
2013-10-31
Merge remote-tracking branch 'public/bug9731'
Nick Mathewson
2013-10-28
Merge branch 'morestats4' into morestats5
Karsten Loesing
2013-10-25
Log the origin address of controller connections
Nick Mathewson
2013-09-19
Merge remote-tracking branch 'public/bug9716_024'
Nick Mathewson
2013-09-13
Don't apply read/write buckets to cpuworker connections
Nick Mathewson
2013-09-13
Don't apply read/write buckets to non-limited connections
Nick Mathewson
2013-09-12
Pass around const struct timeval * instead of struct timeval.
Karsten Loesing
2013-09-11
Try using INT_MAX, not SOMAXCONN, to set listen() backlog.
Nick Mathewson
2013-08-15
Merge branch 'bug5040_4773_rebase_3'
Nick Mathewson
2013-08-15
Tests for connection_write_ext_or_command.
Nick Mathewson
2013-08-15
Unit tests for ext_or_id_map.
Nick Mathewson
2013-08-02
Prepare patch for ticket 5129 for merging.
Peter Retzlaff
2013-07-18
Make the Extended ORPort understand the TRANSPORT command.
George Kadianakis
2013-07-18
More Extended ORPort code improvements.
George Kadianakis
2013-07-18
Move Extended ORPort code to its own module.
George Kadianakis
2013-07-18
Various Extended ORPort code improvements.
George Kadianakis
2013-07-18
Prepare codebase for the implementation of Extended ORPort auth.
George Kadianakis
2013-07-18
Create the Extended ORPort authentication cookie file.
George Kadianakis
2013-07-18
Skeleton ExtORPort implementation. Needs testing, documentation.
Nick Mathewson
2013-07-15
Fix two pre-coffee typos
Peter Palfrader
2013-07-15
Reject relative control socket paths and emit a warning.
Peter Palfrader
[next]