Age | Commit message (Expand) | Author |
2007-01-25 | ugha, prevent a buffer overflow and allow very long strings in the generated | Daniel Stenberg |
2007-01-25 | - Added the --libcurl [file] option to curl. Append this option to any | Daniel Stenberg |
2007-01-25 | removed unused define. | Gunter Knauf |
2007-01-25 | set proper lib extension for non-configure mingw32 builds on Win32. | Gunter Knauf |
2007-01-25 | fixed copyright for new year. | Gunter Knauf |
2007-01-25 | added targets for libssh2 builds. | Gunter Knauf |
2007-01-25 | enabled build with libssh2. | Gunter Knauf |
2007-01-25 | fix non-SSL builds again | Daniel Stenberg |
2007-01-25 | Fixed a dangling pointer problem that prevented the http_proxy environment | Dan Fandrich |
2007-01-25 | removed not used define. | Gunter Knauf |
2007-01-24 | Only shut down SSL if the CCC command succeeded. | Dan Fandrich |
2007-01-24 | moved the SSL pending function to the proper place and name | Daniel Stenberg |
2007-01-24 | bail out on strdup() errors | Daniel Stenberg |
2007-01-23 | - David McCreedy did NTLM changes mainly for non-ASCII platforms: | Daniel Stenberg |
2007-01-23 | recount | Daniel Stenberg |
2007-01-23 | #79 is no problem to me (and no response on my mail) | Daniel Stenberg |
2007-01-23 | very minor indent change | Daniel Stenberg |
2007-01-23 | Ignore XML DOCTYPEs and declarations. | Dan Fandrich |
2007-01-23 | Speed-up djgpp's stat() by avoid checking for uneeded stuff. | Gisle Vanem |
2007-01-23 | Convert (most of) the test data files into genuine XML. A handful still | Dan Fandrich |
2007-01-23 | enabled build with libssh2; fixed copyright for new year.. | Gunter Knauf |
2007-01-18 | Make the test script tag parser a bit more robust. | Dan Fandrich |
2007-01-18 | Added precheck that curl supports the 'openssl' engine in test 307. | Dan Fandrich |
2007-01-17 | Fixed some tag typos in the test data files. | Dan Fandrich |
2007-01-17 | Disabled test 307 for now. | Dan Fandrich |
2007-01-17 | Supress "comparison between signed and unsigned" warning. | Gisle Vanem |
2007-01-17 | two other still outstanding issues | Daniel Stenberg |
2007-01-17 | more reported bugs we need to address at some point, possibly before a release | Daniel Stenberg |
2007-01-17 | clarify the INFILESIZE option(s) | Daniel Stenberg |
2007-01-16 | David McCreedy fixed a flaw from his previous non-ascii HTTP patch | Daniel Stenberg |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2007-01-16 | restore previous addition to the amount of data that is returned | Daniel Stenberg |
2007-01-16 | Added simple OpenSSL crypto engine tests. | Dan Fandrich |
2007-01-16 | Fixed a small memory leak in tftp uploads discovered by curl's memory leak | Dan Fandrich |
2007-01-15 | Added TFTP upload tests. | Dan Fandrich |
2007-01-15 | Leave the TFTPD test server running after a file upload. | Dan Fandrich |
2007-01-14 | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg |
2007-01-13 | 4GB download and cookielist "ALL" fixes | Daniel Stenberg |
2007-01-13 | fixed bad variable use when getting the size which we should read when | Daniel Stenberg |
2007-01-13 | make Curl_cookie_clearall() survive getting called with a NULL pointer | Daniel Stenberg |
2007-01-10 | Added test for TFTP retrieve of boundary case 512 byte file. | Dan Fandrich |
2007-01-10 | Display crypto engine name correctly in debug message. | Dan Fandrich |
2007-01-10 | Added test of TFTP server error reporting. | Dan Fandrich |
2007-01-09 | corrected example | Daniel Stenberg |
2007-01-08 | Correct error code for CCC/SSL shutdown failure | Linus Nielsen Feltzing |
2007-01-08 | Removed unused variable in Curl_ossl_shutdown() | Linus Nielsen Feltzing |
2007-01-08 | no suprise really, but it works fine on SH4 as well... | Daniel Stenberg |
2007-01-06 | Fix compilation errors when building without SSL | Linus Nielsen Feltzing |
2007-01-05 | - Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to | Daniel Stenberg |
2007-01-05 | Include <dos.h> for delay() on MSDOS. | Gisle Vanem |