- Sep 10, 2012
-
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Nick Mathewson authored
Part of 6736 effort to try to make startup quieter.
-
Nick Mathewson authored
If s_values is null in rep_hist_load_bwhist_state_section, we would call smartlist_len() on it, and die. Fixes bug 6801.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
Roger Dingledine authored
addresses bug 6605.
-
- Sep 09, 2012
-
-
Linus Nordberg authored
If dirvote_create_microdescriptor() returns NULL, don't use md. Found by "f. tp.". Fixes bug 6797.
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Sep 08, 2012
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Sep 07, 2012
-
-
Nick Mathewson authored
Implements ticket 6789.
-
George Kadianakis authored
-
Roger Dingledine authored
-
- Sep 06, 2012
-
-
Nick Mathewson authored
Based on a patch from Linus, regenerated so as to not conflict with Linus's 5535/6363 patches.
-
-
-
Nick Mathewson authored
We already do this for libevent; let's do it for openssl too. For now, I'm making it always a warn, since this has caused some problems in the past. Later, we can see about making it less severe.
-
Nick Mathewson authored
OTOH, log the Libevent and OpenSSL versions on the first line when we're starting Tor.
-
Nick Mathewson authored
-
George Kadianakis authored
-
Nick Mathewson authored
-
Nick Mathewson authored
We were trying to incorporate all headers in common_sha1.i, not just the src/common ones. This is part of bug 6778; fix on 0.2.4.1-alpha
-
Roger Dingledine authored
-
Nick Mathewson authored
Harmless unless we somehow generate a microdesc of more than INT_MAX bytes.
-
Roger Dingledine authored
-
- Sep 05, 2012
-
-
George Kadianakis authored
This is just a precaution; we seem to be using var_cell_t.payload and var_cell_t.payload_len correctly at the moment.
-
Roger Dingledine authored
we can turn it into an autobool later if we have some way for it to make a decision. (patch possibly got lost when nickm merged #6770; or maybe nickm meant for it to be this way. i'm not sure.)
-
Linus Nordberg authored
-
Nick Mathewson authored
Fix for bug 6774; bugfix on 0.2.3.17-beta.
-
George Kadianakis authored
Use router_get_advertised_{dir,or}_port() functions instead of get_primary_{dir,or}_port().
-
George Kadianakis authored
-
George Kadianakis authored
* Add changes/ files. * Edit the tor-fw-helper manpage. * Fix check-spaces. * Add prototype for get_list_of_ports_to_forward(). * Fix tor_parse_long() TCP port range. * Improve doc. of tor_check_port_forwarding(). * Check for overflows in tor_check_port_forwarding(). * Demote successful port forwarding to LOG_INFO. Conflicts: src/common/address.c src/or/circuitbuild.c
-
George Kadianakis authored
Conflicts: src/or/circuitbuild.h
-
George Kadianakis authored
Conflicts: src/or/transports.c
-
George Kadianakis authored
Add handle_fw_helper_output(), a function responsible for parsing the output of tor-fw-helper. Refactor tor_check_port_forwarding() and run_scheduled_events() accordingly too. We now issue warnings when we get control output from tor-fw-helper, and we log the verbose output of tor-fw-helper in LOG_INFO. Conflicts: src/common/util.c