1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 17 3月, 2020 1 次提交
  5. 27 2月, 2020 1 次提交
  6. 17 2月, 2020 1 次提交
  7. 13 10月, 2017 1 次提交
  8. 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
  9. 06 8月, 2016 1 次提交
  10. 21 5月, 2016 1 次提交
  11. 08 4月, 2016 1 次提交
    • A
      PPC assembly pack: remove branch hints. · 20b88bb1
      Andy Polyakov 提交于
      As it turns out branch hints grew as kind of a misconception. In
      addition their interpretation by GNU assembler is affected by
      assembler flags and can end up with opposite meaning on different
      processors. As we have to loose quite a lot on misinterprerations,
      especially on newer processors, we just omit them altogether.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      20b88bb1
  12. 08 1月, 2014 1 次提交
  13. 31 10月, 2013 1 次提交
  14. 16 10月, 2013 1 次提交
  15. 15 10月, 2013 1 次提交
  16. 13 1月, 2012 1 次提交
  17. 21 7月, 2011 1 次提交
  18. 28 5月, 2011 1 次提交
  19. 27 5月, 2011 1 次提交
  20. 10 4月, 2010 1 次提交
  21. 12 9月, 2008 1 次提交
  22. 06 2月, 2008 1 次提交
  23. 14 1月, 2008 1 次提交
  24. 27 9月, 2007 1 次提交
  25. 19 7月, 2007 1 次提交
  26. 14 7月, 2007 1 次提交
  27. 20 5月, 2007 2 次提交