aboutsummaryrefslogtreecommitdiff
path: root/libbutl/curl.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Fix curl constructor for nullfd input for HTTP POST methodKaren Arutyunov1-1/+12
2024-02-26Add curl constructors which allow to adjust curl command lineKaren Arutyunov1-3/+6
2024-02-26Allow nullfd input for HTTP POST method in curl class constructorKaren Arutyunov1-2/+1
2024-02-26Add read_http_status(), parse_http_status_code(), and read_http_response_line...Karen Arutyunov1-0/+120
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-31/+3
2020-02-12Rename fdnull() to fdopen_null()Karen Arutyunov1-4/+4
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-09-28Rename casecmp() function and case_compare_[c_]string structs to icasecmp() a...Karen Arutyunov1-5/+3
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-4/+4
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-12-15Add process::pipe struct, extend process APIBoris Kolpackov1-12/+28
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-3/+30
2017-05-30Implement openssl processKaren Arutyunov1-1/+1
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-0/+166