| Commit message (Expand) | Author | Age |
... | |
* | be more explicit about a harmless thing that freaked veracode out•••svn:r13592
| Roger Dingledine | 2008-02-19 |
* | r18218@catbus: nickm | 2008-02-19 17:27:40 -0500••• When SafeLogging is off, have TLS errors and messages logged with their associated addresses.
svn:r13591
| Nick Mathewson | 2008-02-19 |
* | make explicit that we don't care if a rename() call fails.•••potential bug reported by veracode.
svn:r13590
| Roger Dingledine | 2008-02-19 |
* | r18208@catbus: nickm | 2008-02-19 17:02:30 -0500••• Add some checks in torgzip.c to make sure we never overflow size_t there. Also make sure we do not realloc(list,0) in container.c. Backport candidate.
svn:r13587
| Nick Mathewson | 2008-02-19 |
* | resolve another edge case in staying dormant•••svn:r13586
| Roger Dingledine | 2008-02-19 |
* | maybe it should compile too.•••svn:r13585
| Roger Dingledine | 2008-02-19 |
* | If we only ever used Tor for hidden service lookups or posts, we•••would stop building circuits and start refusing connections after
24 hours, since we false believed that Tor was dormant. Reported
by nwf; bugfix on 0.1.2.x.
svn:r13583
| Roger Dingledine | 2008-02-19 |
* | clear up another connlimit lie•••svn:r13582
| Roger Dingledine | 2008-02-19 |
* | clean up the socket counting thing. third time's a charm.•••svn:r13581
| Roger Dingledine | 2008-02-19 |
* | r18198@catbus: nickm | 2008-02-19 14:30:30 -0500••• Try to *fix* the socket counting problem, and add an info log to detect whether we really fixed it
svn:r13580
| Nick Mathewson | 2008-02-19 |
* | r18195@catbus: nickm | 2008-02-19 14:11:15 -0500••• TOR_PERF has not not been a sane thing for ages. Remove it.
svn:r13579
| Nick Mathewson | 2008-02-19 |
* | hunt for killerchicken's socket counting problem•••svn:r13578
| Roger Dingledine | 2008-02-19 |
* | document that if you enable TOR_PERF, you won't be compatible with the•••main Tor network.
svn:r13577
| Roger Dingledine | 2008-02-19 |
* | r14246@tombo: nickm | 2008-02-17 19:33:02 -0500••• Fix a wide line in control.c; make the check-spaces target ignore the openbsd malloc file.
svn:r13566
| Nick Mathewson | 2008-02-19 |
* | r18142@catbus: nickm | 2008-02-18 14:24:31 -0500••• Our preferred spelling for a bitfield is "unsigned int", not "unsigned" or "uint8_t".
svn:r13560
| Nick Mathewson | 2008-02-18 |
* | r18139@catbus: nickm | 2008-02-18 13:14:05 -0500••• Clarify logic in trusted_dirs_load_certs_from_string(); avoid a maybe-impossible maybe-not double-free spotted by lodger.
svn:r13558
| Nick Mathewson | 2008-02-18 |
* | r18138@catbus: nickm | 2008-02-18 13:13:18 -0500••• Try to make conditional include logic for openbsd malloc not warn on arma's computer. May fix bug 610.
svn:r13557
| Nick Mathewson | 2008-02-18 |
* | r14243@tombo: nickm | 2008-02-17 14:51:26 -0500••• Better debugging to track down bug 606. Also remove a break; that may have been the possible culprit
svn:r13547
| Nick Mathewson | 2008-02-17 |
* | r18123@catbus: nickm | 2008-02-17 14:08:45 -0500••• Fix capitalization error
svn:r13545
| Nick Mathewson | 2008-02-17 |
* | r14238@tombo: nickm | 2008-02-17 14:03:44 -0500••• Add openbsd memory allocator discussed in bug 468, to make it easier for linux users to get non-awful allocation patterns. Use --enable-openbsd-malloc to turn it on. Needs more testing.
svn:r13544
| Nick Mathewson | 2008-02-17 |
* | r14236@tombo: nickm | 2008-02-17 13:44:55 -0500••• Partial fix for bug 586: Add an ephemeral __HashedControlSessionPassword.
svn:r13543
| Nick Mathewson | 2008-02-17 |
* | cleanups and changelog entry for r13540•••svn:r13542
| Roger Dingledine | 2008-02-17 |
* | patch from karsten:•••Resolved problems with (re-)fetching hidden service descriptors.
Before, v0 descriptors were not fetched at all (fix on 0.2.0.18-alpha),
re-fetching of v2 descriptors did not stop when a v0 descriptor was
received (fix on 0.2.0.18-alpha), and re-fetching of v2 descriptors did
not work in all cases (fix on 0.2.0.19-alpha).
svn:r13540
| Roger Dingledine | 2008-02-17 |
* | r14186@tombo: nickm | 2008-02-15 18:38:52 -0500••• Add an XXXX021 item so we eventually stop calling setuid() and setgid() unnecessarily.
svn:r13533
| Nick Mathewson | 2008-02-15 |
* | r14185@tombo: nickm | 2008-02-15 18:05:54 -0500••• Replace the hefty tor_strpartition with a simple function to replace its only (trivial) use.
svn:r13532
| Nick Mathewson | 2008-02-15 |
* | r14183@tombo: nickm | 2008-02-15 17:37:53 -0500••• Add initial unit tests for test_addr_compare_masked
svn:r13531
| Nick Mathewson | 2008-02-15 |
* | r14182@tombo: nickm | 2008-02-15 17:20:51 -0500••• Defer, downgrade, or address more XXX020s. The remaining ones are all ones we should deal with before release.
svn:r13530
| Nick Mathewson | 2008-02-15 |
* | r14181@tombo: nickm | 2008-02-15 16:48:17 -0500••• Fix all but 2 DOCDOC items; defer many XXX020s (particularly those where fixing them would fix no bugs at the risk of introducing some bugs).
svn:r13529
| Nick Mathewson | 2008-02-15 |
* | r14170@tombo: nickm | 2008-02-15 11:50:38 -0500••• Fix or downgrade a bunch of xxx020 items.
svn:r13527
| Nick Mathewson | 2008-02-15 |
* | r18068@catbus: nickm | 2008-02-13 11:33:19 -0500••• Patch from karsten: make hidden service code respect SafeLogging.
svn:r13493
| Nick Mathewson | 2008-02-13 |
* | r18066@catbus: nickm | 2008-02-13 11:22:19 -0500••• Bugfix from Karsten: "Reversed r13439; v2 rendezvous descriptors were only re-fetched when a directory connection did not finish, not when a directory correctly replied with an error code like 404; bug found by nwf.
svn:r13492
| Nick Mathewson | 2008-02-13 |
* | We were leaking a file descriptor if Tor started with a zero-length•••cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
svn:r13488
| Roger Dingledine | 2008-02-13 |
* | r18056@catbus: nickm | 2008-02-12 17:21:10 -0500••• Add roger's responses from IRC to some XXX020 items.
svn:r13487
| Nick Mathewson | 2008-02-12 |
* | Start choosing which bridge to use proportional to its advertised•••bandwidth, rather than uniformly at random. This should speed up Tor
for bridge users. Also do this for people who set StrictEntryNodes.
svn:r13486
| Roger Dingledine | 2008-02-12 |
* | r18051@catbus: nickm | 2008-02-12 15:20:43 -0500••• Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation.
svn:r13484
| Nick Mathewson | 2008-02-12 |
* | fix the compile•••svn:r13480
| Roger Dingledine | 2008-02-12 |
* | r18045@catbus: nickm | 2008-02-11 23:48:54 -0500••• oops. Not *quite* ready, just yet, maybe. Do not turn the TLS client handshake on by mistake _again_.
svn:r13479
| Nick Mathewson | 2008-02-12 |
* | r18041@catbus: nickm | 2008-02-11 23:43:18 -0500••• Make version negotiation and handshaking messages more useful and accurate.
svn:r13477
| Nick Mathewson | 2008-02-12 |
* | r18036@catbus: nickm | 2008-02-11 23:36:38 -0500••• Make a couple of messages less noisy
svn:r13476
| Nick Mathewson | 2008-02-12 |
* | r18029@catbus: nickm | 2008-02-11 12:36:39 -0500••• Fix command.c compilation with gcc 4.2 warnings enabled.
svn:r13475
| Nick Mathewson | 2008-02-12 |
* | bump to 0.2.0.19-alpha-dev•••svn:r13467
| Roger Dingledine | 2008-02-11 |
* | note a simplification for the future•••svn:r13466
| Roger Dingledine | 2008-02-11 |
* | Directory mirrors no longer include a guess at the client's IP•••address if the connection appears to be coming from the same /24
network; it was producing too many wrong guesses.
svn:r13464
| Roger Dingledine | 2008-02-11 |
* | r14111@tombo: nickm | 2008-02-10 20:52:19 -0500••• "0 bytes in 1 empty chunks" is hardly likely.
svn:r13463
| Nick Mathewson | 2008-02-11 |
* | r14108@tombo: nickm | 2008-02-10 20:09:10 -0500••• add some documentation
svn:r13462
| Nick Mathewson | 2008-02-11 |
* | r14103@tombo: nickm | 2008-02-10 13:40:09 -0500••• Fix some XXX020s in command.c, and make it not-allowed to negotiate v1 using the v2 connection protocol: it is too hard to test, and pointless to support.
svn:r13460
| Nick Mathewson | 2008-02-10 |
* | r14102@tombo: nickm | 2008-02-10 13:30:04 -0500••• Remove some deadcode.
svn:r13459
| Nick Mathewson | 2008-02-10 |
* | r14101@tombo: nickm | 2008-02-10 13:24:27 -0500••• Merge connection_or_act_on_netinfo into command.c; remove some fields from or_handshake_state().
svn:r13458
| Nick Mathewson | 2008-02-10 |
* | patch from tup to fix bug 605•••svn:r13453
| Roger Dingledine | 2008-02-09 |
* | "fix" the unit tests on openbsd/netbsd•••svn:r13450
| Roger Dingledine | 2008-02-09 |