summaryrefslogtreecommitdiff
path: root/lib/setopt.c
Commit message (Expand)AuthorAgeFilesLines
* time: support > year 2038 time stamps for system with 32bit longbagder/time-as-curl_off_tDaniel Stenberg2018-01-291-0/+8
* http: prevent custom Authorization headers in redirectsDaniel Stenberg2018-01-221-1/+1
* setopt: fix SSLVERSION to allow CURL_SSLVERSION_MAX_ valuesJay Satiro2018-01-131-20/+22
* setopt: reintroduce non-static Curl_vsetopt() for OS400 supportPatrick Monnerat2018-01-131-5/+4
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* setopt: less *or equal* than INT_MAX/1000 should be fineDaniel Stenberg2017-12-121-3/+3
* include: get netinet/in.h before linux/tcp.hPer Malmberg2017-12-071-0/+4
* Added support for libssh SSH SCP back-endNikos Mavrogiannopoulos2017-12-011-2/+1
* connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini2017-11-241-1/+6
* setopt: split out curl_easy_setopt() to its own fileDaniel Stenberg2017-11-101-0/+2549