Commit History

Author SHA1 Message Date
  Daniel Stenberg 75dc096e01 curl_multi_cleanup: clear connection pointer for easy handles 8 years ago
  Daniel Stenberg 80388edefc typedefs: use the full structs in internal code... 8 years ago
  Daniel Stenberg 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
  Daniel Stenberg cba9621342 ftp wildcard: segfault due to init only in multi_perform 8 years ago
  Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers 8 years ago
  Daniel Stenberg 439afae886 multi: accidentally used resolved host name instead of proxy 8 years ago
  Michael Kaufmann cd8d236245 news: CURLOPT_CONNECT_TO and --connect-to 8 years ago
  Tatsuhiro Tsujikawa 92c2a4c053 http2: Add handling stream level error 8 years ago
  Daniel Stenberg e230044adf multi: remove trailing space in debug output 8 years ago
  Daniel Stenberg a71012c03e code: style updates 8 years ago
  Daniel Stenberg 575e885db0 multi: turn Curl_done into file local multi_done 8 years ago
  Daniel Stenberg 93935c08c1 multi: multi_reconnect_request is the former Curl_reconnect_request 8 years ago
  Daniel Stenberg 6b61d8160d multi: move Curl_do and Curl_do_done to multi.c and make static 8 years ago
  Daniel Stenberg 726ae07b07 multi: fix "Operation timed out after" timer 8 years ago
  Daniel Stenberg c3aca6ed47 multi: simplified singlesocket 8 years ago
  Daniel Stenberg 8eaf884417 multi: introduce sh_getentry() for looking up sockets in the sockhash 8 years ago
  Jaime Fullaondo c0717a7059 multi hash: ensure modulo performed on curl_socket_t 8 years ago
  Maksim Kuzevanov d7e3942814 multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECT 8 years ago
  Daniel Stenberg 77e1726719 curl_multi_wait: never return -1 in 'numfds' 8 years ago
  Daniel Stenberg 3438ce7f46 multi_remove_handle: keep the timeout list until after disconnect 8 years ago
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
  Daniel Stenberg 443e81ea47 multi: fix off-by-one finit[] array size 9 years ago
  Daniel Stenberg c6aedf680f fread_func: move callback pointer from set to state struct 9 years ago
  Daniel Stenberg e9f0dd43bc http2: init the pushed transfer properly 9 years ago
  Daniel Stenberg feea9263e9 http2: setup the new pushed stream properly 9 years ago
  Daniel Stenberg ea7134ac87 http2: initial implementation of the push callback 9 years ago
  Daniel Stenberg 903b6e0556 pretransfer: init state.infilesize here, not in add_handle 9 years ago
  Daniel Stenberg ff7097f72c urldata: store POST size in state.infilesize too 9 years ago
  Daniel Stenberg 8d0d688296 debug: remove http2 debug leftovers 9 years ago
  Daniel Stenberg b0143a2a33 read_callback: move to SessionHandle from connectdata 9 years ago