1. Apr 03, 2012
  2. Apr 01, 2012
  3. Mar 31, 2012
  4. Mar 30, 2012
  5. Mar 29, 2012
    • isaacs's avatar
      More logging in simple/test-eio-race · 6aa75507
      isaacs authored
      Travis-CI is failing on this test repeatedly, but other Linux systems
      seem to be fine with it.  Alter the logging so it's more clear which
      part is timing out.
      6aa75507
    • Ben Noordhuis's avatar
      test: move pummel/test-tls-fragmentation to benchmark/ · 11770bf5
      Ben Noordhuis authored
      Said test takes over 90 seconds on my Core 2 Duo which is too long, even for
      the pummel tests.
      11770bf5
    • Yosef Dinerstein's avatar
      tls: reduce memory overhead, reuse buffer · d7c96cf2
      Yosef Dinerstein authored
      Instead of allocating a new 64KB buffer each time when checking if there is
      something to transform, continue to use the same buffer. Once the buffer is
      exhausted, allocate a new buffer. This solves the problem of huge allocations
      when small fragments of data are processed, but will also continue to work
      well with big pieces of data.
      d7c96cf2