summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* base64: Minor coding standard and style updatesSteve Holme2016-03-131-6/+12
* base64: Use 'CURLcode result' for curl result codesSteve Holme2016-03-131-5/+5
* negotiate: Use 'CURLcode result' for curl result codesSteve Holme2016-03-131-7/+9
* multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECTMaksim Kuzevanov2016-03-131-2/+4
* TODO: Use the RFC6265 test suiteDaniel Stenberg2016-03-131-0/+11
* checksrc.bat: Added the ability to scan src and lib source independentlySteve Holme2016-03-131-14/+31
* digest: Use boolean based success code for Curl_sasl_digest_get_pair()Steve Holme2016-03-123-15/+14
* digest: Corrected some typos in commentsSteve Holme2016-03-121-9/+9
* krb5: Corrected some typos in function descriptionsSteve Holme2016-03-122-10/+10
* ntlm: Corrected some typos in function descriptionsSteve Holme2016-03-123-16/+16
* url: Corrected indentation when calling idna_to_ascii_lz()Steve Holme2016-03-111-23/+19
* idn_win32: Use boolean based success codesSteve Holme2016-03-112-16/+19
* idn_win32.c: warning: Trailing whitespaceDaniel Stenberg2016-03-101-1/+1
* idn_win32.c: Fixed compilation warning from commit 9e7fcd4291Steve Holme2016-03-101-4/+7
* THANKS-filter: unify Michael KönigDaniel Stenberg2016-03-101-0/+1
* RELEASE-NOTES: synced with 863c5766ddDaniel Stenberg2016-03-101-4/+73
* ftp: remove a check for NULL(!)Daniel Stenberg2016-03-101-6/+7
* cookies: first n/v pair in Set-Cookie: is the cookie, then parametersDaniel Stenberg2016-03-103-11/+12
* krb5: improved type handling to avoid clang compiler warningsDaniel Stenberg2016-03-101-9/+6
* url.c: fix clang warning: no newline at end of fileDaniel Stenberg2016-03-101-1/+1
* curl_multi_wait: never return -1 in 'numfds'Daniel Stenberg2016-03-101-10/+11
* HTTP2.md: add CURL_HTTP_VERSION_2TLS and updated alt-svc linkDaniel Stenberg2016-03-091-1/+4
* curl_multi_wait.3: add exampleDaniel Stenberg2016-03-091-1/+43
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-085-9/+149
* opt-docs: fix heading macrosJay Satiro2016-03-082-2/+2