- Jan 06, 2020
-
-
- Oct 17, 2019
-
-
haxxpop authored
Since connection_proxy_connect is too long now, it's better to create new functions (connection_https_proxy_connect, connection_socks4_proxy_connect, and connection_socks5_proxy_connect) to make connection_proxy_connect shorter.
-
haxxpop authored
Because we need to construct the URI using the TCPProxy configuration but we don't have a standard URI scheme for haproxy yet, we decided to not support TCPProxy in TOR_PT_PROXY now. There is no problem with HTTPSProxy, Socks4Proxy, or Socks5Proxy because they all have standard URI schemes.
-
haxxpop authored
-
haxxpop authored
Read the TCPProxy option and put in or_options_t.
-
haxxpop authored
TCPProxy is used for proxying all outgoing OR connections through some proxy with the protocol specified in the option.
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
Obviously correct fixes to code that's already been reviewed.
-
- Oct 16, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
These need to start with /**, not /*.
-
Nick Mathewson authored
-
Nick Mathewson authored
These are yet more that were not made with "/**"
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
There were a bunch of items where the doxygen comments were formatted incorrectly (with /* instead of /**)
-
Nick Mathewson authored
Previously some of the comments here used /*.
-
Nick Mathewson authored
This makes out-of-tree doxygen builds work. Closes ticket 32113.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Running doxygen with latex gave us all manner of unicode issues, slowed down the "make doxygen" target by a lot, and added several latex dependencies... all to produce a 4000-page reference manual which is probably not what anybody wanted. Closes ticket 32099.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
I have left the settings at their old values, except when they referred to nonexistent files. Closes ticket 32110
-
Nick Mathewson authored
Doxygen thinks that saying #foo is linking to a "foo" anchor someplace.
-
Nick Mathewson authored
Doxygen seems to interpret anything starting with \ as a command, even when we don't mean it that way.
-