toolkit/components/protobuf/README.txt

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

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 library has been updated to protobuf-2.4.1 as of 11/30/12.
michael@0 2
michael@0 3 Protocol Buffers (protobuf) source is available (via svn) at:
michael@0 4 svn checkout http://protobuf.googlecode.com/svn/trunk/ protobuf-read-only
michael@0 5
michael@0 6 This code is covered under the BSD license (see COPYING.txt). Documentation is
michael@0 7 available at http://code.google.com/p/protobuf.
michael@0 8
michael@0 9 This import includes only files in protobuf-lite, a lighter-weight library that
michael@0 10 does not support reflection or descriptors. Manual changes include removing all
michael@0 11 tests, testdata, config.h, and all files not used in protobuf-lite.
michael@0 12
michael@0 13 Applied Patches
michael@0 14 ===============
michael@0 15 r512.patch:
michael@0 16 Support VS2013 (from revision r512)
michael@0 17
michael@0 18 vs2013.patch
michael@0 19 Additional changes to support VS2013 missed from revision r512.

mercurial