Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-10 | raise bandwidthrate/bandwidthburst to a new "infinite" | Roger Dingledine | |
addresses bug 6605. | |||
2012-09-09 | finish backing out 5492de76 | Roger Dingledine | |
2012-09-09 | minor logging improvement | Roger Dingledine | |
2012-09-08 | retroactively list a ticket number for patch 3946. | Roger Dingledine | |
2012-09-07 | Fix whitespace in Makefile.am | Nick Mathewson | |
2012-09-07 | Removed dependency on tor.spec. Removed tor.spec.in. | Ondrej Mikle | |
2012-09-07 | Merge remote-tracking branch 'asn/bug6788' | Nick Mathewson | |
2012-09-07 | Remove redundant declaration of find_transport_name_by_bridge_addrport(). | George Kadianakis | |
2012-09-07 | the 0.2.1.32 changelog got lost in the shuffle | Roger Dingledine | |
2012-09-07 | a debugging log line that just helped me | Roger Dingledine | |
2012-09-06 | Rename extend_info_alloc() --> _new() | Nick Mathewson | |
Based on a patch from Linus, regenerated so as to not conflict with Linus's 5535/6363 patches. | |||
2012-09-06 | Rename packed_cell_alloc() --> _new(). | Linus Nordberg | |
2012-09-06 | Rename config_alloc() --> _new(). | Linus Nordberg | |
2012-09-06 | Merge branch 'quiet_lib_versions_squashed' | Nick Mathewson | |
2012-09-06 | Detect openssl header version doesn't match runtime version | Nick Mathewson | |
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. | |||
2012-09-06 | Don't log about Libevent/OpenSSL initialization when all's well | Nick Mathewson | |
OTOH, log the Libevent and OpenSSL versions on the first line when we're starting Tor. | |||
2012-09-06 | Merge branch 'bug6778' | Nick Mathewson | |
2012-09-06 | Fix a dependency: micro-revision.i influences tor_main.o, not tor_main.c | Nick Mathewson | |
2012-09-06 | Merge remote-tracking branch 'asn/bug4567_rebased' | Nick Mathewson | |
2012-09-06 | Merge remote-tracking branch 'asn/bug6779' | Nick Mathewson | |
2012-09-06 | Merge remote-tracking branch 'asn/bug6765' | Nick Mathewson | |
2012-09-06 | Log more information when we fail to terminate a process. | George Kadianakis | |
2012-09-06 | Fix a dependency: sha256.c influences crypto.o, not crypto.c | Nick Mathewson | |
2012-09-06 | Fix a build-warning when building out-of-tree | Nick Mathewson | |
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 | |||
2012-09-06 | fix punctuation in logs | Roger Dingledine | |
2012-09-05 | Fix warning when implicitly casting strlen(microdesc) to int | Nick Mathewson | |
Harmless unless we somehow generate a microdesc of more than INT_MAX bytes. | |||
2012-09-05 | bump to 0.2.4.1-alpha-dev | Roger Dingledine | |
2012-09-05 | bump to 0.2.4.1-alphator-0.2.4.1-alpha | Roger Dingledine | |
2012-09-05 | finish changelog mucking for 0.2.4.1-alpha | Roger Dingledine | |
2012-09-06 | Use tor_malloc_zero() in var_cell_new(). | George Kadianakis | |
This is just a precaution; we seem to be using var_cell_t.payload and var_cell_t.payload_len correctly at the moment. | |||
2012-09-05 | make AuthDirHasIPv6Connectivity match the man page | Roger Dingledine | |
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.) | |||
2012-09-05 | and fold it into master too | Roger Dingledine | |
2012-09-05 | Merge branch 'maint-0.2.3' | Roger Dingledine | |
2012-09-05 | Update the minimum bandwidth for a public relay | Roger Dingledine | |
The current cutoff is 30KB, but in reality a useful cutoff is probably more like 50KB or 100KB. | |||
2012-09-05 | Merge remote-tracking branch 'origin/maint-0.2.3' | Nick Mathewson | |
2012-09-05 | Whitespace fixes. | Linus Nordberg | |
2012-09-05 | Avoid segfault if EntryGuardPathBias precedes EntryGuard | Nick Mathewson | |
Fix for bug 6774; bugfix on 0.2.3.17-beta. | |||
2012-09-05 | Figure out ORPort and DirPort even when 'auto' is used. | George Kadianakis | |
Use router_get_advertised_{dir,or}_port() functions instead of get_primary_{dir,or}_port(). | |||
2012-09-05 | Merge remote-tracking branch 'linus/bug6770_3' | Nick Mathewson | |
Conflicts: doc/tor.1.txt src/or/config.c | |||
2012-09-05 | Fix some bugs that did not allow compilation on Windows. | George Kadianakis | |
2012-09-05 | General tweaks and fixes for Nick's comments. | George Kadianakis | |
* 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 | |||
2012-09-05 | Tweak code and pump the tor-fw-helper version. | George Kadianakis | |
Conflicts: src/or/circuitbuild.h | |||
2012-09-05 | Start passing ports to tor_check_port_forwarding(). | George Kadianakis | |
Conflicts: src/or/transports.c | |||
2012-09-05 | Refactor tor to support the new tor-fw-helper protocol. | George Kadianakis | |
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 | |||
2012-09-05 | Use get_lines_from_handle() in configure_proxy(). | George Kadianakis | |
2012-09-05 | Introduce get_lines_from_handle(). | George Kadianakis | |
get_lines_from_handle() is a multiplatform function which drains lines from a stream and stuffs it into a smartlist. It's useful for line-based protocols, like the one managed proxy and the tor-fw-helper protocols. | |||
2012-09-05 | All loging messages are now sent to stderr. | George Kadianakis | |
stdout should be clean for control messages. | |||
2012-09-05 | Refactor our backends' interface. | George Kadianakis | |
2012-09-05 | Further implement tor-fw-helper's TCP port forwarding system. | George Kadianakis | |
2012-09-05 | Implement the new TCP port parsing logic in tor-fw-helper. | George Kadianakis | |