summaryrefslogtreecommitdiffstats
path: root/base/pickle.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/.avi2015-12-261-1/+2
* [mojo] Use base::Pickle for Message storage.rockot2015-12-171-4/+18
* Remove kuint32max.avi2015-12-041-19/+19
* Resize IPC input buffer to fit the next message.dskiba2015-09-301-4/+29
* base: Fix an inefficiency in base::Pickle that caused extraneous allocations.erikchen2015-09-081-3/+2
* Align base::Pickle allocations to 4k boundariesprimiano2015-07-241-8/+17
* Add a Pickle::GetTotalAllocatedSize() to estimate its memory usageprimiano2015-06-111-4/+8
* Remove namespace using directive for base::Pickle.brettw2015-06-031-11/+9
* Revert of Revert of MSan: check data is initialized when serializing with bas...thestig2015-03-161-0/+1
* Cleanup: Remove wstring methods from base::Pickle.thestig2015-03-111-20/+0
* Adding StringPiece read/write support to pickle.brucedawson2015-03-101-2/+27
* Revert of MSan: check data is initialized when serializing with base::Pickle....thestig2015-03-061-1/+0
* MSan: check data is initialized when serializing with base::Pickle.earthdok2015-03-061-0/+1
* Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60...brucedawson2015-03-051-27/+2
* Adding StringPiece/StringPiece16 read/write support to pickle, andbrucedawson2015-03-041-2/+27
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-021-0/+10
* add double support to base::Picklemostynb@opera.com2014-07-141-0/+12
* Refactor PickleIterator.halyavin@google.com2014-06-021-14/+27
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-0/+3
* Force memcpy when reading a float, to avoid alignment issuespiman@chromium.org2013-11-181-1/+9
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-3/+3
* Avoid undefined behaviour in Pickle::FindNext.halyavin@google.com2013-11-011-6/+4
* Pickle::Write* micro-optimizationspiman@chromium.org2013-10-311-59/+58
* Remove Pickle::BeginWriteData/TrimWriteData, it's not usedpiman@chromium.org2013-10-301-46/+4
* IPC pickling optimization for render passes.danakj@chromium.org2013-10-291-1/+11
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-3/+3
* Rename non-const payload() in base::Pickle to mutable_pyload()sergeyu@chromium.org2013-01-181-1/+1
* Add support to Pickle for reading and writing floatsrbyers@chromium.org2012-11-281-0/+4
* Remove Pickle::WriteSize() now that it has no remaining callers. Also renamemdm@chromium.org2012-03-231-4/+0
* Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while c...glider@chromium.org2012-03-131-6/+2
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-204/+138
* Cleanup: Remove a static initializer in pickle.cc.thestig@chromium.org2011-10-101-4/+2
* Remove Purify and Quantify.Doing so will reduce substantially the size of the...jeanluc@chromium.org2011-08-171-1/+1
* Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possiblekushi.p@gmail.com2011-05-041-1/+1
* Update DCHECK() usage to utilize the more expressive debugging functions.kushi.p@gmail.com2011-04-221-3/+3
* Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http...pkasting@chromium.org2011-03-311-2/+2
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+14
* Check that we've got a complete header before accessing its fields.glider@chromium.org2011-01-261-0/+3
* Make the order of methods in the cc files match the headers in base/.erg@google.com2011-01-071-51/+51
* Pickle: handle invalid data on 64 bit systems.rvargas@google.com2010-11-151-3/+13
* Don't allow dragging browser actions between regular and incognito windows.mpcomplete@chromium.org2010-03-301-0/+2
* Switch base to using CHECK_*.willchan@chromium.org2010-03-021-1/+1
* Take out intptr_t IPC serialization support to prevent people from sending po...jam@chromium.org2010-02-091-14/+0
* Defense-in-depth: initialize some variables.cevans@chromium.org2009-12-301-0/+3
* Fix build breakage at r30320.ukai@chromium.org2009-10-281-1/+1
* Add Pickle::Read/WriteUint64.thestig@chromium.org2009-10-281-2/+16
* Add short circuit case for self assignment, and add virtual destructorjar@chromium.org2009-08-071-2/+7
* Add defensive code in pickle to preclude realloc of shared header_ memory.jar@chromium.org2009-08-031-2/+7
* WriteData and BeginWriteData should fail if length iswtc@chromium.org2009-07-281-3/+3
* Fix a couple of integer issues in Pickle deserialization. Neither representcevans@chromium.org2009-06-251-1/+4