Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Merge branch 'tor-github/pr/980' | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-04-30 | Merge branch 'tor-github/pr/909' | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-04-30 | Changes file for 29732. | Nick Mathewson | |
2019-04-29 | Merge remote-tracking branch 'tor-github/pr/972' | Nick Mathewson | |
2019-04-29 | Merge branch 'maint-0.4.0' | Nick Mathewson | |
2019-04-29 | Merge remote-tracking branch 'tor-github/pr/974' into maint-0.4.0 | Nick Mathewson | |
2019-04-25 | Merge remote-tracking branch 'tor-github/pr/889' | Nick Mathewson | |
2019-04-25 | changes file for ticket 30091 (controller parsing refactor) | Nick Mathewson | |
2019-04-25 | When parsing a multiline controller command, be careful with linebreaks | Nick Mathewson | |
The first line break in particular was mishandled: it was discarded if no arguments came before it, which made it impossible to distinguish arguments from the first line of the body. To solve this, we need to allocate a copy of the command rather than using NUL to separate it, since we might have "COMMAND\n" as our input. Fixes ticket 29984. | |||
2019-04-25 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-25 | Merge branch 'tor-github/pr/960' into maint-0.4.0 | George Kadianakis | |
2019-04-25 | Merge branch 'tor-github/pr/953' | George Kadianakis | |
2019-04-24 | Merge remote-tracking branch 'tor-github/pr/942' | Nick Mathewson | |
2019-04-24 | Merge remote-tracking branch 'tor-github/pr/964' | Nick Mathewson | |
2019-04-24 | Merge branch 'tor-github/pr/951' | David Goulet | |
2019-04-24 | Merge branch 'tor-github/pr/955' | David Goulet | |
2019-04-24 | Merge branch 'tor-github/pr/939' | David Goulet | |
2019-04-23 | Merge remote-tracking branch 'tor-github/pr/944' | Nick Mathewson | |
2019-04-23 | Merge remote-tracking branch 'tor-github/pr/935' | Nick Mathewson | |
2019-04-23 | Merge remote-tracking branch 'tor-github/pr/971' | Nick Mathewson | |
2019-04-23 | Merge branch 'ticket30051_take2_squashed' | Nick Mathewson | |
2019-04-23 | Add changes file | rl1987 | |
2019-04-23 | Merge remote-tracking branch 'tor-github/pr/962' | Nick Mathewson | |
2019-04-23 | Stop looking for scripts in the build directory during "make shellcheck" | teor | |
Fixes bug 30263; bugfix on 0.4.0.1-alpha. | |||
2019-04-23 | Coding Standards: Document how to find git commits | teor | |
Document how to find git commits and tags for bug fixes in CodingStandards.md. And update some changes file documentation. Closes ticket 30261. | |||
2019-04-22 | Travis: Show stem's tor log after failure | teor | |
Closes ticket 30234. | |||
2019-04-19 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/710' into maint-0.3.5 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/726' into maint-0.3.5 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/745' into maint-0.3.5 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/947' into maint-0.3.5 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/946' into maint-0.3.4 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/638' into maint-0.3.4 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/791' into maint-0.3.4 | teor | |
2019-04-18 | Merge branch 'tor-github/pr/938' | George Kadianakis | |
2019-04-18 | Merge branch 'tor-github/pr/925' | George Kadianakis | |
2019-04-18 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-18 | Merge branch 'tor-github/pr/891' into maint-0.4.0 | George Kadianakis | |
2019-04-17 | Remove contrib/dist/tor.sh.in | rl1987 | |
2019-04-17 | connection_edge: Return a web page when HTTPTunnelPort is misconfigured | teor | |
Return an informative web page when the HTTPTunnelPort is used as an HTTP proxy. Closes ticket 27821, patch by "eighthave". | |||
2019-04-17 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-04-17 | changes: update the changes file for 30001 | teor | |
2019-04-17 | Do not warn about compatible OpenSSL upgrades | Bernhard M. Wiedemann | |
When releasing OpenSSL patch-level maintenance updates, we do not want to rebuild binaries using it. And since they guarantee ABI stability, we do not have to. Without this patch, warning messages were produced that confused users: https://bugzilla.opensuse.org/show_bug.cgi?id=1129411 Fixes bug 30190; bugfix on 0.2.4.2-alpha commit 7607ad2bec Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de> | |||
2019-04-16 | Merge remote-tracking branch 'tor-github/pr/910' | Nick Mathewson | |
2019-04-15 | Clear memory in smartlist_remove_keeporder. | Tobias Stoeckmann | |
The smartlist functions take great care to reset unused pointers inside the smartlist memory to NULL. The function smartlist_remove_keeporder does not clear memory in such way when elements have been removed. Therefore call memset after the for-loop that removes elements. If no element is removed, it is effectively a no-op. Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org> | |||
2019-04-15 | Merge branch 'bug30189_035' into bug30189_041 | Nick Mathewson | |
2019-04-15 | Use a tor_abort_() wrapper in our util_bug.h macros | Nick Mathewson | |
Previously, our use of abort() would break anywhere that we didn't include stdlib.h. This was especially troublesome in case where tor_assert_nonfatal() was used with ALL_BUGS_ARE_FATAL, since that one seldom gets tested. As an alternative, we could have just made this header include stdlib.h. But that seems bloaty. Fixes bug 30189; bugfix on 0.3.4.1-alpha. | |||
2019-04-15 | Merge branch 'tor-github/pr/941' | George Kadianakis | |
2019-04-15 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-15 | Merge branch 'tor-github/pr/948' into maint-0.4.0 | George Kadianakis | |