Skip to content
Snippets Groups Projects
  1. Dec 11, 2018
  2. Nov 08, 2018
  3. Oct 12, 2018
  4. Sep 28, 2018
  5. Sep 27, 2018
    • Michael Davis's avatar
      [cta-admin] Adds --json option · 995780e8
      Michael Davis authored
      Usage: cta-admin --json <command> <subcommand> <options>
      
      For stream commands only (where each line of the result is sent back in
      a protocol buffer), return the results in JSON format instead of a
      text table.
      995780e8
  6. Sep 26, 2018
    • Michael Davis's avatar
      [XrdSsiPb] Updates submodule to v0.23 · f8758643
      Michael Davis authored
      Adds better cleanup of Requests. The Send() method is synchronous as
      before, for Metadata requests. The new SendAsync() method is for Data
      and Stream requests, where the Response is returned asynchronously.
      
      The framework now provides a DataFuture object for the asynch case.
      After the Request has been sent, call DataFuture::wait() to clean up the
      Request object once all data has been received.
      f8758643
  7. Aug 14, 2018
  8. Jul 31, 2018
  9. Jul 25, 2018
  10. Jun 21, 2018
  11. Jun 14, 2018
  12. Jun 13, 2018
  13. Jun 04, 2018
  14. May 18, 2018
  15. May 17, 2018
  16. May 16, 2018
  17. May 15, 2018
  18. Apr 12, 2018
  19. Apr 04, 2018
  20. Mar 29, 2018
  21. Mar 28, 2018
  22. Mar 26, 2018
    • Michael Davis's avatar
      [cta-admin] Adds OptionStrList option type · 8cb11574
      Michael Davis authored
      OptionStrList takes a filename as its value. It reads the file into a
      list of strings in the protobuf. On the server side, the values are
      unpacked and made available as std::vector<std::string>.
      
      For example implementation, see "cta-admin repack add"
      8cb11574
  23. Mar 19, 2018
  24. Mar 09, 2018
  25. Mar 08, 2018
  26. Mar 05, 2018
  27. Jan 30, 2018
Loading