Age | Commit message (Expand) | Author |
2012-11-06 | URL parser: cut off '#' fragments from URLs (better) | Daniel Stenberg |
2012-11-06 | OpenSSL/servercert: use correct buffer size, not size of pointer | Daniel Stenberg |
2012-11-06 | curl: set CURLOPT_SSL_VERIFYHOST to 0 to disable | Daniel Stenberg |
2012-11-06 | test 2027/2030: take duplicate Digest requests into account | Daniel Stenberg |
2012-11-06 | Curl_pretransfer: clear out unwanted auth methods | Daniel Stenberg |
2012-11-06 | test1412: verify Digest with repeated URLs | Daniel Stenberg |
2012-11-06 | Revert "Zero out auth structs before transfer" | Daniel Stenberg |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-11-06 | gnutls: fix compiler warnings | Daniel Stenberg |
2012-11-06 | gnutls: print alerts during handshake | Alessandro Ghedini |
2012-11-06 | gnutls: fix the error_is_fatal logic | Alessandro Ghedini |
2012-11-06 | RELEASE-NOTES: synced with fa6d78829fd30ad | Daniel Stenberg |
2012-11-06 | httpcustomheader.c: free the headers after use | Daniel Stenberg |
2012-11-06 | uniformly use AM_CPPFLAGS, avoid deprecated INCLUDES | Dave Reisner |
2012-11-06 | libauthretry.c: shorten lines to fit within 80 cols | Daniel Stenberg |
2012-11-05 | ftp_readresp: fix build without krb4 support | Daniel Stenberg |
2012-11-04 | test/README: mention the 1500 test number range | Daniel Stenberg |
2012-11-04 | FTP: prevent the multi interface from blocking | Daniel Stenberg |
2012-11-01 | winbuild: Use machine type of development environment | Marc Hoersken |
2012-11-01 | winbuild: Additional clean up | Marc Hoersken |
2012-11-01 | Even more winbuild refactoring | Sapien2 |
2012-11-01 | Minor winbuild refactoring | Sapien2 |
2012-11-01 | Architecture selection for winbuild and minor makefiles refactoring | Sapien2 |
2012-11-01 | BUGS: fix the bug tracker URL | Daniel Stenberg |
2012-11-01 | evhiperfifo: fix the pointer passed to WRITEDATA | Daniel Stenberg |
2012-11-01 | Fixed MSVC libssh2 static build. | Guenter Knauf |
2012-10-23 | tlsauthtype: deal with the string case insensitively | Daniel Stenberg |
2012-10-23 | asyn-ares: restore working with c-ares < 1.6.1 | Daniel Stenberg |
2012-10-22 | metalink/md5: Use CommonCrypto on Apple operating systems | Nick Zitzmann |
2012-10-18 | href_extractor.c: fix the URL | Daniel Stenberg |
2012-10-18 | href_extractor: example code extracting href elements | MichaĆ Kowalczyk |
2012-10-16 | darwinssl: un-broke iOS build, fix error on server disconnect | Nick Zitzmann |
2012-10-16 | gnutls: put reset code into else block | Alessandro Ghedini |
2012-10-13 | Fix now broken libmetalink-aware OpenSSL build. | Guenter Knauf |
2012-10-13 | Revert c44e674; add OpenSSL includes/defines. | Guenter Knauf |
2012-10-10 | version-bump: towards 7.28.1! | Daniel Stenberg |
2012-10-10 | THANKS: 14 new contributors from 7.28.0 | Daniel Stenberg |
2012-10-10 | RELEASE-NOTES: synced with 8373ca3641 | Daniel Stenberg |
2012-10-09 | curl_multi_wait: no wait if no descriptors to wait for | Daniel Stenberg |
2012-10-09 | TODO-RELEASE: cleanup for 7.28.0 | Daniel Stenberg |
2012-10-09 | curl_multi_wait.3: style formatting mistake | Daniel Stenberg |
2012-10-08 | ssluse.c: md5.h is required for Curl_ossl_md5sum | Marc Hoersken |
2012-10-08 | curl_multi_wait.3: fix the name of the man page | Daniel Stenberg |
2012-10-08 | curl_multi_wait.3: renamed the last argument variable for clarity | Daniel Stenberg |
2012-10-06 | curl_schannel.c: Fixed caching more data than required | Marc Hoersken |
2012-10-06 | curl_schannel: Removed buffer limit and optimized buffer strategy | Marc Hoersken |
2012-10-04 | lib/socks.c: Merged two size variables into one | Marc Hoersken |
2012-10-04 | lib/socks.c: Avoid type conversions where possible | Marc Hoersken |
2012-10-04 | lib/curl_schannel.c: Hide size_t conversion warning | Marc Hoersken |
2012-10-04 | krb5/curl_rtmp.c: Hide size_t to int type conversion warning | Marc Hoersken |