コミット履歴

作者 SHA1 メッセージ 日付
  Daniel Stenberg ed35d6590e dynbuf: introduce internal generic dynamic buffer functions 4 年 前
  Daniel Stenberg c069027139 conncache: various concept cleanups 4 年 前
  Jay Satiro a268ad5d7e multi: Improve parameter check for curl_multi_remove_handle 4 年 前
  Jay Satiro 2258b7bcc2 multi: skip EINTR check on wakeup socket if it was closed 4 年 前
  Daniel Stenberg cf7760ab52 multi_wait: stop loop when sread() returns zero 4 年 前
  Daniel Stenberg 4a4b63daaa socks: make the connect phase non-blocking 4 年 前
  Daniel Stenberg d60b1b37a1 multi: if Curl_readwrite sets 'comeback' use expire, not loop 4 年 前
  Jay Satiro 4d1aa8d43b multi: fix outdated comment 4 年 前
  Daniel Stenberg db9af34634 multi_done: if multiplexed, make conn->data point to another transfer 4 年 前
  Daniel Stenberg 0b030a5b23 global_init: move the IPv6 works status bool to multi handle 4 年 前
  Daniel Stenberg 9607532873 ConnectionExists: respect the max_concurrent_streams limits 4 年 前
  Daniel Stenberg 29babeafec misc: Copyright year out of date, should be 2020 4 年 前
  Jay Satiro b700662b1c multi: Change curl_multi_wait/poll to error on negative timeout 4 年 前
  Xiang Xiao 060fb84a5a lib: remove erroneous +x file permission on some c files 4 年 前
  Daniel Stenberg 29ca9fc596 multi: free sockhash on OOM 5 年 前
  Daniel Stenberg c7bc689fc3 conn: always set bits.close with connclose() 5 年 前
  Daniel Stenberg ee263de7a3 conncache: fix multi-thread use of shared connection cache 5 年 前
  Gergely Nagy f3c35e371c multi: add curl_multi_wakeup() 5 年 前
  Gergely Nagy d1476aa11e multi: Fix curl_multi_poll wait when extra_fds && !extra_nfds 5 年 前
  Daniel Stenberg 4e1eee1500 multi_poll: avoid busy-loop when called without easy handles attached 5 年 前
  Daniel Stenberg 13182b33f7 remove_handle: clear expire timers after multi_done() 5 年 前
  Kunal Ekawde c124e6b3c0 CURLMOPT_MAX_CONCURRENT_STREAMS: new setopt 5 年 前
  Daniel Stenberg 07c1af9226 multi: value '2L' is assigned to a boolean 5 年 前
  Daniel Stenberg 5050edb124 cleanup: move functions out of url.c and make them static 5 年 前
  Daniel Stenberg 437bf10cad multi: getsock improvements for QUIC connecting 5 年 前
  Daniel Stenberg 02346abc32 curl_multi_poll: a sister to curl_multi_wait() that waits more 5 年 前
  Daniel Stenberg b1616dad8f timediff: make it 64 bit (if possible) even with 32 bit time_t 5 年 前
  Daniel Stenberg a55faf33d4 cleanup: remove the 'numsocks' argument used in many places 5 年 前
  amkatyal eb9a604f8d asyn-thread: create a socketpair to wait on 5 年 前
  Gergely Nagy a55edcea65 multi: call detach_connection before Curl_disconnect 5 年 前