1. 17 Mar, 2004 2 commits
  2. 05 Mar, 2004 1 commit
  3. 04 Mar, 2004 1 commit
  4. 08 Feb, 2004 1 commit
  5. 29 Jan, 2004 4 commits
  6. 28 Jan, 2004 1 commit
  7. 22 Jan, 2004 1 commit
    • Richard Levitte's avatar
      [Merged from the main trunk] · 1a4dc04d
      Richard Levitte authored
      Adding a slash between the directoryt and the file is a problem with
      VMS.  The C RTL can handle it well if the "directory" is a logical
      name with no colon, therefore ending being 'logname/file'.  However,
      if the given logical names actually has a colon, or if you use a full
      VMS-syntax directory, you end up with 'logname:/file' or
      'dev:[dir1.dir2]/file', and that isn't handled in any good way.
      
      So, on VMS, we need to check if the directory string ends with a
      separator (one of ':', ']' or '>' (< and > can be used instead [ and
      ])), and handle that by not inserting anything between the directory
      spec and the file name.  In all other cases, it's assumed the
      directory spec is a logical name, so we need to place a colon between
      it and the file.
      
      Notified by Kevin Greaney <kevin.greaney@hp.com>.
      1a4dc04d
  8. 21 Jan, 2004 1 commit
  9. 19 Jan, 2004 1 commit
  10. 18 Jan, 2004 1 commit
  11. 01 Dec, 2003 1 commit
  12. 29 Nov, 2003 2 commits
  13. 28 Nov, 2003 3 commits
  14. 16 Nov, 2003 1 commit
  15. 04 Nov, 2003 2 commits
  16. 03 Nov, 2003 1 commit
    • Richard Levitte's avatar
      In this version of OpenSSL, declarations aren't always strict · 3db7c097
      Richard Levitte authored
      prototypes, so I'm removing -Wstrict-prototypes and
      -Wmissing-prototypes from my debugging target in favor of
      -Wmissing-declarations.  That will make other issues more visible than
      in the middle of a thousand warnings telling me there isn't a proper
      prototype for this or that function pointer...
      3db7c097
  17. 02 Oct, 2003 1 commit
  18. 01 Oct, 2003 1 commit
  19. 30 Sep, 2003 3 commits
  20. 29 Sep, 2003 1 commit
  21. 27 Sep, 2003 5 commits
  22. 21 Sep, 2003 1 commit
  23. 08 Sep, 2003 1 commit
  24. 03 Sep, 2003 1 commit
  25. 14 Aug, 2003 1 commit
  26. 11 Aug, 2003 1 commit