aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Move SOCKS reason-decoding switches into reasons.cNick Mathewson2009-06-19
* Enable Tor to connect through SOCKS 4/5 proxiesChristopher Davis2009-06-19
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-18
|\
| * tor-resolve: Don't automatically refuse .onion addresses.Nick Mathewson2009-06-18
| * Backport fix for bug 997.Karsten Loesing2009-06-16
* | Set EV_PERSIST flag on signal events with Libevent < 2.0.Nick Mathewson2009-06-18
* | Merge commit 'karsten/bug997-hidservfetch'Nick Mathewson2009-06-16
|\ \
| * | Fix more of bug 997.Karsten Loesing2009-06-13
| * | Apply fix for bug 997.Karsten Loesing2009-06-12
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-16
|\ \ \ | | |/ | |/|
| * | Revise earlier check for correct IPv4 addr length to check for ==4.Nick Mathewson2009-06-16
| * | Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine2009-06-12
* | | Fix bug 1001Sebastian Hahn2009-06-16
* | | Whitespace and osx fixes on libevent2 patch.Nick Mathewson2009-06-12
* | | Isolate Libevent API dependency to just main.c and dns.c in src/or.Nick Mathewson2009-06-12
* | | Make Tor compile with Libevent 1.0 again.Nick Mathewson2009-06-12
* | | Move the Libvent setup logic into compat_libevent from config.Nick Mathewson2009-06-12
* | | Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson2009-06-12
* | | Check answer_len in the remap_addr case of process_relay_cell_not_open.Roger Dingledine2009-06-12
| |/ |/|
* | Restore changes from f79688d that got lost somehow during a merge.Karsten Loesing2009-06-12
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-08
|\|
| * Avoid a memory corruption problem related to "private" in DirPolicy.Nick Mathewson2009-06-05
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-04
|\|
| * Update the rest of the geoip file.Karsten Loesing2009-06-04
| * Update the geoip fileNick Mathewson2009-06-03
| * Fix gprof bottlenecks on exit nodes found by Jacob.Nick Mathewson2009-06-03
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-31
|\|
| * Do not report a node as a "chosen exit" when it is not in fact an exit.Nick Mathewson2009-05-31
| * Make the second argument to routerset_contains_extendinfo constNick Mathewson2009-05-31
| * Don't attempt to log messages to a controller from a worker thread.Nick Mathewson2009-05-30
| * Clean up a bit of C logic, and fix an erroneous warning.Nick Mathewson2009-05-29
| * Consider *ListenAddress when warning about low ports and hibernationSebastian Hahn2009-05-30
* | Merge branch 'hardware_accel_improvements'Nick Mathewson2009-05-31
|\ \
| * | Fix-ups for dynamic OpenSSL engine patch.Nick Mathewson2009-05-31
| * | Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck2009-05-23
* | | Warn and exit when we are configured to measure GeoIP statistics, but have no...Karsten Loesing2009-05-30
* | | Restore changes from Karsten's "Remove unused rendversion parameters".Nick Mathewson2009-05-28
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-28
|\ \ \ | | |/ | |/|
| * | Two more spelling fix fixes.Nick Mathewson2009-05-28
| * | Fixes to spelling fixes. Thanks, Roger!Nick Mathewson2009-05-28
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\| |
| * | Fix unit tests that were broken after last fix of #932.Karsten Loesing2009-05-27
| * | Spell-check Tor.Nick Mathewson2009-05-27
| * | Spelling fixes in comments and stringsNick Mathewson2009-05-27
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\| |
| * | Improve documentation for the last fix of bug 932.Karsten Loesing2009-05-27
| * | Fix bug 932 even more.Karsten Loesing2009-05-27
* | | Fix a signed/unsigned comparison warningNick Mathewson2009-05-27
* | | Change the way how directories that are configured with --enable-geoip-stats ...Karsten Loesing2009-05-27
* | | Some cleanups on geoip.c.Karsten Loesing2009-05-26