summaryrefslogtreecommitdiffstats
path: root/base/pickle.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved bug to external tracker.maruel@chromium.org2009-06-011-6/+6
* Change Pickle to double its capacity by default, rather than increasingmpcomplete@google.com2009-03-161-1/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-1/+25
* * Bring up render_mesages.cc on POSIX.jeremy@chromium.org2008-12-291-0/+14
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Adds capabilities for IPC messages of type long, for the primary purpose of a...klink@google.com2008-08-221-0/+16
* Fix more compiler warnings.darin@google.com2008-08-151-3/+3
* Don't cast negative values to unsigned. This eliminates warnings in GCC.deanm@google.com2008-08-131-4/+7
* Reapply 508 to determine if it was indeed the cause of the webkit-release-pla...maruel@google.com2008-08-071-9/+10
* Revert part of r508, it may have broken webkit-release-playback.deanm@google.com2008-08-071-10/+9
* Some cross platform changes and general cleanups to Pickle.deanm@google.com2008-08-071-9/+10
* Fix base::DIR_SOURCE_ROOT path calculation.maruel@google.com2008-08-061-3/+9
* Add base to the repository.initial.commit2008-07-261-0/+348