ecere:curlHTTP

Last commit made on 2017-09-02
Get this branch:
git clone -b curlHTTP https://git.launchpad.net/ecere

Branch merges

Branch information

Name:
curlHTTP
Repository:
lp:ecere

Recent commits

71e45ae... by Jerome St-Louis

ecere/net/HTTPFile: 10x shorter sleep; Using ecere::sys::Sleep() to avoid confusion

b56adef... by Jerome St-Louis

ecere/sys/File: Recognizing https:// and wfs:// links

088b9f9... by Jerome St-Louis

HTTPFile: Added null pointer check in destructor

c58898e... by Jerome St-Louis

deps/curl: Makefile fixes

7f4620f... by Jerome St-Louis

deps/curl: Disabling GCC type checks

4fa038f... by Jerome St-Louis

ecere; .travis.yml: Added libcurl-dev; fixed curl include path

9f4b276... by Jerome St-Louis

deps/curl; ecere: Fixed building with libcURL from Makefile
- Building curl as a dependency library

dc6ac62... by Jerome St-Louis

ecere/net/HTTPFile: Fixed SSL access through curl

3f50ce0... by Jerome St-Louis

ecere/net/HTTPFile: Fixes for deflating gzip'ed encoding

9223eae... by Jerome St-Louis

ecere: Fixes to build with cURL on Linux