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