Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-10 | Fix tor-fw-helper exit code. | Arlo Breault | |
It's returning the number of initialized backends. (changes file added by nickm; this is a fix for bug #9030) | |||
2013-06-10 | Fix "make check-spaces" | Nick Mathewson | |
2013-06-10 | Make OPENSSL_free(dh_string_repr) conditional. | Nick Mathewson | |
2013-06-10 | Merge remote-tracking branch 'majek/bug5170' | Nick Mathewson | |
2013-06-10 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-06-10 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-06-10 | Merge branch 'bug9017' into maint-0.2.3 | Nick Mathewson | |
2013-06-10 | Fix (Open?)BSD fast-connect bug with optimistic data. | Nick Mathewson | |
There's an assertion failure that can occur if a connection has optimistic data waiting, and then the connect() call returns 0 on the first attempt (rather than -1 and EINPROGRESS). That latter behavior from connect() appears to be an (Open?)BSDism when dealing with remote addresses in some cases. (At least, I've only seen it reported with the BSDs under libevent, even when the address was 127.0.0.1. And we've only seen this problem in Tor with OpenBSD.) Fixes bug 9017; bugfix on 0.2.3.1-alpha, which first introduced optimistic data. (Although you could also argue that the commented-out connection_start_writing in 155c9b80 back in 2002 is the real source of the issue.) | |||
2013-06-10 | Bug #5170 - make pkey_eq testable, introduce test_tortls.c | Marek Majkowski | |
2013-06-10 | Bug #5170 - test crypto_pk_get_all_digests | Marek Majkowski | |
2013-06-06 | Bug 5170 - simplify i2d_PublicKey in pkey_eq | Marek Majkowski | |
2013-06-06 | Bug #5170 - simplify i2d_X509 | Marek Majkowski | |
2013-06-06 | Bug #5170 - also simplify i2d_DHparams | Marek Majkowski | |
2013-06-06 | Bug #5170 - i2d_RSAPublicKey supports allocating its own output buffer | Marek Majkowski | |
2013-06-06 | Bug #5170 - remove id_to_fp.c as it's not used anywhere | Marek Majkowski | |
2013-06-05 | Merge remote-tracking branch 'karsten/geoip-manual-update-jun2013' | Nick Mathewson | |
2013-06-05 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-06-05 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-06-05 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-06-05 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-06-05 | Fix two cut'n'paste docu bugs. | Linus Nordberg | |
2013-06-05 | Update to the June 2013 GeoIP database. | Karsten Loesing | |
2013-06-05 | Remove 9 now unused manual A1 substitutions. | Karsten Loesing | |
2013-05-29 | Fix windows compilation warning in test_config.c | Nick Mathewson | |
bugfix on 78cc5833a1da038331186ddf07f4add7f8f1094b; bug not in any released Tor. Spotted by weasel using Jenkins. | |||
2013-05-28 | Start correctly when not in testing mode. | Nick Mathewson | |
You can't use != to compare arbitary members of or_options_t. (Also, generate a better error message to say which Testing* option was set.) Fix for bug 8992. Bugfix on b0d4ca49. Bug not in any released Tor. | |||
2013-05-28 | Merge remote-tracking branch 'karsten/task-6752-3' | Nick Mathewson | |
2013-05-25 | Try harder to document default_options correctly. | Karsten Loesing | |
2013-05-24 | double-quotes and changes file for 6506. | Nick Mathewson | |
2013-05-24 | Fix out-of-tree builds. | Arlo Breault | |
See #6506 | |||
2013-05-24 | Config check for asciidoc and generated manpages. | Arlo Breault | |
If USE_ASCIIDOC is enabled but asciidoc isn't present and manpages aren't already generated, it'll throw a warning during configure. Works with the current git / tarball split. Caveat: regular_mans are listed in the configure.ac See #6506 | |||
2013-05-24 | Merge branch 'bug4282_rebased' | Nick Mathewson | |
2013-05-24 | changes file for 4282 | Nick Mathewson | |
2013-05-24 | Reformat 4282 fixes a little | Nick Mathewson | |
2013-05-24 | Fix a logic error in 4282 fixes | Nick Mathewson | |
check_or_create_data_subdir has succeeded when it returns 0, not when it returns negative. | |||
2013-05-24 | Tweak 4282 unit tests for style, safety, correctness. | Nick Mathewson | |
We do our filesystem wrangling relative to get_fname() results, so that if we fail or crash, we can always clean up. | |||
2013-05-24 | Unit tests for check_or_create_data_subdir and write_to_data_subdir. | Peter Retzlaff | |
2013-05-24 | Extract duplicate code in geoip and rephist. | Peter Retzlaff | |
Create new methods check_or_create_data_subdir() and write_to_data_subdir() in config.c and use them throughout rephist.c and geoip.c. This should solve ticket #4282. | |||
2013-05-24 | Tweak fix for #8789 a bit; avoid double-close and add changes file | Nick Mathewson | |
2013-05-24 | Close socket at err target. | Arlo Breault | |
In connection_listener_new(). See #8789. | |||
2013-05-24 | Tweak #6752 patch based on comments by nickm. | Karsten Loesing | |
2013-05-21 | Restore 8093 log messages to WARN severity, but rate limit | Nick Mathewson | |
See #8093 for discussion | |||
2013-05-21 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-05-21 | Downgrade the unexpected sendme cell warnings for 0.2.4 | Nick Mathewson | |
See discussion on #8093 | |||
2013-05-20 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-05-20 | Copy-paste description of PathBias params from man page to or.h comment | Andrea Shepard | |
2013-05-20 | Merge remote-tracking branch 'karsten/geoip-manual-update-may2013' | Nick Mathewson | |
2013-05-20 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2013-05-20 | Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | |
2013-05-20 | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3 | Nick Mathewson | |
2013-05-18 | retroactively fix grammar | Roger Dingledine | |