| Commit message (Expand) | Author | Age |
... | |
| * | lookup_last_hid_serv_request() could overflow and leak memory•••The problem was that we didn't allocate enough memory on 32-bit
platforms with 64-bit time_t. The memory leak occured every time
we fetched a hidden service descriptor we've fetched before.
| Sebastian Hahn | 2010-02-07 |
| * | read the "circwindow" parameter from the consensus•••backport of c43859c5c12361fad505
backport of 0d13e0ed145f4c1b5bd1
| Roger Dingledine | 2009-10-14 |
| * | Merge commit 'karsten/fix-1073' into maint-0.2.1 | Nick Mathewson | 2009-09-16 |
| |\ |
|
| | * | Reduce log level for bug case that we now know really exists. | Karsten Loesing | 2009-09-01 |
| | * | Avoid segfault when accessing hidden service. | Karsten Loesing | 2009-08-29 |
* | | | Merge branch 'safelogging2'•••Conflicts:
ChangeLog
| Nick Mathewson | 2009-12-15 |
|\ \ \ |
|
| * | | | Refactor the safe_str_*() API to make more sense.•••The new rule is: safe_str_X() means "this string is a piece of X
information; make it safe to log." safe_str() on its own means
"this string is a piece of who-knows-what; make it safe to log".
| Nick Mathewson | 2009-12-15 |
| * | | | Allow SafeLogging to exclude client related information | Sebastian Hahn | 2009-12-12 |
* | | | | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson | 2009-12-12 |
|/ / / |
|
* | | | Reduce log level for someone else sending us weak DH keys.•••See task 1114. The most plausible explanation for someone sending us weak
DH keys is that they experiment with their Tor code or implement a new Tor
client. Usually, we don't care about such events, especially not on warn
level. If we really care about someone not following the Tor protocol, we
can set ProtocolWarnings to 1.
| Karsten Loesing | 2009-10-25 |
* | | | downgrade a log severity, since this event has been known•••to happen and there's nothing the user can do about it
| Roger Dingledine | 2009-09-21 |
* | | | a mish-mash of stuff in my sandbox | Roger Dingledine | 2009-09-17 |
* | | | Read "circwindow=x" from the consensus and use it•••Tor now reads the "circwindow" parameter out of the consensus,
and uses that value for its circuit package window rather than the
default of 1000 cells. Begins the implementation of proposal 168.
| Roger Dingledine | 2009-09-15 |
* | | | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | 2009-09-01 |
|\| | |
|
| * | | Fix compile warnings on Snow Leopard•••Big thanks to nickm and arma for helping me with this!
| Sebastian Hahn | 2009-09-01 |
| |/ |
|
* | | Merge commit 'origin/maint-0.2.1'•••[Didn't take Karsten's full bug 1024 workaround, since 0.2.2 doesn't
use v0 rend descs.]
| Nick Mathewson | 2009-07-02 |
|\| |
|
| * | Make an attempt to fix bug 1024.•••The internal error "could not find intro key" occurs when we want to send
an INTRODUCE1 cell over a recently finished introduction circuit and think
we built the introduction circuit with a v2 hidden service descriptor, but
cannot find the introduction key in our descriptor.
My first guess how we can end up in this situation is that we are wrong in
thinking that we built the introduction circuit based on a v2 hidden
service descriptor. This patch checks if we have a v0 descriptor, too, and
uses that instead.
| Karsten Loesing | 2009-07-02 |
| * | Better fix for 997. | Karsten Loesing | 2009-06-19 |
| * | Revert "Backport fix for bug 997."•••This reverts commit 3847f54945933a11d14053b80427f268ffcfd8ad.
| Karsten Loesing | 2009-06-19 |
| * | Backport fix for bug 997.•••Backporting 6a32beb and ca8708a.
| Karsten Loesing | 2009-06-16 |
* | | Fix more of bug 997.•••Fix refetching of hidden service descriptors when all introduction points
have turned out to not work.
| Karsten Loesing | 2009-06-13 |
* | | Restore changes from f79688d that got lost somehow during a merge. | Karsten Loesing | 2009-06-12 |
* | | Restore changes from Karsten's "Remove unused rendversion parameters".•••These were made undone by a merge.
| Nick Mathewson | 2009-05-28 |
* | | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | 2009-05-27 |
|\| |
|
| * | Spell-check Tor. | Nick Mathewson | 2009-05-27 |
| * | Update copyright to 2009. | Karsten Loesing | 2009-05-04 |
* | | Remove unused rendversion parameters. YAGNI. | Karsten Loesing | 2009-05-04 |
* | | Clients do not request version 0 hidserv descs anymore. | Karsten Loesing | 2009-05-04 |
* | | Update copyright to 2009. | Karsten Loesing | 2009-05-02 |
|/ |
|
* | Don't extend introduction circuits indefinitely.•••Doing so could run you out of relay_early cells and give you a
senselessly long circuit. Patch from Karsten; may fix bug 878.
svn:r18459
| Nick Mathewson | 2009-02-10 |
* | Clean up (and mark for 0.2.2.) comments relating to non-beauty of current bug...•••svn:r17966
| Nick Mathewson | 2009-01-06 |
* | Remove svn $Id$s from our source, and remove tor --version --version.•••The subversion $Id$ fields made every commit force a rebuild of
whatever file got committed. They were not actually useful for
telling the version of Tor files in the wild.
svn:r17867
| Nick Mathewson | 2009-01-04 |
* | Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...•••svn:r17686
| Nick Mathewson | 2008-12-18 |
* | Fix a valgrind-located memory stomp. Bugfix on 0.2.1.6-alpha.•••svn:r17667
| Nick Mathewson | 2008-12-18 |
* | Change directory_get_from_dirserver to take a set of flags to be passed to pi...•••svn:r17592
| Nick Mathewson | 2008-12-11 |
* | clean up some log messages•••svn:r17406
| Roger Dingledine | 2008-11-29 |
* | Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...•••svn:r16955
| Nick Mathewson | 2008-09-24 |
* | give rend_client_desc_here a slightly more accurate name•••svn:r16916
| Roger Dingledine | 2008-09-16 |
* | patch from karsten for bug 814. whew.•••svn:r16915
| Roger Dingledine | 2008-09-16 |
* | karsten's patch for bug 767.•••svn:r16808
| Roger Dingledine | 2008-09-09 |
* | Fix numerous memory leaks: some were almost impossible to trigger, and some a...•••svn:r16779
| Nick Mathewson | 2008-09-05 |
* | Next patch from Karsten: client-side configuration stuff for proposal 121.•••svn:r16510
| Nick Mathewson | 2008-08-12 |
* | r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400••• Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you.
svn:r16435
| Nick Mathewson | 2008-08-05 |
* | fix typos in last patch spotted by sebastian and karsten•••svn:r15700
| Nick Mathewson | 2008-07-06 |
* | Apply fix from chrisw: call connection_ap_attach_pending when we get a rendez...•••svn:r15699
| Nick Mathewson | 2008-07-06 |
* | r18862@catbus: nickm | 2008-03-16 23:33:11 -0400••• Part of fix for bug 617: allow connection_ap_handshake_attach_circuit() to mark connections, to avoid double-mark warnings. Note that this is an incomplete refactoring.
svn:r14066
| Nick Mathewson | 2008-03-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 |
* | 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 |
* | Update some copyright notices: it is now 2008.•••svn:r13412
| Nick Mathewson | 2008-02-07 |
* | Revert r13301 and part of r13304. I guess nick's svk messed up.•••svn:r13305
| Roger Dingledine | 2008-01-27 |