summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-03-26Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-26Merge remote-tracking branch 'rransom-tor/safecookie-022-v3' into maint-0.2.2Nick Mathewson
2012-03-22Never disable debugger attachment for the unit testsSebastian Hahn
2012-03-14Stop discarding command-line arguments when TestingTorNetwork is setRoger Dingledine
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Never choose a bridge as an exit. Bug 5342.Nick Mathewson
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-09Revise "sufficient exit nodes" check to work with restrictive ExitNodesNick Mathewson
2012-03-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-08Require a threshold of exit nodes before building circuitsNick Mathewson
2012-03-08Merge remote-tracking branch 'public/bug4361'Nick Mathewson
2012-03-07Remove misleading function comment (bug 5324)Roger Dingledine
2012-03-05Merge remote-tracking branch 'public/bug4760'Nick Mathewson
2012-02-29Merge remote-tracking branch 'sebastian/bug5231'Nick Mathewson
2012-02-29Merge branch 'maint-0.2.2'Roger Dingledine
2012-02-29new ip address for maatuskaRoger Dingledine
2012-02-29whitespace fixRoger Dingledine
2012-02-25Don't cannibalize already cannibalized circuitsSebastian Hahn
2012-02-23When not fetching v2 dir info, don't require it for cleaning descriptorsDaniel Bryg
2012-02-22Implement 'safe cookie authentication'Robert Ransom
2012-02-17document a cool attack that we evaluatedRoger Dingledine
2012-02-17Merge branch 'bug5105-v2-squashed'Nick Mathewson
2012-02-17Heap-allocate strings returned by get_current_process_environment_variablesRobert Ransom
2012-02-17Pass process_environment_t * to tor_spawn_backgroundRobert Ransom
2012-02-17Rewrite managed proxy environment setup codeRobert Ransom
2012-02-15Downgrade "Registered server transport" msg to notice. Bug 5136Nick Mathewson
2012-02-14Use _NSGetEnviron() instead of environ where requiredSebastian Hahn
2012-02-13Reinstate TOR_PR_EXTENDED_SERVER_PORT, just a littleNick Mathewson
2012-02-12set_managed_proxy_environment() can't fail anymoreSebastian Hahn
2012-02-12Properly set up environment for managed-mode obfsproxySebastian Hahn
2012-02-12Try to have (and maintain!) an invariant about unconfigured_proxies_nNick Mathewson
2012-02-12Don't smartlist_remove a managed proxy from a list we're iterating over.Nick Mathewson
2012-02-12Fix a check-spaces complaintSebastian Hahn
2012-02-12Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-12Unpack a smartlist_foreach and add an assert: try to hunt #5102Nick Mathewson
2012-02-12Fix #5097 on Windows, tooRobert Ransom
2012-02-12Fix bug #5097: remove bogus envvar from managed proxies' environmentRobert Ransom
2012-02-10Properly protect paths to sed, sha1sum, opensslSebastian Hahn
2012-02-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-10Downgrade "missing a certificate" from notice to infoNick Mathewson
2012-02-08Fix fencepost error with HearbeatPeriod optionSebastian Hahn
2012-01-31Set IPV6_V6ONLY on listener sockets bound to IPv6 addresses.Nick Mathewson
2012-01-31Fix straggling MS_WINDOWS issues; add a changes fileNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2012-01-27if we ever have an old bridge, never again use microdescsRoger Dingledine
2012-01-25Allow 0.2.3.x clients to use 0.2.2.x bridges.Roger Dingledine
2012-01-23set SO_REUSEADDR before we bind, not afterRoger Dingledine
2012-01-23Use !SOCKET_OK to test if a socket is uninitializedtor-0.2.3.11-alphaSebastian Hahn
2012-01-22update comment to reflect our TOR_INVALID_SOCKET conventionRoger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson