aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-06-04Resolve some markup complaints from doxygenNick Mathewson
2012-06-04Resolve all currently pending DOCDOC items in masterNick Mathewson
2012-05-30Merge branch 'bug5604'Nick Mathewson
2012-05-16When ReloadTorrcOnSIGHUP=1, do non-reload activities anywayNick Mathewson
2012-05-11Do not publish the "git-XXX" tag in server descriptorsNick Mathewson
2012-05-11Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson
2012-05-07Fix comments: There is no such thing as a NUL pointerNick Mathewson
2012-04-18If DisableNetwork, don't even try to open non-controller listenersNick Mathewson
2012-04-12Fix issues found by nickm.George Kadianakis
2012-04-11Obsolete GiveGuardFlagTo_CVE_2011_2768_VulnerableRelaysNick Mathewson
2012-04-08Simplify DH prime generation logic some.Sebastian Hahn
2012-04-07fix bug 5572Daniel 'koolfy' Faucon
2012-04-04Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-04Wrap long line; strlen("ides")<strlen("turtles").Nick Mathewson
2012-04-05ides has become turtles, and gotten a new IP addressSebastian Hahn
2012-04-01Merge branch 'maint-0.2.2'Roger Dingledine
2012-04-01put a _ before or_options_t elements that aren't configurableRoger Dingledine
2012-04-01Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-04-01Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson
2012-03-31Pass OR address to PT proxy, even with IPv6 or ORListenAddress.George Kadianakis
2012-03-29Merge remote-tracking branch 'linus/bug4875_2'Nick Mathewson
2012-03-28Merge remote-tracking branch 'linus/bug5151'Nick Mathewson
2012-03-28Make relays handle an address suggestion from a directory server giving an IP...Linus Nordberg
2012-03-28Write initial documentation for the contents of the state fileNick Mathewson
2012-03-22Never disable debugger attachment for the unit testsSebastian Hahn
2012-03-19Reorder initialisation of port_cfg to match order of members in struct.Linus Nordberg
2012-03-19Fix cut'n'paste bug (#5151).Linus Nordberg
2012-03-14Stop discarding command-line arguments when TestingTorNetwork is setRoger Dingledine
2012-02-29Merge branch 'maint-0.2.2'Roger Dingledine
2012-02-29new ip address for maatuskaRoger Dingledine
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16fix crash bug in original feature4207 branchRoger Dingledine
2012-01-16Merge remote-tracking branch 'asn-mytor/bug4751'Nick Mathewson
2012-01-16Convert instances of tor_malloc+tor_snprintf into tor_asprintfNick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2012-01-13Allow authorities to baddir/badexit/invalid/reject nodes by ccNick Mathewson
2012-01-13Improve names of some pluggable transport-related functions.George Kadianakis
2012-01-04Disallow disabling DisableDebuggerAttachment on runnning TorSebastian Hahn
2012-01-04Merge remote-tracking branch 'rransom-tor/bug1297b-v2'Nick Mathewson
2011-12-27Add an option to close HS service-side rend circs on timeoutRobert Ransom
2011-12-27Add an option to close 'almost-connected' HS client circs on timeoutRobert Ransom
2011-12-22Fix bug2571: warn on EntryNodes set and UseEntryGuards disabledNick Mathewson
2011-12-22Prepend cwd for relative config file paths.Kamran Riaz Khan
2011-12-18Server transports should be instructed to bind on INADDR_ANY by default.George Kadianakis
2011-12-02Give DirAllowPrivateAddress an explicit defaultNick Mathewson
2011-11-30Merge branch 'feature2553-v4-rebased'Nick Mathewson