aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-14Curl_conncache_add_conn: fix memory leak on OOMDaniel Stenberg
2015-05-12CURLMOPT_MAX_HOST_CONNECTIONS: host = host name + port numberDaniel Stenberg
2015-05-12conncache: keep bundles on host+port bases, not only host namesDaniel Stenberg
2015-05-12bundles: merged into conncache.cDaniel Stenberg
2015-05-12hostcache: made all host caches use structs, not pointersDaniel Stenberg
2015-05-12multi: converted socket hash into non-allocated structDaniel Stenberg
2015-05-12connection cache: avoid Curl_hash_alloc()Daniel Stenberg
2015-05-08proxy: add newline to info messageDaniel Stenberg
2015-05-08FTP: fix dangling conn->ip_addr dereference on verbose EPSV.Patrick Monnerat
2015-05-08FTP: Make EPSV use the control IP address rather than the original host.Patrick Monnerat
2015-05-08tool_help: fix formatting for --next optionAlessandro Ghedini
2015-05-08opts: improved the TCP keepalive examplesEgon Eckert
2015-05-08winbuild: Document the option used to statically link the CRTJay Satiro
2015-05-06netrc: Read in text mode when cygwinOrgad Shaneh
2015-05-05OS400: Add SPNEGO service name options to ILE/RPG binding.Patrick Monnerat
2015-05-04curl_multi_info_read.3: fix typoDaniel Stenberg
2015-05-04MANUAL: language fixDaniel Stenberg
2015-05-04gtls: properly retrieve certificate statusAlessandro Ghedini
2015-05-04OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg
2015-05-04openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg
2015-05-02schannel.c: Small changesMarc Hoersken
2015-05-02schannel.c: Improve code path and readabilityMarc Hoersken
2015-05-02schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken
2015-05-02schannel: fix regression in schannel_recvChris Araman
2015-05-01Bug born in changes made several days ago 9a91e80.Marc Hoersken
2015-04-30configure: remove missing and make it autogenerateMichael Osipov
2015-04-30acinclude.m4: fix test for default CA cert bundle/pathMichael Osipov
2015-04-30CONTRIBUTING.md: remove the sourceforge mentionDaniel Stenberg
2015-04-30http_negotiate_sspi: added missing data variableDan Fandrich
2015-04-30configure: remove --automake from libtoolize callMichael Osipov
2015-04-30build: update depedency versions, urls, example makefilesViktor Szakats
2015-04-30configure: remove autogenerated files by autoconfMichael Osipov
2015-04-30curl_multi_add_handle: next is already NULLAnders Bakken
2015-04-30schannel: Fix out of bounds arrayJay Satiro
2015-04-29docs/libcurl: gitignore libcurl-symbols.3Jay Satiro
2015-04-29lib/makefile.m32: add arch -m32/-m64 to LDFLAGSViktor Szakats
2015-04-29RELEASE-NOTES: synced with cd39b944afcDaniel Stenberg
2015-04-29THANKS: merged from the 7.42.1 releaseDaniel Stenberg
2015-04-28CURLOPT_HEADEROPT: default to separateDaniel Stenberg
2015-04-28docs/libcurl: Corrected a typo in the CURLOPT_PROXY_SERVICE_NAME documentationLinus Nielsen
2015-04-28hash: simplify Curl_str_key_compare()Daniel Stenberg
2015-04-28dist: ship CURLOPT_PROXY_SERVICE_NAME and CURLOPT_SERVICE_NAMEDaniel Stenberg
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-04-27http2: unify http_conn variable names to 'c'Daniel Stenberg
2015-04-27ConnectionExists: call it multi-use instead of pipeliningDaniel Stenberg
2015-04-27nss: fix compilation failure with old versions of NSSPaul Howarth
2015-04-27sws: init http2 state properlyDaniel Stenberg
2015-04-27curl_easy_getinfo.3: document 'internals' in CURLINFO_TLS_SESSIONDaniel Stenberg
2015-04-26runtests: use a DISABLED.local file tooDaniel Stenberg
2015-04-26schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken