1. 13 Dec, 2016 2 commits
  2. 24 Nov, 2016 1 commit
  3. 15 Nov, 2016 1 commit
  4. 09 Nov, 2016 2 commits
  5. 05 Nov, 2016 2 commits
  6. 26 Oct, 2016 2 commits
  7. 20 Oct, 2016 1 commit
  8. 10 Oct, 2016 2 commits
  9. 27 Sep, 2016 2 commits
  10. 23 Sep, 2016 4 commits
  11. 15 Sep, 2016 6 commits
  12. 13 Sep, 2016 2 commits
  13. 12 Sep, 2016 1 commit
  14. 09 Sep, 2016 10 commits
  15. 08 Sep, 2016 2 commits
    • Normally if the stdout is connected to a PTY, the stdout buffer is flushed automatically after each \n.
      However if I run SRS under Docker, the stdout is not connected to a PTY (unless I ask it to), causing the last log line to be incomplete (showing only half).
      By adding fflush, we could make sure each log line is completely shown, whenever the stdout is connected to a PTY or not.
      Star Brilliant authored
    • winlin authored