Skip to content
Snippets Groups Projects
  1. Oct 17, 2016
    • Nick Mathewson's avatar
      Fix a syntax problem · f3174428
      Nick Mathewson authored
      f3174428
    • Nick Mathewson's avatar
      changes file for module docs · efe6fc8b
      Nick Mathewson authored
      efe6fc8b
    • Nick Mathewson's avatar
      Merge branch 'module_docs_1' · fd9a1045
      Nick Mathewson authored
      fd9a1045
    • Nick Mathewson's avatar
      Write a bunch of module documentation. · aae034d1
      Nick Mathewson authored
      This commit adds or improves the module-level documenation for:
      
        buffers.c circuitstats.c command.c connection_edge.c control.c
        cpuworker.c crypto_curve25519.c crypto_curve25519.h
        crypto_ed25519.c crypto_format.c dircollate.c dirserv.c dns.c
        dns_structs.h fp_pair.c geoip.c hibernate.c keypin.c ntmain.c
        onion.c onion_fast.c onion_ntor.c onion_tap.c periodic.c
        protover.c protover.h reasons.c rephist.c replaycache.c
        routerlist.c routerparse.c routerset.c statefile.c status.c
        tor_main.c workqueue.c
      
      In particular, I've tried to explain (for each documented module)
      what each module does, what's in it, what the big idea is, why it
      belongs in Tor, and who calls it.  In a few cases, I've added TODO
      notes about refactoring opportunities.
      
      I've also renamed an argument, and fixed a few DOCDOC comments.
      aae034d1
    • Nick Mathewson's avatar
      Add a logic-consistency test when parsing unix socket configs · df84536a
      Nick Mathewson authored
      Coverity couldn't tell that 'addrport' was always non-NULL at this
      point in the function, so I'm adding an explicit check. This closes
      CID 1374060.
      df84536a
  2. Oct 14, 2016
  3. Oct 13, 2016
  4. Oct 12, 2016
  5. Oct 11, 2016
  6. Oct 10, 2016
  7. Oct 06, 2016
  8. Oct 05, 2016
  9. Oct 04, 2016
  10. Oct 03, 2016
Loading