コミット履歴

作者 SHA1 メッセージ 日付
  Nick Mathewson 02e26ebc49 If we are building under Coverity, enable geoip_stats and instrument_downloads. 17 年 前
  Nick Mathewson 98066d62bc Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need to compare it to a signed int. 17 年 前
  Nick Mathewson b20694758e Fix two more unit-test bugs (deadcode this time) spotted by Coverity run 7. 17 年 前
  Nick Mathewson 04ec7d1f98 Now that tor_assert is no longer using a broken force-to-boolean formulation, we can tor_assert a bitfield without a gcc compile error. 17 年 前
  Nick Mathewson 4277b0e926 Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; instead, use the standard convert-to-boolean hack of "svn st" 17 年 前
  Nick Mathewson d9aa57253d Fix error in last unit test mem-leak-fixing. 17 年 前
  Nick Mathewson bb02f919f1 Refactor find_first_by_keyword into one variant that can return NULL and one that can't. 17 年 前
  Nick Mathewson f3b52e331e Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. 17 年 前
  Nick Mathewson 043b4fc59e Add a PDS_ flag to exclude authorities from which we are fetching descs. 17 年 前
  Nick Mathewson 29f5a65a16 Change directory_get_from_dirserver to take a set of flags to be passed to pick_(trusted_)dirserver. This lets us make its interface smarter, and makes code that calls it a little more readable. 17 年 前
  Nick Mathewson 4e69284e89 Fix wide line in main.c 17 年 前
  Roger Dingledine 65c71a5a9e put recent release blurbs into the changelog; fix a typo in tor-spec. 17 年 前
  Roger Dingledine cb4d773063 add more deliverables: somebody needs to pick up weasel's nlnet work. 17 年 前
  Roger Dingledine 92167e25a0 tabman returneth 17 年 前
  Nick Mathewson 240ee1866b Add experimental support for learning svn revision number in git-svn based repositories. Fancy. 17 年 前
  Nick Mathewson d7563ee231 Fix memory leaks in test_util_smartlist_* functions. 17 年 前
  Nick Mathewson 595e77c8d7 Fix memory leaks in test_v3_networkstatus. 17 年 前
  Nick Mathewson 6ffb4d4ab6 Fix memory leaks in test_dir_format 17 年 前
  Nick Mathewson 3be88b2c70 Change test_memeq macro to not leak memory. Addresses coverity CID 47. 17 年 前
  Martin Peck bb8d818e92 Modifications for current user install without admin privs. 17 年 前
  Nick Mathewson cd0d28027a Add goodell's feature-request 268 as a proposal idea. 17 年 前
  Andrew Lewman 9e8f8223db summarize the Vidalia Marble integration, and pick a date for 17 年 前
  Roger Dingledine 3f75a57d34 mark the high-priority items that really ought to get done before 17 年 前
  Karsten Loesing eb09eebeda Give credit to John Brooks for finding bug 874. 17 年 前
  Karsten Loesing d03d1d04d5 Modify ChangeLog for bug 874. 17 年 前
  Nick Mathewson d8027aa689 Fix a logic error that would automatically reject all but the first configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part of 813/868. Spotted by coderman 17 年 前
  Nick Mathewson 9854ebadde Clarify current client behavior WRT TLS certificates. Add a TODO to make sure that this behavior is optional, and an entry in 098-todo.txt for investigating whether this behavior is smart. 17 年 前
  Nick Mathewson 53d3f812bd Add new internal-use-only option for controllers to use to prevent SIGHUP from reloading the configuration. Fixes bug 856. 17 年 前
  Nick Mathewson 9aa706e20c Bug 691 fix: do not shutdown Tor servers right away if the network is down. 17 年 前
  Nick Mathewson 355369a27a Oops; that should have been bug 874, not 879. Also in the changelog. 17 年 前