Skip to content
Snippets Groups Projects
  1. Jun 21, 2016
  2. Jun 20, 2016
  3. Jun 17, 2016
  4. Jun 14, 2016
    • Jonathan Boulle's avatar
      Merge pull request #174 from yifan-gu/fix_follow · e8339e7d
      Jonathan Boulle authored
      sdjournal: Break the loop if error happens during Write().
      e8339e7d
    • Alban Crequy's avatar
      JournalReader: fixes in JournalReader.Read() · 6ffde06f
      Alban Crequy authored
      This patch fixes two issues in JournalReader.Read():
      
      1. The return value of copy() was ignored and JournalReader.Read() was
      returning the wrong amount of bytes copied.
      
      2. JournalReader implements the Reader interface so it must be able to read a
      specific amount of bytes. Journald on the other hand only allows us to read
      full entries of arbitrary size (without byte granularity). JournalReader
      therefore needs to internally buffer entries that don't fit in the read buffer.
      Callers should keep calling until 0 and/or an error is returned.
      
      Fixes https://github.com/coreos/go-systemd/issues/172
      6ffde06f
  5. Jun 13, 2016
  6. Jun 07, 2016
  7. Jun 06, 2016
  8. May 31, 2016
    • kayrus's avatar
      dbus: added new dbus methods · 124d391a
      kayrus authored
      implemented new dbus methods:
      * ListUnitsFiltered
      * ListUnitsByPatterns
      * ListUnitsByNames
      * ListUnitFilesByPatterns
      
      refactored legacy ListUnits and ListUnitFiles functions
      124d391a
  9. May 27, 2016
  10. May 26, 2016
  11. May 25, 2016
  12. May 24, 2016
  13. May 20, 2016
  14. May 19, 2016
  15. May 18, 2016
  16. May 13, 2016
  17. May 11, 2016
  18. May 08, 2016
  19. Mar 17, 2016
  20. Feb 24, 2016
Loading