summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-28Make various bits of the UI configurable.Jan Holesovsky2-0/+16
2020-09-17Mark getMobileAppDocId() as constMiklos Vajna1-1/+1
2020-09-11test: fix missing overrideMiklos Vajna1-2/+2
2020-09-09cypress: add 'make check-proxy-mobile' command.Tamás Zolnai2-2/+1
2020-09-09lool: php proxy simulation.gokaysatir3-0/+329
2020-09-07Simplify download processSzymon Kłos1-10/+6
2020-08-11wsd: parse headers with Poco::MessageHeaderAshod Nakashian1-0/+12
2020-08-11iOS likes to do extra escaping of an iframe's .srcMichael Meeks1-1/+2
2020-07-28Implement fake oldvalue/modulus/exponent and X-WOPI-ProofOldMike Kaganski1-5/+16
2020-07-23test: increase accepted timeout in countLoolKitProcesses()Miklos Vajna1-2/+2
2020-07-14wsd: improved TileCacheAshod Nakashian1-4/+5
2020-07-06Fix lool user control issue on packagingYunusemre Şentürk1-1/+1
2020-07-02tdf#134041: add a unit testMike Kaganski1-0/+15
2020-07-02make: improve cleanup dependency graphAshod Nakashian1-0/+2
2020-07-01wsd: add http-headers unit-testAshod Nakashian3-4/+138
2020-07-01wsd: parse the URI params of the URI and DocumentURIAshod Nakashian1-0/+16
2020-07-01wsd: Authorization parsing and creation improvementsAshod Nakashian2-3/+104
2020-07-01wsd: support --cleanup in loolwsdAshod Nakashian2-62/+49
2020-07-01wsd: faster jail setup via bind-mountAshod Nakashian1-0/+2
2020-06-26tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist1-0/+5
2020-06-23wsd: avoid unnecessary string opsAshod Nakashian1-1/+1
2020-06-19Sanitize the access_header.Jan Holesovsky1-0/+63
2020-06-18unit-each-view: actually assert the latest responseMiklos Vajna1-1/+6
2020-06-03Remember to shutdown the socket after serving files.Michael Meeks1-3/+1
2020-06-02wsd: improved RequestDetails parsing and documentationAshod Nakashian1-18/+244
2020-06-02wsd: proxy: correctly parse single-char fields in the URIAshod Nakashian1-26/+15
2020-06-02wsd: performance-unnecessary-value-paramAshod Nakashian1-1/+1
2020-06-02wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian14-42/+42
2020-06-02wsd: RequestDetails takes the service root as argumentAshod Nakashian2-0/+311
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-1/+1
2020-06-02wsd: optimize StringVectorAshod Nakashian1-0/+3
2020-06-02wsd: single-char string literals -> charAshod Nakashian14-43/+44
2020-05-07Use https sessions for wss:// as well as https://Michael Meeks1-1/+1
2020-05-04killpoco: removed Poco::Thread from net directoryPranam Lashkari1-1/+0
2020-04-30Storage: add as_scheme to allow auto-determination of whether to use SSL.Michael Meeks2-3/+8
2020-04-29killpoco: Removed Poco::Thread::sleepPranam Lashkari1-1/+3
2020-04-26typo fixes in comments and codeAndras Timar2-2/+2
2020-04-21tdf#128502: Get rid of the static file-level variable 'document' in Kit.cppTor Lillqvist1-0/+4
2020-04-18killpoco: remove WebSocket includes from a couple of places.Michael Meeks3-10/+10
2020-04-18Use #pragma onceTor Lillqvist4-15/+4
2020-04-17Fix commentTor Lillqvist1-1/+1
2020-04-16wsd: test: print assertion message as wellAshod Nakashian1-1/+2
2020-04-10kill IoUtil - obsolete & unused.Michael Meeks4-4/+0
2020-04-10Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2-3/+3
2020-04-09Proof: link SSL libraries for --disable-ssl.Michael Meeks1-3/+5
2020-04-09Ticks count is signedMike Kaganski1-5/+5
2020-04-08Proof: generate our own key, and verify our own signatures.Michael Meeks1-9/+65
2020-04-08Proof: verify existing RSA proof.Michael Meeks1-6/+42
2020-04-08Proof: implement CAPI blob test.Michael Meeks2-1/+18
2020-04-08Proof: re-factor - publicise some internals to make testing easier.Michael Meeks2-0/+37