Nick Mathewson
|
1affbd3464
Split test_util_smartlist into manageable chunks; make them free memory properly.
|
16 éve |
Nick Mathewson
|
30377823c3
Add a few more tests to our tests so that our tests make sense to coverity. CIDs 139, 138, 137.
|
16 éve |
Nick Mathewson
|
e06442b648
Add a couple of sanity-checks for return values that coverity thinks we ought to have. CIDs 337, 335.
|
16 éve |
Nick Mathewson
|
2be5215181
Fix a hard-to-trigger memory leak in log_credential status. Found by Coverity scan. CID 349.
|
16 éve |
Andrew Lewman
|
ea975ddeee
Update the win32 directions to mention the many symlink errors one
|
16 éve |
Andrew Lewman
|
ae85ca25f5
Update libevent version in the win32 directions.
|
16 éve |
Nick Mathewson
|
efa5415f29
signing, not secret.
|
16 éve |
Nick Mathewson
|
a26188cee9
fix bug 880: find the end of an authority cert by looking for the first ----END SIGNATURE----- after the first dir-key-certification, not for the first ----END SIGNATURE. Harmless bug, but it made us non-spec-compliant.
|
16 éve |
Nick Mathewson
|
14fae5f2b3
Revise 157: make the crosscert field match the other authority cert field names.
|
16 éve |
Nick Mathewson
|
37bd9181f0
Do not use O_APPEND on fd-based operations that do not really want it; have them just lseek instead.
|
16 éve |
Andrew Lewman
|
b2321cfd2f
It's Short not Sort. Fix path to package list.
|
16 éve |
Roger Dingledine
|
96a185d9b7
style cleanup
|
16 éve |
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.
|
16 éve |
Nick Mathewson
|
6221bdd294
Add two lseek wrappers to compat.[ch]: one to return current fd position, and one to move the fd to the end of the file.
|
16 éve |
Roger Dingledine
|
330218c7f7
#include "orconfig.h" in tor-checkkey.c to see if we can resolve
|
16 éve |
Nick Mathewson
|
1b95a8e68a
A cryptic comment in dir-spec.txt is now a complete proposal.
|
16 éve |
Nick Mathewson
|
fd9ecca656
Finish a sentence
|
16 éve |
Nick Mathewson
|
bf4c6cf24a
Add proposal 157: "Make certificate downloads specific"
|
16 éve |
Nick Mathewson
|
9c65195449
Apply rovv's patch for bug 864: avoid null error on detached signature handling failure.
|
16 éve |
Nick Mathewson
|
60738daf85
Define socklen_t before using it in compat.h
|
16 éve |
Roger Dingledine
|
2d8f7a4ff6
clarify that 'resolve' relay cells nul-terminate the hostname, just
|
16 éve |
Martin Peck
|
b17b4f65b1
Remove MSYSLibs from installer component list.
|
16 éve |
Martin Peck
|
d8dac4adbe
Remove unnecessary msys libs from installer definitions.
|
16 éve |
Roger Dingledine
|
3ddc7483e1
fix a few typos, clean up whitespace in comments
|
16 éve |
Roger Dingledine
|
c04e1a4dd8
add coderman's wix scripts to make a windows msi installer.
|
16 éve |
Roger Dingledine
|
9474ac11d8
minor fix
|
16 éve |
Roger Dingledine
|
984dc51f26
clean up some log messages
|
16 éve |
Nick Mathewson
|
191197eff7
Revert my older supposed gcc-4.4 warning workaround. GCC was not being needlessly prissy; it was hinting at the wrongly pure smartlist_bsearch_idx.
|
16 éve |
Nick Mathewson
|
651a0a2fb5
Stop marking bsearch_idx as pure; it is not.
|
16 éve |
Nick Mathewson
|
4cddcf8873
Cast uid_t and gid_t to unsigned before passing to printf %u.
|
16 éve |