summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-01-15Tell static analyzer that having ntservice functions not exist is okNick Mathewson
2020-01-15compat_compiler: add a macro to prevent coverity deadcode warnings.Nick Mathewson
2020-01-16Merge remote-tracking branch 'tor-github/pr/1661'teor
2020-01-14Merge branch 'ticket32892_043_01_squashed'Nick Mathewson
2020-01-14chan: Remove dead var cell handler from channel_tDavid Goulet
2020-01-14Replace an assertion with a check-and-logNick Mathewson
2020-01-14Merge remote-tracking branch 'tor-github/pr/1636'Nick Mathewson
2020-01-14Merge branch 'ticket32883'Nick Mathewson
2020-01-14Merge branch 'ticket32825_squashed'Nick Mathewson
2020-01-14Rename UTIL_TEST_NO_WIN to reflect intentNick Mathewson
2020-01-14Merge remote-tracking branch 'tor-github/pr/1659'Nick Mathewson
2020-01-13Deprecate the ClientAutoIPv6ORPort optionNeel Chauhan
2020-01-13Split core/include.am into per-subdirectory include.am filesNick Mathewson
2020-01-13hs-v2: Always check rend_cache validity before using itDavid Goulet
2020-01-09Merge branch 'disable_ns_macro'Nick Mathewson
2020-01-09Merge branch 'ticket22029_attempt_squashed'Nick Mathewson
2020-01-09Add dirserv_load_fingerprint_file() testNeel Chauhan
2020-01-09Allow ed25519 keys to be banned in approved-routersNeel Chauhan
2020-01-09Fix wide lines from NS() removal fallout.Nick Mathewson
2020-01-09Remove NS*() macros from test.h.Nick Mathewson
2020-01-09Remove all usage of the NS*() macros in test*.cNick Mathewson
2020-01-09Replace various NS_MODULE/SUBMODULE vals with shorter names.Nick Mathewson
2020-01-09Put all NS_DECL invocations on single lines.Nick Mathewson
2020-01-09Always define NS_MODULE and NS_SUBMODULE when NS is used.Nick Mathewson
2020-01-09Merge branch 'pre_formatter_cleanups_squashed'Nick Mathewson
2020-01-09process.h: include stdbool.hNick Mathewson
2020-01-09conscache.h: declare config_line_t structure.Nick Mathewson
2020-01-09Turn authdir_mode_v3() into a non-inline functionNick Mathewson
2020-01-09Include ht.h in all headers that use HT_ENTRY()Nick Mathewson
2020-01-09consdiffmgr.h: use struct declarations for several typesNick Mathewson
2020-01-09hs_circuitmap.h: use a struct declarationNick Mathewson
2020-01-09routerparse.h: include parsecommon.h when exposing token table.Nick Mathewson
2020-01-09process.h: add a struct declaration for buf_t.Nick Mathewson
2020-01-09timers.h: add declaration for timeval.Nick Mathewson
2020-01-09lib/conf: include torint.h in files that use it.Nick Mathewson
2020-01-09control_hs.h: use a couple of struct delcarationsNick Mathewson
2020-01-09connection.h: new includes and struct declarationsNick Mathewson
2020-01-09siphash.h: include stdint.Nick Mathewson
2020-01-09hs_circuit: use struct declaration.Nick Mathewson
2020-01-09or_options_st.h: Add an include and a struct declaration.Nick Mathewson
2020-01-09Include x509.h in tortls_internal.h.Nick Mathewson
2020-01-09Include sys/types.h in fdio.h, for "off_t".Nick Mathewson
2020-01-09Use raw_assert in ht.hNick Mathewson
2020-01-09Remove extra ; from tt_assert() macro definition.Nick Mathewson
2020-01-09Use new ENABLE/DISABLE_GCC_WARNINGNick Mathewson
2020-01-09Replace DISABLE/ENABLE_GCC_WARNING with something that will confuse clang-for...Nick Mathewson
2020-01-08core/include.am: spelling fixNick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-08Run "make autostyle"; add an endif commentNick Mathewson
2020-01-08router: Improve port search function commentsteor