1. 28 10月, 2016 1 次提交
  2. 13 9月, 2016 1 次提交
  3. 22 8月, 2016 1 次提交
  4. 20 8月, 2016 1 次提交
  5. 26 7月, 2016 1 次提交
  6. 21 7月, 2016 1 次提交
  7. 09 7月, 2016 1 次提交
  8. 21 6月, 2016 1 次提交
  9. 24 5月, 2016 1 次提交
  10. 18 5月, 2016 1 次提交
  11. 09 5月, 2016 1 次提交
  12. 30 4月, 2016 1 次提交
  13. 29 4月, 2016 1 次提交
  14. 20 4月, 2016 2 次提交
  15. 13 4月, 2016 2 次提交
  16. 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
  17. 30 3月, 2016 2 次提交
  18. 22 3月, 2016 1 次提交
  19. 20 3月, 2016 1 次提交
  20. 18 3月, 2016 1 次提交
  21. 09 3月, 2016 1 次提交
  22. 12 2月, 2016 1 次提交
  23. 06 2月, 2016 1 次提交
  24. 04 2月, 2016 7 次提交
  25. 01 2月, 2016 1 次提交
  26. 31 1月, 2016 1 次提交
  27. 29 1月, 2016 1 次提交
  28. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  29. 08 1月, 2016 1 次提交
  30. 02 12月, 2015 1 次提交
  31. 03 11月, 2015 1 次提交