1. b97fc8b update_engine: make it accept LDFLAGS by Yunlian Jiang · 11 years ago
  2. 27a48bc p2p: Add P2PManager class by David Zeuthen · 11 years ago
  3. e3ef491 Remove unneeded pcrecpp dependency. by Andrew de los Reyes · 11 years ago
  4. 59d9e01 AU: remove obsolete proxy resolver code by Gilad Arnold · 11 years ago
  5. 4243291 Send an UMA metric when failed to boot into the new partition. by Alex Deymo · 11 years ago
  6. f413fe5 Add unit tests for duration metrics by David Zeuthen · 11 years ago
  7. 9a017f2 Measure and send update duration (and corresponding uptime) to UMA by David Zeuthen · 11 years ago
  8. 1c0fe79 Cancel the current download if user chooses a different channel. by Jay Srinivasan · 11 years ago
  9. 461a3d5 AU: uprev the default BASE_VER value for local builds by Gilad Arnold · 11 years ago
  10. ae4697c Enhanced channel changing behavior by Jay Srinivasan · 11 years ago
  11. 55f50c2 Segregate UMA metrics for production scenarios from test scenarios. by Jay Srinivasan · 12 years ago
  12. 6f6ea00 Support for processing multiple URLs in update_engine. by Jay Srinivasan · 12 years ago
  13. 2643cb7 Fixed gcc-4.7 building problem for update_engine (again). by Han Shen · 12 years ago
  14. 6eccc53 Bidirectional test mode signaling over GPIO by Gilad Arnold · 12 years ago
  15. 4348879 UpdateEngine-side changes to allow updates over 3G based on device policy. by Jay Srinivasan · 12 years ago
  16. d186e63 Fix update_engine scons building. by Don Garrett · 12 years ago
  17. 4d740eb Revised GPIO module interface + GPIO discovery logic by Gilad Arnold · 12 years ago
  18. 11c066f A reusable file descriptor abstraction. by Gilad Arnold · 12 years ago
  19. dd465db convert to SLOT-ed libbase by Mike Frysinger · 12 years ago
  20. 1ebd813 GPIO test signal safe fallback + refactoring. by Gilad Arnold · 12 years ago
  21. 28e2f39 Added GPIO support for update engine automated test. by Gilad Arnold · 12 years ago
  22. cb34e8c [update_engine] use libchromeos.pc by Elly Jones · 13 years ago
  23. 5479e8d Revert "[update_engine] use libchromeos.pc" by Scott James Remnant · 13 years ago
  24. cdd107e [update_engine] use libchromeos.pc by Elly Jones · 13 years ago
  25. 9bedeb5 Fetcher tries all proxies when a secondary chunk download error occurs. by Gilad Arnold · 13 years ago
  26. 7ed561b AU: Remove support for old-style updates. by Darin Petkov · 13 years ago
  27. 7f9aea2 Add UMA metrics for detecting and reporting update certificate changes. by Bruno Rocha · 13 years ago
  28. c24e3f3 Support for signing with multiple signature files, key sizes. by Andrew de los Reyes · 13 years ago
  29. 7fbbe8a Update engine should use the release channel policy if it exists. by Patrick Dubroy · 13 years ago
  30. 8707b5b Properly respect the PKG_CONFIG environment variable. by Diego Elio Pettenò · 13 years ago
  31. 44d98d9 Use crossystem rather than cros_boot_mode. by Darin Petkov · 13 years ago
  32. 000d895 AU: Full proxy support by Andrew de los Reyes · 13 years ago
  33. c91dd6b AU: Include a bit flag (bit 31) in error codes to indicate non-normal boot mode. by Darin Petkov · 14 years ago
  34. 819fef2 AU: MultiHttpFetcher cleanup/rewrite by Andrew de los Reyes · 14 years ago
  35. 5c7d975 Add support for bsdiff of file system metadata blocks by Thieu Le · 14 years ago
  36. 4516810 AU: Manual proxy support by Andrew de los Reyes · 14 years ago
  37. 80f1956 AU: Add unit tests for the Terminator class. by Darin Petkov · 14 years ago
  38. 9cd120d AU: Proxy Resolver classes by Andrew de los Reyes · 14 years ago
  39. d34a421 AU: Remove obsolete SetBootableFlagAction. by Darin Petkov · 14 years ago
  40. 7a22d79 AU: Speed up full update payload generation by running multiple threads. by Darin Petkov · 14 years ago
  41. d57d147 AU: Don't use network on expensive connection types by Andrew de los Reyes · 14 years ago
  42. 9c0baf8 AU: Catch terminate signals and block exit if necessary. by Darin Petkov · 14 years ago
  43. d7061ab AU: Verify delta payload signature and signed hash. by Darin Petkov · 14 years ago
  44. 5fdae4a AU: Ranges class to managing unordered collection of blocks/extents. by Andrew de los Reyes · 14 years ago
  45. e971f33 AU: Speed up updates by using buffered writes. by Darin Petkov · 14 years ago
  46. e3d8d4c Added crypto library to update_engine -l list so that it is explicitly passed to the linker. by Raymes Khoury · 14 years ago
  47. f42cc1c AU: Start an UpdateAttempter unit test suite. by Darin Petkov · 14 years ago
  48. 1023a60 AU: Implement exponential back off for 500 and 503 HTTP response codes. by Darin Petkov · 14 years ago
  49. 8f71da8 update_engine: use librootdev by Will Drewry · 14 years ago
  50. 0c44005 AU: Payload Signer class by Andrew de los Reyes · 14 years ago
  51. b70e33d AU: fix local compilation by Andrew de los Reyes · 14 years ago
  52. 1cbd78f Don't send machine and user ID to Omaha anymore. Send a/r pings instead. by Darin Petkov · 14 years ago
  53. 3003059 AU: Add support for persistent update engine preferences store. by Darin Petkov · 14 years ago
  54. 9d65b7b Measure and send update time to UMA. by Darin Petkov · 14 years ago
  55. a4a8a8c Turn OmahaRequestPrepAction into OmahaRequestDeviceParams. by Darin Petkov · 14 years ago
  56. 6a5b322 Rename UpdateCheckAction|Params to OmahaRequestAction|Params. by Darin Petkov · 14 years ago
  57. 82d8679 AU: fix dependencies in SConstruct. by Andrew de los Reyes · 14 years ago
  58. 540bb90 Another dependency fix. by Sean Parent · 14 years ago
  59. a5deaca Adding dependencies for side effect files. BUG=none TEST=none by Sean Parent · 14 years ago
  60. 785bc35 AU: Common code to parse simple key/value store files by Andrew de los Reyes · 14 years ago
  61. 63b96d7 AU: DBus support. by Andrew de los Reyes · 14 years ago
  62. f98bff8 AU: Minor fixes to get it to do full update on real device by Andrew de los Reyes · 14 years ago
  63. 0cca421 AU: SplitWriter class for parsing our full update files. by Andrew de los Reyes · 14 years ago
  64. c702078 AU: FilesystemCopierAction: copy bit-exactly by Andrew de los Reyes · 14 years ago
  65. 4e9b9f4 AU: Beginnings of dbus support. by Andrew de los Reyes · 14 years ago
  66. 09e56d6 AU: Class to perform delta updates. by Andrew de los Reyes · 14 years ago
  67. 08c4e27 update engine: 32- and 64-bit compile by Andrew de los Reyes · 14 years ago
  68. d2135f3 AU: Bzip2 utility functions that mirror Gzip utility functions. by Andrew de los Reyes · 14 years ago
  69. 5815155 AU: Topological Sort. by Andrew de los Reyes · 14 years ago
  70. 35a7af1 AU: Cycle Breaker for directed graphs. by Andrew de los Reyes · 14 years ago
  71. 81ebcd8 AU: Tarjan's algorithm. by Andrew de los Reyes · 14 years ago
  72. b4025e6 AU: Extent Mapper class by Andrew de los Reyes · 14 years ago
  73. 0ce161b AU: Some graph types and a couple utility functions by Andrew de los Reyes · 14 years ago
  74. 8006106 AU: Extent writer utility classes by Andrew de los Reyes · 14 years ago
  75. 1e338b8 AU: Gut code for old updater. New protobuf for v2 updater. by Andrew de los Reyes · 14 years ago
  76. f2c29ec Consistently pass through PKG_CONFIG_LIBDIR environment variable by Colin Watson · 15 years ago
  77. 4fe15d0 AU: Try delta updates first, then full updates by Andrew de los Reyes · 15 years ago
  78. c98a7ed AU: Beginnings of delta support by adlr@google.com · 15 years ago
  79. d2e4ccc Die glog, die! by seanparent@google.com · 15 years ago
  80. 49fdf18 Almost there... by rspangler@google.com · 15 years ago