aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-05 r17917@catbus: nickm | 2008-02-05 16:38:15 -0500Nick Mathewson
Oops; fix compilation of control.c svn:r13391
2008-02-05 r17916@catbus: nickm | 2008-02-05 16:29:35 -0500Nick Mathewson
Fix some XXX020 items in control.c: add a maximum line length and note that the number of versioning authorities is no longer apparent to clients. svn:r13390
2008-02-05 r17915@catbus: nickm | 2008-02-05 16:28:57 -0500Nick Mathewson
Remove a dead function. svn:r13389
2008-02-05 r17914@catbus: nickm | 2008-02-05 16:12:16 -0500Nick Mathewson
Remove or downgrade some XXX020 items. svn:r13388
2008-02-05 r17913@catbus: nickm | 2008-02-05 16:11:33 -0500Nick Mathewson
Correctly register failures in connection_add() in dnsserv_launch_request() svn:r13387
2008-02-05 r17912@catbus: nickm | 2008-02-05 15:57:51 -0500Nick Mathewson
Document truncation of version lines svn:r13386
2008-02-05 r17911@catbus: nickm | 2008-02-05 15:53:22 -0500Nick Mathewson
Fix a potential bug that would make authorities fail to vote under bizarre circumstances that probably never happened. svn:r13385
2008-02-05 r17910@catbus: nickm | 2008-02-05 15:36:29 -0500Nick Mathewson
Check for correctness of AuthDir* options in options_validate; check for possible bugs where options_validate() is happy but parse_policies_from_options() is sad. svn:r13384
2008-02-05 r17909@catbus: nickm | 2008-02-05 14:48:22 -0500Nick Mathewson
As planned, rename networkstatus_vote_t to networkstatus_t, now that v3 networkstatuses are working and standard and v2 networkstatuses are obsolete. svn:r13383
2008-02-05 r17903@catbus: nickm | 2008-02-05 14:40:03 -0500Nick Mathewson
Remove some dead code; fix some XXX020s; turn some XXX020s into XXXX_IP6s (i.e., "needs to be fixed when we add ipv6 support"). svn:r13382
2008-02-05 r17900@catbus: nickm | 2008-02-05 14:14:54 -0500Nick Mathewson
I wonder what the emacs command is for "exchange words?" I know that there _is_ one, because I apparently hit it by accident. svn:r13381
2008-02-05 r17899@catbus: nickm | 2008-02-05 14:14:06 -0500Nick Mathewson
Fix a couple of XXX020 items. Also, disable all "condition" sychronization code, since Tor does not use it yet svn:r13380
2008-02-05 r17898@catbus: nickm | 2008-02-05 14:01:35 -0500Nick Mathewson
Add (and use) a MAP_DEL_CURRENT macro to augment a non-const variant of MAP_FOREACH. svn:r13379
2008-02-05 r17897@catbus: nickm | 2008-02-05 13:51:40 -0500Nick Mathewson
Whitespace cleanups svn:r13378
2008-02-05Apparently, our windows code for detecting ipv6 structures has worked for a ↵Nick Mathewson
while. Remove the special-case, remove the related XXXX020s, and add useful comments instead. svn:r13377
2008-02-05torbutton-1.1.13-alpha exists.Andrew Lewman
svn:r13375
2008-02-05Updated mingw makefile for polipo to include forbidden functionality inAndrew Lewman
win32 and match it to mainline. svn:r13374
2008-02-04If we're a relay, avoid picking ourselves as an introduction point,Roger Dingledine
a rendezvous point, or as the final hop for internal circuits. Bug reported by taranis and lodger. Bugfix on 0.1.2.x. svn:r13372
2008-02-04Don't trigger an assert if we start a directory authority with aRoger Dingledine
private IP address (like 127.0.0.1). svn:r13371
2008-02-04correct copyright statementRoger Dingledine
svn:r13370
2008-02-03Copyright file updatePeter Palfrader
svn:r13366
2008-02-03Fix postinst find command that chowns stuff to the right user. Find does ↵Peter Palfrader
weird things in the presence of !. svn:r13364
2008-02-02Update pointer for gs bug from #321435 to #457568Peter Palfrader
svn:r13358
2008-02-02Work around fig2dev failing to build the images on mipsel like we do on sparcPeter Palfrader
and s390. svn:r13357
2008-02-01 r17863@catbus: nickm | 2008-02-01 00:27:07 -0500Nick 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 -0500Nick 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 -0500Nick 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-30suggest a better fix for bug 597Roger Dingledine
svn:r13340
2008-01-30 r13971@tombo: nickm | 2008-01-30 14:25:25 -0500Nick 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 -0500Nick 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-27New upstream versionPeter Palfrader
svn:r13308
2008-01-27Revert r13301 and part of r13304. I guess nick's svk messed up.Roger Dingledine
svn:r13305
2008-01-26Fix 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-26New macros to simplify writing loops over map key-value pairs.Nick Mathewson
svn:r13302
2008-01-26Fix compile with warnings enabledNick Mathewson
svn:r13301
2008-01-26bump to 0.2.0.18-alpha-devRoger Dingledine
svn:r13295
2008-01-26a changelog entry for the various patches from karstentor-0.2.0.18-alphaRoger Dingledine
svn:r13293
2008-01-26revert r13120: for some reason nickm disabled the versionRoger Dingledine
updating for windows. i'm not sure why. svn:r13292
2008-01-26bump to 0.2.0.18-alphaRoger Dingledine
svn:r13291
2008-01-26down to 24 pagesRoger Dingledine
svn:r13290
2008-01-26revert 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-26move hidden-service stuff out of directory.cRoger Dingledine
svn:r13287
2008-01-25a slightly better interface for hid_serv_get_responsible_directories()Roger Dingledine
svn:r13271
2008-01-25avoid calling smartlist_get(..., -1) if we have a consensus but noRoger Dingledine
hsdir nodes. svn:r13270
2008-01-25clean out some proposal 114 stuffRoger Dingledine
svn:r13269
2008-01-25We were computing the wrong Content-Length: header for directoryRoger 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-25don't pre-initialize some vars that we assign to right afterRoger Dingledine
svn:r13267
2008-01-24patch "15" from karsten: don't retry a v2 renddesc fetchRoger Dingledine
if we have a perfectly good v0 renddesc. svn:r13265
2008-01-24spec tweaksRoger Dingledine
svn:r13264