Skip to content
Permalink
feature17949_c…

Commits on Apr 15, 2018

Commits on Apr 11, 2018

  1. Tweak error handling in _hack

    rl1987 committed Apr 11, 2018

Commits on Apr 10, 2018

  1. Tweak changes file

    rl1987 committed Apr 10, 2018
  2. Fix whitespace

    rl1987 committed Apr 10, 2018
  3. Update changes file

    rl1987 committed Apr 10, 2018
  4. Reject null addresses

    rl1987 committed Apr 10, 2018
  5. Post-rebase fixes

    rl1987 committed Apr 10, 2018
  6. Fix warning message

    rl1987 committed Apr 10, 2018
  7. Fixup parameter name.

    rl1987 committed Apr 10, 2018
  8. Changes file for #17949.

    rl1987 committed Apr 10, 2018
  9. Add loopback parameter to get_interface_address*

    We want to have an API that specifically allows
    retrieving address of a local loopback interface.
    rl1987 committed Apr 10, 2018
  10. Merge branch 'maint-0.3.3'

    nmathewson committed Apr 10, 2018

Commits on Apr 9, 2018

  1. compat: Fix unchecked return value from event_del()

    Explicitly tell the compiler we don't care about it.
    
    Coverity CID 1434156
    
    Signed-off-by: David Goulet <dgoulet@torproject.org>
    dgoulet-tor committed Apr 9, 2018
  2. Add a comment explaining why we do a certain redundant check

    Closes ticket 25291.
    nmathewson committed Apr 9, 2018
  3. Lift the list of default directory servers into their own file.

    This patch lifts the list of default directory authorities from config.c
    into their own auth_dirs.inc file, which is then included in config.c
    using the C preprocessor.
    
    Patch by beastr0.
    
    See: https://bugs.torproject.org/24854
    ahf committed Apr 9, 2018

Commits on Apr 6, 2018

  1. Include tor_log rust files in source distribution.

    Fixes another case of #25732; bug not in any released Tor.
    nmathewson committed Apr 6, 2018
  2. Ship all files needed to build Tor with rust

    Fixes bug 25732; bugfix on 0.3.3.2-alpha when strings.rs was
    introduced.
    nmathewson committed Apr 6, 2018

Commits on Apr 5, 2018

  1. fix confusing comment

    presumably introduced by copy-and-paste mistake
    Roger Dingledine
    Roger Dingledine committed Apr 5, 2018
Older