summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-12-15Add an option to disable signal handler installation.Nick Mathewson
2017-12-15Remove the unused is_parent==0 option from handle_signals.Nick Mathewson
2017-12-15indentation fixNick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Make sandbox.c compile when libseccomp-dev is installed on arm64Nick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Merge branch 'bug24367_032_squashed' into maint-0.3.2Nick Mathewson
2017-12-12Make sure bridges are definitely running before delaying directory fetchesteor
2017-12-12Simplify some conditionals in circuit_get_open_circ_or_launch()teor
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Merge remote-tracking branch 'teor/bug23827-v2'Nick Mathewson
2017-12-12hs-v3: Don't lookup an intro point while cleaning it upGeorge Kadianakis
2017-12-12Fix compilation: logfile_is_external() must accept const*Nick Mathewson
2017-12-12Merge remote-tracking branch 'ahf-oniongit/bugs/24362'Nick Mathewson
2017-12-12Simplify explicit conditional checks into an inlined function.Alexander Færøy
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-11Merge branch 'stack_fixes_032_v2' into maint-0.3.2Nick Mathewson
2017-12-11Move subtraction in rephist to try to avoid STACK warningNick Mathewson
2017-12-11Stop checking for sandbox:new_element() failures: it can't fail.Nick Mathewson
2017-12-11transport_new() cannot fail; do not check for it to fail.Nick Mathewson
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-11sched: Avoid integer overflow when computing tcp_spaceDavid Goulet
2017-12-11Merge remote-tracking branch 'public/feature24427'Nick Mathewson
2017-12-11Fix compilation of 23459 patch.Nick Mathewson
2017-12-11Merge remote-tracking branch 'ffmancera/github/bug23459'Nick Mathewson
2017-12-11Merge remote-tracking branch 'teor/comment24575'Nick Mathewson
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-11Merge remote-tracking branch 'dgoulet/bug23603_032_02' into maint-0.3.2Nick Mathewson
2017-12-11Add support for Android's logging subsystem.Alexander Færøy
2017-12-11Fix compilation with --disable-memory-sentinelsNick Mathewson
2017-12-11Restructure log initilization function to allow multiple backends without arg...Alexander Færøy
2017-12-11Update the comment in options_transition_affects_guards()teor
2017-12-11Run the download_status_increment test in a forked process.Nick Mathewson
2017-12-11fixup! Add networkstatus_consensus_has_ipv6() and unit teststeor
2017-12-11Stop waiting for microdescs if the consensus supports IPv6 ORPortsteor
2017-12-11Add networkstatus_consensus_has_ipv6() and unit teststeor
2017-12-08Fix up test_circuitstats to use the new circuit_free macroNick Mathewson
2017-12-08Merge remote-tracking branch 'mikeperry/bug23114_squashed2'Nick Mathewson
2017-12-08move a macro; fix a build?Nick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-12-08Fix wide lines introduced by previous patch.Nick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Let's have only one FREE_AND_NULL variant.Nick Mathewson
2017-12-08Make tor_free only evaluate its input once (at least on gcc and clang)Nick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-12-08Rename connection_free_ to connection_free_minimal.Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson