Skip to content
Permalink
droptimeouts

Commits on Jun 22, 2020

  1. Relocate CBT event to control_events.c

    Needed to satisfy practracker.
    mikeperry-tor committed Jun 22, 2020

Commits on Jun 12, 2020

  1. fixup! Mark state file dirty upon DROPTIMEOUTS command

    Hrm this arg is very poorly documented. I think 0 actually means 'now'.
    mikeperry-tor committed Jun 12, 2020

Commits on Jun 8, 2020

  1. Provide a DROPTIMEOUTS command to drop CBT times

    This allows us to reset CBT when we change guards in fixed-guards onionperf
    instances (#33325 and children).
    mikeperry-tor committed Jun 8, 2020

Commits on Jun 5, 2020

  1. Update and upgrade Pacman before installing dependencies in AppVeyor.

    This patch makes sures that AppVeyor upgrades its Pacman (the package
    manager) before installing the Tor dependencies.
    
    See: https://bugs.torproject.org/34384
    ahf authored and nmathewson committed Jun 5, 2020
  2. Remove tor.sh from .gitignore

    The files contrib/dist/tor.sh and contrib/dist/suse/tor.sh should not
    exist anymore, but when building in same repository for older versions
    of Tor, these files may return and not be cleaned up properly. This
    commit unignores those files from .gitignore, in order to make it clear
    that these files are no longer auto-generated and should be cleaned up.
    c-chroniko committed Jun 5, 2020
  3. Fix some checks of tor_inet_ntoa() return value

    Also, fix a format string.
    rl1987 committed Jun 5, 2020

Commits on Jun 4, 2020

  1. doc: specify C99 coding standards

    Make clear that Tor's C code targets C99 standards. This makes it more
    explicit what to expect for new code, because guessing from existing
    code is not always reliable, especially for code that predates the
    change in standard.
    c-chroniko committed Jun 4, 2020
  2. config: Styling fix + use fmt_addr()

    Conform to C99 as suggested by nickm on #32888 and use fmt_addr() rather
    than tor_addr_to_str_dup()
    c-chroniko committed Jun 4, 2020

Commits on Jun 3, 2020

  1. config: Add interface address debug logging

    Add logging for "the local network interface addresses" as requested by
    ticket #32888.
    c-chroniko committed Jun 3, 2020

Commits on Jun 2, 2020

  1. remove a period from a doxygen heading

    The other headings don't have periods.
    nmathewson committed Jun 2, 2020
  2. Merge branch 'maint-0.4.3'

    asn-d6 committed Jun 2, 2020

Commits on Jun 1, 2020

  1. config: Add IPv4 Address config debug logging

    Per ticket #32888 this should address logging "the Address torrc
    option", "and whether it is an IP address, or a DNS name"; or the
    detected "local hostname", "and whether it is an IP address, or a DNS
    name". Some of these details already seem to be logged, so just add
    what's missing.
    c-chroniko committed Jun 1, 2020

Commits on May 30, 2020

  1. Preemptive circs should work with UseEntryGuards 0

    Resume being willing to use preemptively-built circuits when
    UseEntryGuards is set to 0. We accidentally disabled this feature with
    that config setting (in our fix for #24469), leading to slower load times.
    
    Fixes bug 34303; bugfix on 0.3.3.2-alpha.
    Roger Dingledine
    Roger Dingledine committed May 30, 2020

Commits on May 28, 2020

  1. Merge branch 'maint-0.4.3'

    asn-d6 committed May 28, 2020
  2. changes: Add changes file for ticket 33458

    Signed-off-by: David Goulet <dgoulet@torproject.org>
    dgoulet-tor authored and asn-d6 committed May 28, 2020
  3. hs-v3: Improve accessor semantic of client cached object

    Add an inline helper function that indicates if the cached object contains a
    decrypted descriptor or not.
    
    The descriptor object is NULL if tor is unable to decrypt it (lacking client
    authorization) and some actions need to be done only when we have a decrypted
    object.
    
    This improves code semantic.
    
    Fixes #33458
    
    Signed-off-by: David Goulet <dgoulet@torproject.org>
    dgoulet-tor authored and asn-d6 committed May 28, 2020

Commits on May 23, 2020

  1. Man page: MinUptimeHidServDirectoryV2 defaults to 96 hours

    Bugfix on 0.2.6.3-alpha; fixes bug 34299.
    Roger Dingledine
    Roger Dingledine committed May 23, 2020
Older