summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* travis: move the apt installs to 'packages', pass CXX to configurebagder/travis-install-nghttp2-linuxDaniel Stenberg2017-07-041-3/+5
* travis: fix export syntax errorDaniel Stenberg2017-07-041-1/+1
* travis: install and use g++ 4.8 for the nghttp2 buildDaniel Stenberg2017-07-041-1/+2
* travis: and install c-ares for the nghttp2 buildDaniel Stenberg2017-07-041-1/+1
* travis: sudo is required now for installationDaniel Stenberg2017-07-041-1/+1
* travis: libev-dev is a pre-req to the nghttp2 buildDaniel Stenberg2017-07-041-1/+6
* travis: install nghttp2 on linux buildsDaniel Stenberg2017-07-041-0/+1
* configure: try ldap/lber in reversed order firstDaniel Stenberg2017-07-041-1/+1
* configure: remove checks for 5 functions never usedDaniel Stenberg2017-07-042-19/+1
* dist: add SMB python deps into the tarballDaniel Stenberg2017-07-041-1/+8
* test1451: add SMB support to the testbedMax Dymond2017-07-047-511/+889
* test: add impacket for SMB testingMax Dymond2017-07-0413-0/+18266
* travis.yml: use --enable-werror on debug buildsDaniel Stenberg2017-07-041-1/+1
* tool_sleep: typecast to avoid macos compiler warningDaniel Stenberg2017-07-041-2/+2
* timeval.c: Use long long constant type for timeval assignmentMartin Kepplinger2017-07-041-2/+2
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-035-2/+129
* gtls: fix build when sizeof(long) < sizeof(void *)Johannes Schindelin2017-07-031-11/+9
* unit1399: fix integer overflowRyan Winograd2017-07-031-1/+1
* cmake: Added compatibility options for older Windows versionsPer Malmberg2017-07-021-1/+11
* unit1399: add logging to time comparisonDaniel Stenberg2017-07-011-1/+5
* make: build the docs subdir only from within srcDaniel Stenberg2017-06-303-8/+6
* test1450: fix up DICT server in torture modeMax Dymond2017-06-301-18/+21
* test1450: add simple testing for DICTMax Dymond2017-06-306-5/+289
* test1521: fix out-of-tree builds, broken with 467da3afDan Fandrich2017-06-301-1/+1
* http2: handle PING framesMax Dymond2017-06-301-2/+46
* handler: refactor connection checkingMax Dymond2017-06-3020-7/+78
* openssl: improve fallback seed of PRNG with a time based hashdmitrykos2017-06-301-17/+26
* progress: prevent resetting t_starttransferRyan Winograd2017-06-305-2/+142
* curl_strequal.3: fix typo in SYNOPSISDaniel Stenberg2017-06-291-2/+2
* RELEASE-NOTES: synced with ce2c3ebdaDaniel Stenberg2017-06-281-5/+38
* curl --socks5-{basic,gssapi}: control socks5 authKamil Dudka2017-06-289-0/+46
* CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy authKamil Dudka2017-06-287-9/+99
* socks: deduplicate the code for auth requestKamil Dudka2017-06-281-9/+10
* socks: use proxy_user instead of proxy_nameKamil Dudka2017-06-281-16/+16
* libtest/make: generate lib1521.cDaniel Stenberg2017-06-273-2502/+17
* tool_getparam: fix memory leak on test 1147 OOM (torture tests)Jay Satiro2017-06-261-1/+3
* test1537: fixed memory leak on OOMDan Fandrich2017-06-251-2/+13
* test1521: fix compiler warningsMarcel Raad2017-06-252-11/+17
* curl/system.h: add check for XTENSA for 32bit gccDaniel Stenberg2017-06-241-1/+2
* winbuild: fix boringssl buildHenrik S. Gaßmann2017-06-241-1/+4
* progress: progress.timespent needs to be usDaniel Stenberg2017-06-241-2/+2
* curl-compilers.m4: fix unknown-warning-option on Apple clangMarcel Raad2017-06-241-1/+10
* progress: fix "time spent", broke in adef394acDaniel Stenberg2017-06-241-4/+4
* CURLINFO_REDIRECT_URL.3: mention the CURLOPT_MAXREDIRS caseDaniel Stenberg2017-06-241-0/+3
* maketgz: switch to -6e for xzDaniel Stenberg2017-06-241-1/+1
* libtest/Makefile: remove unused lib1541 variablesDaniel Stenberg2017-06-231-4/+0
* CONTRIBUTE.md: mention the out-of-tree build test tooDaniel Stenberg2017-06-221-5/+6
* maketgz: switch to xz instead of lzmaDaniel Stenberg2017-06-221-6/+6
* --request-target: instead of --strip-path-slashDaniel Stenberg2017-06-2120-49/+49
* lib1521: fix missing-variable-declarations clang warningsMarcel Raad2017-06-212-28/+28