gambas-source-code/gb.net.curl/src
Laurent Carlier f1deb8e330 Remove register keyword, deprecated, now reserved keyword with C++17
Fixes "warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]"
with clang

https://en.cppreference.com/w/cpp/keyword/register
2019-10-30 06:53:09 +00:00
..
gb.net.curl Fix translation strings in some components. 2019-06-22 07:45:29 +02:00
CCurl.c Remove register keyword, deprecated, now reserved keyword with C++17 2019-10-30 06:53:09 +00:00
CCurl.h Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
CFtpClient.c DownloadManager is a new class for managing downloads, and FtpClient got a TargetFile property. 2018-11-14 23:42:50 +01:00
CFtpClient.h
CHttpClient.c DownloadManager is a new class for managing downloads, and FtpClient got a TargetFile property. 2018-11-14 23:42:50 +01:00
CHttpClient.h DownloadManager is a new class for managing downloads, and FtpClient got a TargetFile property. 2018-11-14 23:42:50 +01:00
CNet.c
CNet.h
CProxy.c Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
CProxy.h Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
gb.net.curl.component
gbcurl.c Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
gbcurl.h Curl.DefaultProxy is a new property that allows to define the default proxy of all newly created HttpClient objects. 2019-02-14 18:10:34 +01:00
main.c HttpClient.Download() is a new static method that download an HTTP url and return the result as a string. 2017-09-19 03:34:26 +02:00
main.h
Makefile.am