summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-30Merge branch 'tor-github/pr/936'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/993'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/983'George Kadianakis
2019-04-30Merge branch 'tor-github/pr/980'David Goulet
2019-04-30Rename and clarify some functions for periodic eventsNick Mathewson
2019-04-30Remove now-extraneous calls to initialize_periodic_events().Nick Mathewson
2019-04-30Move dirauth periodic events into dirauth module.Nick Mathewson
2019-04-30Turn 'mainloop' into a subsystem.Nick Mathewson
2019-04-26Make nodelist_get_list() return a const pointer.Nick Mathewson
2019-04-25When parsing a multiline controller command, be careful with linebreaksNick Mathewson
2019-04-25Start on a command-parsing tool for controller commands.Nick Mathewson
2019-04-25Move responsibility for checking if events are setup into periodic.cNick Mathewson
2019-04-25Move the responsibility for listing periodic events to periodic.cNick Mathewson
2019-04-23Merge remote-tracking branch 'tor-github/pr/944'Nick Mathewson
2019-04-17connection_edge: remove an extra ;teor
2019-04-17connection_edge: Return a web page when HTTPTunnelPort is misconfiguredteor
2019-04-16Clarify comment about IPv6Exit in policies_parse_exit_policy_from_options()Neel Chauhan
2019-04-16Add policy_using_default_exit_options() to determine if we're using the defau...Neel Chauhan
2019-04-14Become an exit relay if IPv6Exit is 1Neel Chauhan
2019-04-11Make it clear to coverity we aren't leaking in protover_all_supported()Nick Mathewson
2019-04-10Merge branch 'maint-0.4.0'teor
2019-04-10Merge remote-tracking branch 'tor-github/pr/920' into maint-0.4.0teor
2019-04-05Merge branch 'tor-github/pr/907'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/906' into maint-0.4.0George Kadianakis
2019-04-05Merge branch 'maint-0.4.0'George Kadianakis
2019-04-05Merge branch 'tor-github/pr/800' into maint-0.4.0George Kadianakis
2019-04-05Merge branch 'bug29500_040_monoinit_revert' into bug29500_master_monoinitteor
2019-04-05circuitpadding: comment fixesteor
2019-04-04Implement an DormantCanceledByStartup optionNick Mathewson
2019-03-29Merge branch 'ticket29662_squashed' into ticket29662_squashed_mergedNick Mathewson
2019-03-29Use tor_assertf{_nonfatal} in coderl1987
2019-03-29Add connection_dir_buf_add() helper functionrl1987
2019-03-26Merge branch 'messaging_v3' into messaging_v3_mergedNick Mathewson
2019-03-27Merge branch 'maint-0.4.0'teor
2019-03-25Various documentation notes and tweaks for pubsubNick Mathewson
2019-03-25practracker: split shutdown code out of main.cNick Mathewson
2019-03-25pubsub: install libevent events separately from the_dispatcher.Nick Mathewson
2019-03-25Code to manage publish/subscribe setup via subsystem interface.Nick Mathewson
2019-03-25Split command-handling and authentication from control.cNick Mathewson
2019-03-25Split getinfo handling into a new control_getinfo.cNick Mathewson
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-03-25Correctly report PT vs proxy during bootstrapTaylor Yu
2019-03-22Merge remote-tracking branch 'tor-github/pr/819'teor
2019-03-22circpad: Rename circpad_machine_state_t to circpad_machine_runtime_t.George Kadianakis
2019-03-22circpad/prob_distr: Use crypto_fast_rng() instead of the old RNG.George Kadianakis
2019-03-21circpad: Don't pad if Tor is in dormant mode.George Kadianakis
2019-03-15Merge branch 'maint-0.4.0'Nick Mathewson
2019-03-15Merge remote-tracking branch 'tor-github/pr/791' into maint-0.4.0Nick Mathewson
2019-03-14circ: Remove n_mux and p_mux membersDavid Goulet