1. 09 12月, 2016 1 次提交
  2. 08 12月, 2016 2 次提交
  3. 22 9月, 2016 1 次提交
  4. 25 8月, 2016 1 次提交
  5. 11 8月, 2016 1 次提交
  6. 01 8月, 2016 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 18 3月, 2016 2 次提交
  9. 09 3月, 2016 1 次提交
  10. 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
  11. 18 12月, 2015 1 次提交
  12. 14 5月, 2015 1 次提交
  13. 06 5月, 2015 1 次提交
  14. 22 2月, 2015 1 次提交
    • R
      Assume TERMIOS is default, remove TERMIO on all Linux. · 64e6bf64
      Richard Levitte 提交于
      The rationale for this move is that TERMIOS is default, supported by
      POSIX-1.2001, and most definitely on Linux.  For a few other systems,
      TERMIO may still be the termnial interface of preference, so we keep
      -DTERMIO on those in Configure.
      
      crypto/ui/ui_openssl.c is simplified in this regard, and will define
      TERMIOS for all systems except a select few exceptions.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      64e6bf64
  15. 24 1月, 2015 1 次提交
  16. 22 1月, 2015 1 次提交
  17. 13 1月, 2015 1 次提交
  18. 06 1月, 2015 1 次提交
  19. 22 12月, 2014 1 次提交
  20. 18 12月, 2014 1 次提交
  21. 25 9月, 2014 1 次提交
  22. 09 8月, 2014 2 次提交
  23. 12 2月, 2012 1 次提交
    • D
      PR: 2717 · fc7dae52
      Dr. Stephen Henson 提交于
      Submitted by: Tim Rice <tim@multitalents.net>
      
      Make compilation work on OpenServer 5.0.7
      fc7dae52
  24. 15 10月, 2011 1 次提交
  25. 05 10月, 2009 1 次提交
  26. 13 5月, 2009 1 次提交
  27. 22 12月, 2008 1 次提交
  28. 12 4月, 2006 1 次提交
    • U
      Add BeOS support. · 4700aea9
      Ulf Möller 提交于
      PR: 1312
      Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
      Reviewed by: Ulf Moeller
      4700aea9
  29. 26 9月, 2005 1 次提交
  30. 21 9月, 2005 1 次提交
  31. 28 1月, 2004 1 次提交
  32. 28 11月, 2003 1 次提交
  33. 04 6月, 2003 1 次提交
  34. 13 1月, 2003 1 次提交
  35. 28 11月, 2002 1 次提交
  36. 16 11月, 2002 1 次提交
  37. 14 11月, 2002 1 次提交