summaryrefslogtreecommitdiff
path: root/src/or/or.h
AgeCommit message (Expand)Author
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-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.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-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-10Break NoPublish supportSebastian Hahn
2010-11-10Change Natd into NATD in our options.Sebastian Hahn
2010-11-10Synx manpage and source wrt option capitalizationSebastian Hahn
2010-11-10Comment out the (unused) RunTesting optionSebastian Hahn
2010-11-09Add a testing-only option to use bufferevent_openssl as a filterNick Mathewson
2010-11-08Merge branch 'loggranularity'Nick Mathewson
2010-10-15fix another typoRoger Dingledine
2010-10-15Fold timestamp_created into highres_createdNick Mathewson
2010-10-13Implement node_set_exit_policy_to_reject_all with a flagNick Mathewson
2010-10-07Add some missing documentation for things added in nodes branchNick Mathewson
2010-10-04Make logging resolution configurable.Karsten Loesing
2010-10-01Implement policies for nodes (and for microdescriptors too)Nick Mathewson
2010-10-01Implement node-based router family codeNick Mathewson
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick 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-30Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-30Merge commit 'mikeperry/bug1772' into maint-0.2.2Roger Dingledine
2010-09-29Nominaly lower the minimum timeout value to 1500.Mike Perry
2010-09-29Merge branch 'bug1772' into maint-0.2.2Roger Dingledine
2010-09-29refactor and recomment; no actual changesRoger Dingledine
2010-09-29Merge branch 'maint-0.2.2'Roger Dingledine
2010-09-29Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine
2010-09-29Merge commit 'mikeperry/bug1740' into maint-0.2.2Roger Dingledine
2010-09-29Do away with the complexity of the network liveness detection.Mike Perry
2010-09-29Send control port events for timeouts.Mike Perry
2010-09-29Only count timeout data for 3 hop circuits.Mike Perry
2010-09-29Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-28even more commentRoger Dingledine
2010-09-28Remove the has_old_dnsworkers flag.Nick Mathewson
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson
2010-09-27Download microdescriptors if you're a cacheNick Mathewson
2010-09-27Actually parse the m lines from a microdesc consensusNick Mathewson
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-27Merge branch 'bug1751_enabling' into maint-0.2.2Nick Mathewson
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-27Convert bufferevents to use rate-limiting.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Basic bufferevent callbacksNick Mathewson
2010-09-27Clone fetch_var_cell_from_buf() for evbuffers.Nick Mathewson