1. 22 Aug, 2016 4 commits
  2. 20 Aug, 2016 1 commit
  3. 18 Aug, 2016 2 commits
  4. 16 Aug, 2016 10 commits
  5. 15 Aug, 2016 6 commits
  6. 11 Aug, 2016 2 commits
  7. 08 Aug, 2016 6 commits
  8. 02 Aug, 2016 1 commit
  9. 01 Aug, 2016 2 commits
    • Federico G. Schwindt's avatar
      Typo · 9d456113
      Federico G. Schwindt authored
      9d456113
    • Martin Blix Grydeland's avatar
      Make sure that VFP_Close is always called if and only if VFP_Open was · 2e3149b2
      Martin Blix Grydeland authored
      called
      
      For some (out of workspace or stevedore allocationi failure) errors
      VFP_Close would fail to be called when ending up not retrying the
      fetch. This would then potentially leak VFP entry context data like
      gzip buffers. Fix this by always calling VFP_Close() when changing
      fetch state when VFP_Open() has been called.
      
      Also VFP_Close() would for some retries be called twice, causing
      double accounting log records print out. This happens when a late
      error is caught and streaming is disabled, allowing a retry to be
      attempted. Fix this by not unconditionally calling VFP_Close() in the
      error state.
      2e3149b2
  10. 28 Jul, 2016 2 commits
  11. 27 Jul, 2016 2 commits
  12. 25 Jul, 2016 2 commits