aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Only replace the detached signatures object when we actually added or ↵Nick Mathewson2008-11-11
| | | | | | replaced at least one signature. svn:r17250
* Fix from rovv: when adding a detached signature, do not automatically assume ↵Nick Mathewson2008-11-11
| | | | | | it is good just because we are adding it. We might also be adding it because it was the first signature we saw for a given voter. svn:r17248
* oops, remove debugging log message.Nick Mathewson2008-11-11
| | | | svn:r17247
* be less aggressive about deleting expired certs. based on patch from rovv. ↵Nick Mathewson2008-11-11
| | | | | | partial fix for bug 854. svn:r17246
* Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ↵Nick Mathewson2008-11-11
| | | | | | ignoring extra fields (like they are supposed to) and this will not break any controllers. svn:r17245
* apply sebastian's fix for bug 859. Apparently on win32 one must lock at ↵Nick Mathewson2008-11-11
| | | | | | least one byte when locking, but locking a nonexistant byte is okay. ) svn:r17244
* remove some completed items. I should look at this more often.Andrew Lewman2008-11-11
| | | | svn:r17242
* < arma> mikeperry: perhaps some of those urls should be https?Mike Perry2008-11-11
| | | | svn:r17241
* Update urls+verbage.Mike Perry2008-11-11
| | | | svn:r17240
* Document a couple of functions.Nick Mathewson2008-11-10
| | | | svn:r17239
* No longer set now obsolete Group setting in built-in debian configPeter Palfrader2008-11-10
| | | | svn:r17237
* remove all trace from the various contrib/ scripts that tor usedRoger Dingledine2008-11-10
| | | | | | | to have a 'group' option. svn:r17236
* New upstream versionPeter Palfrader2008-11-10
| | | | svn:r17234
* beg nick for some documentation on the locking functionsRoger Dingledine2008-11-10
| | | | svn:r17233
* better error message when you set User but start tor as non-root.Roger Dingledine2008-11-10
| | | | | | | hopefully will address bug 857. svn:r17232
* we missed a case when printing circuit purposes in circ events.Roger Dingledine2008-11-09
| | | | svn:r17230
* bump to 0.2.1.7-alpha-devRoger Dingledine2008-11-09
| | | | svn:r17229
* Log a little more when credential-switching fails.Nick Mathewson2008-11-09
| | | | svn:r17228
* Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they ↵Nick Mathewson2008-11-09
| | | | | | are all in the code now. svn:r17227
* remove a bunch of obsolete html files. they haven't been linkedRoger Dingledine2008-11-09
| | | | | | | to for many years. i think. svn:r17224
* bump to 0.2.1.7-alphaRoger Dingledine2008-11-08
| | | | svn:r17217
* some changes i found in my other sandboxRoger Dingledine2008-11-08
| | | | svn:r17216
* some minor changes i found in my sandboxRoger Dingledine2008-11-08
| | | | svn:r17215
* but to not attempt to download a specific certificate we already have.Nick Mathewson2008-11-07
| | | | svn:r17214
* Aaaaand, do not reset the download count just because we have a certificate ↵Nick Mathewson2008-11-07
| | | | | | that is listed in a consensus. svn:r17212
* fix up signs in r17208Nick Mathewson2008-11-07
| | | | svn:r17211
* When we get a duplicated certificate, treat it as a failure and increment ↵Nick Mathewson2008-11-07
| | | | | | the download count. Do not claim to be downloading certificates that we merely want. svn:r17209
* patch from karsten to not use or accept expired certs. fixes bug 851. Nick Mathewson2008-11-07
| | | | svn:r17208
* minor changelog cleanups. declare that friday is when we release it.Roger Dingledine2008-11-07
| | | | svn:r17207
* vidalia asks us for the value of the Group config option. but nowRoger Dingledine2008-11-07
| | | | | | | | | | it's obsolete. which causes us to inform the user every time, even though the user can't do anything about it other than get confused. now it's an info-level log by default. svn:r17206
* while we're cleaning code, get rid of some unreachable code atRoger Dingledine2008-11-07
| | | | | | | the bottom of switch_id svn:r17205
* now that we drop privs more thoroughly, switch_id() is no longerRoger Dingledine2008-11-07
| | | | | | | | idempotent. so now we remember if we've succeeded, and if so we don't even try. svn:r17204
* remove more redundant code from r17200Roger Dingledine2008-11-07
| | | | svn:r17203
* i needed a piece of the 'patching patches' action tooRoger Dingledine2008-11-07
| | | | svn:r17202
* Developers should usually configure with --enable-gcc-warnings, and should ↵Nick Mathewson2008-11-07
| | | | | | regularly make check-spaces. Also, int fn() does not mean the same in C as it does in C++ or Java. svn:r17201
* Patch from Jacob Appelbaum and me to make User option more robust, properly ↵Steven Murdoch2008-11-07
| | | | | | set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200
* Remove bug 811/845 debugging codeNick Mathewson2008-11-07
| | | | svn:r17199
* fix wide linesNick Mathewson2008-11-07
| | | | svn:r17198
* The chunk_size field in memarea_t was never actually set. Remove the whole ↵Nick Mathewson2008-11-05
| | | | | | thing. svn:r17195
* make read_all and write_all return ssize_t.Nick Mathewson2008-11-05
| | | | svn:r17194
* Make multiplicity of dir-address match code. Fix bug 849Nick Mathewson2008-11-05
| | | | svn:r17193
* Yes, "NL" means "LF" to Tor.Nick Mathewson2008-11-05
| | | | svn:r17192
* Fix a compile error found under pcc. It wants single-quites to be escaped ↵Nick Mathewson2008-11-05
| | | | | | in strings, it seems. svn:r17191
* Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.Nick Mathewson2008-11-05
| | | | svn:r17190
* (a - b) / 2 != a - (b / 2); this is the reason why tunneled directory ↵Karsten Loesing2008-11-05
| | | | | | requests and client-side introduction circuits don't time out after the intended 30 seconds (task #847). Bugfix on r17106. Found by miner. svn:r17189
* Fix unit test failure related to intro point parsing.Nick Mathewson2008-11-03
| | | | svn:r17188
* Add a new memcmpstart to use instead of strcmpstart when the thing we are ↵Nick Mathewson2008-11-03
| | | | | | comparing is not nul-terminated. svn:r17187
* Add some debugging logs for bug 811/845.Nick Mathewson2008-11-03
| | | | svn:r17186
* missing changelog for 0x20 hackNick Mathewson2008-11-03
| | | | svn:r17185
* when building preemptive circuits, ignore streams that have aRoger Dingledine2008-11-03
| | | | | | | | chosen exit node in mind already. otherwise we get tricked into trying to build a new circuit that will handle them. svn:r17184