summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE-NOTES: curl 7.48.0curl-7_48_0Daniel Stenberg2016-03-231-1/+5
* THANKS: 15 new contributors from 7.48.0 releaseDaniel Stenberg2016-03-231-0/+15
* CURLINFO_TLS_SSL_PTR.3: Warn about limitationsJay Satiro2016-03-231-5/+37
* Revert "sshserver: remove use of AuthorizedKeysFile2"Daniel Stenberg2016-03-221-1/+3
* maketgz: add -j to make distDaniel Stenberg2016-03-221-1/+1
* libcurl-thread.3: minor nroff format fixDaniel Stenberg2016-03-221-1/+1
* CURLINFO_TLS_SSL_PTR.3: minor nroff format fixDaniel Stenberg2016-03-221-3/+3
* CODE_STYLE: indend example codeDaniel Stenberg2016-03-221-7/+5
* build-wolfssl: Update VS properties for wolfSSL v3.9.0Jay Satiro2016-03-221-5/+10
* hostip6: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-221-6/+8
* sshserver: remove use of AuthorizedKeysFile2Daniel Stenberg2016-03-211-3/+1
* connect/ntlm/http: Fixed compilation warnings when verbose strings disabledSteve Holme2016-03-203-5/+17
* openssl: Fixed compilation warning when /Wall enabledSteve Holme2016-03-201-1/+2
* CODE_STYLE: Use boolean conditionsSteve Holme2016-03-201-2/+16
* inet_pton.c: Fixed compilation warningsSteve Holme2016-03-201-2/+2
* RELEASE-NOTES: synced with 80851028efc2fa9Daniel Stenberg2016-03-191-6/+26
* mbedtls: fix compiler warningDaniel Stenberg2016-03-191-0/+1
* easy: Minor coding standard and style updatesSteve Holme2016-03-191-11/+11
* easy: Remove poll failure check in easy_transferJay Satiro2016-03-191-6/+1
* build: Added missing Visual Studio filter files for VC10 onwardsSteve Holme2016-03-1918-40/+175
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-195-14/+18
* config-w32.h: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap.c: Fixed compilation warning with /Wall enabledSteve Holme2016-03-191-1/+1
* KNOWN_BUGS: #93 Issue with CURLFORM_CONTENTLEN in arrays on 32-bit platformsSteve Holme2016-03-191-0/+7
* bump: the coming release is 7.48.0Daniel Stenberg2016-03-182-5/+5
* configure: use cpp -P when neededDaniel Stenberg2016-03-181-1/+50
* formdata.c: Fixed compilation warningSteve Holme2016-03-181-1/+1
* FAQ: 2.5 Install libcurl for both 32bit and 64bit?Daniel Stenberg2016-03-181-0/+27
* openssl: adapt to API breakage in ERR_remove_thread_state()Gisle Vanem2016-03-171-1/+7
* version: init moved to private name space, added protosDaniel Stenberg2016-03-172-4/+6
* openssl: verbose: show matching SAN patternDaniel Stenberg2016-03-171-27/+30
* version: thread safetyJay Satiro2016-03-162-2/+26
* transfer: Removed redundant HTTP authentication include filesSteve Holme2016-03-161-5/+1
* easy: Removed redundant HTTP authentication include filesSteve Holme2016-03-161-1/+0
* CURLOPT_SSLENGINE.3: Only for OpenSSL built with engine supportJay Satiro2016-03-152-13/+26
* curl_sasl: Minor code indent fixesSteve Holme2016-03-151-58/+58
* runtests: mention when run event-basedDaniel Stenberg2016-03-141-1/+2
* easy: add check to malloc() when running event-basedDaniel Stenberg2016-03-141-9/+13
* memdebug: skip logging the limit countdown, fflush when reachedDaniel Stenberg2016-03-141-5/+2
* CODE_STYLE: Space around operatorsDaniel Stenberg2016-03-141-0/+19
* curl: glob_range: no need to check unsigned variable for negativeDaniel Stenberg2016-03-141-3/+2
* CODE_STYLE: add example for indent style as wellDaniel Stenberg2016-03-141-0/+6
* CODE_STYLE: mention braces for functions tooDaniel Stenberg2016-03-141-2/+10
* docs/Makefile.am: include CODE_STYLE in tarball tooDaniel Stenberg2016-03-141-2/+2
* CONTRIBUTE: moved out code style to a separate documentDaniel Stenberg2016-03-141-62/+17
* CODE_STYLE: initial versionDaniel Stenberg2016-03-141-0/+140
* curl_sasl.c: minor code indent fixesDaniel Stenberg2016-03-141-29/+29
* multi: simplified singlesocketDaniel Stenberg2016-03-141-49/+40
* multi: introduce sh_getentry() for looking up sockets in the sockhashDaniel Stenberg2016-03-141-22/+20
* multi hash: ensure modulo performed on curl_socket_tJaime Fullaondo2016-03-141-3/+3