Age | Commit message (Expand) | Author |
2019-08-06 | curl_multi_poll: a sister to curl_multi_wait() that waits more | Daniel Stenberg |
2019-07-25 | easy: resize receive buffer on easy handle reset | Jay Satiro |
2019-06-09 | unpause: trigger a timeout for event-based transfers | Daniel Stenberg |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-12 | easy: fix another "clarify calculation precedence" warning | Marcel Raad |
2019-05-12 | build: fix "clarify calculation precedence" warnings | Marcel Raad |
2019-05-11 | http_digest: Don't expose functions when HTTP and Crypto Auth are disabled | Steve Holme |
2019-04-11 | CURLOPT_DNS_USE_GLOBAL_CACHE: remove | Daniel Stenberg |
2019-03-02 | system_win32: move win32_init here from easy.c | Jay Satiro |
2019-02-22 | Fix strict-prototypes GCC warning | Marcel Raad |
2019-02-18 | easy: fix win32 init to work without CURL_GLOBAL_WIN32 | Jay Satiro |
2019-02-15 | Curl_now: figure out windows version in win32_init | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2018-11-25 | curl_easy_perform: fix timeout handling | Daniel Stenberg |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-09-23 | whitespace fixes | Viktor Szakats |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-08-18 | vtls: reinstantiate engine on duplicated handles | Laurent Bonnans |
2018-06-27 | easy_perform: use *multi_timeout() to get wait times | Daniel Stenberg |
2018-06-03 | spelling fixes | Viktor Szakats |
2018-04-12 | duphandle: make sure CURLOPT_RESOLVE is duplicated fine too | Daniel Stenberg |
2018-03-17 | add_handle/easy_perform: clear errorbuffer on start if set | Daniel Stenberg |
2018-03-16 | pause: when changing pause state, update socket state | Daniel Stenberg |
2018-02-16 | header callback: don't chop headers into smaller pieces | Daniel Stenberg |
2018-02-15 | TODO fixed: Detect when called from within callbacks | Björn Stenberg |
2018-01-30 | curl_easy_reset: clear digest auth state | Daniel Stenberg |
2018-01-14 | mime: clone mime tree upon easy handle duplication. | Patrick Monnerat |
2018-01-09 | easy: fix connection ownership in curl_easy_pause | Basuke Suzuki |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-11-27 | global_init: ignore CURL_GLOBAL_SSL's absense | Daniel Stenberg |
2017-11-10 | setopt: split out curl_easy_setopt() to its own file | Daniel Stenberg |
2017-11-01 | include: remove conncache.h inclusion from where its not needed | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-08-06 | easy_events: make event data static | Daniel Stenberg |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-05-24 | time: fix type conversions and compiler warnings | Michael Kaufmann |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-05-01 | buffer_size: make sure it always has the correct size | Daniel Stenberg |
2017-04-22 | lib: fix maybe-uninitialized warnings | Marcel Raad |
2017-04-17 | code: fix typos and style in comments | Daniel Gustafsson |
2017-04-04 | easy: silence compiler warning | Jay Satiro |
2017-03-28 | pause: handle mixed types of data when paused | Daniel Stenberg |
2017-03-13 | Improve code readbility | Sylvestre Ledru |