]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2012-04-29  Daniel StenbergREALEASE-NOTES: synced with 64f48e884e3c1
2012-04-27  Jan Schaumannadd newly created manual page
2012-04-27  Jan Schaumannadd a manual page for mk-ca-bundle
2012-04-26  Guenter KnaufUpdated dependency lib versions.
2012-04-23  Daniel StenbergURL parse: reject numerical IPv6 addresses outside...
2012-04-23  Daniel StenbergCurl_MD5_init: fix OOM memory leak
2012-04-23  Gokhan SengunOpenSSL cert: provide more details when cert check...
2012-04-23  Yang TseRevert "sspi: Added version information"
2012-04-23  Yang TseRevert "sspi - Small code tidy up"
2012-04-23  Yang TseRevert "Fixed 'extra tokens at end of #endif directive'."
2012-04-23  Yang TseRevert "Fixed 'Trailing whitespace' found by checksrc."
2012-04-23  Yang TseRevert "sspi: Code tidy up to remove unused variable."
2012-04-23  Yang TseRevert "Add -lversion if build with SSPI."
2012-04-23  Guenter KnaufAdd -lversion if build with SSPI.
2012-04-22  Steve Holmesspi: Code tidy up to remove unused variable.
2012-04-22  Guenter KnaufFixed 'Trailing whitespace' found by checksrc.
2012-04-22  Guenter KnaufFixed 'extra tokens at end of #endif directive'.
2012-04-22  Steve Holmesspi - Small code tidy up
2012-04-22  Steve Holmesspi: Added version information
2012-04-20  Daniel StenbergHTTP: empty chunked POST ended up in two zero size...
2012-04-20  Guenter KnaufUpdated dependency lib versions.
2012-04-19  Daniel Stenbergsingleipconnect: return OK even when Curl_socket()...
2012-04-19  Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-18  Yang Tseurl.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixes
2012-04-18  Yang TseTake in account that CURLAUTH_* bitmasks are now 'unsig...
2012-04-18  Yang Tsecurl.h: CURLAUTH_* bitmasks adjusted to become 'unsigne...
2012-04-18  Yang TseSome explicit conversion to 'long' of curl_easy_setopt...
2012-04-17  Yang Tsebuild adjustments: commit 9e24b9c7 follow-up
2012-04-16  Daniel Stenberg-# progress meter: avoid superfluous updates and duplic...
2012-04-16  Yang Tsenss.c: fix compiler warning
2012-04-16  Yang Tsecurl-compilers.m4: -Wno-pedantic-ms-format for Windows...
2012-04-16  Kamil Dudkatests/valgrind.pm: suppress memleaks of NSS_InitContext()
2012-04-14  Yang Tsesetup_once.h: tighten requirements for stdbool.h header...
2012-04-14  Yang Tseheaders: require GCC 2.7 or newer in order to allow...
2012-04-14  Jonathan Niederheaders: surround GCC attribute names with double under...
2012-04-13  Guenter KnaufUpdated copyright year.
2012-04-13  Yang Tsetestcurl.pl: build example programs for Android cross...
2012-04-13  Yang Tsenss.c: fix compiler warning
2012-04-13  Yang Tseexamples: fix compiler warnings
2012-04-13  Kamil Dudkanss: provide human-readable names for NSS errors
2012-04-13  Kamil Dudkanss: use NSS_InitContext() to initialize NSS if available
2012-04-13  Kamil Dudkanss: unconditionally require PK11_CreateGenericObject()
2012-04-13  Guenter KnaufSet batch mode to 755 to make Cygwin git pulls work.
2012-04-13  Guenter KnaufAdded section for Android configure cross-compile.
2012-04-12  Guenter KnaufAdded NetWare export.
2012-04-12  Yang Tsetestcurl.pl: build example programs for MinGW cross...
2012-04-12  Yang Tsetool_operate.c: fix compiler warning
2012-04-12  Yang Tseurl.c: fix compiler warning
2012-04-12  Guenter KnaufUpdated dependency lib versions (2nd try).
2012-04-12  Guenter KnaufUpdated dependency lib versions.
2012-04-12  Yang Tsetool_formparse.c: rename a couple of vars to avoid...
2012-04-12  Yang TseOS400/initscript.sh: fix db2_name() module name generation
2012-04-12  Yang Tsetestcurl.pl: log more environment vars that modify...
2012-04-12  Yang Tseconfigure: NATIVE_WINDOWS no longer defined in config...
2012-04-11  Yang Tsebuild adjustments: CURL_HIDDEN_SYMBOLS no longer define...
2012-04-11  Yang Tsebuild adjustments: functionally revert commits 4d3fb91f...
2012-04-10  Yang Tsetest servers: build adjustment
2012-04-10  Yang Tselibtests: build adjustment
2012-04-10  Yang Tsecurl tool: make setup.h first header included in tool_s...
2012-04-09  Yang Tsecurl tool: use configuration files from lib directory...
2012-04-09  Yang Tseconfigure: Windows cross-compilation fixes
2012-04-08  Yang Tsecurl tool: make curl.h first header included in tool_se...
2012-04-06  Yang Tsecurl tool: use configuration files from lib directory...
2012-04-06  Yang Tsecurl tool: use configuration files from lib directory
2012-04-06  Daniel StenbergPolarSSL: correct return code for CRL matches
2012-04-06  Daniel StenbergPolarSSL: include version number in version string
2012-04-05  Daniel Stenbergtest: added test 1332 that tests --post303
2012-04-05  Daniel Stenbergcurl: add --post303 to set the CURL_REDIR_POST_303...
2012-04-05  Andrei CipuCURLOPT_POSTREDIR: also allow 303 to do POST on the...
2012-04-05  Daniel Stenbergtest1331: cookies on a 407 response
2012-04-04  Dag EkengrenPolarSSL: add support for asynchronous connect
2012-04-04  Tim HeckmanRevert "access the CA source file using HTTPS"
2012-04-04  Andrei CipuIPv6 cookie domain: get rid of the first bracket before...
2012-04-04  Daniel StenbergMAIL-ETIQUETTE: Added "How to unsubscribe"
2012-04-04  Yang Tseftp.c: ftplistparser related OOM handling fix
2012-04-04  Yang Tsesmtp.c: fix compiler warnings
2012-04-04  Yang Tselib599.c: fix compiler warning
2012-04-03  Daniel Stenbergruntests: yassl and polarssl are not openssl
2012-04-03  Lijo Antonyconnect.c: return changed to CURLE_COULDNT_CONNECT...
2012-04-02  Steve Holmepop3: Reworked the command sending and handling
2012-04-01  Dave Reisnercurl tool: add filename_effective token for --write-out
2012-04-01  Steve Holmesmtp.c: Code policing and tidy up
2012-04-01  Armel AsselinSSH: public key can now be an empty string
2012-04-01  Tatsuhiro TsujikawaOpenSSL: Made cert hostname check conform to RFC 6125
2012-03-31  Daniel StenbergHTTP: reset expected DL/UL sizes on redirects
2012-03-31  Gökhan Şengünsmtp: Add support for DIGEST-MD5 authentication
2012-03-31  Gökhan Şengünsmtp: Cody tidy up of md5 digest length
2012-03-31  Gökhan Şengünmd5: Add support for calculating the md5 sum of buffers...
2012-03-31  Daniel StenbergRevert "mk-ca-bundle.pl: use LWP::UserAgent for https"
2012-03-31  Steve HolmeDOCS: Added information regarding POP3 commands to...
2012-03-31  Steve Holmepop3: Added support for additional pop3 commands
2012-03-30  tetetest tetetestCMakeLists.txt: fix Windows LDAP/LDAPS option handling
2012-03-29  tetetest tetetestCMakeLists.txt: fix MS Visual Studio x64 unsigned long...
2012-03-28  Steve HolmeTODO: Corrected POP3 section heading
2012-03-28  Yang Tsecurl-functions.m4: update detection logic of getaddrinf...
2012-03-27  Steve HolmeTODO: Added SMTP and POP3 specific features
2012-03-27  Olaf Flebbetool_cb_dbg.c: fix tool_cb_dbg() to behave properly...
2012-03-26  Yang Tsetest #1405: support HTTP disabled builds
2012-03-26  Steve Holmetest #809: Updated error code to match recent pop3...
2012-03-25  Yang Tsessh.c: code cleanup, Curl_safefree() already nullifies...
next