summaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2011-04-28Ignore SIGNAL NEWNYM on relay-only Tor instancesRobert Ransom
2011-04-28Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn
2011-04-28Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom
2011-04-26Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson
2011-04-15Make SIGNAL DUMP work on FreeBSDSebastian Hahn
2011-03-30Use timevals, not time_t, when expiring circuits.Nick Mathewson
2011-03-12Tweak bug2716 patch a littleNick Mathewson
2011-03-11improve accuracy for when a relay went unreachableRoger Dingledine
2011-02-03Enable ASLR and permanent DEP for Windows executablesJohn Brooks
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-11-19Better fix for 2190: defer libevent->controller messages instead of droppingNick Mathewson
2010-10-21Rename get_client_identity_key to get_tlsclient_identity_keyNick 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-09-28handle ugly edge case in retrying entrynodesRoger Dingledine
2010-09-28refactor; no actual changesRoger Dingledine
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
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create onion.hSebastian Hahn
2010-07-27Create ntmain.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create microdesc.hSebastian Hahn
2010-07-27Create main.hSebastian Hahn
2010-07-27Create hibernate.hSebastian Hahn
2010-07-27Create dns.hSebastian Hahn
2010-07-27Create dirvote.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create cpuworker.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create command.hSebastian Hahn
2010-07-27Create circuituse.hSebastian Hahn
2010-07-27Create circuitlist.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendservice.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn