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.h
Age
Commit message (
Expand
)
Author
2011-07-11
Merge remote-tracking branch 'public/bug2841'
Nick Mathewson
2011-07-03
Refactor the interfaces of transport/proxy lookup fns
Nick Mathewson
2011-06-22
Revised how we handle ClientTransportPlugin and Bridge lines.
George Kadianakis
2011-06-21
Tweaked connection{.c,.h,_or.c} based on nick's comments.
George Kadianakis
2011-06-21
Add, use a bufferevent-safe connection_flush()
Nick Mathewson
2011-06-14
This commit is an attempt to beautify the previous commit.
George Kadianakis
2011-06-14
Our warning now is much more specific, mentioning proxy type/addr/port.
George Kadianakis
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2010-10-13
Use connection_mark_and_flush consistently.
Nick Mathewson
2010-09-27
New function to grab a directory connection fetching a resource
Nick Mathewson
2010-09-27
Convert bufferevents to use rate-limiting.
Nick Mathewson
2010-09-27
Get SSL connections and linked connections working with bufferevents.
Nick Mathewson
2010-09-27
Add support for linked connections with bufferevent_pair.
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
Basic bufferevent callbacks
Nick Mathewson
2010-09-27
Add a new connection_fetch_from_buf_line() that can handle bufferevents
Nick Mathewson
2010-09-27
Refactor users of buf_datalen to bufferevent-friendly version.
Nick Mathewson
2010-07-27
Create connection.h
Sebastian Hahn