summaryrefslogtreecommitdiffstats
path: root/base/pickle_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add compile time checks against longs being used in IPC structs on 32 bit And...jam2016-02-101-33/+20
* Add message sizing to basic IPC traits and struct macros.rockot2016-02-051-0/+102
* Switch to standard integer types in base/.avi2015-12-261-17/+22
* [mojo] Use base::Pickle for Message storage.rockot2015-12-171-0/+46
* Resize IPC input buffer to fit the next message.dskiba2015-09-301-0/+82
* base: Fix an inefficiency in base::Pickle that caused extraneous allocations.erikchen2015-09-081-0/+14
* Move Pickle to base namespace.brettw2015-06-021-9/+10
* Cleanup: Remove wstring methods from base::Pickle.thestig2015-03-111-17/+5
* Adding StringPiece read/write support to pickle.brucedawson2015-03-101-1/+14
* Revert of Adding StringPiece read/write support to pickle. (patchset #4 id:60...brucedawson2015-03-051-14/+1
* Adding StringPiece/StringPiece16 read/write support to pickle, andbrucedawson2015-03-041-1/+14
* Remove deprecated methods from Pickle.avi2014-12-281-32/+32
* Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of h...avi2014-12-281-32/+32
* Remove deprecated methods from Pickle.Avi Drissman2014-12-221-32/+32
* Add Read/WriteSizeT() functions to the pickle layer, plus one consumer.pkasting2014-10-021-20/+79
* add double support to base::Picklemostynb@opera.com2014-07-141-0/+6
* Refactor PickleIterator.halyavin@google.com2014-06-021-1/+1
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-0/+3
* Disable C4146 warning in pickle_unittest.cc.halyavin@google.com2013-11-011-0/+7
* Avoid undefined behaviour in Pickle::FindNext.halyavin@google.com2013-11-011-0/+24
* Pickle::Write* micro-optimizationspiman@chromium.org2013-10-311-3/+3
* Remove Pickle::BeginWriteData/TrimWriteData, it's not usedpiman@chromium.org2013-10-301-12/+0
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* base: Convert scoped_arrays to the new scoped_ptr style.tfarina@chromium.org2013-01-181-3/+3
* Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....kamil.jiwa@gmail.com2013-01-031-2/+2
* Add support to Pickle for reading and writing floatsrbyers@chromium.org2012-11-281-0/+6
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-29/+40
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+6
* Check that we've got a complete header before accessing its fields.glider@chromium.org2011-01-261-0/+11
* Pickle: handle invalid data on 64 bit systems.rvargas@google.com2010-11-151-0/+33
* Don't allow dragging browser actions between regular and incognito windows.mpcomplete@chromium.org2010-03-301-0/+14
* WriteData and BeginWriteData should fail if length iswtc@chromium.org2009-07-281-1/+14
* Fix embarassing purify error due to length mismatch.cevans@chromium.org2009-06-251-1/+1
* Fix a couple of integer issues in Pickle deserialization. Neither representcevans@chromium.org2009-06-251-0/+28
* Change Pickle to double its capacity by default, rather than increasingmpcomplete@google.com2009-03-161-3/+4
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* more bustage fixesdarin@google.com2008-08-151-2/+3
* Fix more compiler warnings.darin@google.com2008-08-151-6/+6
* Some cross platform changes and general cleanups to Pickle.deanm@google.com2008-08-071-10/+16
* Add base to the repository.initial.commit2008-07-261-0/+238