1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 01 7月, 2022 1 次提交
  4. 10 8月, 2021 1 次提交
  5. 27 2月, 2020 1 次提交
  6. 08 11月, 2019 1 次提交
  7. 28 9月, 2019 1 次提交
  8. 10 9月, 2019 1 次提交
  9. 01 8月, 2019 1 次提交
  10. 20 7月, 2018 1 次提交
  11. 03 4月, 2018 1 次提交
  12. 09 1月, 2018 1 次提交
  13. 07 1月, 2018 1 次提交
  14. 18 12月, 2017 1 次提交
  15. 13 12月, 2017 1 次提交
  16. 18 10月, 2017 1 次提交
  17. 09 10月, 2017 1 次提交
  18. 01 9月, 2017 1 次提交
  19. 21 6月, 2017 1 次提交
  20. 25 4月, 2017 2 次提交
  21. 01 3月, 2017 1 次提交
  22. 28 2月, 2017 1 次提交
  23. 20 12月, 2016 1 次提交
  24. 28 10月, 2016 2 次提交
  25. 18 5月, 2016 1 次提交
  26. 13 5月, 2016 1 次提交
    • R
      DJGPP adjustments · 2c25ebd1
      Richard Levitte 提交于
      * Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS.
      
      * crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of
        function names: sock_write, sock_read and sock_puts.
      
      * crypto/bio/bss_sock.c [WATT32]: For Watt-32 2.2.11 sock_write,
        sock_read and sock_puts are redefined to their private names so
        their names must be undefined first before they can be redefined
        again.
      
      * crypto/bio/bss_file.c (file_fopen) [__DJGPP__]: Make a copy of the
        passed file name and replace the leading dots in the dirname part
        and the basname part of the file name, unless LFN is supported.
      
      * e_os.h [__DJGPP__]: Undefine macro DEVRANDOM_EGD. Neither MS-DOS nor
        FreeDOS provide 'egd' sockets.
        New macro HAS_LFN_SUPPORT checks if underlying file system supports
        long file names or not.
        Include sys/un.h.
        Define WATT32_NO_OLDIES.
      
      * INSTALL.DJGPP: Update URL of WATT-32 library.
      
      Submitted by Juan Manuel Guerrero <juan.guerrero@gmx.de>
      
      RT#4217
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      2c25ebd1
  27. 22 3月, 2016 1 次提交
  28. 08 3月, 2016 1 次提交
  29. 25 2月, 2016 1 次提交
  30. 06 2月, 2016 1 次提交
  31. 04 2月, 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. 13 12月, 2015 1 次提交
  34. 10 11月, 2015 1 次提交
  35. 03 11月, 2015 1 次提交
  36. 23 9月, 2015 1 次提交
  37. 04 9月, 2015 1 次提交