aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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-18Comment fix.Nick Mathewson
2018-09-18Merge branch 'ticket27686_035'Nick Mathewson
2018-09-18Merge remote-tracking branch 'tor-github/pr/352'Nick Mathewson
2018-09-18Merge remote-tracking branch 'tor-github/pr/344'Nick Mathewson
2018-09-18Merge branch 'bug23512-v4-033' into bug23512-v4-masterMike Perry
2018-09-16Add tortls.h includes to expose critical macro. Fix #27734.Nick Mathewson
2018-09-16When Tor is compiled with NSS, don't claim support for LinkAuth=1Nick Mathewson
2018-09-16Update description of onion_extend_cpath() (#27333)traumschule
2018-09-14Merge branch 'nss_27451'Nick Mathewson
2018-09-14Fix compilation of 27686 on master.Nick Mathewson
2018-09-14Merge branch 'ticket27686_034' into xNick Mathewson
2018-09-14Tweak message; only log it on a relay.Nick Mathewson
2018-09-14Merge remote-tracking branch 'neel/b21530'Nick Mathewson
2018-09-14Merge remote-tracking branch 'tor-github/pr/329'Nick Mathewson
2018-09-13Add log message for Tor being non-exit by defaultNeel Chauhan
2018-09-13Merge branch 'bug26470_032'Nick Mathewson
2018-09-13Ticket #27678: Emit CIRC_BW events immediately for dropped cells.Mike Perry
2018-09-12conn: Fix memleaks in retry_all_listenersDavid Goulet
2018-09-12Report UNIX connection addresses that we opened correctly.Nick Mathewson
2018-09-12Merge remote-tracking branch 'tor-github/pr/280'Nick Mathewson
2018-09-12Use tor_tls_release_socket() to avoid double-closed sockets on NSSNick Mathewson
2018-09-12Merge remote-tracking branch 'tor-github/pr/298'Nick 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-11Merge remote-tracking branch 'tor-github/pr/315'Nick Mathewson
2018-09-11Merge remote-tracking branch 'mikeperry/bug25505'Nick Mathewson
2018-09-10Defer reporting directory bootstrap progressTaylor Yu
2018-09-10Make control_event_bootstrap() return voidTaylor Yu
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-29Merge branch 'ticket27246_035_01_squashed'Nick Mathewson
2018-08-29router: Keep RSA onion public key in ASN.1 formatDavid Goulet
2018-08-29Add half_edge_t to noinst_HEADERS.Mike Perry