1. 12 5月, 2017 1 次提交
  2. 27 4月, 2017 1 次提交
  3. 25 4月, 2017 3 次提交
  4. 29 3月, 2017 2 次提交
  5. 29 10月, 2016 1 次提交
  6. 28 10月, 2016 6 次提交
  7. 13 9月, 2016 1 次提交
  8. 22 8月, 2016 1 次提交
  9. 20 8月, 2016 1 次提交
  10. 26 7月, 2016 1 次提交
  11. 21 7月, 2016 1 次提交
  12. 09 7月, 2016 1 次提交
  13. 21 6月, 2016 1 次提交
  14. 24 5月, 2016 1 次提交
  15. 18 5月, 2016 1 次提交
  16. 09 5月, 2016 1 次提交
  17. 30 4月, 2016 1 次提交
  18. 29 4月, 2016 1 次提交
  19. 20 4月, 2016 2 次提交
  20. 13 4月, 2016 2 次提交
  21. 03 4月, 2016 1 次提交
    • K
      Optimized BIO mem read - without reallocation · 9fe9d046
      Kirill Marinushkin 提交于
      Currently on every BIO mem read operation the remaining data is reallocated.
      This commit solves the issue.
      BIO mem structure includes additional pointer to the read position.
      On every read the pointer moves instead of reallocating the memory for the remaining data.
      Reallocation accures before write and some ioctl operations, if the read pointer doesn't point on the beginning of the buffer.
      Also the flag is added to rewind the read pointer without losing the data.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      9fe9d046
  22. 30 3月, 2016 2 次提交
  23. 22 3月, 2016 1 次提交
  24. 20 3月, 2016 1 次提交
  25. 18 3月, 2016 1 次提交
  26. 09 3月, 2016 1 次提交
  27. 12 2月, 2016 1 次提交
  28. 06 2月, 2016 1 次提交
  29. 04 2月, 2016 1 次提交