You need to sign in or sign up before continuing.
  1. 01 7月, 2019 1 次提交
  2. 24 6月, 2019 1 次提交
  3. 10 12月, 2018 1 次提交
  4. 19 6月, 2018 1 次提交
  5. 18 6月, 2018 1 次提交
  6. 08 6月, 2018 1 次提交
  7. 03 4月, 2018 1 次提交
  8. 30 3月, 2018 1 次提交
  9. 15 3月, 2018 3 次提交
  10. 24 1月, 2018 1 次提交
  11. 20 11月, 2017 1 次提交
  12. 31 10月, 2017 1 次提交
  13. 12 10月, 2017 1 次提交
  14. 14 9月, 2017 1 次提交
  15. 30 8月, 2017 1 次提交
  16. 12 8月, 2017 1 次提交
  17. 08 6月, 2017 1 次提交
    • R
      make error tables const and separate header file · 52df25cf
      Rich Salz 提交于
      Run perltidy on util/mkerr
      Change some mkerr flags, write some doc comments
      Make generated tables "const" when genearting lib-internal ones.
      Add "state" file for mkerr
      Renerate error tables and headers
      Rationalize declaration of ERR_load_XXX_strings
      Fix out-of-tree build
      Add -static; sort flags/vars for options.
      Also tweak code output
      Moved engines/afalg to engines (from master)
      Use -static flag
      Standard engine #include's of errors
      Don't linewrap err string tables unless necessary
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3392)
      52df25cf
  18. 31 5月, 2017 1 次提交
  19. 21 2月, 2017 1 次提交
  20. 02 2月, 2017 1 次提交
  21. 25 1月, 2017 1 次提交
  22. 24 1月, 2017 1 次提交
  23. 08 1月, 2017 1 次提交
  24. 20 12月, 2016 1 次提交
  25. 10 8月, 2016 1 次提交
  26. 31 7月, 2016 1 次提交
  27. 21 7月, 2016 1 次提交
  28. 17 6月, 2016 1 次提交
  29. 24 5月, 2016 1 次提交
  30. 18 5月, 2016 1 次提交
  31. 08 3月, 2016 1 次提交
  32. 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
  33. 15 12月, 2015 1 次提交
  34. 10 12月, 2015 1 次提交
  35. 05 11月, 2015 1 次提交
  36. 26 5月, 2015 1 次提交
  37. 21 5月, 2015 1 次提交
  38. 22 1月, 2015 1 次提交