Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
1 This import of nrappkit is a subset of the distribution at:
3 nrappkit.sourceforge.net
6 The last revision included in this import was on Nov 25, 2008.
7 This import includes a small nunber of portability fixes that
8 have been submitted to the upstream repository and are included
9 in upstream.diff.
12 Out of the list in the README, we use:
14 - registry-based configuration (with change callbacks)
15 [but without the registry daemon]
16 - configurable logging system
17 - event and timer handling
18 [though partly reimplemented]
20 Also, we use a bunch of the generic utilities such as string handling,
21 generic hash tables in C, yet another concrete type mapping, etc.