Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Nick Mathewson 69ce955484 Add cross-certification to authority key certificates. Partial implementation of proposal 157. 16 gadi atpakaļ
  Nick Mathewson 519de7970e Do not discard sign on return values of iv crypto functions in tests. May fix CID 9. Might not. 16 gadi atpakaļ
  Nick Mathewson b20694758e Fix two more unit-test bugs (deadcode this time) spotted by Coverity run 7. 16 gadi atpakaļ
  Nick Mathewson d9aa57253d Fix error in last unit test mem-leak-fixing. 16 gadi atpakaļ
  Nick Mathewson d7563ee231 Fix memory leaks in test_util_smartlist_* functions. 16 gadi atpakaļ
  Nick Mathewson 595e77c8d7 Fix memory leaks in test_v3_networkstatus. 16 gadi atpakaļ
  Nick Mathewson 6ffb4d4ab6 Fix memory leaks in test_dir_format 16 gadi atpakaļ
  Jacob Appelbaum 6b178b46ef New DirPortFrontPage option that takes an html file and publishes it as "/" on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. 17 gadi atpakaļ
  Nick Mathewson af03faa1a6 Fix more leaks in test_util_memarea(). 17 gadi atpakaļ
  Nick Mathewson 475fbbbccc Fix a resource leak in test_dir_formats() 17 gadi atpakaļ
  Nick Mathewson 1affbd3464 Split test_util_smartlist into manageable chunks; make them free memory properly. 17 gadi atpakaļ
  Nick Mathewson 30377823c3 Add a few more tests to our tests so that our tests make sense to coverity. CIDs 139, 138, 137. 17 gadi atpakaļ
  Nick Mathewson e06442b648 Add a couple of sanity-checks for return values that coverity thinks we ought to have. CIDs 337, 335. 17 gadi atpakaļ
  Nick Mathewson bd6b3072f9 Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. 17 gadi atpakaļ
  Nick Mathewson 3ebd1ebeca The chunk_size field in memarea_t was never actually set. Remove the whole thing. 17 gadi atpakaļ
  Nick Mathewson 3f858b5b26 Fix a compile error found under pcc. It wants single-quites to be escaped in strings, it seems. 17 gadi atpakaļ
  Nick Mathewson 73c6cb8353 Fix unit test failure related to intro point parsing. 17 gadi atpakaļ
  Nick Mathewson 283b95e463 Make tests pass again by adding an opt hidden-service-dir to the example routerinfo output. 17 gadi atpakaļ
  Nick Mathewson b2c7090da6 Make it easier for dmalloc to see if keys are leaking; remove a test-only key leak. 17 gadi atpakaļ
  Nick Mathewson a7e383af19 More test memory-management fixes 17 gadi atpakaļ
  Nick Mathewson 7f805aca2b Split test_crypto() into manageable pieces. 17 gadi atpakaļ
  Nick Mathewson b322348e8a Fix more actual test leaks 17 gadi atpakaļ
  Nick Mathewson aa69d586ea Make buffer unit tests handle resource leaks properly. 17 gadi atpakaļ
  Nick Mathewson 38f56608d9 Make more unit tests handle resource leaks properly. 17 gadi atpakaļ
  Nick Mathewson f95d7c189b Refactor unit test macros and tor_free_all() logic a bit so as to make it easier to free memory on failing tests, in order to suppress scanner warnings and to make dmalloc() usable with tests. 17 gadi atpakaļ
  Nick Mathewson 24f1d29be1 Apply proposal 121 patch 3, with minor tweaks and a few comments. 17 gadi atpakaļ
  Peter Palfrader e8de3ff54d If we are lucky the whitespace nazis will not have noticed these things yet 17 gadi atpakaļ
  Peter Palfrader ff32708d0e Having a reject-all policy summarized with a lack of summary is stupid. Explicitly mention them as reject 1-65535. 17 gadi atpakaļ
  Peter Palfrader 2f91a3528a testsuite: Now that we add (pretty useless, but still) routerinfos to the routerlist for every one of our routerstatuses in the votes we pass again. yay 17 gadi atpakaļ
  Peter Palfrader 056157984b Disable test suite for today 17 gadi atpakaļ