aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Avoid running DNS self-tests if we're operating as a bridgewarms0x2011-10-07
* Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-09-13
|\
| * Generate our ssl session certs with a plausible lifetimeRoger Dingledine2011-09-13
* | Refactor HS client state-clearing code into a separate functionRobert Ransom2011-06-02
* | Clear last_hid_serv_requests on SIGNAL NEWNYMRobert Ransom2011-06-02
* | Merge remote-tracking branch 'public/bug3270' into maint-0.2.2Nick Mathewson2011-05-30
|\ \
| * | Use a 64-bit type to hold sockets on win64.Nick Mathewson2011-05-23
* | | answer an XXX nickm asked in aa950e6c4Roger Dingledine2011-05-29
|/ /
* | log the reason for publishing a new relay descriptorRoger Dingledine2011-05-19
* | refetch bridge descriptors in a timely fashionRoger Dingledine2011-05-17
* | Don't clear out transient addressmap entries on HUPNick Mathewson2011-05-13
* | Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
* | Fix compile warning on windowsSebastian Hahn2011-05-05
* | Change who calls microdesc_cache_rebuild().Nick Mathewson2011-05-03
* | Ignore SIGNAL NEWNYM on relay-only Tor instancesRobert Ransom2011-04-28
* | Merge branch 'bug3k_021' into bug3k_022Sebastian Hahn2011-04-28
|\|
| * Forget all rendezvous client state on SIGNAL NEWNYMRobert Ransom2011-04-28
* | Expose a new process_signal(uintptr_t), not signal_callback()Nick Mathewson2011-04-26
* | Make SIGNAL DUMP work on FreeBSDSebastian Hahn2011-04-15
* | Use timevals, not time_t, when expiring circuits.Nick Mathewson2011-03-30
* | Tweak bug2716 patch a littleNick Mathewson2011-03-12
* | improve accuracy for when a relay went unreachableRoger Dingledine2011-03-11
* | Enable ASLR and permanent DEP for Windows executablesJohn Brooks2011-02-03
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\|
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Better fix for 2190: defer libevent->controller messages instead of droppingNick Mathewson2010-11-19
* | Rename get_client_identity_key to get_tlsclient_identity_keyNick Mathewson2010-10-21
* | Maintain separate server and client identity keys when appropriate.Robert Ransom2010-10-04
* | Maintain separate server and client TLS contexts.Robert Ransom2010-10-04
* | Refactor tor_tls_context_new:Robert Ransom2010-10-04
* | handle ugly edge case in retrying entrynodesRoger Dingledine2010-09-28
* | refactor; no actual changesRoger Dingledine2010-09-28
* | Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-09-08
|\|
| * Remove a needless keep_open_until_flushedNick Mathewson2010-09-08
| * Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson2010-09-03
* | Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing2010-08-05
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create rephist.hSebastian Hahn2010-07-27
* | Create relay.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create onion.hSebastian Hahn2010-07-27
* | Create ntmain.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create microdesc.hSebastian Hahn2010-07-27
* | Create main.hSebastian Hahn2010-07-27
* | Create hibernate.hSebastian Hahn2010-07-27
* | Create dns.hSebastian Hahn2010-07-27
* | Create dirvote.hSebastian Hahn2010-07-27
* | Create dirserv.hSebastian Hahn2010-07-27