Sponsor of the Day:
Jerkmate
https://github.com/curl/curl/pull/10844
ftplistparser: hide private data, switch to dynbuf from custom realloc by bagder · Pull Request...
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP,...
private datapull requesthideswitchdynbuf
https://github.com/curl/curl/pull/12652
telnet: use dynbuf instad of malloc for escape buffer by bagder · Pull Request #12652 · curl/curl ·...
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP,...
pull requesttelnetusedynbufmalloc
https://github.com/curl/curl/pull/10632
sectransp: make read_cert() use a dynbuf when loading by bagder · Pull Request #10632 · curl/curl ·...
A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP,...
pull requestmakereadcertuse