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 # API
2 src/plugin/nr_plugin.h
3 src/share/nr_api.h
4 src/share/nr_common.h
5 src/share/nr_reg_keys.h
7 # libekr
8 src/util/libekr/assoc.h
9 src/util/libekr/debug.c
10 src/util/libekr/debug.h
11 src/util/libekr/r_assoc.c
12 src/util/libekr/r_assoc.h
13 src/util/libekr/r_bitfield.c
14 src/util/libekr/r_bitfield.h
15 src/util/libekr/r_common.h
16 src/util/libekr/r_crc32.c
17 src/util/libekr/r_crc32.h
18 src/util/libekr/r_data.c
19 src/util/libekr/r_data.h
20 src/util/libekr/r_defaults.h
21 src/util/libekr/r_errors.c
22 src/util/libekr/r_errors.h
23 src/util/libekr/r_includes.h
24 src/util/libekr/r_list.c
25 src/util/libekr/r_list.h
26 src/util/libekr/r_macros.h
27 src/util/libekr/r_memory.c
28 src/util/libekr/r_memory.h
29 src/util/libekr/r_replace.c
30 src/util/libekr/r_thread.h
31 src/util/libekr/r_time.c
32 src/util/libekr/r_time.h
33 src/util/libekr/r_types.h
34 src/util/libekr/debug.c
35 src/util/libekr/debug.h
37 # Utilities
38 src/util/byteorder.c
39 src/util/byteorder.h
40 src/util/hex.c
41 src/util/hex.h
42 src/util/p_buf.c
43 src/util/p_buf.h
44 src/util/util.c
45 src/util/util.h
47 # Events
48 src/event/async_timer.h
49 src/event/async_wait.h
50 src/event/async_wait_int.h
52 # Logging
53 src/log/r_log.c
54 src/log/r_log.h
56 # Registry
57 src/registry/c2ru.c
58 src/registry/c2ru.h
59 src/registry/registry.c
60 src/registry/registry.h
61 src/registry/registry_int.h
62 src/registry/registry_local.c
63 src/registry/registry_vtbl.h
64 src/registry/registrycb.c
66 src/port/darwin/include/csi_platform.h
67 src/port/win32/include/csi_platform.h
68 src/port/linux/include/csi_platform.h
69 src/port/linux/include/linux_funcs.h
70 src/port/linux/include/sys/ttycom.h
71 src/port/linux/port-impl.mk
72 # sys/queue.h manually copied into src/port/generic
74 # Stats
75 src/stats/nrstats.h
77 # Meta-files
78 COPYRIGHT
79 VERSION
80 README