aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
Commit message (Expand)AuthorAge
* Throw control port warning if we failed to connect to all our bridges.George Kadianakis2014-03-10
* Remove a bunch of functions that were never called.Nick Mathewson2014-02-15
* Merge branch 'morestats4' into morestats5Karsten Loesing2013-10-28
|\
| * Pass around const struct timeval * instead of struct timeval.Karsten Loesing2013-09-12
| * Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing2013-05-31
* | Tests for connection_write_ext_or_command.Nick Mathewson2013-08-15
* | Unit tests for ext_or_id_map.Nick Mathewson2013-08-15
* | Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson2013-07-18
|/
* Validate SOCKS arguments.George Kadianakis2013-02-09
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Check for orconns in connection_mark_for_close and connection_mark_and_flush,...Andrea Shepard2012-11-10
* Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson2012-10-12
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson2012-06-04
* If DisableNetwork, don't even try to open non-controller listenersNick Mathewson2012-04-18
* New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
* Add a new type entry_connection_t for entry connectionsNick Mathewson2011-07-21
* Refactor listener_connection_t into its own type.Nick Mathewson2011-07-19
* Merge remote-tracking branch 'public/bug2841'Nick Mathewson2011-07-11
|\
| * Refactor the interfaces of transport/proxy lookup fnsNick Mathewson2011-07-03
| * Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis2011-06-22
| * Tweaked connection{.c,.h,_or.c} based on nick's comments.George Kadianakis2011-06-21
| * This commit is an attempt to beautify the previous commit.George Kadianakis2011-06-14
| * Our warning now is much more specific, mentioning proxy type/addr/port.George Kadianakis2011-06-14
* | Add, use a bufferevent-safe connection_flush()Nick Mathewson2011-06-21
|/
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\
| * Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* | Use connection_mark_and_flush consistently.Nick Mathewson2010-10-13
* | New function to grab a directory connection fetching a resourceNick Mathewson2010-09-27
* | Convert bufferevents to use rate-limiting.Nick Mathewson2010-09-27
* | Get SSL connections and linked connections working with bufferevents.Nick Mathewson2010-09-27
* | Add support for linked connections with bufferevent_pair.Nick Mathewson2010-09-27
* | Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson2010-09-27
* | Be a little more abstract about which connection type use buffereventsNick Mathewson2010-09-27
* | Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson2010-09-27
* | Basic bufferevent callbacksNick Mathewson2010-09-27
* | Add a new connection_fetch_from_buf_line() that can handle buffereventsNick Mathewson2010-09-27
* | Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
|/
* Create connection.hSebastian Hahn2010-07-27