Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-03 | Copyright file update | Peter Palfrader | |
svn:r13366 | |||
2008-02-03 | Fix postinst find command that chowns stuff to the right user. Find does ↵ | Peter Palfrader | |
weird things in the presence of !. svn:r13364 | |||
2008-02-02 | Update pointer for gs bug from #321435 to #457568 | Peter Palfrader | |
svn:r13358 | |||
2008-02-02 | Work around fig2dev failing to build the images on mipsel like we do on sparc | Peter Palfrader | |
and s390. svn:r13357 | |||
2008-02-01 | r17863@catbus: nickm | 2008-02-01 00:27:07 -0500 | Nick Mathewson | |
Bugfix from weasel: possible fix for 593: make connection_write_to_buf("") work when using zlib compression. svn:r13347 | |||
2008-01-30 | r17854@catbus: nickm | 2008-01-30 17:52:43 -0500 | Nick Mathewson | |
Periodically check whether we have an expired consensus networkstatus. If we do, and we think we have enough directory info, then call router_dir_info_changed(). Fixes bug 401. This bug was deferred from 0.1.2.x, but fixing it there is nontrivial. svn:r13342 | |||
2008-01-30 | r17852@catbus: nickm | 2008-01-30 17:23:36 -0500 | Nick Mathewson | |
Correctly insert connections into the identity->connection map when we connect to a bridge without having specified its key. Fixes bug 574. svn:r13341 | |||
2008-01-30 | suggest a better fix for bug 597 | Roger Dingledine | |
svn:r13340 | |||
2008-01-30 | r13971@tombo: nickm | 2008-01-30 14:25:25 -0500 | Nick Mathewson | |
Write a new autoconf macro to test whether a function is declared. It is suboptimal and possibly buggy in some way, but it seems to work for me. use it to test for a declaration of malloc_good_size, so we can workaround operating systems (like older OSX) that have the function in their libc but do not deign to declare it in their headers. Should resolve bug 587. svn:r13339 | |||
2008-01-30 | r17844@catbus: nickm | 2008-01-30 13:31:37 -0500 | Nick Mathewson | |
Fix bug 597: stop telling people to email Tor-ops. Also give a better suggestion when some other identity has been assigned the nickname we are using. svn:r13337 | |||
2008-01-27 | New upstream version | Peter Palfrader | |
svn:r13308 | |||
2008-01-27 | Revert r13301 and part of r13304. I guess nick's svk messed up. | Roger Dingledine | |
svn:r13305 | |||
2008-01-26 | Fix bug 571: associate certificates with keys, not dirservers, so that we ↵ | Nick Mathewson | |
can have certificates for dirservers we do not recognize. svn:r13304 | |||
2008-01-26 | New macros to simplify writing loops over map key-value pairs. | Nick Mathewson | |
svn:r13302 | |||
2008-01-26 | Fix compile with warnings enabled | Nick Mathewson | |
svn:r13301 | |||
2008-01-26 | bump to 0.2.0.18-alpha-dev | Roger Dingledine | |
svn:r13295 | |||
2008-01-26 | a changelog entry for the various patches from karstentor-0.2.0.18-alpha | Roger Dingledine | |
svn:r13293 | |||
2008-01-26 | revert r13120: for some reason nickm disabled the version | Roger Dingledine | |
updating for windows. i'm not sure why. svn:r13292 | |||
2008-01-26 | bump to 0.2.0.18-alpha | Roger Dingledine | |
svn:r13291 | |||
2008-01-26 | down to 24 pages | Roger Dingledine | |
svn:r13290 | |||
2008-01-26 | revert r13221 (for now) | Roger Dingledine | |
svn:r13289 | |||
2008-01-26 | "de" means to do something, and "in" means to undo it. right? | Roger Dingledine | |
help prevent future versions of bug 593. svn:r13288 | |||
2008-01-26 | move hidden-service stuff out of directory.c | Roger Dingledine | |
svn:r13287 | |||
2008-01-25 | a slightly better interface for hid_serv_get_responsible_directories() | Roger Dingledine | |
svn:r13271 | |||
2008-01-25 | avoid calling smartlist_get(..., -1) if we have a consensus but no | Roger Dingledine | |
hsdir nodes. svn:r13270 | |||
2008-01-25 | clean out some proposal 114 stuff | Roger Dingledine | |
svn:r13269 | |||
2008-01-25 | We were computing the wrong Content-Length: header for directory | Roger Dingledine | |
responses that need to be compressed on the fly, causing clients asking for those items to always fail. Bugfix on 0.2.0.x; fixes bug 593. svn:r13268 | |||
2008-01-25 | don't pre-initialize some vars that we assign to right after | Roger Dingledine | |
svn:r13267 | |||
2008-01-24 | patch "15" from karsten: don't retry a v2 renddesc fetch | Roger Dingledine | |
if we have a perfectly good v0 renddesc. svn:r13265 | |||
2008-01-24 | spec tweaks | Roger Dingledine | |
svn:r13264 | |||
2008-01-24 | patch "14a" from karsten: don't fail if we can't find | Roger Dingledine | |
REND_NUMBER_OF_CONSECUTIVE_REPLICAS v2 hsdirs. svn:r13263 | |||
2008-01-24 | Some log messages during dirvoting - maybe downgrade to debug if you want | Peter Palfrader | |
svn:r13261 | |||
2008-01-24 | patch from karsten to make vote logs more useful | Roger Dingledine | |
svn:r13260 | |||
2008-01-24 | shrink it even more. coding is fun! | Roger Dingledine | |
svn:r13258 | |||
2008-01-24 | more shrinking; get rid of selectible_dirs smartlist that was | Roger Dingledine | |
leaking on error cases svn:r13257 | |||
2008-01-24 | continue r13250 cleanup: remove some duplicate code | Roger Dingledine | |
svn:r13256 | |||
2008-01-24 | more cleanup on r13250: no need to log in both places | Roger Dingledine | |
svn:r13253 | |||
2008-01-24 | start to clean up r13250: retry v2 renddesc fetches when we | Roger Dingledine | |
fail to reach the dirserver too. svn:r13251 | |||
2008-01-24 | put in karsten's "patch 14". needs a lot of cleanup and a changelog. | Roger Dingledine | |
svn:r13250 | |||
2008-01-24 | When we get a consensus that's been signed by more people than | Roger Dingledine | |
we expect, don't log about it; it's not a big deal. svn:r13249 | |||
2008-01-24 | weasel was worried there was a leak here. i don't think there | Roger Dingledine | |
is. but i could be wrong. svn:r13248 | |||
2008-01-23 | we changed autogen.sh's behavior, so update the INSTALL file | Roger Dingledine | |
svn:r13246 | |||
2008-01-23 | Fix a warning | Peter Palfrader | |
svn:r13243 | |||
2008-01-23 | Some people still think letters fall off the side of the code if they go ↵ | Peter Palfrader | |
farther than 80 chars svn:r13242 | |||
2008-01-23 | Log where uploaded consensus signatures come from | Peter Palfrader | |
svn:r13241 | |||
2008-01-22 | Set up dannenberg (run by CCC) as the sixth v3 directory | Roger Dingledine | |
authority. svn:r13231 | |||
2008-01-22 | a new style file. and blow away a section that turned out to be dumb. | Roger Dingledine | |
svn:r13223 | |||
2008-01-22 | r17723@catbus: nickm | 2008-01-22 00:14:57 -0500 | Nick Mathewson | |
Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222 | |||
2008-01-21 | put the fallback-consensus file back into the tarball. | Roger Dingledine | |
this should re-introduce bug 572, and maybe we'll get some actual bug reports this time. svn:r13221 | |||
2008-01-21 | a changelog entry for r13218 | Roger Dingledine | |
svn:r13220 |