summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson
2013-09-16Correctly re-process non-option cmdline args on sighupNick Mathewson
2013-09-13Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson
2013-09-13Merge branch 'bug4647_squashed'Nick Mathewson
2013-09-13Add a --dump-config option to help testing option parsing.Nick Mathewson
2013-09-13Whoops; make options_validate conform to validate_fn_t.Nick Mathewson
2013-09-13Disallow --hash-password with no commandline arguments.Nick Mathewson
2013-09-13Make config_parse_commandline table-driven for its list of cmdline argsNick Mathewson
2013-09-13Use commandline parser for other optionsNick Mathewson
2013-09-13Expose commandline parser so that we can use it for --quiet,etc.Nick Mathewson
2013-09-13Patch for 4647 (rewrite command line parser)Cristian Toader
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-03Merge remote-tracking branch 'Ryman/bug4341'Nick Mathewson
2013-09-03Minor changes to adhere to codebase conventions.Kevin Butler
2013-09-01Added --library-versions flag to print the compile time and runtime versions ...Kevin Butler
2013-08-31Changed signature for check_nickname_list to remove warnings on free.Kevin Butler
2013-08-31MyFamily option will now fix fingerprints missing their leading instead of c...Kevin Butler
2013-08-25Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-08-25Merge remote-tracking branch 'public/bug9366' into maint-0.2.4Nick Mathewson
2013-08-21Add a 30-day maximum on user-supplied MaxCircuitDirtinessNick Mathewson
2013-08-21make check-spaces fixesCristian Toader
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Implement and use a generic auth. cookie initialization function.George Kadianakis
2013-08-15Warn if the Extended ORPort listens on a public IP address.George Kadianakis
2013-08-12attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader
2013-08-05Don't allow all ORPort values to be NoAdvertiseNick Mathewson
2013-07-31Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-30NumDirectoryGuards now tracks NumEntryGuards by defaultRoger Dingledine
2013-07-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-07-18Merge remote-tracking branch 'public/bug9295_023' into maint-0.2.4Nick Mathewson
2013-07-18tmpNick Mathewson
2013-07-18More Extended ORPort code improvements.George Kadianakis
2013-07-18Move Extended ORPort code to its own module.George Kadianakis
2013-07-18Satisfy check-spaces.George Kadianakis
2013-07-18Create the Extended ORPort authentication cookie file.George Kadianakis
2013-07-18Skeleton ExtORPort implementation. Needs testing, documentation.Nick Mathewson
2013-07-18Start of a unit test for options_validate.Nick Mathewson
2013-07-18Place the options in the environment after processing them properly.George Kadianakis
2013-07-18Write function that parses ServerTransportOptions torrc lines.George Kadianakis
2013-07-15Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson
2013-07-12Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson
2013-07-11Add a basic seccomp2 syscall filter on LinuxCristian Toader
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-24Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-24Fix bug 9122: don't allow newdefaultoptions to be NULLNick Mathewson
2013-06-24Fix #5584 - raise awareness of safer logging - warn about potentially unsafe ...Marek Majkowski
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson