summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Kill canceltiles support completely.Michael Meeks2023-06-222-40/+2
* cid#318910 Logically dead codeCaolán McNamara2023-06-211-1/+1
* wsd: fallback from mknode to bind-mount for random devsAshod Nakashian2023-06-201-25/+66
* killpoco: use own file stat helperAshod Nakashian2023-06-201-3/+3
* Replace preprocessor directives with C++ conditional checkPatrick Luby2023-06-151-3/+1
* Fix iOS build breakages by adding http::Request to iOS buildPatrick Luby2023-06-151-0/+2
* use more string_viewCaolán McNamara2023-06-152-21/+21
* wsd: signal handlers must preserve errnoAshod Nakashian2023-06-141-0/+5
* wsd: test: better test timeout thread managementAshod Nakashian2023-06-141-10/+16
* wsd: signal handler cannot logAshod Nakashian2023-06-141-6/+3
* cid#318822 Uninitialized scalar fieldCaolán McNamara2023-06-141-1/+2
* cid#318882 AUTO_CAUSES_COPYCaolán McNamara2023-06-141-1/+1
* cid#318952 Resource leakCaolán McNamara2023-06-141-0/+1
* cid#318877 Resource leakCaolán McNamara2023-06-141-0/+1
* Resolves: #6514 disable noop 'canceltiles'Caolán McNamara2023-06-131-0/+6
* perf: avoid creating strings by using string_viewCaolán McNamara2023-06-131-2/+13
* use std::string_view in COOLProtocol::matchPrefixCaolán McNamara2023-06-091-3/+3
* a11y: add config for enable/disable accessibility in generalMarco Cecchetti2023-06-082-0/+10
* Related: #6514 removeCallbackDuplicate only needs up to 4 tokensCaolán McNamara2023-06-072-14/+84
* Add debug option that allows tile dumpingParis Oplopoios2023-06-053-2/+22
* wsd: test: initialize logs before unit-testsAshod Nakashian2023-05-312-11/+12
* wsd: exact-match JSON entries firstAshod Nakashian2023-05-221-7/+22
* wsd: cleanup findJSONValueAshod Nakashian2023-05-221-12/+8
* wsd: de-duplicate assertCorrectThreadAshod Nakashian2023-05-222-2/+23
* Suppress or fix all iOS compiler warnings without changing any codePatrick Luby2023-05-161-1/+2
* Replace deprecated callsPatrick Luby2023-05-161-3/+3
* wsd: minor improvement to Util::replaceAshod Nakashian2023-05-152-1/+2
* wsd: refactor FileUtil::Stat::isUpToDateAshod Nakashian2023-05-151-2/+13
* wsd: add fixme for safer jail removalAshod Nakashian2023-05-151-0/+1
* wsd: FileUtil to link or copy filesAshod Nakashian2023-05-151-0/+16
* wsd: move streaming operator overloadsAshod Nakashian2023-05-101-7/+0
* wsd: http: native support for logging http::HeaderAshod Nakashian2023-05-101-0/+7
* wsd: simplify log streamingAshod Nakashian2023-05-101-0/+6
* wsd: move streaming operators to the global spaceAshod Nakashian2023-05-101-37/+33
* Order headers alphabetically when possible.Gökay Şatır2023-05-091-1/+1
* Remove unused document signing code.Gökay Şatır2023-05-081-2/+1
* wsd: test: time countCoolKitProcesses to catch slow unloadsAshod Nakashian2023-05-021-2/+3
* Add missing headers that cause compiler errors on newest compilers.Gökay Şatır2023-04-272-0/+2
* Jail cleanup - include coolwsd pid + hash into a jails sub-directory.Michael Meeks2023-04-252-32/+72
* wsd: helper to dump the state of an object as a stringAshod Nakashian2023-04-111-0/+9
* wsd: new Stopwatch utilityAshod Nakashian2023-04-111-0/+30
* Move canonicalId creation to the KitParis Oplopoios2023-03-171-1/+1
* Move _canonicalViewId out of SessionParis Oplopoios2023-03-171-12/+0
* use getrandom() instead of /dev/[u]randomBayram Çiçek2023-03-171-6/+19
* Fix issue #5841 welcome, feedback, and buy product URLs are empty on mobilePatrick Luby2023-03-151-0/+34
* wsd: check if SysTemplate is writable once per updateAshod Nakashian2023-03-101-4/+7
* wsd: test: do not start the next test if test is not finishedAshod Nakashian2023-03-101-13/+17
* no need for shared_ptr hereNoel Grandin2023-03-071-7/+7
* wsd: support logging without a prefix from static membersAshod Nakashian2023-03-061-13/+68
* Fix issue #5840 by not using base64 encoding for PNG dataPatrick Luby2023-02-201-18/+0