1. 08 12月, 2017 1 次提交
  2. 18 10月, 2017 1 次提交
  3. 09 10月, 2017 1 次提交
  4. 28 10月, 2016 2 次提交
  5. 06 8月, 2016 1 次提交
  6. 20 7月, 2016 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 28 4月, 2016 1 次提交
  9. 03 4月, 2016 3 次提交
  10. 30 3月, 2016 1 次提交
  11. 22 3月, 2016 1 次提交
  12. 01 2月, 2016 1 次提交
  13. 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
  14. 24 6月, 2015 1 次提交
  15. 14 5月, 2015 1 次提交
  16. 11 5月, 2015 1 次提交
  17. 13 2月, 2015 1 次提交
  18. 22 1月, 2015 1 次提交
  19. 08 3月, 2009 1 次提交
  20. 17 3月, 2008 1 次提交
  21. 13 10月, 2007 1 次提交
  22. 10 10月, 2007 1 次提交
  23. 13 11月, 2002 1 次提交
  24. 01 9月, 2000 2 次提交
  25. 31 8月, 2000 1 次提交
  26. 28 8月, 2000 1 次提交
  27. 16 5月, 2000 1 次提交
  28. 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
  29. 19 8月, 1999 1 次提交
  30. 27 4月, 1999 1 次提交
  31. 24 4月, 1999 1 次提交
  32. 20 4月, 1999 1 次提交
  33. 21 12月, 1998 3 次提交