aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-09-22sched: only log when scheduler type changesMatt Traudt
2017-09-21Merge remote-tracking branch 'pastly/bug23581_032_03'Nick Mathewson
2017-09-21hs: Improve comments for when we change timestampsDavid Goulet
2017-09-21sched: Hard exit if we can't select a schedulerDavid Goulet
2017-09-21hs: Avoid possible double circuit close on errorDavid Goulet
2017-09-20Avoid assertion failure for state file clock skewTaylor Yu
2017-09-20Use correct sign for state file clock skewTaylor Yu
2017-09-20Use correct name for authtype 3 in a comment.Nick Mathewson
2017-09-20hs: Log the intro point when we clean it upDavid Goulet
2017-09-20circuit: Log n_circ_id and global identifierDavid Goulet
2017-09-20Merge branch 'bug23080'Nick Mathewson
2017-09-20Fix a comment that misunderstood is_canonicalNick Mathewson
2017-09-20Warn on ExtORPort USERADDR that is missing or 0.Nick Mathewson
2017-09-20Merge remote-tracking branch 'dgoulet/ticket23305_032_01'Nick Mathewson
2017-09-20Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-20Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-09-20Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-09-20Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-09-20Remove longclaw's IPv6 address, as it will soon changeteor
2017-09-19sched: reorder code to fit comment bodies; comment typosMatt Traudt
2017-09-19fix typos/etc found while starting to look at schedulerRoger Dingledine
2017-09-19sched: Allow the new sched to react to new consMatt Traudt
2017-09-19Add a BASE32_DIGEST_LEN defineDavid Goulet
2017-09-19Merge remote-tracking branch 'teor/minor-comments'Nick Mathewson
2017-09-19Avoid a compilation warning on macOS in scheduler_ev_add()teor
2017-09-19Improve comments around connection_or_client_used()teor
2017-09-19Improve comments formatting in connection.cteor
2017-09-18Correct what-is-deprecated-when commentsNick Mathewson
2017-09-18Merge remote-tracking branch 'public/ticket19704'Nick Mathewson
2017-09-18Add a cast so that 32-bit compilation goes without errorstor-0.3.2.1-alphaNick Mathewson
2017-09-18sched: BUG() on event_add() and log_warn next_runDavid Goulet
2017-09-18sched: Don't cast to int32_t the monotime_diff_msec() resultDavid Goulet
2017-09-18Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-18Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-09-18Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-09-18Fix log-uninitialized-stack bug in rend_service_intro_established.Nick Mathewson
2017-09-18Fix log-uninitialized-stack bug in rend_service_intro_established.Nick Mathewson
2017-09-15kist_no_kernel_support is unused when we didn't detect it.Nick Mathewson
2017-09-15Replace accumulated C ;;s with ;sNick Mathewson
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Split some long #if lines to make the #endif annotator happyNick Mathewson
2017-09-15Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-15kist: Cast, then do operations on int32.Nick Mathewson
2017-09-15Make netinet/tcp include conditional too: windows lacks it.Nick Mathewson
2017-09-15fix some 32-bit warnings about printf argumentsNick Mathewson
2017-09-15Merge branch 'remove_allow_dotexit_v2'Nick Mathewson
2017-09-15Remove AllowDotExit.Nick Mathewson
2017-09-15wrap a wide commentNick Mathewson
2017-09-15Merge remote-tracking branch 'dgoulet/ticket12541_032_02'Nick Mathewson