Skip to content
Snippets Groups Projects
  1. Oct 28, 2020
    • Nick Mathewson's avatar
      Remove "GETINFO network-status". · f7d0bde4
      Nick Mathewson authored
      It was deprecated 0.3.1.1-alpha.
      
      According to #22473, nothing uses it.
      
      Closes #22473.
      f7d0bde4
    • David Goulet's avatar
      test: Missing tor_free() in metrics unit tests · 2edda444
      David Goulet authored
      
      Found by coverity:
      
        *** CID 1468664:  Resource leaks  (RESOURCE_LEAK)
        /src/test/test_metrics.c: 83 in test_config()
        77       tt_int_op(ret, OP_EQ, false);
        78
        79      done:
        80       SMARTLIST_FOREACH(ports, port_cfg_t *, c, port_cfg_free(c));
        81       smartlist_free(ports);
        82       or_options_free(options);
        >>>     CID 1468664:  Resource leaks  (RESOURCE_LEAK)
        >>>     Variable "err_msg" going out of scope leaks the storage it points to.
        83     }
        84
        85     static char _c_buf[256];
        86     #define CONTAINS(conn, msg) \
        87       do { \
        88         tt_int_op(buf_datalen(conn->outbuf), OP_EQ, (strlen(msg))); \
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      2edda444
  2. Oct 27, 2020
  3. Oct 26, 2020
  4. Oct 23, 2020
  5. Oct 22, 2020
    • Roger Dingledine's avatar
      Turn ConsensusParams into a Linelist · 00118355
      Roger Dingledine authored
      Make it possible to specify multiple ConsensusParams torrc
      lines.
      
      Now directory authority operators can for example put the
      main ConsensusParams config in one torrc file and then add to it
      from a different torrc file.
      
      Closes ticket 40164.
      00118355
  6. Oct 21, 2020
  7. Oct 20, 2020
  8. Oct 19, 2020
Loading