Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | bug 4115: make bridges use begindir for their dir fetches | Roger Dingledine | |
removes another avenue for enumerating bridges. | |||
2011-09-24 | trivial whitespace changes, take two | Roger Dingledine | |
2011-09-24 | Trivial whitespace fixes | Nick Mathewson | |
2011-09-24 | Add a changes file for Tom Lowenthal's patch for #4063 | Nick Mathewson | |
2011-09-24 | Ticket #4063 - change circuit build timeout log entries from NOTICE to INFO | Tom Lowenthal | |
2011-09-20 | changes file for bug 4059 | Nick Mathewson | |
2011-09-20 | Fix a potentially useless integer overflow check. | Mansour Moufid | |
GCC 4.2 and maybe other compilers optimize away unsigned integer overflow checks of the form (foo + bar < foo), for all bar. Fix one such check in `src/common/OpenBSD_malloc_Linux.c'. | |||
2011-09-15 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-09-15 | Update to the September 2011 GeoIP database. | Karsten Loesing | |
2011-09-13 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
Conflicts: src/or/main.c src/or/router.c | |||
2011-09-13 | Generate our ssl session certs with a plausible lifetime | Roger Dingledine | |
Nobody but Tor uses certs on the wire with 2 hour lifetimes, and it makes us stand out. Resolves ticket 4014. | |||
2011-09-12 | Update to the September 2011 GeoIP database. | Karsten Loesing | |
2011-09-10 | Demote 'INTRODUCE2 cell is too {old,new}' message to info level | Robert Ransom | |
2011-09-10 | Demote HS 'replay detected' log message for DH public keys to info level | Robert Ransom | |
2011-09-10 | Describe rend_service_descriptor_t more completely | Robert Ransom | |
2011-09-10 | Describe rend_intro_point_t more completely | Robert Ransom | |
2011-09-10 | Fix log message typo. | Robert Ransom | |
2011-09-09 | Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2 | Nick Mathewson | |
2011-09-09 | Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2 | Nick Mathewson | |
2011-09-09 | Check for replays in PK-encrypted part of intro cell, not just in the g^x value | Nick Mathewson | |
2011-09-09 | Add changes file for bsd4 fixes | Nick Mathewson | |
2011-09-07 | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2 | Nick Mathewson | |
2011-09-07 | Look for correct "ar" to cross-compile | Nick Mathewson | |
For some reason, autoconf doesn't by default have an "AC_PROG_AR" for this -- possibly it's assumed that any "ar" you have will work everyplace. Fixes bug 3909; found by sid77. This fixes a build issue first present in fdbdb4dc1500, but the bug (of not using a correct ar) has been in every Tor version ever: it just didn't matter until then. | |||
2011-09-06 | Fix assertion in addressmap_clear_excluded_trackexithosts | Nick Mathewson | |
Fixes bug 3923; bugfix on 0.2.2.25-alpha; bugfix from 'laruldan' on trac. | |||
2011-09-02 | Correct man page: multiple control auth styles can be set at once | Roger Dingledine | |
2011-08-30 | Check for lround with autoconf; fall back to rint. | Nick Mathewson | |
2011-08-30 | Fix a compilation issue on older FreeBSDs | Sebastian Hahn | |
2011-08-30 | Use %f with printf-style formatting, not %lf | Nick Mathewson | |
For printf, %f and %lf are synonymous, since floats are promoted to doubles when passed as varargs. It's only for scanf that we need to say "%lf" for doubles and "%f" for floats. Apparenly, some older compilers think it's naughty to say %lf and like to spew warnings about it. Found by grarpamp. | |||
2011-08-30 | Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/END | Nick Mathewson | |
It had some cpp stuff inside, and older GCCs don't like preprocessor directives inside macro arguments. Found by grarpamp. | |||
2011-08-25 | Mention that HiddenServiceDir must exist | Sebastian Hahn | |
2011-08-24 | lround() missing in MSVC | Gisle Vanem | |
lround() is missing in MS Visual-C's <math.h>. Not available anywhere. Here is an easy patch. | |||
2011-08-17 | Don't write ControlPorts to disk till after we setuid and make datadir | Nick Mathewson | |
Fix for bug 3747; bugfix on 0.2.2.26-beta. | |||
2011-08-15 | Remove extra quotation marks around the result of esc_for_log | Robert Ransom | |
2011-08-10 | Ignore deprecation warnings on OS X | Sebastian Hahn | |
Starting with Lion, Apple decided to deprecate the system openssl. We can start requiring users to install their own openssl once OS X doesn't ship with it anymore. | |||
2011-08-08 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-08-08 | Update to the August 2011 GeoIP database. | Karsten Loesing | |
2011-07-20 | Check return value in fmt_addr | Nick Mathewson | |
Previously, if tor_addr_to_str() returned NULL, we would reuse the last value returned by fmt_addr(). (This could happen if we were erroneously asked to format an AF_UNSPEC address.) Now instead we return "???". | |||
2011-07-19 | Untangle first sentence of changes/bug3607 | Nick Mathewson | |
2011-07-19 | Specify text or binary mode in every start_writing_to_stdio_file call | Robert Ransom | |
2011-07-14 | Merge branch 'bug3577' into maint-0.2.2 | Nick Mathewson | |
2011-07-14 | Improve error msg on failed getinfo fingerprint | Nick Mathewson | |
2011-07-14 | Update HACKING with some more release instructions | Sebastian Hahn | |
2011-07-13 | Change GETINFO fingerprint to look at server_mode, not my_descriptor | Nick Mathewson | |
It's possible for us to be a server and have a fingerprint without having yet generated a descriptor. Fixes bug 3577; bugfix on 0.2.0.1-alpha | |||
2011-07-07 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-07-07 | update to the july 2011 geoip db | Roger Dingledine | |
2011-07-07 | Correctly send a SUCCEEDED event for rdns requests | Sebastian Hahn | |
The issue was that we overlooked the possibility of reverse DNS success at the end of connection_ap_handshake_socks_resolved(). Issue discovered by katmagic, thanks! | |||
2011-07-06 | Fix weird formatting of html manpage | Sebastian Hahn | |
Asciidoc was inserting <pre> tags for paragraphs that started with a '+' at the beginning of the line. Instead, we need a space in front of the plus. | |||
2011-07-06 | appease check-spaces | Roger Dingledine | |
2011-07-05 | Merge remote-tracking branch 'rransom-tor/bug3465-022' into maint-0.2.2 | Nick Mathewson | |
2011-07-01 | Merge branch 'cov217_022_squashed' into maint-0.2.2 | Nick Mathewson | |