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.
michael@0 | 1 | This import of nrappkit is a subset of the distribution at: |
michael@0 | 2 | |
michael@0 | 3 | nrappkit.sourceforge.net |
michael@0 | 4 | |
michael@0 | 5 | |
michael@0 | 6 | The last revision included in this import was on Nov 25, 2008. |
michael@0 | 7 | This import includes a small nunber of portability fixes that |
michael@0 | 8 | have been submitted to the upstream repository and are included |
michael@0 | 9 | in upstream.diff. |
michael@0 | 10 | |
michael@0 | 11 | |
michael@0 | 12 | Out of the list in the README, we use: |
michael@0 | 13 | |
michael@0 | 14 | - registry-based configuration (with change callbacks) |
michael@0 | 15 | [but without the registry daemon] |
michael@0 | 16 | - configurable logging system |
michael@0 | 17 | - event and timer handling |
michael@0 | 18 | [though partly reimplemented] |
michael@0 | 19 | |
michael@0 | 20 | Also, we use a bunch of the generic utilities such as string handling, |
michael@0 | 21 | generic hash tables in C, yet another concrete type mapping, etc. |
michael@0 | 22 |