1. 28 10月, 2016 3 次提交
  2. 27 10月, 2016 1 次提交
  3. 22 10月, 2016 1 次提交
  4. 18 10月, 2016 1 次提交
  5. 11 10月, 2016 1 次提交
    • D
      Remove trailing whitespace from some files. · 609b0852
      David Benjamin 提交于
      The prevailing style seems to not have trailing whitespace, but a few
      lines do. This is mostly in the perlasm files, but a few C files got
      them after the reformat. This is the result of:
      
        find . -name '*.pl' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.c' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
        find . -name '*.h' | xargs sed -E -i '' -e 's/( |'$'\t'')*$//'
      
      Then bn_prime.h was excluded since this is a generated file.
      
      Note mkerr.pl has some changes in a heredoc for some help output, but
      other lines there lack trailing whitespace too.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      609b0852
  6. 03 10月, 2016 1 次提交
  7. 30 9月, 2016 1 次提交
  8. 29 9月, 2016 3 次提交
  9. 22 9月, 2016 3 次提交
  10. 21 9月, 2016 2 次提交
  11. 20 9月, 2016 1 次提交
  12. 18 9月, 2016 1 次提交
  13. 13 9月, 2016 2 次提交
  14. 12 9月, 2016 1 次提交
    • R
      VMS: be less picky when loading DSOs · 278a33da
      Richard Levitte 提交于
      The DSO API was picky about casing of symbol names on VMS.
      
      There's really no reason to be that picky, it's mostly just annoying.
      Therefore, we take away the possibility to flag for a choice, and will
      instead first try to find a symbol with exact case, and failing that,
      we try to find it in upper case.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      278a33da
  15. 26 8月, 2016 1 次提交
  16. 25 8月, 2016 1 次提交
  17. 24 8月, 2016 6 次提交
  18. 23 8月, 2016 5 次提交
  19. 22 8月, 2016 5 次提交