Age | Commit message (Expand) | Author |
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 |
2017-03-11 | curl_easy_reset: Also reset the authentication state | Michael Kaufmann |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2016-11-05 | easy: Initialize info variables on easy init and duphandle | Jay Satiro |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-09-20 | easy: Reset all statistical session info in curl_easy_reset | Jay Satiro |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |
2016-07-18 | curl_global_init: Check if IPv6 works | Brian Prodoehl |
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-19 | easy: Minor coding standard and style updates | Steve Holme |
2016-03-19 | easy: Remove poll failure check in easy_transfer | Jay Satiro |
2016-03-17 | version: init moved to private name space, added protos | Daniel Stenberg |
2016-03-16 | version: thread safety | Jay Satiro |
2016-03-16 | easy: Removed redundant HTTP authentication include files | Steve Holme |
2016-03-14 | easy: add check to malloc() when running event-based | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-10-09 | curl_global_init: set the memory function pointers correct | Daniel Stenberg |
2015-10-09 | curl_global_init_mem: set function pointers before doing init | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-09 | Curl_client_write() & al.: chop long data, convert data only once. | Patrick Monnerat |
2014-11-16 | easy.c: Fixed compilation warning when no verbose string support | Steve Holme |
2014-11-09 | libssh2: detect features based on version, not configure checks | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-02 | wait_or_timeout: return failure when Curl_poll() fails | Daniel Stenberg |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-05-03 | easy_perform: spelling mistake in error message | Daniel Stenberg |
2014-04-22 | curl_global_init_mem: bump initialized even if already initialized | Daniel Stenberg |