| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
* add ip and username to sentry reports if allowed in settings
* add --sentry-allow-personal-info command line options to zenserver
|
| |
|
|
|
|
|
| |
* keep track of last access time for project store projects and oplogs
* check size on disk for project store total size
* read/write access times to disk
* changelog
* change some std::filesystem::path -> const std::filesystem::path&
|
| |
|
|
| |
later versions of cxxopts changed the signatures of exceptions. This change adds zen::OptionParseException to replace it
|
| |
|
|
|
|
|
|
|
| |
* implemented HttpClient connection pooling
* implemented missing verbs
* added response helpers (CbObject/CbPackage/text)
* added RwLock::WithSharedLock and RwLock::WithExclusiveLock
* added some noexcept annotations on RwLock
* removed CPR dependency in httpclient.h
|
| |
|
|
| |
encounter truncated blocks due to earlier abnormal termination of zenserver or disk failures. (#268)
|
| |
|
|
| |
* don't do sentry operations if sentry init failed
* changelog
|
| |
|
|
| |
changed win64 to be more in line with other platforms wrt xmake config
|
| | |
|
| |
|
| |
this code should be usable outside of zenserver, so this moves it out into zenhttp where it can be used from lower level components
|
|
|
* moved source directories into `/src`
* updated bundle.lua for new `src` path
* moved some docs, icon
* removed old test trees
|