Age | Commit message (Expand) | Author |
2017-04-09 | libcurl-thread.3: also mention threaded-resolver | Daniel Stenberg |
2017-04-09 | .github/stale.yml: enable the stale bot | Daniel Stenberg |
2017-04-08 | CURLINFO_SCHEME.3: fix variable type | Jay Satiro |
2017-04-08 | INSTALL.md: fix secure transport configure arguments | Marcel Raad |
2017-04-08 | vtls: fix unreferenced variable warnings | Marcel Raad |
2017-04-07 | BUGS: "Bugs in old versions" | Daniel Stenberg |
2017-04-07 | system.h: add section for tcc | Daniel Stenberg |
2017-04-07 | schannel: fix compiler warnings | Marcel Raad |
2017-04-07 | sspi: print out InitializeSecurityContext() error message | Isaac Boukris |
2017-04-06 | gtls: fix compiler warning | Marcel Raad |
2017-04-06 | test1606: verify speedcheck | Daniel Stenberg |
2017-04-06 | low_speed_limit: improved function for longer time periods | Daniel Stenberg |
2017-04-06 | system.h: set sizeof long to 4 on "default 32 bit" systems | Daniel Stenberg |
2017-04-06 | nss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281149f7d | Marcel Raad |
2017-04-06 | INSTALL.cmake: more problems | Daniel Stenberg |
2017-04-05 | test1541: ignore the curl_off_t variable type name comparison | Daniel Stenberg |
2017-04-05 | Revert "configure: prefer 'long long' to int64_t for curl_off_t" | Daniel Stenberg |
2017-04-05 | tool_operate: fix MinGW compiler warning | Marcel Raad |
2017-04-05 | tool_operate: move filetime code to its own function | Marcel Raad |
2017-04-05 | configure: prefer 'long long' to int64_t for curl_off_t | Daniel Stenberg |
2017-04-04 | tests: added test for Curl_splaygetbest to unit1309 | Dániel Bakai |
2017-04-04 | multi: fix queueing of pending easy handles | Dániel Bakai |
2017-04-04 | tool: fix Windows Unicode build | Marcel Raad |
2017-04-04 | curl_sasl: declare mechtable static | Martin Kepplinger |
2017-04-04 | url: don't free postponed data on connection reuse | Antti Hätälä |
2017-04-04 | RELEASE-NOTES: synced with 4f2e348f9b42c69c480 | Daniel Stenberg |
2017-04-04 | hash: move key into hash struct to reduce mallocs | Daniel Stenberg |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-04-04 | easy: silence compiler warning | Jay Satiro |
2017-04-04 | docs: minor typo in write-out.d | Richlv |
2017-04-03 | include: curl/system.h is a run-time version of curlbuild.h | Daniel Stenberg |
2017-04-03 | multi: make curl_multi_wait avoid malloc in the typical case | Daniel Stenberg |
2017-04-03 | tests/server/util: remove in6addr_any for recent MinGW | Marcel Raad |
2017-04-03 | docs: added examples for CURLINFO_FILETIME.3 and CURLOPT_FILETIME.3 | Daniel Stenberg |
2017-03-31 | fail-early.d: fix typos | Jay Satiro |
2017-03-31 | docs: Explain --fail-early does not imply --fail | Jay Satiro |
2017-04-01 | telnet: (win32) fix read callback return variable | Daniel Stenberg |
2017-03-31 | CTestConfig.cmake: removed, unused | Daniel Stenberg |
2017-03-31 | libcurl.def: removed, unused | Daniel Stenberg |
2017-03-31 | docs/index.html: removed, was not shipped anyway | Daniel Stenberg |
2017-03-31 | dist: add missing files to the tarball | Daniel Stenberg |
2017-03-30 | cmake: fix build with cmake 2.8.12.2 | Peter Wu |
2017-03-30 | ssh: fix narrowing conversion warning | Marcel Raad |
2017-03-30 | http2: silence unused parameter warnings | Marcel Raad |
2017-03-30 | curl: fix callback functions to match prototype | Hanno Böck |
2017-03-30 | gcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool... | Alexis La Goutte |
2017-03-30 | schannel: fix unused variable warning | Marcel Raad |
2017-03-30 | connect: fix unreferenced parameter warning | Marcel Raad |
2017-03-30 | select: use correct SIZEOF_ constant | Marcel Raad |
2017-03-30 | cmake: add cmake file in docs/libcurl/opts/ to dist | Daniel Stenberg |