1. fb97da5 DO NOT MERGE: Build a static bspatch for recovery. am: 2eea58f169 by Alex Deymo · 8 years ago int/n/fp2
  2. 2eea58f DO NOT MERGE: Build a static bspatch for recovery. by Alex Deymo · 8 years ago
  3. b70ee14 Fix infinite loop when using extents. by Sen Jiang · 8 years ago
  4. 79ffca0 Stream the output to disk. by Sen Jiang · 8 years ago
  5. 0ef2f7e Merge "Fix reading extents file if not start from the beginning of a extent." by Sen Jiang · 8 years ago
  6. 2c1607d Merge "Fix reading extents file if not start from the beginning of a extent." by Sen Jiang · 8 years ago
  7. f822e6c Fix reading extents file if not start from the beginning of a extent. by Sen Jiang · 8 years ago
  8. 0fc620f Merge "Various fixes in bspatch and File class." am: a1e8251cad by Sen Jiang · 8 years ago
  9. a1e8251 Merge "Various fixes in bspatch and File class." by Sen Jiang · 8 years ago
  10. d87c835 Various fixes in bspatch and File class. by Sen Jiang · 8 years ago
  11. a1e219f Merge "Build bspatch for the target." am: 1f0cc154a4 by Alex Deymo · 9 years ago
  12. 1f0cc15 Merge "Build bspatch for the target." by Alex Deymo · 9 years ago
  13. cdbad9a Build bspatch for the target. by Alex Deymo · 9 years ago
  14. c3ef6f9 Merge "Update NOTICE and LICENSE file." am: b21880b585 by Alex Deymo · 9 years ago
  15. 6b3c93e Merge changes Ib9f70e57,If6837f25,I45ec3d45,I9aab80b3,I8d8f0715, ... by Alex Deymo · 9 years ago
  16. b21880b Merge "Update NOTICE and LICENSE file." by Alex Deymo · 9 years ago
  17. f85d74c Merge changes Ib9f70e57,If6837f25,I45ec3d45,I9aab80b3,I8d8f0715, ... by Alex Deymo · 9 years ago
  18. cd1e453 Update NOTICE and LICENSE file. by Alex Deymo · 9 years ago
  19. 792b0a5 Build unittests on Android. by Alex Deymo · 9 years ago
  20. 437b7af bspatch: Re-enable extents support. by Alex Deymo · 9 years ago
  21. b870eb5 bspatch: Ran clang-format on bspatch.cc. by Alex Deymo · 9 years ago
  22. daf3516 FileInterface: Implement GetSize(). by Alex Deymo · 9 years ago
  23. 03f1deb bspatch: Use a C++ interface for file access. by Alex Deymo · 9 years ago
  24. 20891f9 Convert C sources to C++. by Alex Deymo · 9 years ago
  25. e1526cf Ran clang-format on all the Chromium OS sources. by Alex Deymo · 9 years ago
  26. c6aa41e am a09afd99: Merge "Disable GNU extensions in bspatch code." by Alex Deymo · 9 years ago
  27. a09afd9 Merge "Disable GNU extensions in bspatch code." by Alex Deymo · 9 years ago
  28. 870b802 Disable GNU extensions in bspatch code. by Alex Deymo · 9 years ago
  29. 495c97a am b7e3b8e0: Update Android.mk to build Chromium OS changes. by Alex Deymo · 9 years ago
  30. fec92af am f3767966: bspatch: Fix arg names. by Alex Deymo · 9 years ago
  31. 860e7b2 am a5cff228: Add gtest unittest framework. by Alex Deymo · 9 years ago
  32. 04a9901 am 68b49a81: Added README.chromium file. by Alex Deymo · 9 years ago
  33. dac3b17 am 075af0a1: Added .gitignore file. by Alex Deymo · 9 years ago
  34. e97dc33 am 4384370c: bsdiff: Don\'t install delta_generator tools on the device. by Alex Deymo · 9 years ago
  35. 6aebcdf am 99b5374d: bsdiff: support for lazy reading from extent files in bspatch by Gilad Arnold · 9 years ago
  36. 2b54d42 am d172820c: AU: bsdiff: Expand pathological case where files differ by <8 bytes by Thieu Le · 9 years ago
  37. 0d71045 am e3fd60e9: AU: Fix bsdiff hang by Thieu Le · 9 years ago
  38. a61c175 am 1f402925: bsdiff: Speed up pathological case. by Thieu Le · 9 years ago
  39. 38d4ca8 am c2c68a78: Change bsdiff to use divsufsort suffix sort library instead of qsufsort. Divsufsort is more efficient and addresses the problem of bsdiff hanging on certain files. by Thieu Le · 9 years ago
  40. af54e1b am 3ebed9c5: bsdiff: if file is /dev/fd/*, don\'t open/close it. Just use the fd. by Andrew de los Reyes · 9 years ago
  41. 81a29ae am 11a4ecc1: bsdiff: force off_t to be 64 bits, honor size_t length by Andrew de los Reyes · 9 years ago
  42. 1158e17 am 339e0eec: bsdiff: convert ebuild to the new eclass format by Zdenek Behan · 9 years ago
  43. b7e3b8e Update Android.mk to build Chromium OS changes. by Alex Deymo · 9 years ago
  44. f376796 bspatch: Fix arg names. by Alex Deymo · 9 years ago
  45. a5cff22 Add gtest unittest framework. by Alex Deymo · 9 years ago
  46. 68b49a8 Added README.chromium file. by Alex Deymo · 9 years ago
  47. 075af0a Added .gitignore file. by Alex Deymo · 9 years ago
  48. 4384370 bsdiff: Don't install delta_generator tools on the device. by Alex Deymo · 10 years ago
  49. 99b5374 bsdiff: support for lazy reading from extent files in bspatch by Gilad Arnold · 11 years ago
  50. d172820 AU: bsdiff: Expand pathological case where files differ by <8 bytes by Thieu Le · 12 years ago
  51. e3fd60e AU: Fix bsdiff hang by Thieu Le · 13 years ago
  52. 1f40292 bsdiff: Speed up pathological case. by Thieu Le · 13 years ago
  53. c2c68a7 Change bsdiff to use divsufsort suffix sort library instead of qsufsort. by Thieu Le · 13 years ago
  54. 3ebed9c bsdiff: if file is /dev/fd/*, don't open/close it. Just use the fd. by Andrew de los Reyes · 14 years ago
  55. 11a4ecc bsdiff: force off_t to be 64 bits, honor size_t length by Andrew de los Reyes · 14 years ago
  56. 339e0ee bsdiff: convert ebuild to the new eclass format by Zdenek Behan · 14 years ago
  57. 0231f8a package version metadata for external/ by Damien Miller · 9 years ago
  58. 9d4448a Merge "Add NOTICE file" by Conley Owens · 9 years ago
  59. 05af24a Add NOTICE file by Conley Owens · 9 years ago
  60. 6f50375 Merge "fix vulnerability in bspatch" by Doug Zongker · 10 years ago
  61. 4d05479 fix vulnerability in bspatch by Doug Zongker · 10 years ago
  62. 23e322a Merge "host modules don't need LOCAL_MODULE_TAGS" by Joe Onorato · 12 years ago
  63. 10e6119 host modules don't need LOCAL_MODULE_TAGS by Joe Onorato · 12 years ago
  64. 8187254 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  65. df980d6 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago
  66. ed9ef8d reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  67. f7780c0 reconcile android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  68. c55f038 android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  69. 87efaab Merge donut into master by Jean-Baptiste Queru · 15 years ago
  70. 55d9f4f Merge branch 'open_source_no_contributions' into google_internal by The Android Open Source Project · 15 years ago
  71. 782d358 Merge commit 'remotes/korg/cupcake' into cupcake_to_master by Jean-Baptiste Queru · 15 years ago
  72. c285fea auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  73. 7ba0630 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  74. 0387456 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 15 years ago