Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Be more clear in changes file for 6797. | Nick Mathewson | 2012-09-10 | |
* | | | | | | | Merge remote-tracking branch 'linus/bug6797' | Nick Mathewson | 2012-09-10 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Don't follow the NULL pointer. | Linus Nordberg | 2012-09-10 | |
* | | | | | | | | Merge branch 'bug3155' | Nick Mathewson | 2012-09-10 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Rename _UseFilteringSSLBufferevents to lose its _. Bug 3155 | Nick Mathewson | 2012-09-10 | |
| * | | | | | | | | bug3155 changes file | Nick Mathewson | 2012-09-10 | |
| * | | | | | | | | Hide options beginning with "___" from GETINFO config/names | meejah | 2012-09-10 | |
| * | | | | | | | | rename _UsingTestNetworkDefaults to start with triple-underscore | meejah | 2012-09-10 | |
|/ / / / / / / / | ||||
* / / / / / / / | raise bandwidthrate/bandwidthburst to a new "infinite" | Roger Dingledine | 2012-09-10 | |
|/ / / / / / / | ||||
* | | | | | | | finish backing out 5492de76 | Roger Dingledine | 2012-09-09 | |
* | | | | | | | minor logging improvement | Roger Dingledine | 2012-09-09 | |
* | | | | | | | retroactively list a ticket number for patch 3946. | Roger Dingledine | 2012-09-08 | |
| |/ / / / / |/| | | | | | ||||
* | | | | | | 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-07 | |
* | | | | | | Rename extend_info_alloc() --> _new() | Nick Mathewson | 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 | 2012-09-06 | |
| * | | | | | | Don't log about Libevent/OpenSSL initialization when all's well | Nick Mathewson | 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 | |
| * | | | | | | 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 | 2012-09-06 | |
* | | | | | | | Merge remote-tracking branch 'asn/bug4567_rebased' | Nick Mathewson | 2012-09-06 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Figure out ORPort and DirPort even when 'auto' is used. | George Kadianakis | 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 | 2012-09-05 | |
| * | | | | | | | Tweak code and pump the tor-fw-helper version. | George Kadianakis | 2012-09-05 | |
| * | | | | | | | Start passing ports to tor_check_port_forwarding(). | George Kadianakis | 2012-09-05 | |
| * | | | | | | | Refactor tor to support the new tor-fw-helper protocol. | George Kadianakis | 2012-09-05 | |
| * | | | | | | | Use get_lines_from_handle() in configure_proxy(). | George Kadianakis | 2012-09-05 | |
| * | | | | | | | Introduce get_lines_from_handle(). | George Kadianakis | 2012-09-05 | |
| * | | | | | | | All loging messages are now sent to stderr. | George Kadianakis | 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 | 2012-09-05 | |
| * | | | | | | | Refactor tor-fw-helper port forwarding logic. | George Kadianakis | 2012-09-05 | |
* | | | | | | | | Merge remote-tracking branch 'asn/bug6779' | Nick Mathewson | 2012-09-06 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Log more information when we fail to terminate a process. | George Kadianakis | 2012-09-06 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge remote-tracking branch 'asn/bug6765' | Nick Mathewson | 2012-09-06 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Use tor_malloc_zero() in var_cell_new(). | George Kadianakis | 2012-09-06 | |
| |/ / / / / / / | ||||
* | / / / / / / | fix punctuation in logs | Roger Dingledine | 2012-09-06 | |
| |/ / / / / / |/| | | | | | | ||||
* | | | | | | | Fix warning when implicitly casting strlen(microdesc) to int | Nick Mathewson | 2012-09-05 | |
* | | | | | | | bump to 0.2.4.1-alpha-dev | Roger Dingledine | 2012-09-05 | |
* | | | | | | | bump to 0.2.4.1-alpha | Roger Dingledine | 2012-09-05 |