summaryrefslogtreecommitdiff
path: root/src/core/mainloop
AgeCommit message (Expand)Author
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Merge branch 'split_stats'Nick Mathewson
2018-09-27Always initialize the periodic events list.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Move the "is the network disabled?" functions out of router.cNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Move all authdir_mode_*() functions into authmode.hNick Mathewson
2018-09-25Rename dirauth/mode.h to dirauth/authmode.hNick Mathewson
2018-09-25Move self-test functionality into its own file.Nick Mathewson
2018-09-24Merge branch 'ticket26744'Nick Mathewson
2018-09-22Initialize mainloop events earlier, since other stuff may run them.Nick Mathewson
2018-09-21But, actually move systemd_watchdog_timer free into mainloop.cNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-21Split main.c into main.c and mainloop.cNick Mathewson
2018-09-21Move the non-crypto parts of onion.c out of src/core/cryptoNick Mathewson
2018-09-20Fix socket accounting with ORConn sockets.Nick Mathewson
2018-09-20Split most of dirserv.c into several new modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-14Merge branch 'nss_27451'Nick Mathewson
2018-09-12conn: Fix memleaks in retry_all_listenersDavid Goulet
2018-09-12Report UNIX connection addresses that we opened correctly.Nick Mathewson
2018-09-12Use tor_tls_release_socket() to avoid double-closed sockets on NSSNick Mathewson
2018-09-12Merge branch 'pr278_squashed'Nick Mathewson
2018-09-12Always include socket rebinding coderl1987
2018-09-12Avoid mentioning ticket number in commentsrl1987
2018-09-12Comments/explanation for #17873rl1987
2018-09-12Minor code cleanupsrl1987
2018-09-12Log a notice *after* creating connectionrl1987
2018-09-12Log a notice when changing to/from wildcard IP addressrl1987
2018-09-12Always close old listeners in retry_all_listenersrl1987
2018-09-12Refrain from compiling socket rebinding code on system that don't need itrl1987
2018-09-12Try rebinding new listener after closing old one if first bind failed with EA...rl1987
2018-09-09Call event_set_mem_functions during initializationrl1987
2018-09-07Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-06Revert "Avoid double-close on TCP sockets under NSS."Nick Mathewson
2018-09-04Merge branch 'nss_squashed' into nss_mergeNick Mathewson
2018-09-04Avoid double-close on TCP sockets under NSS.Nick Mathewson
2018-09-04Merge branch 'tor_api_owning_control'Nick Mathewson
2018-08-27core/mainloop: more comments documenting connection.ccypherpunks
2018-08-27core/mainloop: fix documentation of connection_handle_write_impl()cypherpunks
2018-08-21When enabling NSS, disable OpenSSL.Nick Mathewson
2018-08-18Refactoring: Move code that creates listener for port into new functionrl1987
2018-08-08Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-07Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-01tor_api: Extend tor_api code so it can pass extra arguments to main.Nick Mathewson
2018-07-11Move the initialization and cleanup parts of crypto.cNick Mathewson
2018-07-10Isolate resolve.h usage in the modules that really need it.Nick Mathewson