summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-09-22Merge remote-tracking branch 'pastly/bug23552_032_03'Nick Mathewson
2017-09-22Merge branch 'bug22805_v2_squashed'Nick Mathewson
2017-09-22Stop using CREATE_FAST as a signifier of clienthood.Nick Mathewson
2017-09-22Use channel_is_client() accessor in channelpadding.c.Nick Mathewson
2017-09-22Stop clearing the is_client flag on channel directlyNick Mathewson
2017-09-22Remove or_circuit_t.is_first_hop; use channel_is_client() insteadNick Mathewson
2017-09-22sched: move code to respect commentsMatt Traudt
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: Avoid possible double circuit close on errorDavid Goulet
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.0' into maint-0.3.1Nick Mathewson
2017-09-20Merge branch 'maint-0.3.1'Nick 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-19hs: Pad RENDEZVOUS1 v3 cell to match length of v2David 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