1. c91dd6b AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode. by Darin Petkov · 14 years ago
  2. bffc6ba AU: When reporting error to Omaha, also notify crash reporter by Andrew de los Reyes · 14 years ago
  3. 712b3ac AU: Function to trigger crash reporter. by Andrew de los Reyes · 14 years ago
  4. f650219 Break metadata into smaller chunks (number of chunks=10) for faster delta generation. by Thieu Le · 14 years ago
  5. b2be3f9 Revert "Break metadata into smaller chunks (number of chunks=10) for faster delta generation." by Thieu Le · 14 years ago
  6. 4e8a306 Break metadata into smaller chunks (number of chunks=10) for faster delta generation. by Thieu Le · 14 years ago
  7. 95508da AU: Send a previous version event after reboot following an update. by Darin Petkov · 14 years ago
  8. 819fef2 AU: MultiHttpFetcher cleanup/rewrite by Andrew de los Reyes · 14 years ago
  9. 5c7d975 Add support for bsdiff of file system metadata blocks by Thieu Le · 14 years ago
  10. 47851f4 AU: fix double-free warning in flimflam proxy unittest by Andrew de los Reyes · 14 years ago
  11. 3aefa86 AU: Split applied update verification into a separate step. by Darin Petkov · 14 years ago
  12. cf56248 AU: Try to remove unit test flakiness on buildbots. by Darin Petkov · 14 years ago
  13. b039d50 AU: Switch signature verification from external openssl to library. by Darin Petkov · 14 years ago
  14. c2e4a7d Restructure FilesystemCopierAction to use ping-pong buffers. by Darin Petkov · 14 years ago
  15. 927179d AU: When generating delta, use scratch off end of filesystem by Andrew de los Reyes · 14 years ago
  16. 1b00310 AU: More UpdateAttempter unit tests. by Darin Petkov · 14 years ago
  17. 3367619 AU: Disallow Anonymous Diffie Hellman ciphers by Andrew de los Reyes · 14 years ago
  18. 5d0783d AU: Always retry on failed connections, even manual checks. by Andrew de los Reyes · 14 years ago
  19. a092955 AU: Retry up to 3 times 30 seconds apart on HTTP response code 0. by Darin Petkov · 14 years ago
  20. d698231 Use g_strdup() instead of strdup(). by Satoru Takabayashi · 14 years ago
  21. 002b2fe AU: Add unit tests for utils IsSymlink and SetProcessPriority. by Darin Petkov · 14 years ago
  22. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  23. 8e07f1e AU: Exit with status 1 through the Terminator. by Darin Petkov · 14 years ago
  24. 0a9a6ed AU: Make sure that subsequent non-Terminator unit tests don't exit. by Darin Petkov · 14 years ago
  25. 80f1956 AU: Add unit tests for the Terminator class. by Darin Petkov · 14 years ago
  26. 9cd120d AU: Proxy Resolver classes by Andrew de los Reyes · 14 years ago
  27. b2bf122 update_engine: Move CA certs to separate ebuild by Ken Mixter · 14 years ago
  28. 934bb41 AU: Check the delta magic and fail on mismatch. by Darin Petkov · 14 years ago
  29. 9c096d6 AU: Use NiceMock<PrefsMock to suppress uninteresting call warnings. by Darin Petkov · 14 years ago
  30. 9ce452b AU: Fix potential issues with premature destruction of HTTP fetchers. by Darin Petkov · 14 years ago
  31. e237d19 AU: Restrict SSL ciphers to HIGH in official builds. by Darin Petkov · 14 years ago
  32. a3df55b AU: Don't allow deltas if the rootfs track is different than the request track. by Darin Petkov · 14 years ago
  33. d315dc7 AU: Allow override of "appid" through the lsb-release file. by Darin Petkov · 14 years ago
  34. 30291ed AU: Timestamp logs at startup. by Darin Petkov · 14 years ago
  35. 6f03a3b AU: Execute postinst asynchronously so that the D-Bus service is not blocked. by Darin Petkov · 14 years ago
  36. 4b8740f AU: reduce logging when generating delta update by Andrew de los Reyes · 14 years ago
  37. 3375ff5 AU: Reduce full payload generation log output. by Darin Petkov · 14 years ago
  38. f67bb1f AU: Change test http server port from 8080 to 8088. by Darin Petkov · 14 years ago
  39. 6d5dbf6 AU: Remove obsolete postinst --postcommit call. by Darin Petkov · 14 years ago
  40. d34a421 AU: Remove obsolete SetBootableFlagAction. by Darin Petkov · 14 years ago
  41. 7a22d79 AU: Speed up full update payload generation by running multiple threads. by Darin Petkov · 14 years ago
  42. 3f375c7 AU: Add test-channel to the list of valid tracks. by Darin Petkov · 14 years ago
  43. edc522e AU: Separate error codes for different OmahaRequestAction failures. by Darin Petkov · 14 years ago
  44. bc58a7b AU: Delta diff generator shows progress % when generating full updates. by Darin Petkov · 14 years ago
  45. 50f3649 AU: locate bsdiff/bspatch in $PATH, rather than hard coding their location. by Andrew de los Reyes · 14 years ago
  46. 60e1415 AU: Watch for writes on write fds only, and for reads on read fds. by Darin Petkov · 14 years ago
  47. cdc20a9 AU: No need to calculate SHA-256 on the payload twice for delta updates. by Darin Petkov · 14 years ago
  48. 583667b AU: Implement getting of tracks through GetTrack. by Satoru Takabayashi · 14 years ago
  49. 34e41a1 AU: Push seeks in http fetching to the progress percentage. by Andrew de los Reyes · 14 years ago
  50. 7900359 Update setup_dev_packages to also emerge hard-host-depends so that users will get latest packages. by David James · 14 years ago
  51. b00bccc AU: Send UPDATE_AVAILABLE status. by Darin Petkov · 14 years ago
  52. f622ef7 AU: Nice for 2 hours, then normal priority. by Darin Petkov · 14 years ago
  53. 49d9132 AU: Implement switching of tracks through SetTrack. by Darin Petkov · 14 years ago
  54. 8daa324 AU: Provide a D-Bus API for changing the update track. by Darin Petkov · 14 years ago
  55. 4ba850d AU: fix delta generation when running out of scratch. by Andrew de los Reyes · 14 years ago
  56. fc7a0ce AU: Restrict to HTTPS for official builds. by Darin Petkov · 14 years ago
  57. 89f17be AU: When applying delta locally, get source checksums by Andrew de los Reyes · 14 years ago
  58. eee26ee AU: Don't mark booted kernel good if we've applied an update. by Darin Petkov · 14 years ago
  59. b21ce5d AU: Don't request data ranges beyond the end of the payload. by Darin Petkov · 14 years ago
  60. d57d147 AU: Don't use network on expensive connection types by Andrew de los Reyes · 14 years ago
  61. 6c11864 AU: propagate a deadline form the update check response to Chrome. by Darin Petkov · 14 years ago
  62. ba3fb17 AU: Really disable URL/version setting over D-Bus on official images. by Darin Petkov · 14 years ago
  63. a07586b AU: Restrict URL/version change over D-Bus to non-official builds only. by Darin Petkov · 14 years ago
  64. 9fa7ec5 AU: Don't send no-op operations in the delta payload. by Darin Petkov · 14 years ago
  65. 9eadd64 AU: Increase full update chunk size to 1MiB by Darin Petkov · 14 years ago
  66. d43d690 AU: Include old kernel hash for source partition verification. by Darin Petkov · 14 years ago
  67. 68c10d1 AU: Really delta compress the kernel if an old kernel is provided. by Darin Petkov · 14 years ago
  68. 698d041 AU: Verify source rootfs/kernel hashes before applying delta. by Darin Petkov · 14 years ago
  69. 7ea3233 AU: Don't send rootfs hashes along with the delta payload. by Darin Petkov · 14 years ago
  70. d3f8c89 AU: Add a utility routine to get the filesystem size from a device. by Darin Petkov · 14 years ago
  71. 5a23283 AU: Pass opened device fd from update engine to bspatch. by Andrew de los Reyes · 14 years ago
  72. 95cf01f AU: Include the manifest size in the delta payload usage report. by Darin Petkov · 14 years ago
  73. f88144f AU: fix new style full updates by Andrew de los Reyes · 14 years ago
  74. 2dd0109 AU: Verify that the applied delta update matches the server-sent hashes. by Darin Petkov · 14 years ago
  75. 45580e4 AU: block exit / reset update progress for non-idempotent ops as late as possible. by Darin Petkov · 14 years ago
  76. abe7cc9 AU: fix report generation to handle invalid nodes and final rootfs op by Darin Petkov · 14 years ago
  77. 6142614 AU: Fall back to a new update after a certain number of failed resume attempts. by Darin Petkov · 14 years ago
  78. 353777c AU: Delta Performer: properly detect idempotent operations by Andrew de los Reyes · 14 years ago
  79. 9b23057 AU: Resume interrupted update attempts. by Darin Petkov · 14 years ago
  80. 36a5822 AU: Include the old/new kernel/rootfs size/hash in the update metadata. by Darin Petkov · 14 years ago
  81. 3fd5d30 AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges by Andrew de los Reyes · 14 years ago
  82. 9c0baf8 AU: Catch terminate signals and block exit if necessary. by Darin Petkov · 14 years ago
  83. 437adc4 AU: DeltaPerformer performs the download size/hash check now. by Darin Petkov · 14 years ago
  84. 27f7d37 AU: support for generating new style full updates. by Andrew de los Reyes · 14 years ago
  85. 0406e40 AU: Optimize checkpointing a bit and decide on new update vs. resume. by Darin Petkov · 14 years ago
  86. ef01755 AU: reuse scratch blocks in delta generation, tolerate insufficient scratch. by Andrew de los Reyes · 14 years ago
  87. 73058b4 AU: Start checkpointing update progress. by Darin Petkov · 14 years ago
  88. 1bc16ab AU: More graph utilities by Andrew de los Reyes · 14 years ago
  89. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 14 years ago
  90. cc92cd3 AU: ApplyMap utility function by Andrew de los Reyes · 14 years ago
  91. 182a9f5 AU: Cyclebreaker optimization by Andrew de los Reyes · 14 years ago
  92. 5fdae4a AU: Ranges class to managing unordered collection of blocks/extents. by Andrew de los Reyes · 14 years ago
  93. 880335c AU: generate a delta payload usage report by Darin Petkov · 14 years ago
  94. 3627577 AU: Fall back to full updates after a number of failed delta update attempts. by Darin Petkov · 14 years ago
  95. c0b7a53 AU: Use full rootfs partition for scratch. by Darin Petkov · 14 years ago
  96. d22cb29 AU: Switch from SHA-1 to SHA-256 hash. by Darin Petkov · 14 years ago
  97. 3a4016a AU: Restrict the CA certificates to a smaller trusted set. by Darin Petkov · 14 years ago
  98. e3e27fe AU: Add trusted certificates to the repo. by Darin Petkov · 14 years ago
  99. 2a0e633 AU: Skip all automatic update checks if OOBE is not complete. by Darin Petkov · 14 years ago
  100. 50332f1 AU: Verify that the actual download size matches the size reported by Omaha. by Darin Petkov · 14 years ago