summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
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-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-02-10Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066Nick Mathewson
2012-02-09Merge branch 'maint-0.2.2'Roger Dingledine
2012-02-09Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2012-02-09revert the revert in master, since I didn't want to revert it thereRoger Dingledine
2012-02-09Merge branch 'maint-0.2.2'Roger Dingledine
2012-02-09Revert "add a "docs" to the manual URI as listed in torrc.sample.in"Roger Dingledine
2012-02-09Update to the February 2012 GeoIP database.maint-0.2.1Karsten Loesing
2012-02-08add a "docs" to the manual URI as listed in torrc.sample.inNick Mathewson
2012-02-08Fix fencepost error with HearbeatPeriod optionSebastian Hahn
2012-02-08Update sample torrc file for 0.2.3.xRoger Dingledine
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-31Merge remote-tracking branch 'arma/bug4013'Nick Mathewson
2012-01-31Actually enable the windows absolute-path codeNick 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-23bump to 0.2.3.11-alpha-devRoger 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-22bump to 0.2.3.11-alphaRoger Dingledine
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-18Merge remote-tracking branch 'public/bug4533_part1'Nick Mathewson
2012-01-18Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-01-18Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.cNick Mathewson
2012-01-18Fix SOCKET_OK test on win64.Nick Mathewson
2012-01-17Warn if sizeof(tor_socket_t) != sizeof(SOCKET)Nick Mathewson
2012-01-17Use SOCKET_OK macros in even more placesNick Mathewson
2012-01-16fix crash bug in original feature4207 branchRoger Dingledine
2012-01-16Merge remote-tracking branch 'asn-mytor/bug4751'Nick Mathewson
2012-01-16Merge remote-tracking branch 'public/bug3325'Nick Mathewson
2012-01-16whitespace fixesNick 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