1. 19 Apr, 2011 6 commits
  2. 18 Apr, 2011 10 commits
  3. 17 Apr, 2011 5 commits
  4. 16 Apr, 2011 1 commit
    • Daniel Stenberg's avatar
      TODO-RELEASE: push the remaining ones to next release · b40c8f92
      Daniel Stenberg authored
      As we're closing in on the release, I give up on the remaining ones but
      I leave them in here for now to try to fix for next release.
      
      I removed the 281 issue about warnings from the statical analyzer scans,
      as they seem to be mostly false positives at this point.
      b40c8f92
  5. 15 Apr, 2011 3 commits
  6. 14 Apr, 2011 3 commits
  7. 13 Apr, 2011 2 commits
  8. 12 Apr, 2011 1 commit
  9. 11 Apr, 2011 3 commits
  10. 10 Apr, 2011 1 commit
    • Daniel Stenberg's avatar
      OpenSSL: no-sslv2 aware · c66b0b32
      Daniel Stenberg authored
      Allow openSSL without SSL2 to be used. This fix is inspired by the fix
      provided by Cristian Rodrguez.
      
      Reported by: Cristian Rodrguez
      c66b0b32
  11. 09 Apr, 2011 1 commit
  12. 08 Apr, 2011 1 commit
  13. 07 Apr, 2011 3 commits
    • Daniel Stenberg's avatar
      mk-ca-bundle.pl: show full URL in output · 23544f35
      Daniel Stenberg authored
      When I decided to search for a potential error with the cacert bundle it
      struck me I wanted to see the full source URL in the output...
      23544f35
    • Dan Fandrich's avatar
      Added mention of FTP proxies · 2f692403
      Dan Fandrich authored
      2f692403
    • Gisle Vanem's avatar
      src/Makefile.b32: updates · aeb214f3
      Gisle Vanem authored
      * Rename the object object directory from 'objs' to 'BCC_obj' to be in
       sync with my previous patch for lib/Makefile.b32.
      
      * Turn off these warnings to keep the build totally silent (with CBuilder-6
       that is).
        -w-inl    8026 Functions X are not expanded inline.
        -w-pia   8060 Possibly incorrect assignment
        -w-pin  8061 Initialization is only partially bracketed
       (same added in src/Makefile.b32)
      
      * $(MKDIR) and $(RMDIR) have been replaced with the shell-commands 'md'
       and 'rd'. When having MingW/Msys programs 'mkdir.exe' and 'rmdir.exe' in
      $PATH, this confuses Borland's make and the result (the cleaning etc.) would
       not be as expected.
      
      * Removed the preprocessing step; no need for PP_CMD and the .int files.
       curl.exe builds fine w/o and the makefile gets simpler.
      
      * Added a target for creating a compressed hugehelp.c if WITH_ZLIB is  defined.
      It assumes groff, gzip and perl is available if such an "advanced"  users
      requests it. Okay? BTW. My groff and Perl needs unix-slashes ('/').
       Other perls should handle both forms ('/' and '\').
      aeb214f3