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
2011-10-26
Fix memory leak in retry_all_listeners: Coverity CID 485
Nick Mathewson
2011-10-11
Fix names of functions that convert strings to addrs
Nick Mathewson
2011-10-10
Cell types and states for new OR handshake
Nick Mathewson
2011-10-07
Merge remote-tracking branch 'asn2/bug3656'
Nick Mathewson
2011-09-22
Fix issues in 3630 patch noted by Karsten
Nick Mathewson
2011-09-22
Make bufferevents work with TokenBucketRefillInterval
Nick Mathewson
2011-09-22
Refactor connection_bucket_refill(_helper) to avoid roundoff
Nick Mathewson
2011-09-22
New torrc option to allow bucket refill intervals of less than 1 sec
Florian Tschorsch
2011-09-15
Log errno on listener socket creation failure.
Nick Mathewson
2011-09-11
Remove connection_uses_transport() since it was unused.
George Kadianakis
2011-09-07
Fix whitespace issues in patches merged today so far
Nick Mathewson
2011-09-07
chown() sockets when User option is set
Jérémy Bobbio
2011-09-07
Merge remote-tracking branch 'public/split_entry_conn'
Nick Mathewson
2011-09-01
Explicitly set bucket_cfg to NULL after we freed it
Sebastian Hahn
2011-08-29
Fix compilation on non-bufferevent systems after 3803 fix: oops.
Nick Mathewson
2011-08-29
Split out rephist parts of buckets_decrement
Nick Mathewson
2011-08-24
Set write low-watermarks on all bufferevents.
Nick Mathewson
2011-08-24
Apply rate-limiting to the lowest bufferevent in the stack.
Nick Mathewson
2011-08-18
Appease "make check-spaces"
Nick Mathewson
2011-08-17
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-08-17
Don't write ControlPorts to disk till after we setuid and make datadir
Nick Mathewson
2011-08-17
Actually pick a random port when "auto" is specified
Sebastian Hahn
2011-08-13
Free global_rate_limit in connection_free_all().
George Kadianakis
2011-08-13
Move connection_free_all() to the bottom of connection.c to enjoy maximum vis...
George Kadianakis
2011-08-02
Implement protocol-type isolation correctly.
Nick Mathewson
2011-07-21
Move entry-only fields from edge_connection_t to entry_connection_t
Nick Mathewson
2011-07-21
Add a new type entry_connection_t for entry connections
Nick Mathewson
2011-07-20
Don't assert for listener connections
Sebastian Hahn
2011-07-20
Initialize listener connection addr fields properly
Nick Mathewson
2011-07-20
Add a missing break in a switch statement
Nick Mathewson
2011-07-20
Merge branch 'optimistic-client'
Nick Mathewson
2011-07-19
Use socks username/password information in stream isolation
Nick Mathewson
2011-07-19
Implement sensible isolation for tunneled directory conns
Nick Mathewson
2011-07-19
Implement destaddr-based isolation
Nick Mathewson
2011-07-19
Add a new isolation type and field: "nym epoch"
Nick Mathewson
2011-07-19
(Unused) backend logic for stream isolation
Nick Mathewson
2011-07-19
Refactor listener_connection_t into its own type.
Nick Mathewson
2011-07-19
Parse prop171 options; refactor listener/port option code
Nick Mathewson
2011-07-18
Remember optimistically sent data until we have gotten a CONNECTED
Nick Mathewson
2011-07-14
Reverting the accounting thing introduced in 5492de76 till I think how it sho...
George Kadianakis
2011-07-13
Put some last missing pieces together.
George Kadianakis
2011-07-13
Merge remote-tracking branch 'public/bug1666'
Nick Mathewson
2011-07-11
Disable recording new broken conns when we have bootstrapped
Nick Mathewson
2011-07-11
Record the states of failing OR connections
Nick Mathewson
2011-07-11
Split connection_about_to_close_connection into separate functions
Nick Mathewson
2011-07-11
Fix compilation from 2841 branch
Nick Mathewson
2011-07-11
Merge remote-tracking branch 'public/bug2841'
Nick Mathewson
2011-07-07
Avoid double-free in bufferevent read/write cbs
Nick Mathewson
2011-07-03
Refactor the interfaces of transport/proxy lookup fns
Nick Mathewson
2011-07-02
Small tweaks to 2841 code
Nick Mathewson
[next]