1. 6b0c617 Add ability to stage any file from a google storage archive_url. by Chris Sosa · 12 years ago
  2. 84d1377 Remove some devserver flags. by joychen · 12 years ago
  3. ffaaf0c Set default artifacts for download and wait_for_status calls by Dan Shi · 12 years ago
  4. f8eb0d1 Allow async call to stage artifacts. by Dan Shi · 12 years ago
  5. b0dfe55 XBuddy path rewrites. by joychen · 12 years ago
  6. 7c2054a Deprecate serve_only for archive_dir. by joychen · 12 years ago
  7. 93beca5 [devserver] Bump devserver threads to match apache processes. by Alex Miller · 12 years ago
  8. 346531c Devserver update rpc: translate xBuddy paths. by joychen · 12 years ago factory-pit-4471.B
  9. ecc02aa Lightweight devserver. by joychen · 12 years ago
  10. 5260b9a Hide xBuddy build/images management behind a flag. by joychen · 12 years ago
  11. ed64b22 Use static_dir flag to set the devserver directory by joychen · 12 years ago
  12. bd33724 Teach the devserver to get control files for a specific suite. by beeps · 12 years ago
  13. 921e1fb XBuddy: latest-local image + fix xbuddy_list bug by joychen · 12 years ago
  14. eaf4cfc xBuddy called with a path. by joychen · 12 years ago
  15. 3cb228e Initial xBuddy for devserver by joychen · 12 years ago
  16. 6dfa534 Adjust the timing of log rotation. by J. Richard Barnette · 12 years ago
  17. 59ae709 [Autotest] Add staging thread count in devserver by Dan Shi · 12 years ago
  18. f5ce2de [Autotest] Add free disk space check in devserver by Dan Shi · 12 years ago
  19. 3d977b8 Support rotating devserver logs. by J. Richard Barnette · 12 years ago
  20. e74b381 Revert "Broke the devservers with error: /home/chromeos-test/chromiumos/src/platform/dev/devserver.py 8080 --archive_dir /home/chromeos-test/images -t --production Traceback (most recent call last): File "/home/chromeos-test/chromiumos/src/platform/dev/devserve" by Gilad Arnold · 12 years ago
  21. 3ae4dc1 Rework the devserver help to make it much easier to use. by Chris Sosa · 12 years ago
  22. 40836b2 Broke the devservers with error: by Simran Basi · 12 years ago
  23. 0d07868 Devserver: Add perf_data dep to telemetry source list. by Simran Basi · 12 years ago
  24. 2902159 devserver: return correct IsDelta value in Omaha response by Gilad Arnold · 12 years ago
  25. 4baad08 Telemetry-Autotest Integration: Run telemetry from Devservers. by Simran Basi · 12 years ago
  26. 76e44b9 Implement stage RPC which allows user to specify artifacts. by Chris Sosa · 12 years ago
  27. 6a3697f Reland "Store metadata about updates in a file alongside with payload." by Chris Sosa · 12 years ago
  28. 65d339b Revert "Store metadata about updates in a file alongside with payload." by Chris Sosa · 12 years ago
  29. 8dd8009 Store metadata about updates in a file alongside with payload. by Chris Sosa · 12 years ago
  30. dbc2008 Don't do any caching logic if we are only serving payloads. by Chris Sosa · 13 years ago release-R25-3428.B stabilize-3428.110.0 stabilize-3428.149 stabilize-3428.149.B stabilize-3428.193 toolchain-3428.65.B
  31. 38dcdda devserver: work on system with kernel that does not support IPv6 by Mandeep Singh Baines · 13 years ago stabilize2
  32. 1b90839 devserver: fixed /api call documentation by Gilad Arnold · 13 years ago
  33. 748c832 devserver: eliminate mutable default arguments by Gilad Arnold · 13 years ago
  34. 8318eac devserver: make host event logging optional by Gilad Arnold · 13 years ago
  35. a564b4b devserver: option for bounding the number of update requests served by Gilad Arnold · 13 years ago
  36. 9714d9b devserver: command-line option cleanup by Gilad Arnold · 13 years ago
  37. 0c9c860 devserver: support for serving remotely hosted payloads by Gilad Arnold · 13 years ago
  38. 55a2a37 devserver: support for querying statically staged file size and hashes by Gilad Arnold · 13 years ago
  39. d5ebaaa devserver: display documentation for nested exposed methods by Gilad Arnold · 13 years ago
  40. 17fe03d devserver: DevServerUtil suffix renamed by Gilad Arnold · 13 years ago
  41. f8f769f devserver: display documentation for exposed methods by Gilad Arnold · 13 years ago
  42. abb352e devserver: module import cleanup by Gilad Arnold · 13 years ago
  43. c65330c devserver: general cleanup by Gilad Arnold · 13 years ago
  44. 6f99b98 devserver: stage images using image archive uploaded to Google Storage by Gilad Arnold · 13 years ago
  45. 0b8c3f3 devserver: generalize lock dictionary; substitute multiprocessing for threading by Gilad Arnold · 13 years ago
  46. 6ab7962 Kill off unused/deprecated client_prefix option in devserver. by Chris Sosa · 13 years ago
  47. d1ea86b Bump number of threads to 75 for production server. by Chris Sosa · 13 years ago
  48. 5f118ef Update the devserver to use 30 threads in its thread pool for production. by Chris Sosa · 13 years ago
  49. 66e2d9c Add logfile option that disables logging to screen in production. by Chris Sosa · 13 years ago
  50. 2f1c41e Fix bug with --production where production settings weren't used. by Chris Sosa · 13 years ago
  51. 6fe2394 Make sure we send back tracebacks even when running under production mode. by Chris Sosa · 13 years ago
  52. 4d9c4d4 Fix bug where we don't re-raise an exception in download. by Chris Sosa · 13 years ago
  53. 72333d1 Add a smaller socket timeout much larger than the default to remove AU flakiness. by Chris Sosa · 13 years ago
  54. cde6bf4 Refactor devserver/downloader interaction to fix race-conditions. by Chris Sosa · 13 years ago
  55. 3d6d3d9 [dev-util] Re-land "Remove server.socket_timeout from dev server" by Chris Masone · 13 years ago
  56. 7aa142e Revert "[dev-util] Remove server.socket_timeout from dev server" by Don Garrett · 13 years ago
  57. 9ab8e68 [dev-util] Remove server.socket_timeout from dev server by Chris Masone · 13 years ago
  58. 816e38c [dev-util] Add stage_debug,symbolicate_dump endpoints to dev server by Chris Masone · 13 years ago factory-2268.16.B release-R20-2268.B
  59. 3fe44db Revert "Re-land "[dev-util] Add symbolicate_dump endpoint to dev server"" by Chris Masone · 13 years ago
  60. a32c311 Re-land "[dev-util] Add symbolicate_dump endpoint to dev server" by Chris Masone · 13 years ago
  61. 50fe427 Revert "[dev-util] Add symbolicate_dump endpoint to dev server" by Scott Zawalski · 13 years ago
  62. c8209f4 [dev-util] Add symbolicate_dump endpoint to dev server by Chris Masone · 13 years ago
  63. 781ba6d Reland "Make the mton payload optional when staging artifacts." by Chris Sosa · 13 years ago
  64. 90afd6f Revert "Make the mton payload optional when staging artifacts." by Scott Zawalski · 13 years ago
  65. 51764df Make the mton payload optional when staging artifacts. by Chris Sosa · 13 years ago
  66. b65973e Downloader: Turn on backgrounding of artifacts not needed early on. by Chris Sosa · 13 years ago
  67. 9164ca3 Make wait_for_status robust against multiple calls at different times. by Chris Sosa · 13 years ago release-R19-2046.B
  68. 47a7d4e Re-land "Split up artifacts to download some in the foreground/background."" by Chris Sosa · 13 years ago
  69. 51ccf9e Revert "Split up artifacts to download some in the foreground/background." by Scott Zawalski · 13 years ago
  70. b82107a Split up artifacts to download some in the foreground/background. by Chris Sosa · 13 years ago
  71. 1695453 Add a latestbuild pathway to the devserver. by Scott Zawalski · 13 years ago
  72. 1c5e7cd Update devserver logging to utilize --log-dir. by Scott Zawalski · 13 years ago
  73. 8b64bc9 Be more specific for devserver log files. by Scott Zawalski · 13 years ago
  74. 6d69d50 Add logging for access and error requests to the by Scott Zawalski · 13 years ago
  75. 286a006 Make devserver record and present a detailed log of client events. by Gilad Arnold · 13 years ago
  76. 84a39c9 Modify the controlfiles pathway to no longer use by Scott Zawalski · 13 years ago
  77. 4647ce6 Modify controlfile -> controlfiles and extend it. by Scott Zawalski · 13 years ago
  78. bcb571e Refactor download API in the dev server. by Frank Farzan · 13 years ago
  79. 4016087 (2 of 2) Refactor and move Autotest downloader to the Dev Server. by Frank Farzan · 14 years ago
  80. 2b45f67 Revert "Refactor and move Autotest downloader to the Dev Server." by Frank Farzan · 14 years ago
  81. 8f19bbb Refactor and move Autotest downloader to the Dev Server. by Frank Farzan · 14 years ago
  82. d733cbe Add --critical_update option to devserver by Satoru Takabayashi · 14 years ago
  83. c9aaf3a Introduce Dev Server API. Adds hostinfo, setnextupdate methods. by Dale Curtis · 14 years ago
  84. 7dcaa2e Allow factory server to run by Nick Sanders · 14 years ago
  85. 2bfab98 devserver: Listen for connections via IPv6 by Aaron Plattner · 14 years ago
  86. c8b59b2 This removes the --client_prefix argument from the dev server, because it's no longer necessary. by Greg Spencer · 14 years ago
  87. 6d93e55 devserver: in case archive_dir != static_dir, serve from archive_dir by Zdenek Behan · 14 years ago
  88. 608f46c devserver: better handling of archive directory by Zdenek Behan · 14 years ago
  89. 0f1ec84 Add ability to pass a private_key when generating a payload. by Chris Sosa · 14 years ago
  90. 5d21a2a devserver: introduce --datadir option to override where devserver puts static by Zdenek Behan · 14 years ago
  91. 1347a31 devserver: allow calling devserver from anywhere by Zdenek Behan · 14 years ago
  92. 6b8c374 Don't wipe cache dir, only its contents. by Chris Sosa · 14 years ago
  93. 417e55d Refactor devserver to print out relative paths to the update file by Chris Sosa · 14 years ago
  94. 6a64c9e Revert "Refactor devserver to print out relative paths to the update file" by Chris Sosa · 14 years ago
  95. d3de9ef Refactor devserver to print out relative paths to the update file by Chris Sosa · 14 years ago
  96. 08d55a2 Add missing docstrings and don't copy generated payloads if only pre-generating. by Chris Sosa · 14 years ago
  97. 7c79a81 Modify devserver and gmerge to be friendlier by David Rochberg · 14 years ago
  98. 0ad0937 Add support for --proxy_port. by Don Garrett · 15 years ago
  99. 0c880e2 Add --payload to devserver to allow the update payload to be specified by the devserver user. by Don Garrett · 15 years ago
  100. f90edf0 Reworked devserver so that update images generated are cached in directories named after by Don Garrett · 15 years ago