aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-22Disable stats requiring geoip info if we have noneSebastian Hahn
2010-12-21Merge remote branch 'karsten/dirreq-stats-default'Nick Mathewson
2010-12-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-21Merge remote branch 'public/bug2060' into maint-0.2.2Nick Mathewson
2010-12-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-21Merge remote branch 'rransom/bug2190_the_hard_way' into maint-0.2.2Nick Mathewson
2010-12-21Merge remote branch 'public/bug2190_021' into maint-0.2.1Nick Mathewson
2010-12-19Merge branch 'maint-0.2.2'Roger Dingledine
2010-12-16Merge commit 'nickm/fix_security_bug_022' into maint-0.2.2Roger Dingledine
2010-12-16Merge commit 'nickm/fix_security_bug_021' into maint-0.2.1Roger Dingledine
2010-12-16Turn on epoll changelists with libevent 2.0.9-rc and laterNick Mathewson
2010-12-16Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-16Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-12-16Change gabelmoo's IP address and ports.Karsten Loesing
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-15Make payloads into uint8_t.Nick Mathewson
2010-12-14Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-14Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2010-12-13Have all of our allocation functions and a few others check for underflowNick Mathewson
2010-12-13Base SIZE_T_CEILING on SSIZE_T_MAX.Nick Mathewson
2010-12-11Only add each log message to pending_cb_messages once.Robert Ransom
2010-12-11Don't call flush_pending_log_callbacks while logging LD_NOCB messages.Robert Ransom
2010-12-08Update to the December 1 2010 Maxmind GeoLite Country database.Karsten Loesing
2010-12-07Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-07Merge branch 'bug2081_followup_022' into maint-0.2.2Nick Mathewson
2010-12-07Reject relay versions older than 0.2.0.26-rcNick Mathewson
2010-12-06Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-06Fix a bug in calculating wakeup time on 64-bit machines.Nick Mathewson
2010-12-06Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-06Add a missing ! to directory_fetches_from_authoritiesNick Mathewson
2010-12-06Fetch missing certs to authenticate microdesc consensuses as neededNick Mathewson
2010-12-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-03Don't crash when accountingmax is set in non-server TorsNick Mathewson
2010-12-03Make connection direction statistics compile again.Karsten Loesing
2010-12-03Write bidirectional connection stats in single line.Karsten Loesing
2010-12-03Refactor conn stats and add unit tests.Karsten Loesing
2010-12-03Document BIDI_* constants.Karsten Loesing
2010-12-03Call the new config option ConnDirectionStatistics.Karsten Loesing
2010-12-03Add metric on uni/bidirectional connection usage.Karsten Loesing
2010-12-02Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-02Fix a harmless off-by-one error in counting controller argument lengthsNick Mathewson
2010-12-01Fix connecting the stdin of tor-fw-helper to /dev/nullSteven Murdoch
2010-12-01Merge remote branch 'sjmurdoch/cloexec'Nick Mathewson
2010-12-01Check that FD_CLOEXEC is set before using itSteven Murdoch
2010-12-01Open connection to DNS resolvers with CLOEXEC flag setSteven Murdoch
2010-12-01Open log files with CLOEXEC flag setSteven Murdoch