aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2011-02-22Implement more heartbeat message stuff.George Kadianakis
2011-02-22Initial heartbeat subsystem commit.Sebastian Hahn
2011-02-07change APIs slightly to make #1944 easierRoger Dingledine
2011-02-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-02-03Enable ASLR and permanent DEP for Windows executablesJohn Brooks
2011-01-07GETINFO options for querying traffic usageDamian Johnson
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-03Call the new config option ConnDirectionStatistics.Karsten Loesing
2010-12-03Add metric on uni/bidirectional connection usage.Karsten Loesing
2010-11-19Better fix for 2190: defer libevent->controller messages instead of droppingNick Mathewson
2010-11-19Add a SIGNAL event for control connectionsJohn Brooks
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-21Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson
2010-10-13Fix some XXXXs in connection_add_impl related to bufferevent error checkingNick Mathewson
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-13Send END cells on bufferevent tunneled directory connsNick Mathewson
2010-10-13Use connection_mark_and_flush consistently.Nick Mathewson
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-10-04Maintain separate server and client TLS contexts.Robert Ransom
2010-10-04Refactor tor_tls_context_new:Robert Ransom
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-10-01Implement a basic node and nodelist typeNick Mathewson
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-29Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-28handle ugly edge case in retrying entrynodesRoger Dingledine
2010-09-28refactor; no actual changesRoger Dingledine
2010-09-27Download microdescriptors if you're a cacheNick Mathewson
2010-09-27Document and/or fix stuff found by Sebastian in code reviewNick Mathewson
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
2010-09-27Fix a couple of bufferevent incompatibilities that snuck in.Nick Mathewson
2010-09-27Get SSL connections and linked connections working with bufferevents.Nick Mathewson
2010-09-27Add support for linked connections with bufferevent_pair.Nick Mathewson
2010-09-27Add bufferevent support for outgoing connections; exits are now supported.Nick Mathewson
2010-09-27Be a little more abstract about which connection type use buffereventsNick Mathewson
2010-09-27Make a function to mark a connection and set hold_open_until_flushed.Nick Mathewson
2010-09-27Allow hold-open-until-flushed logic to work for bufferevents.Nick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
2010-09-27Teach read_event/write_event manipulators about bufferevents.Nick Mathewson
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-09-08Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-09-08Remove a needless keep_open_until_flushedNick Mathewson
2010-09-03Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson
2010-08-05Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create relay.hSebastian Hahn