platform/upstream/curl.git
2010-11-20 Yang Tsegtls: define and use gtls_EAGAIN, gtls_EINTR and gtls_EIO.
2010-11-20 Dan FandrichAdded a couple examples that were missing from the...
2010-11-19 Dan FandrichCheck for errors while preprocessing curl.h in test...
2010-11-19 Dan FandrichUse the 3-argument open for compatibility with older...
2010-11-19 Matthias BolteDetect socket errors in GnuTLS on Windows
2010-11-19 Yang Tsetest servers: fix strict aliasing compiler warnings
2010-11-18 Yang Tseconfigure: use autobuilds to temporarily verify strict...
2010-11-18 Julien Chaffraixconfigure: Prevent link errors with --librtmp.
2010-11-14 Daniel StenbergRELEASE-NOTES: synced with cbf4961bf3e4
2010-11-14 Daniel Stenberggnutls->handshake: improved timeout handling
2010-11-13 Julien Chaffraixurldata: Capitalize enum protect_level values.
2010-11-13 Julien Chaffraixsecurity: tighten enum protection_level usage.
2010-11-13 Yang Tseconfigure: fix autoconf 2.68 warning: no AC_LANG_SOURCE...
2010-11-12 Daniel Stenbergcurl.1: "a file", not an
2010-11-12 Daniel Stenbergversion-check.pl: display version number for symbols
2010-11-12 Adam LightMakefile.vc6: fixed the xattr.c compile
2010-11-12 Julien Chaffraixkrb5: Use GSS_ERROR to check for error.
2010-11-12 Julien Chaffraixsecurity: Pass the right parameter to init.
2010-11-11 Daniel StenbergHTTP Auth: Add CURLAUTH_ONLY
2010-11-11 Daniel Stenbergip_version: moved to connection struct
2010-11-11 Yang Tsebuildconf: MAC OS X requires libtool version 1.5.26...
2010-11-11 Yang Tseconfigure: remove temporary autobuilds exercising of...
2010-11-10 Yang Tseconfigure: use autobuilds to temporarily exercise xattr...
2010-11-10 Yang Tsexattr: portability fix
2010-11-10 Yang Tsecurl-functions: provide xattr function tests that also...
2010-11-10 Daniel Stenbergtest1120: verify FTP response 421
2010-11-10 Daniel Stenbergftpserver.pl: spellfix comment
2010-11-10 Rutger HofmanTFTP: resend the correct data
2010-11-10 Stefan Tomanekwrite extended attributes by using fsetxattr
2010-11-10 Dan FandrichCheck for getinfo errors before setting attributes
2010-11-09 Kamil Dudkaftp: treat server's response 421 as CURLE_OPERATION_TIM...
2010-11-09 Daniel Stenbergsymbols-in-version: add CURL_SOCKET_BAD
2010-11-09 Yang Tseserial number bump
2010-11-08 Kamil Dudkaftp: close connection as soon as ABOR has been sent
2010-11-08 Daniel StenbergRELEASE-NOTES: synced with fc6c4c10f9faab08
2010-11-08 Daniel Stenberghelp: indent the --xattr option like the others
2010-11-08 Daniel Stenbergcurl.1: --resolve documented
2010-11-08 Daniel StenbergCURLOPT_RESOLVE: documented
2010-11-08 Daniel StenbergCURLOPT_USE_SSL: move from FTP options to connection...
2010-11-08 Daniel Stenbergxattr-check: correct the comment as well
2010-11-08 Daniel Stenbergxattr: use const char * for const strings
2010-11-08 Daniel Stenbergsetxattr: fix the checks
2010-11-08 Daniel StenbergCURLOPT_RESOLVE: added
2010-11-08 Yang Tsefix compiler warning
2010-11-07 Dan FandrichAdded os-specific.c and xattr.c to the Symbian build...
2010-11-07 Yang Tsexattr: fix VisualStudio builds
2010-11-07 Yang Tsefix snapshot generation
2010-11-05 Daniel Stenberg--libcurl: simplify output
2010-11-05 Alfred GebertLDAP: detect non-binary attributes properly
2010-11-05 Daniel Stenbergxattr: add configure check and #ifdefs
2010-11-05 Stefan Tomaneksave metadata to extended file attributes
2010-11-05 Daniel Stenbergtest: remove test 580
2010-11-05 Daniel StenbergRevert: use Host: name for SNI and cert name checks
2010-11-04 Daniel StenbergTODO-RELEASE: "TLS SNI use Host:" is done
2010-11-04 Daniel StenbergRELEASE-NOTES: synced with 7b823badbcab9d330
2010-11-04 Daniel Stenbergcurl.1: added a few missing exit codes
2010-11-04 Daniel Stenbergcertcheck: use the custom Host: name for checks
2010-11-04 Daniel StenbergSNI: simplify the custom host name use
2010-11-04 Daniel Stenberghost: get the custom Host: name more genericly
2010-11-04 Hongli Lai... SNI: set name to custom Host header
2010-11-04 Daniel Stenbergfopen.c: re-indented, fixed previous mistake
2010-11-04 Daniel Stenbergmulti use: call multi_perform even on select() timeouts
2010-11-04 Daniel Stenbergexample: add smtp-multi.c
2010-11-04 Daniel StenbergCURLOPT_NOSIGNAL: add blurb about SIGPIPE
2010-11-04 Dan FandrichAllow building test 580 out of tree
2010-11-03 Daniel Stenbergdist: add symbol-scan.pl to the tarball
2010-11-03 Daniel Stenbergtest1119: verify symbols-in-versions
2010-11-03 Daniel Stenbergruntests: allow tests written as perl scripts
2010-11-03 Daniel Stenbergsymbol-scan: verifies symbols-in-versions
2010-11-03 Daniel Stenbergsymbols-in-versions: added 119 missing symbols
2010-11-03 Dan FandrichAdded mk580.pl to the tar ball
2010-11-02 Daniel Stenbergsymbols-in-versions: added missing symbols
2010-11-02 Daniel Stenbergignore: lib580.c is generated by mk580.pl
2010-11-02 Daniel Stenbergtest: added test 580 - verifies symbols-in-versions
2010-11-02 Daniel Stenbergspellfix: CURLOPT_TFTP_BLKSIZE it is
2010-10-29 Kamil Dudkaftp: prevent server from hanging on closed data connection
2010-10-28 Dan FandrichRemoved a leftover mention of FTP in an error message
2010-10-21 Dan FandrichRemoved the native Makefile.riscos files
2010-10-21 Dan FandrichLightened the stack in wc_statemach to permit deeper...
2010-10-20 Daniel StenbergSSH: use libssh2_session_handshake()
2010-10-20 Daniel StenbergSSH: avoid using the libssh2_ prefix
2010-10-20 Daniel Stenbergformdata: provide error message
2010-10-19 Daniel StenbergURL-parsing: consider ? a divider
2010-10-19 Daniel Stenbergcurl_easy_setopt.3: spellfix
2010-10-19 Daniel Stenbergcurl_easy_setopt.3: CURLOPT_USE_SSL is not just for FTP
2010-10-18 Daniel Stenbergkrb4.h: removed unused prototypes
2010-10-18 Daniel Stenbergkrb4: make a few functions static
2010-10-17 Daniel StenbergTODO-RELEASE: cleanup for 7.21.3 works
2010-10-17 Daniel StenbergRELEASE-NOTES: sync with 09a2d93a0f17ca
2010-10-17 Daniel Stenberghttp_chunks: remove debug output
2010-10-14 Daniel StenbergCurl_setopt: disallow CURLOPT_USE_SSL without SSL support
2010-10-14 Daniel Stenbergoptions: check for features for some options
2010-10-14 Dan FandrichFixed the IPv6 host address in test1203
2010-10-14 Daniel Stenbergcurl_easy_setopt.3: clarify CURLOPT_CRLF
2010-10-13 Guenter KnaufSome more small Watcom makefile fixes.
2010-10-13 Guenter KnaufAdded --noconfigure switch to testcurl.pl.
2010-10-13 Guenter KnaufModified Watcom makefiles to work on Linux too.
2010-10-13 Guenter KnaufAdded MingW32 rtmp target; changed Watcom targets.
2010-10-12 Daniel Stenberggitignore: ignore Makefile.vc10.dist made by maketgz
2010-10-12 Daniel Stenbergcurlver.h: start over at 7.21.3
next