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