1. 21 Dec, 2018 1 commit
  2. 19 Dec, 2018 2 commits
  3. 27 Nov, 2018 2 commits
  4. 21 Nov, 2018 1 commit
  5. 20 Nov, 2018 1 commit
  6. 07 Nov, 2018 1 commit
  7. 06 Nov, 2018 1 commit
  8. 05 Nov, 2018 3 commits
  9. 02 Nov, 2018 12 commits
  10. 31 Oct, 2018 1 commit
  11. 30 Oct, 2018 1 commit
  12. 26 Oct, 2018 1 commit
  13. 25 Oct, 2018 3 commits
  14. 24 Oct, 2018 7 commits
  15. 23 Oct, 2018 3 commits
    • Cedric Roux's avatar
      T: minor: don't abort() in textlog.c · f6f6570d
      Cedric Roux authored
      This leads to some logs missing in some situations.
      Plus it's not user-friendly.
      f6f6570d
    • Cedric Roux's avatar
      T: fix compilation of tracers · 387b4ff2
      Cedric Roux authored
      If you run 'make' in common/utils/T/tracer
      just after a clone of the repository then the
      compilation will fail because the file ../T_IDs.h
      was not generated.
      
      Let's add a simple dependency to fix this.
      387b4ff2
    • Cedric Roux's avatar
      T: T_messages.txt: create a new group 'WIRESHARK' · bbacffa7
      Cedric Roux authored
      It is to ease the life of people wanting to record traces to be
      consumed later on by wireshark.
      
      You just run: ./record -d ../T_messages.txt -o /tmp/record.raw -on WIRESHARK
      and you're good.
      bbacffa7