1. 30 5月, 2016 1 次提交
  2. 18 5月, 2016 1 次提交
  3. 06 2月, 2016 1 次提交
  4. 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
  5. 10 11月, 2015 1 次提交
  6. 30 9月, 2015 1 次提交
  7. 14 5月, 2015 1 次提交
  8. 06 2月, 2015 1 次提交
  9. 30 1月, 2015 1 次提交
  10. 22 1月, 2015 2 次提交
  11. 13 1月, 2015 1 次提交
  12. 06 1月, 2015 1 次提交
  13. 08 12月, 2014 1 次提交
  14. 19 9月, 2014 1 次提交
  15. 25 2月, 2014 1 次提交
    • D
      Avoid Windows 8 Getversion deprecated errors. · a4cc3c80
      Dr. Stephen Henson 提交于
      Windows 8 SDKs complain that GetVersion() is deprecated.
      
      We only use GetVersion like this:
      
      	(GetVersion() < 0x80000000)
      
      which checks if the Windows version is NT based. Use a macro check_winnt()
      which uses GetVersion() on older SDK versions and true otherwise.
      a4cc3c80
  16. 04 2月, 2011 1 次提交
  17. 23 3月, 2010 1 次提交
  18. 17 2月, 2010 1 次提交
    • D
      PR: 2100 · 47e0a1c3
      Dr. Stephen Henson 提交于
      Submitted by: James Baker <jbaker@tableausoftware.com> et al.
      
      Workaround for slow Heap32Next on some versions of Windows.
      47e0a1c3
  19. 20 1月, 2010 1 次提交
  20. 19 1月, 2010 1 次提交
  21. 20 9月, 2009 1 次提交
  22. 24 7月, 2009 1 次提交
  23. 14 10月, 2005 1 次提交
  24. 23 9月, 2005 1 次提交
  25. 08 8月, 2005 1 次提交
  26. 04 8月, 2005 1 次提交
  27. 03 8月, 2005 1 次提交
  28. 02 8月, 2005 1 次提交
  29. 21 5月, 2005 1 次提交
  30. 19 4月, 2005 1 次提交
  31. 24 3月, 2005 1 次提交
  32. 19 3月, 2005 1 次提交
  33. 22 7月, 2004 1 次提交
  34. 05 1月, 2004 1 次提交
    • L
      Update URI · c0017a5a
      Lutz Jänicke 提交于
      Submitted by: Gertjan van Oosten <gertjan@West.NL>
      
      PR: #804
      c0017a5a
  35. 07 8月, 2003 1 次提交
  36. 03 12月, 2002 1 次提交
  37. 16 11月, 2002 1 次提交
  38. 15 11月, 2002 1 次提交
  39. 21 2月, 2002 1 次提交