Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 02, 2015
  3. Nov 01, 2015
  4. Oct 30, 2015
  5. Oct 29, 2015
  6. Oct 28, 2015
  7. Oct 27, 2015
  8. Oct 23, 2015
  9. Oct 22, 2015
  10. Oct 17, 2015
  11. Oct 15, 2015
Loading