aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.c
AgeCommit message (Expand)Author
2011-09-07Merge remote-tracking branch 'public/split_entry_conn'Nick Mathewson
2011-09-01Explicitly set bucket_cfg to NULL after we freed itSebastian Hahn
2011-08-29Fix compilation on non-bufferevent systems after 3803 fix: oops.Nick Mathewson
2011-08-29Split out rephist parts of buckets_decrementNick Mathewson
2011-08-24Set write low-watermarks on all bufferevents.Nick Mathewson
2011-08-24Apply rate-limiting to the lowest bufferevent in the stack.Nick Mathewson
2011-08-18Appease "make check-spaces"Nick Mathewson
2011-08-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson
2011-08-17Actually pick a random port when "auto" is specifiedSebastian Hahn
2011-08-13Free global_rate_limit in connection_free_all().George Kadianakis
2011-08-13Move connection_free_all() to the bottom of connection.c to enjoy maximum vis...George Kadianakis
2011-08-02Implement protocol-type isolation correctly.Nick Mathewson
2011-07-21Move entry-only fields from edge_connection_t to entry_connection_tNick Mathewson
2011-07-21Add a new type entry_connection_t for entry connectionsNick Mathewson
2011-07-20Don't assert for listener connectionsSebastian Hahn
2011-07-20Initialize listener connection addr fields properlyNick Mathewson
2011-07-20Add a missing break in a switch statementNick Mathewson
2011-07-20Merge branch 'optimistic-client'Nick Mathewson
2011-07-19Use socks username/password information in stream isolationNick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Implement destaddr-based isolationNick Mathewson
2011-07-19Add a new isolation type and field: "nym epoch"Nick Mathewson
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-19Refactor listener_connection_t into its own type.Nick Mathewson
2011-07-19Parse prop171 options; refactor listener/port option codeNick Mathewson
2011-07-18Remember optimistically sent data until we have gotten a CONNECTEDNick Mathewson
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-11Disable recording new broken conns when we have bootstrappedNick Mathewson
2011-07-11Record the states of failing OR connectionsNick Mathewson
2011-07-11Split connection_about_to_close_connection into separate functionsNick Mathewson
2011-07-11Fix compilation from 2841 branchNick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-07Avoid double-free in bufferevent read/write cbsNick Mathewson
2011-07-03Refactor the interfaces of transport/proxy lookup fnsNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-01Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-07-01Use strlcpy in create_unix_sockaddr()Nick Mathewson
2011-06-29Record username/password data in socks_request_tNick Mathewson
2011-06-28Trivial code tweaks and documentation updates.George Kadianakis
2011-06-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-22Fix minor comment issuesRobert Ransom
2011-06-21Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis
2011-06-21Add, use a bufferevent-safe connection_flush()Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-06-14Fixes small bugs.George Kadianakis