Age | Commit message (Expand) | Author |
2017-04-15 | http2: fix handle leak in error path | Larry Stefani |
2017-04-15 | mbedtls: fix memory leak in error path | Larry Stefani |
2017-04-15 | curl-compilers.m4: turn implicit function declarations into errors | Marcel Raad |
2017-04-12 | test1541: also test for CURL_PULL_WS2TCPIP_H | Marcel Raad |
2017-04-12 | tests/server/util: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-11 | Curl_expire_latest: ignore already expired timers | Daniel Stenberg |
2017-04-11 | system.h: fix mingw section | Daniel Stenberg |
2017-04-11 | polarssl: unbreak build with versions < 1.3.8 | Marcel Raad |
2017-04-11 | poll: prefer <poll.h> over <sys/poll.h> | Marcel Raad |
2017-04-10 | openssl: fix this statement may fall through [-Wimplicit-fallthrough=] | Alexis La Goutte |
2017-04-10 | nss: load CA certificates even with --insecure | Kamil Dudka |
2017-04-10 | RELEASE-NOTES: synced with f9d1e9a27f7e1 | Daniel Stenberg |
2017-04-10 | libcurl-thread.3: fixed a bad macro that caused test 1140 to fail | Dan Fandrich |
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 |