1. 12 Jun, 2019 1 commit
  2. 10 Jun, 2019 2 commits
  3. 31 May, 2019 1 commit
  4. 08 May, 2019 5 commits
  5. 18 Mar, 2019 1 commit
  6. 24 Jan, 2019 1 commit
  7. 16 Jan, 2019 1 commit
    • Oleg Dzhimiev's avatar
      1. Built in glibc 2.28 and gcc 8.2.0: · 25813b22
      Oleg Dzhimiev authored
        mkfifo/fopen/fread/fwrite kind of worked with glibc 2.26 and gcc 7.2.0.
        With 2.28 named-pipe reading with fread would read the pipe only once for
        some reason - probably because it stopped being a 'blocking' call
        To fix - switched to open/read/poll combination - so none of glibc functions
        is used.
      
      2. camogm_fifo_reader - test program - use with *_writer or just 'echo'
      3. camogm_fifo_writer - test program
      25813b22
  8. 09 May, 2018 2 commits
  9. 21 Nov, 2017 2 commits
  10. 20 Nov, 2017 1 commit
  11. 01 Jun, 2017 5 commits
  12. 28 Apr, 2017 1 commit
  13. 11 Apr, 2017 1 commit
  14. 07 Apr, 2017 3 commits
  15. 31 Mar, 2017 3 commits
  16. 30 Mar, 2017 5 commits
  17. 29 Mar, 2017 4 commits
  18. 27 Mar, 2017 1 commit