Skip to content
Snippets Groups Projects
  1. Apr 05, 2019
  2. Mar 27, 2019
  3. Mar 26, 2019
  4. Mar 25, 2019
    • Taylor Yu's avatar
      Correctly report PT vs proxy during bootstrap · 5d2f5e48
      Taylor Yu authored and teor's avatar teor committed
      Previously, or_connection_t did not record whether or not the
      connection uses a pluggable transport. Instead, it stored the
      underlying proxy protocol of the pluggable transport in
      proxy_type. This made bootstrap reporting treat pluggable transport
      connections as plain proxy connections.
      
      Store a separate bit indicating whether a pluggable transport is in
      use, and decode this during bootstrap reporting.
      
      Fixes bug 28925; bugfix on 0.4.0.1-alpha.
      5d2f5e48
    • Alexander Hansen Færøy's avatar
      Pass NULL to lpApplicationName in CreateProcessA(). · 4be522b2
      Alexander Hansen Færøy authored
      When NULL is given to lpApplicationName we enable Windows' "magical"
      path interpretation logic, which makes Tor 0.4.x behave in the same way
      as previous Tor versions did when it comes to executing binaries in
      different system paths.
      
      For more information about this have a look at the CreateProcessA()
      documentation on MSDN -- especially the string interpretation example is
      useful to understand this issue.
      
      This bug was introduced in commit bfb94dd2.
      
      See: https://bugs.torproject.org/29874
      4be522b2
  5. Mar 23, 2019
  6. Mar 22, 2019
  7. Mar 21, 2019
  8. Mar 19, 2019
  9. Mar 18, 2019
Loading