mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Implemented parallel downloads through CURL multi interface and added purge command
- Update `README.md` file with examples - Fixed error messages showing no or wrong message - Changed the prompt message when installing, removing, etc. - Changed how http::request works - Added `http::multi` class for parallel downloads - Removed separate `concepts.hpp` file TODO: Fix ZIP not extracting after running the `install` command
This commit is contained in:
parent
766eabd5b2
commit
807aa8e5b2
21 changed files with 1158 additions and 758 deletions
|
|
@ -36,8 +36,8 @@ namespace gdpm::print{
|
|||
#define GDPM_CONFIG_REMOTE_SOURCES std::pair<std::string, std::string>(constants::RemoteName, constants::HostUrl)
|
||||
#define GDPM_CONFIG_THREADS 1
|
||||
#define GDPM_CONFIG_TIMEOUT_MS 30000
|
||||
#define GDPM_CONFIG_ENABLE_SYNC 1
|
||||
#define GDPM_CONFIG_ENABLE_FILE_LOGGING 0
|
||||
#define GDPM_CONFIG_ENABLE_SYNC true
|
||||
#define GDPM_CONFIG_ENABLE_FILE_LOGGING true
|
||||
#define GDPM_CONFIG_VERBOSE 0
|
||||
|
||||
/* Defines the default package cache for local storage */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue