Age | Commit message (Expand) | Author |
2007-08-07 | Fixed some icc compiler warnings. | Dan Fandrich |
2007-08-06 | Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set t... | Gunter Knauf |
2007-08-06 | ontributors from the 7.16.4 release notes and a removed duplicate | Daniel Stenberg |
2007-08-06 | removed the rsaglue hint since it doesn't apply to modern OpenSSL, and added | Daniel Stenberg |
2007-08-06 | we now support GSS/Kerberos 5 for ftp file transfers! | Daniel Stenberg |
2007-08-05 | Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments | Daniel Stenberg |
2007-08-04 | changed to use libssh2 0.16; | Gunter Knauf |
2007-08-04 | another mirror | Daniel Stenberg |
2007-08-04 | Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on | Daniel Stenberg |
2007-08-04 | Fixed a couple of compiler warnings. | Dan Fandrich |
2007-08-03 | Refactored CreateConnection() somewhat to reduce its length by splitting | Dan Fandrich |
2007-08-03 | fixed small fix issue I introduced with my previous commit. | Gunter Knauf |
2007-08-03 | some more makefile fixes/changes. | Gunter Knauf |
2007-08-03 | Start adding some expanded error conversion of libssh2 errors. | James Housley |
2007-08-03 | The previous commit to force the use of libssh2-0.16 by removing | James Housley |
2007-08-03 | changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins p... | Gunter Knauf |
2007-08-03 | Peteris Krumins pointed out some MingW32 related build issues. | Gunter Knauf |
2007-08-03 | Peteris Krumins pointed out that the standard MingW32 build depends on zlib; ... | Gunter Knauf |
2007-08-03 | SCP and SFTP support now requires libssh2 0.16 or later | Daniel Stenberg |
2007-08-03 | remove left-over partly support for libssh2 0.14 | Daniel Stenberg |
2007-08-03 | The SSH code now only works with libssh2 0.16 or later. Thus we must not | Daniel Stenberg |
2007-08-02 | Scott Cantor filed bug report #1766320 | Daniel Stenberg |
2007-08-02 | Fixed a compiler warning. | Dan Fandrich |
2007-08-02 | Patrick Monnerat's cleanup fix after my alloc-strings commit | Daniel Stenberg |
2007-08-02 | Dmitriy Sergeyev reported a regression: resumed file:// transfers broke | Daniel Stenberg |
2007-08-02 | clarify that setting POSTFIELDS to NULL or "" is not enough to make a zero byte | Daniel Stenberg |
2007-08-02 | argh, Greg Morse pointed out that the NTLM POST fix only worked if VERBOSE | Daniel Stenberg |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-08-01 | Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring | Daniel Stenberg |
2007-07-30 | AIX 4 and 5 get to use non-blocking sockets | Daniel Stenberg |
2007-07-30 | Peter O'Gorman pointed out (and fixed) that the non-blocking check in | Daniel Stenberg |
2007-07-30 | users should use the CURLMOPT_TIMERFUNCTION rather than curl_multi_timeout | Daniel Stenberg |
2007-07-30 | less blocking these days | Daniel Stenberg |
2007-07-30 | updated based on suggestion from Jeff Pohlmeyer | Daniel Stenberg |
2007-07-30 | Patrick Monnerat restored qssl successful compilation and loading | Daniel Stenberg |
2007-07-30 | give credit to Greg Zavertnik | Daniel Stenberg |
2007-07-30 | Properly set USE_SSL on OS/400 | Dan Fandrich |
2007-07-30 | Fixed compiler warning on non-SSL builds | Dan Fandrich |
2007-07-29 | Added "4.15 FTPS doesn't work" and updated a few other sections slightly | Daniel Stenberg |
2007-07-29 | Bug report #1759542 (http://curl.haxx.se/bug/view.cgi?id=1759542). A bad use | Daniel Stenberg |
2007-07-27 | added missing part for the qsossl support | Daniel Stenberg |
2007-07-26 | added initial pkg-config file (attempt) | Daniel Stenberg |
2007-07-24 | Removed unused variable. | Dan Fandrich |
2007-07-23 | #if that should be #ifdef | Daniel Stenberg |
2007-07-23 | Implemented the parts of Patrick Monnerat's OS/400 patch that introduces | Daniel Stenberg |
2007-07-23 | Implemented only the parts of Patrick Monnerat's OS/400 patch that renamed | Dan Fandrich |
2007-07-23 | Log the "<CMD> wasn't handled" error normally since it is now expected | Dan Fandrich |
2007-07-23 | added 2 system libs necessary for linking OpenSSL 0.9.8e statically. | Gunter Knauf |
2007-07-22 | fix mess added in my previous commit | Daniel Stenberg |
2007-07-22 | HTTP Digest auth fix on a re-used connection | Daniel Stenberg |