Skip to content
Snippets Groups Projects
  1. Apr 16, 2003
  2. Apr 15, 2003
  3. Apr 11, 2003
  4. Apr 08, 2003
  5. Apr 07, 2003
  6. Mar 24, 2003
  7. Mar 19, 2003
  8. Mar 18, 2003
  9. Mar 17, 2003
  10. Mar 12, 2003
  11. Mar 11, 2003
  12. Mar 05, 2003
  13. Feb 28, 2003
  14. Feb 18, 2003
    • Roger Dingledine's avatar
      · 1714ea2a
      Roger Dingledine authored
      Bugfixes and enhancements in sendmes and dns farm
      
      
      svn:r161
      1714ea2a
  15. Feb 06, 2003
  16. Jan 26, 2003
    • Roger Dingledine's avatar
      major overhaul: dns slave subsystem, topics · c35373a2
      Roger Dingledine authored
      on startup, it forks off a master dns handler, which forks off dns
      slaves (like the apache model). slaves as spawned as load increases,
      and then reused. excess slaves are not ever killed, currently.
      
      implemented topics. each topic has a receive window in each direction
      at each edge of the circuit, and sends sendme's at the data level, as
      per before. each circuit also has receive windows in each direction at
      each hop; an edge sends a circuit-level sendme as soon as enough data
      cells have arrived (regardless of whether the data cells were flushed
      to the exit conns). removed the 'connected' cell type, since it's now
      a topic command within data cells.
      
      at the edge of the circuit, there can be multiple connections associated
      with a single circuit. you find them via the linked list conn->next_topic.
      
      currently each new ap connection starts its own circuit, so we ought
      to see comparable performance to what we had before. but that's only
      because i haven't written the code to reattach to old circuits. please
      try to break it as-is, and then i'll make it reuse the same circuit and
      we'll try to break that.
      
      
      svn:r152
      c35373a2
  17. Oct 13, 2002
  18. Oct 02, 2002
  19. Oct 01, 2002
  20. Sep 28, 2002
    • Roger Dingledine's avatar
      more robust http(ish) handling · 827c7444
      Roger Dingledine authored
      svn:r123
      827c7444
    • Roger Dingledine's avatar
      cleanup · 22285e6f
      Roger Dingledine authored
      prkey is only fetched when it's needed
      tor nodes who aren't dirservers now fetch directories and autoconnect
        to new nodes listed in the directory
      default role is a non-dirserver node
      
      
      svn:r120
      22285e6f
  21. Sep 26, 2002
  22. Sep 24, 2002
    • Roger Dingledine's avatar
      laying the groundwork for dynamic router lists · 253f0f16
      Roger Dingledine authored
      revamped the router reading section
      
      reference counting for crypto pk env's (so we can dup them)
      
      we now read and write pem pk keys from string rather than from FILE*,
        in anticipation of fetching directories over a socket
        (so now on startup we slurp in the whole file, then parse it as a string)
      
      fixed a bug in the proxy side, where you could get some circuits
        wedged if they showed up while the connection was being made
      
      
      svn:r110
      253f0f16
  23. Sep 22, 2002
    • Roger Dingledine's avatar
      onion proxy now speaks socks4a · 155c9b80
      Roger Dingledine authored
      httpap is obsolete; we support privoxy directly now!
      
      smtpap is obsolete; need to find a good socks4a-enabled smtp proxy/client
      
      I dub thee 0.0.1.
      
      
      svn:r107
      155c9b80
  24. Sep 21, 2002
  25. Sep 17, 2002
  26. Sep 09, 2002
  27. Sep 04, 2002
  28. Sep 03, 2002
  29. Aug 27, 2002
Loading