summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-03-08Fix documentation URLs in config file commentsEsteban Manchado Velázquez
2012-03-08Merge remote-tracking branch 'public/bug4361'Nick Mathewson
2012-03-08Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-08Fix compile warnings in openbsd mallocSebastian Hahn
2012-03-08Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-03-08Merge remote-tracking branch 'karsten/geoip-march2012' into maint-0.2.2Nick Mathewson
2012-03-08Update to the March 2012 GeoIP database.Karsten Loesing
2012-03-07Remove misleading function comment (bug 5324)Roger Dingledine
2012-03-05Merge remote-tracking branch 'public/bug4760'Nick Mathewson
2012-02-29Don't leak the env_vars_sorted smartlist in process_environment_makeNick 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-20Merge remote-tracking branch 'sebastian/bug5161'Nick Mathewson
2012-02-20Merge remote-tracking branch 'pmezard/armv5'Nick Mathewson
2012-02-20Fix off-by-one error in test_util_make_environmentPatrick Mézard
2012-02-20Fix crypto_hmac_sha256 documentation commentRobert Ransom
2012-02-19Don't redeclare environ if std headers already didSebastian Hahn
2012-02-17document a cool attack that we evaluatedRoger Dingledine
2012-02-17Use get_environment(), not environ.Nick Mathewson
2012-02-17Merge branch 'bug5105-v2-squashed'Nick Mathewson
2012-02-17Add unit tests for easily tested, non-trivial utility functionsRobert Ransom
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-17Remove (void)envp from tor_spawn_backgroundRobert Ransom
2012-02-17Rewrite managed proxy environment setup codeRobert Ransom
2012-02-17Change type of unixoid_environment_block to match tor_spawn_background's argRobert Ransom
2012-02-17Add set_environment_variable_in_smartlistRobert Ransom
2012-02-17Add get_current_process_environment_variablesRobert Ransom
2012-02-17Add process_environment_make and related utilitiesRobert Ransom
2012-02-17Add tor_callocRobert Ransom
2012-02-15Downgrade "Registered server transport" msg to notice. Bug 5136Nick Mathewson
2012-02-14Include compat.h from natpmp-helper to fix buildSebastian Hahn
2012-02-14Use _NSGetEnviron() instead of environ where requiredSebastian Hahn
2012-02-14Make ht.h conform to Tor's code style againSebastian Hahn
2012-02-13Port over the last ht.h changes from libevent: avoid _reserved identifiersNick Mathewson
2012-02-13Port over ht.h improvements from Libevent.Nick Mathewson
2012-02-13ht.h comment tweaks, upstreamed from libeventNick Mathewson
2012-02-13Oops; there were a couple of typos in the upstream tinytestNick Mathewson
2012-02-13Synchronize with upstream tinytest again: remove _identifiersNick Mathewson
2012-02-13Synchronize with upstream tinytest.Nick Mathewson
2012-02-13bump to 0.2.3.12-alpha-devRoger Dingledine
2012-02-13bump to 0.2.3.12-alphaRoger Dingledine
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