Skip to content
Snippets Groups Projects
  1. Oct 15, 2015
  2. Oct 14, 2015
  3. Oct 01, 2015
  4. Sep 30, 2015
  5. Sep 29, 2015
    • Augie Fackler's avatar
      changegroup: reformat packermap and add comment · 42733e956887
      Augie Fackler authored
      I'm about to add a cg3, and it seems prudent to annotate what formats
      support what features. It strikes me that we may want to consider
      moving to a more feature-oriented model in the future, but we'll see
      how that looks in a little while I guess.
      42733e956887
  6. Oct 14, 2015
  7. Oct 13, 2015
  8. Oct 15, 2015
  9. Oct 13, 2015
  10. Oct 14, 2015
    • Gregory Szorc's avatar
      clonebundles: advertise clone bundles feature to clients · 23c0da28c034
      Gregory Szorc authored
      Server operators that have enabled clone bundles probably want clients
      to use it. This patch introduces a feature that will insert a bundle2
      "output" part that advertises the existence of the clone bundles
      feature to clients that aren't using it.
      
      The server uses the "cbattempted" argument to "getbundle" to determine
      whether a client supports clone bundles and to avoid sending the message
      to clients that failed the clone bundle for whatever reason.
      23c0da28c034
    • Gregory Szorc's avatar
      exchange: advertise if a clone bundle was attempted · 704818fb170d
      Gregory Szorc authored
      The client now sends a "cbattempted" boolean flag to the "getbundle"
      wire protocol command to tell the server whether a clone bundle was
      attempted.
      
      The presence of this flag will enable the server to conditionally emit a
      bundle2 "output" part advertising the availability of clone bundles to
      compatible clients that don't have it enabled.
      704818fb170d
  11. Oct 13, 2015
Loading