Nick Mathewson
|
80f2e10228
Stop leaking or_state_t on shutdown.
|
19 years ago |
Nick Mathewson
|
5333a3b838
fix a small filename leak
|
19 years ago |
Nick Mathewson
|
8408006318
fix a memory leak on exit in routerlist.c
|
19 years ago |
Nick Mathewson
|
de198d800b
Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work.
|
19 years ago |
Nick Mathewson
|
364fd1ccdf
Note a couple more dir-spec TODOs
|
19 years ago |
Nick Mathewson
|
fc3c0197f9
Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads when they have more than 16 router descriptors to download, or when 10 minutes have passed since the last download.
|
19 years ago |
Roger Dingledine
|
e28c31ebce
we were leaking some memory every time the client changes IPs
|
19 years ago |
Nick Mathewson
|
ab245746a9
Hey kids, guess why connection_mark_for_close() started giving an assert when called for an even-numbered line? Right, because I made it a bitfield, when it was really a line number. Why did I think it was a bitfield? A stale comment. Let that be a lesson to us all.
|
19 years ago |
Roger Dingledine
|
13e709a0ff
resolve nick's comment
|
19 years ago |
Nick Mathewson
|
26e7a05725
even better function start checks; give dmalloc a chance of working.
|
19 years ago |
Nick Mathewson
|
edd15cb781
Note that there is incorrect behavior in directory.c code. Arma, please check this too.
|
19 years ago |
Nick Mathewson
|
92451f74a8
Reformat inconsistent function declarations.
|
19 years ago |
Nick Mathewson
|
6ce1add8da
Make checkSpace.pl enforce our ctags-friendly function declaration rules
|
19 years ago |
Nick Mathewson
|
acc601fd36
add extra warnings to our set of disabled warnings
|
19 years ago |
Roger Dingledine
|
609af664ac
resolve a docdoc
|
19 years ago |
Roger Dingledine
|
a1bfc132bf
some more todo item, plus mark one off.
|
19 years ago |
Roger Dingledine
|
ea18827cee
do the other half of dirport reachability testing.
|
19 years ago |
Roger Dingledine
|
f8d430653e
better cleanups as i figure out what's going on
|
19 years ago |
Roger Dingledine
|
d4d8adaa6d
move some code around when we're succeeding or failing at fetching
|
19 years ago |
Roger Dingledine
|
54a662a542
re-enable dirport testing again
|
19 years ago |
Roger Dingledine
|
8fc9330686
fix typo
|
19 years ago |
Nick Mathewson
|
5c53545d81
Add a bunch more warnings to out warning suite; resolve them; pack structs a little better.
|
19 years ago |
Nick Mathewson
|
c6347cdb0e
suppress all our usual compiler warnings, including a longstanding one from tree.h
|
19 years ago |
Roger Dingledine
|
8ae6e1c226
Be more conservative about whether to advertise our dirport.
|
19 years ago |
Roger Dingledine
|
3559f821a1
clean up some doxygen stuff
|
19 years ago |
Nick Mathewson
|
2999cbf233
Use EVP_CIPHER_CTX version of AES from openssl, so openssl can use engines (if they exist).
|
19 years ago |
Nick Mathewson
|
2f53d86707
remove historical stuff from dir-spec.txt
|
19 years ago |
Nick Mathewson
|
126a1e3e32
Fix crash-on-wakeup bug in networkstatus download.
|
19 years ago |
Andrew Lewman
|
066b58438a
added the one line hack for default selinux targeted policy to allow
|
19 years ago |
Roger Dingledine
|
fba01c3cc0
bugfix: we were whining about using socks4 or socks5-with-local-lookup
|
19 years ago |