summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-09-21remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-0/+5
2020-09-15Fix unable to open password protected documents on mobilemert1-0/+4
2020-09-09lool: php proxy simulation.gokaysatir1-0/+6
2020-09-07Support ppc64Hillwood Yang1-0/+4
2020-09-01Revert "wsd: parse headers with Poco::MessageHeader"Gülşah Köse3-43/+31
2020-08-26wsd: use a shared threadname suffix for each documentAshod Nakashian1-0/+14
2020-08-25wsd: move jail setup to the script to support readonly systemplateAshod Nakashian2-74/+92
2020-08-17wsd: minor cosmeticsAshod Nakashian1-3/+2
2020-08-17wsd: support read-only systemplateAshod Nakashian3-71/+64
2020-08-11wsd: parse headers with Poco::MessageHeaderAshod Nakashian3-31/+43
2020-08-07Notify WSD of tiles which we didn't need to render.Michael Meeks1-3/+9
2020-07-27allow saving a PDF, add "view_comment" stateTomaž Vajngerl2-1/+11
2020-07-20Handle failed locking as (temporarily) read-only sessionMike Kaganski1-1/+1
2020-07-18Kit: add initial state dumping on USR1.Michael Meeks1-1/+8
2020-07-15Avoid a few unused variables and functions in the iOS caseTor Lillqvist1-2/+3
2020-07-15Fix iOS build: checkDumpGlobalState() is neededTor Lillqvist1-1/+3
2020-07-14Forkit: add dump_forkit_state and re-factor state checks to simplify.Michael Meeks2-13/+13
2020-07-14Pass rendered tiles as uncompressed BMP files in the iOS appTor Lillqvist1-6/+183
2020-07-14Add LOG_INF_NOFILE that doesn't display the source file locationTor Lillqvist1-0/+10
2020-07-14wsd: improved TileCacheAshod Nakashian1-48/+12
2020-07-13More re-factoring of tile renderingTor Lillqvist1-27/+35
2020-07-12Add #includes for stuff used in this very fileTor Lillqvist1-0/+5
2020-07-12Bin DeltaGenerator-using code that has been commented out since 2017Tor Lillqvist1-10/+0
2020-07-11Re-factoring to make re-use in a next-gen iOS app easierTor Lillqvist1-0/+595
2020-07-10Don't bother outputting the thread id in hex for iOS to logTor Lillqvist1-10/+4
2020-07-08Make FileUtil.{hpp,cpp} compile for iOS againTor Lillqvist2-4/+32
2020-07-07wsd: support parallel systemplate setupAshod Nakashian3-63/+191
2020-07-06wsd: cleanup realpath callAshod Nakashian3-7/+24
2020-07-03Why call it a "hash"?Tor Lillqvist1-1/+1
2020-07-03Slight refactoring to make planned re-plumbing of iOS app easierTor Lillqvist2-0/+24
2020-07-02wsd: match LOK callback type as integerAshod Nakashian1-158/+184
2020-07-02Drop the fixed prefix ("Mobile-") from log output in the iOS appTor Lillqvist1-0/+6
2020-07-02Fix iOS logging breakage after 287b70a50408d260f3c6c0d5306c081a40eea280Tor Lillqvist1-1/+3
2020-07-02android: Remove unneeded dependency + add some comments.Jan Holesovsky1-1/+1
2020-07-02wsd: move string-to-integer helper to UtilAshod Nakashian3-49/+102
2020-07-01wsd: add http-headers unit-testAshod Nakashian2-1/+17
2020-07-01wsd: Authorization parsing and creation improvementsAshod Nakashian2-2/+30
2020-07-01wsd: faster jail setup via bind-mountAshod Nakashian11-19/+565
2020-06-30Close files after copying, to avoid fd leak during convert-to.Michael Meeks1-0/+2
2020-06-26tdf#128502: Chunk of work to enable "multi-tasking" in the iOS appTor Lillqvist4-17/+125
2020-06-23wsd: use more efficient StringVector::equalsAshod Nakashian2-4/+17
2020-06-23wsd: avoid unnecessary string opsAshod Nakashian1-1/+1
2020-06-23wsd: tokenization and hexify utilsAshod Nakashian1-0/+48
2020-06-19Sanitize the access_header.Jan Holesovsky3-24/+53
2020-06-16jsonString: allow json messages without white-spaces after '{'Dennis Francis1-1/+1
2020-06-09admin: cleanup resource consuming kitsGabriel Masei2-4/+5
2020-06-02wsd: performance improvementsAshod Nakashian2-3/+3
2020-06-02wsd: performance-unnecessary-value-paramAshod Nakashian3-5/+5
2020-06-02wsd: std::move rather than copyAshod Nakashian1-3/+4
2020-06-02wsd: move LOOLProtocol::tokenize to Util::tokenizeAshod Nakashian6-91/+90