platform/upstream/curl.git
2011-12-06 Daniel StenbergMakefileBuild: fix the static build
2011-12-06 Daniel StenbergOpenSSL: check for the SSLv2 function in configure
2011-12-05 Daniel StenbergCURLOPT_CONNECTTIMEOUT: default is 300 seconds
2011-12-05 Rob Wardprogress function example: include timed interval
2011-12-05 Daniel StenbergRELEASE-NOTES: synced with 347f951c390
2011-12-05 Daniel StenbergSSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5
2011-12-05 Daniel StenbergCurl_resolver_is_resolved: differentiate between host...
2011-12-05 Daniel Stenbergc-ares: return proxy failure for all proxy types
2011-12-05 Daniel StenbergFTP: close callback fix
2011-12-05 Daniel StenbergFTP: call opensocket callback properly
2011-12-05 Daniel StenbergCurl_socket: internal replacement for socket()
2011-12-04 Daniel Stenbergtest: verify the opensocket callback for FTP
2011-12-02 Jason GlasgowCURLOPT_DNS_SERVERS: set name servers if possible ...
2011-12-02 Daniel Stenbergmulti interface: only use non-NULL function pointer!
2011-12-02 Jason Glasgowmulti: handle timeouts on DNS servers by checking for...
2011-12-01 Daniel Stenbergtest 815: verify POP3 dot-first-on-line unescaping
2011-11-30 Steve HolmePOP3: fixed escaped dot not being striped out
2011-11-30 Yang Tsebuildconf: follow-up for commit 7e02f7fd
2011-11-30 Yang Tsebuildconf: fix libtool 1.5.x warnings triggered with...
2011-11-30 Daniel StenbergRELEASE-NOTES: synced with 1038d0aa1
2011-11-29 Yang Tsepop3.c: fix compiler warning
2011-11-29 Yang Tseconfigure: avoid usage of macro PKG_CHECK_MODULES
2011-11-29 Daniel StenbergPOP3: detect when LIST returns no mails
2011-11-29 Daniel Stenbergftpserver: output CRLF in logs
2011-11-28 Daniel StenbergPOP3: fix end of body detection
2011-11-28 Daniel Stenbergtest: added POP3 test with dot-prefixed line
2011-11-27 Daniel Stenbergconfigure: fix to make older pkg-config play well
2011-11-25 Daniel Stenbergtest 1211: FTP test to repeat bug #3429299
2011-11-25 Mark Brandconfigure: add support for pkg-config detection of...
2011-11-25 Daniel StenbergFTP tests 1206 - 1209: don't expect QUIT
2011-11-25 Yang TseCyaSSL 2.0+ library initialization adjustment
2011-11-25 Jonas Schnellirectify comment
2011-11-25 Daniel StenbergSSLSESSION_SHARED: new macro to check if session is...
2011-11-25 Yang Tsetelnet.c: fix MSVC compiler warning
2011-11-25 Yang Tsetvdiff_secs(): sub-zero time difference adjustment
2011-11-25 Daniel Stenbergtelnet: fix macros to allow proper semicolon use
2011-11-25 Laurent RabretTELNET: improved treatment of options
2011-11-24 Daniel StenbergRELEASE-NOTES: synced with 2c905fd1f82
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-11-24 Daniel Stenbergsymbols.pl: provide LIBCURL_HAS macro for apps
2011-11-24 Yang Tselib573.c: fix double data type variable comparison...
2011-11-24 Yang Tsegetinfo.c: reset app connect time when clearing session...
2011-11-24 Yang TseFix unreleased regression when using windows gnutls...
2011-11-23 Mark Brandgnutls: only translate winsock errors for old versions
2011-11-21 Daniel Stenbergprotocol_connect: show verbose connect and set connect...
2011-11-20 Daniel Stenberg-J -O: use -O name if no Content-Disposition header...
2011-11-19 Martin StorsjoAdd support for using nettle instead of gcrypt as gnutl...
2011-11-18 Jonas Schnellitest: SFTP quote commands with * prefix
2011-11-18 Daniel StenbergCURLOPT_QUOTE: SFTP supports the '*'-prefix now
2011-11-18 Jonas SchnelliSFTP: support '*' prefix for quote operations
2011-11-17 Daniel Stenberggetsessionid: don't ever return while locked
2011-11-17 Daniel StenbergCurl_ssl_getsessionid: increase the value, not the...
2011-11-17 Daniel StenbergTHANKS: one new contributor in 7.23.1
2011-11-17 Alejandro Alvarez... SSL session share: move the age counter to the share...
2011-11-17 Alejandro Alvarez... libtest build: add the missing lib586
2011-11-17 Jason GlasgowCURLOPT_DNS_SERVERS: set name servers if possible
2011-11-17 Daniel StenbergRELEASE-NOTES: correct the release and contributor...
2011-11-17 Daniel StenbergFindWin32CACert: return OK even if CA cert isn't found
2011-11-17 Dan Fandrichcurl has been built on many Android versions
2011-11-15 Daniel Stenberg7.24.0: start the work
2011-11-15 Daniel StenbergTHANKS: added 18 new contributors from 7.23.0
2011-11-14 Dan Fandrichcurl_easy_setopt arguments should be of type long in...
2011-11-12 Daniel StenbergRELEASE-NOTES: synced with 10120e6a
2011-11-11 Daniel Stenbergprogress_cb: avoid buffer overflow
2011-11-11 Yang TseActive mode FTP test cases with server not establishing...
2011-11-08 Guenter KnaufFix to skip untrusted certs.
2011-11-06 Daniel StenbergRELEASE-NOTES: synced with e3166df1bb3
2011-11-06 Daniel Stenbergftp PORT: don't hang if bind() fails
2011-11-06 Daniel Stenbergpingpong: change two comments wrongly referring "FTP"
2011-11-06 Daniel Stenbergtest 590: verify the bug fix in 4851dafcf1
2011-11-06 Rene BernhardtHTTP auth: fix proxy Negotiate bug
2011-11-04 Yang Tsessluse.c: fix calling of OpenSSL's ERR_remove_state(0)
2011-11-03 Yang Tsetool_cb_wrt.c: disambiguate warning message
2011-11-03 Yang Tsetool_cfgable.c: pending check done
2011-11-03 Yang Tseurl.c and file.c: fix OOM triggered segfault
2011-11-03 Daniel Stenbergrename ftp_ssl: the struct field is used for many protocols
2011-11-02 Daniel Stenberggtls_connect_step1: remove use of deprecated functions
2011-11-02 Yang Tseurl.c and transfer.c: nullify connection pointer when...
2011-11-02 Yang TseFTP test server: NODATACONN commands follow-up
2011-11-01 Yang Tsemulti.c: OOM handling fix
2011-11-01 Yang TseFTP test server: NODATACONN commands follow-up
2011-11-01 Yang Tsetool_cb_see.h: fix compiler warning
2011-10-31 Yang Tsesetup.h: fix compiler warning
2011-10-31 Yang TseFTP test server: NODATACONN commands commit c761fcb0...
2011-10-30 Dave Reisnerdoc/curl.1: fix sentence with ending for -# option
2011-10-30 Yang TseFTP test server: fix server unresponsiveness
2011-10-30 Yang Tseruntests.pl: running server checks - commit 4464583a...
2011-10-29 Yang Tsegtls.c: gnutls_transport_set_global_errno() deprecated...
2011-10-28 Yang Tseruntests.pl: running server checks - commit 3676ec96...
2011-10-27 Yang Tseruntests.pl: running server checks - commit 4464583a...
2011-10-27 Yang Tselib589.c: add CURLOPT_READDATA missing stuff
2011-10-27 Yang Tseftpserver.pl: three new custom FTP server commands...
2011-10-27 Yang Tsemulti.c: OOM handling fix
2011-10-27 Daniel Stenbergmulti: start ftp state machine when switching to DO_MORE
2011-10-27 Daniel Stenberglibcurl-multi.3: update the list of areas still blocking
2011-10-26 Yang Tsetest 589: active FTP upload using multi timeout and...
2011-10-26 Yang Tsemulti tests: OOM handling fixes - commit 629d2e34 follow-up
2011-10-26 Patrick Monnerat- Prepare the ILE/RPG binding and OS400 documentation...
2011-10-25 Daniel StenbergRELEASE-NOTES: synced with 4464583a6ed
2011-10-25 Yang Tseruntests.pl: running server checks
next