summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-30Correctly handle OutboundBindAddress again.Nick Mathewson
2015-01-29Merge branch 'bug14451_026_v1'Nick Mathewson
2015-01-29changes file for 14451Nick Mathewson
2015-01-29Use HT_BUCKET_NUM_ in more placesNick Mathewson
2015-01-29Merge remote-tracking branch 'public/ticket11737'Nick Mathewson
2015-01-29Document unix: addressesNick Mathewson
2015-01-29Restrict unix: addresses to control and socks for nowNick Mathewson
2015-01-29Remove SocksSocket; it's now spelled differently thanks to 14451Nick Mathewson
2015-01-28Make hidden service use the config unix prefixDavid Goulet
2015-01-28Support unix: prefix in port configurationDavid Goulet
2015-01-28Merge branch 'bug11485_026_v2_squashed'Nick Mathewson
2015-01-28fixup! Refactor the use of ifdef HAVE_SYS_UN_HDavid Goulet
2015-01-28Changes file for ticket #11485Andrea Shepard
2015-01-28Actually make connections to HSes on AF_UNIX socketsAndrea Shepard
2015-01-28Support connection_exit_connect() to AF_UNIX socketsAndrea Shepard
2015-01-28Handle config options for AF_UNIX hidden services rendservice.cAndrea Shepard
2015-01-28changes file for 8405Nick Mathewson
2015-01-28Bug #8405: Report SOCKS username/password in CIRC status eventsArthur Edelstein
2015-01-28Tweak tor-resolve docs and logsNick Mathewson
2015-01-28Bump a client authorization message from debug to info.Nick Mathewson
2015-01-27Merge branch 'doc13702_squashed'Nick Mathewson
2015-01-27Adding section on OpenBSD to doc/TUNINGrl1987
2015-01-27Groundwork for AF_UNIX hidden services in rendservice.cAndrea Shepard
2015-01-26Bail early in cpuworker_onion_handshake_replyfn if the circuit is markedNick Mathewson
2015-01-26changes file for bug14350Nick Mathewson
2015-01-26configure.ac: fix disabling systemd notification supportAnthony G. Basile
2015-01-23Try to fix some more memory leaks in the unit testsNick Mathewson
2015-01-23Fix some memory leaks in new address testsNick Mathewson
2015-01-23whitespace fixesNick Mathewson
2015-01-23Split the slow unit tests into their own binaryNick Mathewson
2015-01-23Merge branch 'if_addr_refactoring_squashed'Nick Mathewson
2015-01-23Refactor code that looks up addresses from interfacesrl1987
2015-01-23changes file for 9969Nick Mathewson
2015-01-23Tweak the 9969 fix a littleNick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket9969'Nick Mathewson
2015-01-23fix warnings from lintChangesNick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket13762'Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-01-23Merge remote-tracking branch 'karsten/geoip6-jan2015' into maint-0.2.4Nick Mathewson
2015-01-23Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2015-01-22fix some warnings in compat_threads.cNick Mathewson
2015-01-22Move a redundant _GNU_SOURCE to where it is not redundantNick Mathewson
2015-01-22Update geoip6 to the January 7 2015 database.Karsten Loesing
2015-01-22Update geoip to the January 7 2015 database.Karsten Loesing
2015-01-21use the correct free fn. spotted by dgouletNick Mathewson
2015-01-21Merge branch 'better_workqueue_v3_squashed'Nick Mathewson
2015-01-21Fix: remove whitespace and update a comment in cpuworker.cDavid Goulet
2015-01-21Fix: change copyright year in workqueue and thread testsDavid Goulet
2015-01-21Support monotonic time for pthread_cond_timedwaitDavid Goulet