Skip to content
Snippets Groups Projects
  1. May 26, 2014
    • Pierre-Yves David's avatar
      merge: drop the quotes around commit description · 9c35f3a8cac4
      Pierre-Yves David authored
      We already have a ":" after the user name to denote the start of the
      description. The current usage of quotes around the description is
      problematic as the truncation to 80 chars is likely to drop the
      closing quote. This may confuse syntax coloration in some editors.
      9c35f3a8cac4
  2. Aug 15, 2013
  3. May 29, 2014
  4. Aug 15, 2013
  5. Apr 29, 2014
  6. May 29, 2014
  7. May 27, 2014
  8. May 29, 2014
    • Pierre-Yves David's avatar
      pushkey: add an ``encode`` function · 2f52a16f2bee
      Pierre-Yves David authored
      This function is just a shorthand for ``encoding.fromlocal``. It will help
      hiding the encoding business from other code exchanging pushkey data over the
      wire.
      2f52a16f2bee
  9. May 27, 2014
    • Pierre-Yves David's avatar
      bundle2: add ``pushkey`` support · e87d2a12d41b
      Pierre-Yves David authored
      After ``listkeys`` we can now include ``pushkey`` request in a bundle2. The part
      uses a very simple scheme closest as possible to the current wireproto command
      for ``pushkey``. We may eventually decide for a more sophisticated part format
      before the protocol becomes final.
      e87d2a12d41b
  10. May 29, 2014
    • Pierre-Yves David's avatar
      pushkey: add a ``decode`` function · a319842539f5
      Pierre-Yves David authored
      This function is just a shorthand for ``decoding.fromlocal``. It will help
      hiding the encoding business from other code exchanging pushkey data over the
      wire.
      a319842539f5
  11. May 27, 2014
  12. May 29, 2014
  13. May 27, 2014
Loading