1. 11 May, 2011 16 commits
  2. 10 May, 2011 3 commits
  3. 09 May, 2011 1 commit
  4. 06 May, 2011 7 commits
  5. 05 May, 2011 1 commit
  6. 03 May, 2011 1 commit
    • Tollef Fog Heen's avatar
      Round down synthesized last-modified timestamp in object · a7c18717
      Tollef Fog Heen authored
      Commit 3bd239e9 makes it so we set the
      object's last-modified timestamp to the current timestamp if there's
      no Last-Modified header.  This makes it so we can do conditional gets
      even when there's no Last-Modified or ETag header from the backend.
      However, the time entered was a float, so we effectively ended up with
      an off-by-up-to-one-minus-epsilon error.  This lead to requests ending
      up in a 304/200 response code round-dance.
      
      We now round the timestamp down to the nearest whole second instead,
      which should fix this bug.  Thanks to lrowe for a helpful bug report.
      
      Fixes: #907
      a7c18717
  7. 02 May, 2011 6 commits
  8. 29 Apr, 2011 2 commits
  9. 28 Apr, 2011 2 commits
  10. 26 Apr, 2011 1 commit