-
- Downloads
always-multi: always use non-blocking internals
Remove internal separated behavior of the easy vs multi intercace. curl_easy_perform() is now using the multi interface itself. Several minor multi interface quirks and bugs have been fixed in the process. Much help with debugging this has been provided by: Yang Tse
Showing
- docs/TODO 2 additions, 12 deletionsdocs/TODO
- lib/Makefile.inc 1 addition, 1 deletionlib/Makefile.inc
- lib/conncache.c 2 additions, 5 deletionslib/conncache.c
- lib/conncache.h 2 additions, 8 deletionslib/conncache.h
- lib/connect.c 35 additions, 7 deletionslib/connect.c
- lib/easy.c 44 additions, 117 deletionslib/easy.c
- lib/ftp.c 87 additions, 81 deletionslib/ftp.c
- lib/http.c 9 additions, 25 deletionslib/http.c
- lib/http_proxy.c 13 additions, 20 deletionslib/http_proxy.c
- lib/imap.c 7 additions, 38 deletionslib/imap.c
- lib/multi.c 31 additions, 152 deletionslib/multi.c
- lib/multihandle.h 134 additions, 0 deletionslib/multihandle.h
- lib/openldap.c 6 additions, 19 deletionslib/openldap.c
- lib/pop3.c 5 additions, 25 deletionslib/pop3.c
- lib/smtp.c 6 additions, 35 deletionslib/smtp.c
- lib/ssh.c 6 additions, 22 deletionslib/ssh.c
- lib/ssluse.c 1 addition, 11 deletionslib/ssluse.c
- lib/tftp.c 2 additions, 130 deletionslib/tftp.c
- lib/transfer.c 1 addition, 3 deletionslib/transfer.c
- lib/url.c 7 additions, 91 deletionslib/url.c
Loading
Please register or sign in to comment