Age | Commit message (Expand) | Author |
2012-02-13 | Reinstate TOR_PR_EXTENDED_SERVER_PORT, just a little | Nick Mathewson |
2012-02-12 | set_managed_proxy_environment() can't fail anymore | Sebastian Hahn |
2012-02-12 | Properly set up environment for managed-mode obfsproxy | Sebastian Hahn |
2012-02-12 | Try to have (and maintain!) an invariant about unconfigured_proxies_n | Nick Mathewson |
2012-02-12 | Don't smartlist_remove a managed proxy from a list we're iterating over. | Nick Mathewson |
2012-02-12 | Fix a check-spaces complaint | Sebastian Hahn |
2012-02-12 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-02-12 | Unpack a smartlist_foreach and add an assert: try to hunt #5102 | Nick Mathewson |
2012-02-12 | Fix #5097 on Windows, too | Robert Ransom |
2012-02-12 | Fix bug #5097: remove bogus envvar from managed proxies' environment | Robert Ransom |
2012-02-10 | Properly protect paths to sed, sha1sum, openssl | Sebastian Hahn |
2012-02-10 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-02-10 | Downgrade "missing a certificate" from notice to info | Nick Mathewson |
2012-02-10 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-02-10 | Use correct CVE number for CVE-2011-4576. Found by fermenthor. bug 5066 | Nick Mathewson |
2012-02-09 | Merge branch 'maint-0.2.2' | Roger Dingledine |
2012-02-09 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine |
2012-02-09 | revert the revert in master, since I didn't want to revert it there | Roger Dingledine |
2012-02-09 | Merge branch 'maint-0.2.2' | Roger Dingledine |
2012-02-09 | Revert "add a "docs" to the manual URI as listed in torrc.sample.in" | Roger Dingledine |
2012-02-09 | Update to the February 2012 GeoIP database.maint-0.2.1 | Karsten Loesing |
2012-02-08 | add a "docs" to the manual URI as listed in torrc.sample.in | Nick Mathewson |
2012-02-08 | Fix fencepost error with HearbeatPeriod option | Sebastian Hahn |
2012-02-08 | Update sample torrc file for 0.2.3.x | Roger Dingledine |
2012-01-31 | Fix straggling MS_WINDOWS issues; add a changes file | Nick Mathewson |
2012-01-31 | Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32 | Nick Mathewson |
2012-01-31 | Merge remote-tracking branch 'arma/bug4013' | Nick Mathewson |
2012-01-31 | Actually enable the windows absolute-path code | Nick Mathewson |
2012-01-27 | if we ever have an old bridge, never again use microdescs | Roger Dingledine |
2012-01-25 | Allow 0.2.3.x clients to use 0.2.2.x bridges. | Roger Dingledine |
2012-01-23 | set SO_REUSEADDR before we bind, not after | Roger Dingledine |
2012-01-23 | bump to 0.2.3.11-alpha-dev | Roger Dingledine |
2012-01-23 | Use !SOCKET_OK to test if a socket is uninitializedtor-0.2.3.11-alpha | Sebastian Hahn |
2012-01-22 | update comment to reflect our TOR_INVALID_SOCKET convention | Roger Dingledine |
2012-01-22 | bump to 0.2.3.11-alpha | Roger Dingledine |
2012-01-18 | Rename nonconformant identifiers. | Nick Mathewson |
2012-01-18 | Merge remote-tracking branch 'public/bug4533_part1' | Nick Mathewson |
2012-01-18 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2012-01-18 | Use tor_socket_t, not unsigned, in tor-fw-helper-natmp.c | Nick Mathewson |
2012-01-18 | Fix SOCKET_OK test on win64. | Nick Mathewson |
2012-01-17 | Warn if sizeof(tor_socket_t) != sizeof(SOCKET) | Nick Mathewson |
2012-01-17 | Use SOCKET_OK macros in even more places | Nick Mathewson |
2012-01-16 | fix crash bug in original feature4207 branch | Roger Dingledine |
2012-01-16 | Merge remote-tracking branch 'asn-mytor/bug4751' | Nick Mathewson |
2012-01-16 | Merge remote-tracking branch 'public/bug3325' | Nick Mathewson |
2012-01-16 | whitespace fixes | Nick Mathewson |
2012-01-16 | Convert instances of tor_malloc+tor_snprintf into tor_asprintf | Nick Mathewson |
2012-01-16 | Convert instances of tor_snprintf+strdup into tor_asprintf | Nick Mathewson |
2012-01-16 | Try to use smartlist_add_asprintf consistently | Nick Mathewson |
2012-01-16 | Rename smartlist_{v,}asprintf_add to smartlist_add_{v,}asprintf | Nick Mathewson |