summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .github/stale.yml: enable the stale botbagder/probot-staleDaniel Stenberg2017-04-071-0/+17
* system.h: add section for tccDaniel Stenberg2017-04-071-0/+13
* schannel: fix compiler warningsMarcel Raad2017-04-071-3/+3
* sspi: print out InitializeSecurityContext() error messageIsaac Boukris2017-04-071-0/+3
* gtls: fix compiler warningMarcel Raad2017-04-061-2/+2
* test1606: verify speedcheckDaniel Stenberg2017-04-064-2/+121
* low_speed_limit: improved function for longer time periodsDaniel Stenberg2017-04-061-29/+30
* system.h: set sizeof long to 4 on "default 32 bit" systemsDaniel Stenberg2017-04-061-0/+1
* nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7dMarcel Raad2017-04-062-16/+9
* INSTALL.cmake: more problemsDaniel Stenberg2017-04-061-1/+2
* test1541: ignore the curl_off_t variable type name comparisonDaniel Stenberg2017-04-051-0/+8
* Revert "configure: prefer 'long long' to int64_t for curl_off_t"Daniel Stenberg2017-04-051-2/+2
* tool_operate: fix MinGW compiler warningMarcel Raad2017-04-051-23/+27
* tool_operate: move filetime code to its own functionMarcel Raad2017-04-051-49/+60
* configure: prefer 'long long' to int64_t for curl_off_tDaniel Stenberg2017-04-051-2/+2
* 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