Skip to content
  1. Apr 14, 2016
  2. Apr 01, 2016
  3. Mar 31, 2016
  4. Mar 30, 2016
  5. Mar 28, 2016
  6. Mar 25, 2016
  7. Feb 18, 2016
  8. Jan 04, 2016
  9. Nov 16, 2015
  10. Oct 24, 2015
  11. Sep 14, 2015
    • Alan's avatar
      Adapt panes size to content · 87de554d
      Alan authored
      It often happens that more space than half of the window is needed to display
      the circuit names. This commit makes the panes non homogeneous in width and
      remove the scrollbar from the left pane so that it adapts to the required
      width.
      87de554d
  12. Sep 10, 2015
    • Alan's avatar
      Only update stream status and not label · fafb4753
      Alan authored
      For every stream, tor will send something like:
      
      650 STREAM 3709 NEW 0 www.example.org:80 SOURCE_ADDR=127.0.0.1:42592 PURPOSE=USER
      650 STREAM 3709 SENTCONNECT 95 www.example.org:80
      650 STREAM 3709 REMAP 95 93.184.216.34:80 SOURCE=EXIT
      650 STREAM 3709 SUCCEEDED 95 93.184.216.34:80
      650 STREAM 3709 CLOSED 95 93.184.216.34:80 REASON=DONE
      
      If we update the target when we receive the REMAP event, then we replace the
      hostname by its IP. In this commit we only update the stream status, but keep
      the old target.
      fafb4753
    • Alan's avatar
      Fix: actually compare the new circuit ID with a circuit ID · 5e1a10cf
      Alan authored
      We used to compare the new circuit ID with the old stream ID, which
      obviously was always false.
      5e1a10cf
  13. Sep 04, 2015
  14. Aug 17, 2015
Loading