1. 26 Oct, 2017 4 commits
  2. 25 Oct, 2017 5 commits
  3. 24 Oct, 2017 1 commit
    • Poul-Henning Kamp's avatar
      Make vrt.h include <stddef.h> and <stdint.h> · 4c356d69
      Poul-Henning Kamp authored
      Originally we decided that the output of VCC should be 100%
      stand-alone and therefore contain no #includes at all.  This
      was hoped to avoid unspecified trouble with C-compilers at runtime.
      
      But C99 is old enough to drink now, so we move forward.
      
      The script in tools/include_wash.py checks *.c files and
      complains about violations of our intended #include orders.
      4c356d69
  4. 23 Oct, 2017 11 commits
  5. 22 Oct, 2017 8 commits
  6. 21 Oct, 2017 3 commits
  7. 18 Oct, 2017 1 commit
  8. 15 Oct, 2017 1 commit
  9. 13 Oct, 2017 1 commit
  10. 12 Oct, 2017 4 commits
  11. 10 Oct, 2017 1 commit
    • Nils Goroll's avatar
      struct vfp_ctx init cleanup · b60c09bf
      Nils Goroll authored
      ensure wrk is always set and, for the backend side, move vfp_ctx setup to a
      single place in vbf_stp_startfetch()
      
      Fixes #2453
      b60c09bf