Age | Commit message (Expand) | Author |
2012-06-26 | sockaddr.h: Fixed dereferencing pointer breakin strict-aliasing | Marc Hoersken |
2012-06-26 | SSL cleanup: use crypto functions through the sslgen layer | Daniel Stenberg |
2012-06-26 | darwinssl: add support for native Mac OS X/iOS SSL | Nick Zitzmann |
2012-06-25 | RELEASE-NOTES: link to more metalink info | Daniel Stenberg |
2012-06-25 | RELEASE-NOTES: synced with d025af9bb576 | Daniel Stenberg |
2012-06-25 | curl_schannel.c: Remove redundant NULL assignments following Curl_safefree() | Yang Tse |
2012-06-25 | curl_schannel.c: Replace free() with Curl_safefree() | Marc Hoersken |
2012-06-25 | curl.1: Updated Metalink description in man page | Tatsuhiro Tsujikawa |
2012-06-24 | DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocol | Steve Holme |
2012-06-24 | smtp: Corrected result code for MAIL, RCPT and DATA commands | Steve Holme |
2012-06-24 | test: Added test HTTP receive cookies over IPv6 | Ghennadi Procopciuc |
2012-06-22 | tests: add another Metalink test case | Yang Tse |
2012-06-22 | tests: Enable test2010 and fixed hash value | Tatsuhiro Tsujikawa |
2012-06-22 | Metalink: ignore --include if --metalink is used. | Tatsuhiro Tsujikawa |
2012-06-21 | tests: add six Metalink test cases | Yang Tse |
2012-06-21 | test 2005: add verification of hash checking outcome | Yang Tse |
2012-06-21 | getpart.pm: remove misleading comment | Yang Tse |
2012-06-21 | curl: Prefixed all Metalink related messages with "Metalink: " | Tatsuhiro Tsujikawa |
2012-06-21 | tests: Added Metalink test case # 2005 | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Restore noprogress and isatty config values. | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Made --metalink option toggle Metalink functionality | Tatsuhiro Tsujikawa |
2012-06-21 | curl: Refactored metalink_checksum | Tatsuhiro Tsujikawa |
2012-06-20 | tool_doswin.c: fix djgpp function _use_lfn() used without a prototype | Gisle Vanem |
2012-06-20 | build: fix RESOURCE bug in lib/Makefile.vc* | Yang Tse |
2012-06-20 | schannel: Implement new buffer size strategy | Marc Hoersken |
2012-06-20 | schannel SSL: fix compiler warning | Yang Tse |
2012-06-20 | schannel SSL: fix for renegotiate problem | Mark Salisbury |
2012-06-20 | runtests.pl: make it support metalink feature | Tatsuhiro Tsujikawa |
2012-06-20 | getpart.pm: make test definition section/part parser more robust | Yang Tse |
2012-06-20 | schannel_connect_step2: checksrc whitespace fix | Daniel Stenberg |
2012-06-20 | schannel SSL: changes in schannel_connect_step2 | Mark Salisbury |
2012-06-20 | config-win32ce.h: WinCE config adjustment | Mark Salisbury |
2012-06-20 | schannel SSL: Made send method handle unexpected cases better | Mark Salisbury |
2012-06-19 | curl_schannel.c: Avoid unnecessary realloc calls to reduce buffer size | Marc Hoersken |
2012-06-19 | schannel SSL: Use standard Curl read/write methods | Mark Salisbury |
2012-06-19 | schannel SSL: make wording of some trace messages better reflect reality | Yang Tse |
2012-06-19 | curl_schannel.h: Use BUFSIZE as the initial buffer size if available | Marc Hoersken |
2012-06-19 | Fixed NetWare makefile broken from last commit. | Guenter Knauf |
2012-06-19 | schannel SSL: Implemented SSL shutdown | Mark Salisbury |
2012-06-19 | schannel SSL: certificate validation on WinCE | Mark Salisbury |
2012-06-19 | schannel SSL: Added helper methods to simplify code | Mark Salisbury |
2012-06-18 | Some more NetWare makefile tweaks for metalink. | Guenter Knauf |
2012-06-18 | tool_cb_see.c: WinCE build adjustment | Yang Tse |
2012-06-18 | setup.h: WinCE build adjustment | Mark Salisbury |
2012-06-18 | ftplistparser.c: do not compile if FTP protocol is not enabled | Mark Salisbury |
2012-06-16 | Win32: downplay MS bazillion type synonyms game | Yang Tse |
2012-06-15 | Curl_rtsp_parseheader: avoid useless malloc/free | Daniel Stenberg |
2012-06-15 | curl_share_setopt: use va_end() | Daniel Stenberg |
2012-06-15 | SSPI related code: Unicode support for WinCE - kill compiler warnings | Yang Tse |
2012-06-15 | SSPI related code: Unicode support for WinCE - commit 46480bb9 follow-up | Mark Salisbury |