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-05-12
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-12
Fixes ticket #2503
mikey99
2011-05-09
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-09
Remove a duplicated line, found by clang
Sebastian Hahn
2011-04-07
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-04-06
Add a missing ! to the check for CountPrivatebandwidth.
Nick Mathewson
2011-04-05
Tweaks to Cagara's CountPrivateBandwidth patch:
Nick Mathewson
2011-04-05
Patch from cagara: Add a CountPrivateBandwidth flag
Daniel Cagara
2011-03-28
Add a missing cast to silence the compiler
Sebastian Hahn
2011-03-25
Fix some 'impossible' overflow bugs in byte counting
Nick Mathewson
2011-03-25
Triage the XXX022 and XXX021 comments remaining in the code
Nick Mathewson
2011-03-15
Merge remote branch 'arma/optimistic_server'
Nick Mathewson
2011-03-15
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-15
Merge branch 'bug2756_relay' into maint-0.2.2
Nick Mathewson
2011-03-15
whitespace fixes to pass 'make check-spaces'
Roger Dingledine
2011-03-15
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-03-14
Check newconn, not conn, before marking newconn for close
Nick Mathewson
2011-03-14
Implement server side of Proposal 174 (optimistic data)
Ian Goldberg
2011-03-14
Consider sending stream-level SENDME cells on partial flushes.
Nick Mathewson
2011-02-07
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-25
Add client code to detect attempts to connect to 127.0.0.1 etc
Nick Mathewson
2011-01-25
Fix double-mark bug when failing to init transparent connection
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-12-03
Add metric on uni/bidirectional connection usage.
Karsten Loesing
2010-11-15
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-11-10
Change Natd into NATD in our options.
Sebastian Hahn
2010-11-10
Synx manpage and source wrt option capitalization
Sebastian Hahn
2010-10-15
Make the return value of tor_addr_sockaddr always be signed
Nick Mathewson
2010-09-30
Whitespace fixes on recent merges to master.
Nick Mathewson
2010-09-27
New function to grab a directory connection fetching a resource
Nick Mathewson
2010-09-27
Document and/or fix stuff found by Sebastian in code review
Nick Mathewson
2010-09-27
Some bufferevents related fixes and pointers for nickm
Sebastian Hahn
2010-09-27
Convert bufferevents to use rate-limiting.
Nick Mathewson
2010-09-27
Fix a couple of bufferevent incompatibilities that snuck in.
Nick Mathewson
2010-09-27
Get zlib compression working with bufferevents.
Nick Mathewson
2010-09-27
Implement SOCKS-client support for bufferevents
Nick Mathewson
2010-09-27
Documentation for a few bufferevent functions.
Nick Mathewson
2010-09-27
Get SSL connections and linked connections working with bufferevents.
Nick Mathewson
2010-09-27
Make control connections use bufferevents
Nick Mathewson
2010-09-27
Fix crash/warning bug when we get an unexpected close.
Nick Mathewson
2010-09-27
Add support for linked connections with bufferevent_pair.
Nick Mathewson
2010-09-27
Add bufferevent support for outgoing connections; exits are now supported.
Nick Mathewson
2010-09-27
Fix more remaining users of inbuf/outbuf to handle bufferevents instead.
Nick Mathewson
2010-09-27
Be a little more abstract about which connection type use bufferevents
Nick Mathewson
2010-09-27
Make a function to mark a connection and set hold_open_until_flushed.
Nick Mathewson
2010-09-27
Allow hold-open-until-flushed logic to work for bufferevents.
Nick Mathewson
2010-09-27
Move the "stop writing when the buffer is empty" logic to cnnection_finished_...
Nick Mathewson
2010-09-27
Basic bufferevent callbacks
Nick Mathewson
[next]