aboutsummaryrefslogtreecommitdiff
path: root/tests/curl/driver.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Fix curl constructor for nullfd input for HTTP POST methodKaren Arutyunov1-2/+2
2024-02-26Add curl constructors which allow to adjust curl command lineKaren Arutyunov1-0/+13
2024-02-26Allow nullfd input for HTTP POST method in curl class constructorKaren Arutyunov1-0/+7
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-25/+6
2021-09-24Fortify tests against NDEBUGKaren Arutyunov1-2/+3
2020-02-12Rename fdnull() to fdopen_null()Karen Arutyunov1-4/+4
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-4/+27
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-3/+3
2017-04-18Implement curl processBoris Kolpackov1-0/+121