Skip to content
Snippets Groups Projects
  1. Mar 21, 2016
  2. Feb 13, 2016
  3. Jan 27, 2016
  4. Jan 22, 2016
  5. Dec 27, 2015
  6. Nov 09, 2015
  7. Nov 03, 2015
    • Connor McCoy's avatar
      StatusCode -> Status · 5113c2e3
      Connor McCoy authored
      Replaces numeric status codes with a canonical set of Status objects,
      each with a short name and description.
      Bindings with more specific errors (e.g., timeouts) return additional
      statuses.
      
      This changes the default output from messages like:
      
         [UPDATE], Return=0, 511
      
      To:
      
         [UPDATE], Return=OK, 511
      5113c2e3
    • Connor McCoy's avatar
      Add single definition of status codes · 28a090a7
      Connor McCoy authored
      28a090a7
  8. Oct 14, 2015
  9. Oct 13, 2015
  10. Sep 24, 2015
  11. Sep 18, 2015
  12. Sep 16, 2015
Loading