]> git.ipfire.org Git - thirdparty/tor.git/commit
r12349@catbus: nickm | 2007-04-11 09:18:15 -0400
authorNick Mathewson <nickm@torproject.org>
Wed, 11 Apr 2007 13:18:25 +0000 (13:18 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 11 Apr 2007 13:18:25 +0000 (13:18 +0000)
commit38a5f0950250ad21e48ad60c1036621c58ecd9d4
treea792258f5224faff370d13bc0fd541211da439fb
parent1c8f9b319b6cd94c1c00731349c9dda6ec723979
 r12349@catbus:  nickm | 2007-04-11 09:18:15 -0400
 Add code to shrink the cell memory pool by discarding empty chunks that have been empty for the last 60 seconds.  Also, instead of having test.c duplicate declarations for exposed functions, put them inside #ifdef foo_PRIVATE blocks in the headers.  This prevents bugs where test.c gets out of sync.

svn:r9944
doc/TODO
src/common/mempool.c
src/common/mempool.h
src/or/config.c
src/or/control.c
src/or/dirserv.c
src/or/main.c
src/or/or.h
src/or/relay.c
src/or/router.c
src/or/test.c