1. 16 4月, 2019 1 次提交
  2. 26 2月, 2019 1 次提交
  3. 21 1月, 2019 1 次提交
  4. 29 5月, 2018 1 次提交
  5. 05 5月, 2018 1 次提交
  6. 18 12月, 2017 1 次提交
  7. 08 12月, 2017 1 次提交
  8. 18 10月, 2017 1 次提交
  9. 09 10月, 2017 1 次提交
  10. 28 10月, 2016 2 次提交
  11. 06 8月, 2016 1 次提交
  12. 20 7月, 2016 1 次提交
  13. 18 5月, 2016 1 次提交
  14. 28 4月, 2016 1 次提交
  15. 03 4月, 2016 3 次提交
  16. 30 3月, 2016 1 次提交
  17. 22 3月, 2016 1 次提交
  18. 01 2月, 2016 1 次提交
  19. 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
  20. 24 6月, 2015 1 次提交
  21. 14 5月, 2015 1 次提交
  22. 11 5月, 2015 1 次提交
  23. 13 2月, 2015 1 次提交
  24. 22 1月, 2015 1 次提交
  25. 08 3月, 2009 1 次提交
  26. 17 3月, 2008 1 次提交
  27. 13 10月, 2007 1 次提交
  28. 10 10月, 2007 1 次提交
  29. 13 11月, 2002 1 次提交
  30. 01 9月, 2000 2 次提交
  31. 31 8月, 2000 1 次提交
  32. 28 8月, 2000 1 次提交
  33. 16 5月, 2000 1 次提交
  34. 21 2月, 2000 1 次提交
    • R
      Move the registration of callback functions to special functions · d3442bc7
      Richard Levitte 提交于
      designed for that.  This removes the potential error to mix data and
      function pointers.
      
      Please note that I'm a little unsure how incorrect calls to the old
      ctrl functions should be handled, in som cases.  I currently return 0
      and that's it, but it may be more correct to generate a genuine error
      in those cases.
      d3442bc7
  35. 19 8月, 1999 1 次提交
  36. 27 4月, 1999 1 次提交