1. 13 Jul, 2017 5 commits
  2. 07 Jul, 2017 4 commits
  3. 05 Jul, 2017 1 commit
  4. 30 Jun, 2017 2 commits
    • Alejandro Sanchez's avatar
      Burst buffer size unit changes · 7e161809
      Alejandro Sanchez authored
      burst_buffer logic modified to support sizes in both SI and EIC size units
          (e.g. M/MiB for powers of 1024, MB for powers of 1000).
      bug 3922
      7e161809
    • Dominik Bartkiewicz's avatar
      Fix potential to corrupt DBD message. · 3e00ede5
      Dominik Bartkiewicz authored
      This patch removes a window in which a message bound for the DBD
      could be packed with the non-dbd packing.  This would result in a
      packed msg_type, but nothing else.  When that message was given to
      the DBD it would complain forever about an unpacking error.
      
      Bug 3891 and 3939
      3e00ede5
  5. 29 Jun, 2017 1 commit
  6. 28 Jun, 2017 3 commits
  7. 27 Jun, 2017 1 commit
  8. 26 Jun, 2017 1 commit
  9. 23 Jun, 2017 1 commit
  10. 22 Jun, 2017 3 commits
  11. 20 Jun, 2017 2 commits
  12. 19 Jun, 2017 2 commits
  13. 15 Jun, 2017 2 commits
  14. 14 Jun, 2017 2 commits
  15. 13 Jun, 2017 2 commits
  16. 12 Jun, 2017 4 commits
  17. 08 Jun, 2017 2 commits
  18. 07 Jun, 2017 1 commit
  19. 03 Jun, 2017 1 commit
    • Danny Auble's avatar
      Fix issue with sacctmgr show where user='' · bef69448
      Danny Auble authored
      Fix regression from commit c05dcb8a (bug 1923) that doesn't take
      into consideration a blank char * as a valid option.
      
      This fixes the scenario like
      
      sacctmgr list associations user=''
      
      which would only print account associations.
      Bug 3862
      bef69448