1. f0b7853 add double support to base::Pickle by mostynb@opera.com · 10 years ago
  2. 0398c72 Refactor PickleIterator. by halyavin@google.com · 10 years ago
  3. 5b04085 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
  4. 2135b96 Force memcpy when reading a float, to avoid alignment issues by piman@chromium.org · 11 years ago
  5. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  6. 893e5bb Avoid undefined behaviour in Pickle::FindNext. by halyavin@google.com · 11 years ago
  7. 5d3eee2 Pickle::Write* micro-optimizations by piman@chromium.org · 11 years ago
  8. 6758b9e Remove Pickle::BeginWriteData/TrimWriteData, it's not used by piman@chromium.org · 11 years ago
  9. 888b12a IPC pickling optimization for render passes. by danakj@chromium.org · 11 years ago
  10. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  11. 2cbb1e2 Rename non-const payload() in base::Pickle to mutable_pyload() by sergeyu@chromium.org · 12 years ago
  12. a1f0b98 Add support to Pickle for reading and writing floats by rbyers@chromium.org · 12 years ago
  13. 69bca9d Remove Pickle::WriteSize() now that it has no remaining callers. Also rename by mdm@chromium.org · 12 years ago
  14. fcfb825 Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while checking for overflows. by glider@chromium.org · 12 years ago
  15. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 12 years ago
  16. f0c8f44 Cleanup: Remove a static initializer in pickle.cc. by thestig@chromium.org · 13 years ago
  17. 5fcf787 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by jeanluc@chromium.org · 13 years ago
  18. 381e966 Updating logging in src/base/. Using DCHECK_NE/EQ/LE/GE/GT() where possible by kushi.p@gmail.com · 13 years ago
  19. e486977 Update DCHECK() usage to utilize the more expressive debugging functions. by kushi.p@gmail.com · 13 years ago
  20. d23fe1a Use DCHECK_GE() where possible in base/. Patch by Kushal Pisavadia (see http://codereview.chromium.org/6688056/ ), r=me. by pkasting@chromium.org · 13 years ago
  21. c85d0fd Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNavigate. by bryner@chromium.org · 13 years ago
  22. 8b725fa Check that we've got a complete header before accessing its fields. by glider@chromium.org · 14 years ago
  23. 67a2543 Make the order of methods in the cc files match the headers in base/. by erg@google.com · 14 years ago
  24. 8d9b2b9 Pickle: handle invalid data on 64 bit systems. by rvargas@google.com · 14 years ago
  25. 0409ecb Don't allow dragging browser actions between regular and incognito windows. by mpcomplete@chromium.org · 14 years ago
  26. 33e05ef Switch base to using CHECK_*. by willchan@chromium.org · 14 years ago
  27. 8c00ed7 Take out intptr_t IPC serialization support to prevent people from sending pointers between trusted and untrusted processes. Move HWNDs and other Windows HANDLEs serialization to use 32 bits even on 64 bit platforms since that's all that's needed. by jam@chromium.org · 15 years ago
  28. 7c65f02 Defense-in-depth: initialize some variables. by cevans@chromium.org · 15 years ago
  29. d37bd34 Fix build breakage at r30320. by ukai@chromium.org · 15 years ago
  30. eb9afb4 Add Pickle::Read/WriteUint64. by thestig@chromium.org · 15 years ago
  31. 4e105f1 Add short circuit case for self assignment, and add virtual destructor by jar@chromium.org · 15 years ago
  32. 766c5a0 Add defensive code in pickle to preclude realloc of shared header_ memory. by jar@chromium.org · 15 years ago
  33. c2f15c5 WriteData and BeginWriteData should fail if length is negative. by wtc@chromium.org · 15 years ago
  34. a834cdd Fix a couple of integer issues in Pickle deserialization. Neither represent by cevans@chromium.org · 15 years ago
  35. b7f65c3 Moved bug to external tracker. by maruel@chromium.org · 15 years ago
  36. 54d2f94 Change Pickle to double its capacity by default, rather than increasing by mpcomplete@google.com · 15 years ago
  37. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  38. 38a18bf Update clipboard classes to use string16 and FilePath instead of wstring. by estade@chromium.org · 15 years ago
  39. 62ace90 * Bring up render_mesages.cc on POSIX. by jeremy@chromium.org · 16 years ago
  40. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  41. d7f6003 Adds capabilities for IPC messages of type long, for the primary purpose of accessibility related communication. by klink@google.com · 16 years ago
  42. cf7eff4 Fix more compiler warnings. by darin@google.com · 16 years ago
  43. 19650de Don't cast negative values to unsigned. This eliminates warnings in GCC. by deanm@google.com · 16 years ago
  44. a01bb10 Reapply 508 to determine if it was indeed the cause of the webkit-release-playback failure. by maruel@google.com · 16 years ago
  45. 8ba9dfb Revert part of r508, it may have broken webkit-release-playback. by deanm@google.com · 16 years ago
  46. 75df310 Some cross platform changes and general cleanups to Pickle. by deanm@google.com · 16 years ago
  47. 825f879 Fix base::DIR_SOURCE_ROOT path calculation. by maruel@google.com · 16 years ago
  48. 3f4a732 Add base to the repository. by initial.commit · 16 years ago