summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-21Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-21Relays should send timestamp in NETINFO.Nick Mathewson
2013-09-21Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-21back out most of 1d0ba9aRoger Dingledine
2013-09-20Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-20Round down hidden service descriptor publication times to nearest hourNick Mathewson
2013-09-20Remove the timestamp from AUTHENTICATE cells; replace with random bytesNick Mathewson
2013-09-20Get ready to stop sending timestamps in INTRODUCE cellsNick Mathewson
2013-09-20Stop sending the current time in client NETINFO handshakes.Nick Mathewson
2013-09-19Fix compilation with libevent 1Nick Mathewson
2013-09-19Merge remote-tracking branch 'public/bug9716_024'Nick Mathewson
2013-09-18Fix benchmarks to run without crashing.Nick Mathewson
2013-09-16Fix a memory leak on getaddrinfo in sandbox. Found by coverityNick Mathewson
2013-09-16Clean up malloc issues in sandbox.cNick Mathewson
2013-09-16Correctly re-process non-option cmdline args on sighupNick Mathewson
2013-09-16Merge remote-tracking branch 'karsten/geoip-manual-update-sep2013'Nick Mathewson
2013-09-16Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-16Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-09-16Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2013-09-13Fix a windows compilation warning from 4647 branchNick Mathewson
2013-09-13Whoops; make or_state_validate conform to validate_fn_t.Nick Mathewson
2013-09-13Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson
2013-09-13Fix a windows compilation warning from sandboxing branchNick Mathewson
2013-09-13Merge branch 'bug4647_squashed'Nick Mathewson
2013-09-13Finish tests for command-line argumentsNick 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-13Add '--digests' to "that which implies --hush."Nick Mathewson
2013-09-13Integration test for parsing arguments on the commandlineNick 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-12fixed compilation bug on i386 due to previous fixCristian Toader
2013-09-12bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1Cristian Toader
2013-09-12remove debugging codeCristian Toader
2013-09-12added extra buffer and limit to mprotect not to exceed the length of that bufferCristian Toader
2013-09-11Fix osx compilation again, hopefully better this time.Nick Mathewson
2013-09-11Try using INT_MAX, not SOMAXCONN, to set listen() backlog.Nick Mathewson
2013-09-10Update to the September 2013 GeoIP database.Karsten Loesing
2013-09-10Remove 17 now unused manual A1 substitutions.Karsten Loesing
2013-09-10added filter protection for string parameter memoryCristian Toader
2013-09-10fixed socket syscall bugCristian Toader
2013-09-10fixed compilation error on i386 linux by moving sandbox_cfg_t definitionCristian Toader
2013-09-09Fix check-spacesNick Mathewson
2013-09-09Fix compilation on OSXNick Mathewson
2013-09-09Do not try to add non-existent syscalls.Nick Mathewson
2013-09-09Build correctly with older libeventsNick Mathewson