summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Sanitize the access_header.Jan Holesovsky2020-06-181-0/+63
* Remember to shutdown the socket after serving files.Michael Meeks2020-06-081-3/+1
* wsd: improved RequestDetails parsing and documentationAshod Nakashian2020-06-081-18/+244
* wsd: proxy: correctly parse single-char fields in the URIAshod Nakashian2020-06-081-26/+15
* wsd: performance-unnecessary-value-paramAshod Nakashian2020-06-081-1/+1
* wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian2020-06-0814-42/+42
* wsd: RequestDetails takes the service root as argumentAshod Nakashian2020-06-082-0/+311
* wsd: single-char string literals -> charAshod Nakashian2020-06-081-1/+1
* wsd: optimize StringVectorAshod Nakashian2020-06-081-0/+3
* wsd: single-char string literals -> charAshod Nakashian2020-06-0814-43/+44
* Use https sessions for wss:// as well as https://Michael Meeks2020-05-071-1/+1
* killpoco: removed Poco::Thread from net directoryPranam Lashkari2020-05-041-1/+0
* Storage: add as_scheme to allow auto-determination of whether to use SSL.Michael Meeks2020-04-302-3/+8
* killpoco: Removed Poco::Thread::sleepPranam Lashkari2020-04-291-1/+3
* typo fixes in comments and codeAndras Timar2020-04-262-2/+2
* tdf#128502: Get rid of the static file-level variable 'document' in Kit.cppTor Lillqvist2020-04-211-0/+4
* killpoco: remove WebSocket includes from a couple of places.Michael Meeks2020-04-183-10/+10
* Use #pragma onceTor Lillqvist2020-04-184-15/+4
* Fix commentTor Lillqvist2020-04-171-1/+1
* wsd: test: print assertion message as wellAshod Nakashian2020-04-161-1/+2
* kill IoUtil - obsolete & unused.Michael Meeks2020-04-104-4/+0
* Poll - switch to ppoll for closer to microsecond accuracy.Michael Meeks2020-04-102-3/+3
* Proof: link SSL libraries for --disable-ssl.Michael Meeks2020-04-091-3/+5
* Ticks count is signedMike Kaganski2020-04-091-5/+5
* Proof: generate our own key, and verify our own signatures.Michael Meeks2020-04-081-9/+65
* Proof: verify existing RSA proof.Michael Meeks2020-04-081-6/+42
* Proof: implement CAPI blob test.Michael Meeks2020-04-082-1/+18
* Proof: re-factor - publicise some internals to make testing easier.Michael Meeks2020-04-082-0/+37
* test: run unit-copy-paste on its own to make it happier.Michael Meeks2020-03-261-2/+7
* Parallelize tests.Michael Meeks2020-03-261-44/+60
* test: increase load timeout in UnitLoadTortureMiklos Vajna2020-03-202-4/+5
* wsd: test assertion macrosAshod Nakashian2020-03-1437-844/+934
* test: better fix for UnitWOPISaveAs testTamás Zolnai2020-03-121-9/+3
* wsd: fix UnitWOPISaveAs testAshod Nakashian2020-03-121-1/+8
* re-factor: Socket / WebSocketHandler.Michael Meeks2020-03-111-0/+1
* Introduce StringVector::equals()Miklos Vajna2020-03-091-0/+15
* Remove unused filterHandleRequest unit test hook.Michael Meeks2020-03-071-8/+0
* Rework StringVector to have a single underlying stringMiklos Vajna2020-02-281-0/+24
* Rework LOOLProtocol::tokenize() to return a StringVector objectMiklos Vajna2020-02-2814-28/+29
* UnitRenderShape: update Writer reference SVGMiklos Vajna2020-02-271-1/+1
* test: remove redundant shape related C++ test.Tamás Zolnai2020-02-262-87/+0
* test: fix random failure of unit-http test.Tamás Zolnai2020-02-241-0/+6
* wsd: improve test loggingAshod Nakashian2020-02-232-24/+100
* Try to fix parallel build.Tamás Zolnai2020-02-211-5/+2
* test, UnitEachView: increase the timeoutMiklos Vajna2020-02-181-2/+2
* Share the Kit environment setup code.Michael Meeks2020-02-171-1/+5
* test: improve timeout handling in getResponseMessage()Miklos Vajna2020-02-171-1/+2
* Restore "tests: Disable unstable unit test."Miklos Vajna2020-02-141-1/+2
* test, unit-each-view: increase timeoutMiklos Vajna2020-02-131-2/+4
* tests: Change the order of cypress-test and other tests.Tamás Zolnai2020-02-121-2/+1