summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* low_speed_limit: improved function for longer time periodsbagder/low_speed_limitDaniel Stenberg2017-04-051-29/+27
* tests: added test for Curl_splaygetbest to unit1309Dániel Bakai2017-04-042-3/+146
* multi: fix queueing of pending easy handlesDániel Bakai2017-04-043-62/+51
* tool: fix Windows Unicode buildMarcel Raad2017-04-042-3/+3
* curl_sasl: declare mechtable staticMartin Kepplinger2017-04-041-1/+1
* url: don't free postponed data on connection reuseAntti Hätälä2017-04-041-1/+0
* RELEASE-NOTES: synced with 4f2e348f9b42c69c480Daniel Stenberg2017-04-041-9/+39
* hash: move key into hash struct to reduce mallocsDaniel Stenberg2017-04-042-20/+8
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-0418-310/+214
* easy: silence compiler warningJay Satiro2017-04-041-1/+1
* docs: minor typo in write-out.dRichlv2017-04-041-1/+1
* include: curl/system.h is a run-time version of curlbuild.hDaniel Stenberg2017-04-039-40/+599
* multi: make curl_multi_wait avoid malloc in the typical caseDaniel Stenberg2017-04-031-4/+14
* tests/server/util: remove in6addr_any for recent MinGWMarcel Raad2017-04-031-1/+9
* docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3Daniel Stenberg2017-04-032-4/+38
* fail-early.d: fix typosJay Satiro2017-03-311-4/+3
* docs: Explain --fail-early does not imply --failJay Satiro2017-03-311-2/+6
* telnet: (win32) fix read callback return variableDaniel Stenberg2017-04-011-6/+6
* CTestConfig.cmake: removed, unusedDaniel Stenberg2017-03-311-13/+0
* libcurl.def: removed, unusedDaniel Stenberg2017-03-311-53/+0
* docs/index.html: removed, was not shipped anywayDaniel Stenberg2017-03-311-20/+0
* dist: add missing files to the tarballDaniel Stenberg2017-03-312-9/+13
* cmake: fix build with cmake 2.8.12.2Peter Wu2017-03-303-5/+5
* ssh: fix narrowing conversion warningMarcel Raad2017-03-301-1/+1
* http2: silence unused parameter warningsMarcel Raad2017-03-301-0/+6
* curl: fix callback functions to match prototypeHanno Böck2017-03-302-3/+4
* gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool...Alexis La Goutte2017-03-302-2/+2
* schannel: fix unused variable warningMarcel Raad2017-03-301-0/+2
* connect: fix unreferenced parameter warningMarcel Raad2017-03-302-4/+4
* select: use correct SIZEOF_ constantMarcel Raad2017-03-301-1/+1
* cmake: add cmake file in docs/libcurl/opts/ to distDaniel Stenberg2017-03-301-2/+2
* cmake: add more missing files to the distDaniel Stenberg2017-03-302-4/+4
* docs/Makefile.am: include CMakeLists.txt in the dist tarballDaniel Stenberg2017-03-301-1/+1
* NTLM: check for features with #ifdef instead of #ifMarcel Raad2017-03-294-29/+24
* curl: fix callback argument inconsistencyHanno Böck2017-03-294-4/+4
* RELEASE-NOTES: synced with 556c51a2dfDaniel Stenberg2017-03-291-8/+43
* KNOWN_BUGS: typomadblobfish2017-03-291-1/+1
* make: use the variable MAKE for recursive callsMaksim Stsepanenka2017-03-294-9/+9
* conncache: make hashkey avoid mallocDaniel Stenberg2017-03-291-18/+15
* http: do not treat FTPS over CONNECT as HTTPSKamil Dudka2017-03-281-1/+1
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-288-56/+292
* http: Fix proxy connection reuse with basic-authIsaac Boukris2017-03-283-16/+17
* openssl: exclude DSA code when OPENSSL_NO_DSA is definedJay Satiro2017-03-281-0/+4
* examples/fopen: checksrc complianceJay Satiro2017-03-281-2/+2
* schannel: fix variable shadowing warningMarcel Raad2017-03-281-1/+1
* multi: fix MinGW-w64 compiler warningsMarcel Raad2017-03-271-2/+2
* .gitattributes: turn off CRLF for *.amMarcel Raad2017-03-271-0/+1
* spelling fixesklemens2017-03-2692-165/+165
* curl: check for end of input in writeout backslash handlingDaniel Stenberg2017-03-253-3/+38
* tests/README: make "Run" section foolproofMarcel Raad2017-03-241-4/+4