summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Add watermark opacity setting.Michael Meeks2-1/+14
2019-08-17wsd: Use unordered map for anonymizationAshod Nakashian1-5/+4
2019-08-17wsd: improved anonymization algorithmAshod Nakashian2-17/+28
2019-08-17wsd: cache the logger instance to avoid costly lookupsAshod Nakashian1-2/+10
2019-08-15common: fix UB in vectorAppend()Miklos Vajna1-0/+6
2019-08-13common: wrap SigHandlerTrap in a getter function to avoid ODR violationMiklos Vajna2-4/+9
2019-08-12Avoid assertion failure in the iOS appTor Lillqvist1-1/+4
2019-08-12common: wrap ShutdownRequestFlag in a getter function to avoid ODR violationMiklos Vajna2-3/+25
2019-08-09common: wrap DumpGlobalState in a getter function to avoid ODR violationMiklos Vajna2-4/+8
2019-08-08common: wrap TerminationFlag in a getter function to avoid ODR violationMiklos Vajna3-4/+14
2019-08-05clipboard: persist selections for a while after a view closes.Michael Meeks1-0/+64
2019-08-05Fix ParseError on valid dataSzymon Kłos1-9/+12
2019-08-05Sync request with clipboard parserSzymon Kłos1-3/+2
2019-08-05Fix build - potential use before initializationAshod Nakashian1-1/+1
2019-08-05clipboard - set it with a post now.Michael Meeks1-0/+81
2019-08-05clipboard: a more helpful calc test.Michael Meeks1-0/+8
2019-08-05Various copy/paste fixes, unit test passing, parsing of result.Michael Meeks1-1/+1
2019-08-05Add hard random/hex key generation utility.Michael Meeks2-0/+24
2019-08-05Unit testing - add more hooks and helpers.Michael Meeks1-0/+12
2019-08-05Implement getClipboard and start of a unit test.Michael Meeks1-0/+21
2019-08-05Switch to text/html for paste where we can.Michael Meeks3-0/+29
2019-07-26Don't combine tiles a long way from each other.Michael Meeks1-1/+1
2019-07-24wsd: introduce "TemplateSource" WOPI propertyHenry Castro2-2/+7
2019-06-04Log fatal errors also to stderrSamuel Mehrbrodt1-0/+2
2019-05-27Revert "Get rid of use of GNU libtool" and its follow-upTor Lillqvist3-6/+5
2019-05-24Get rid of use of GNU libtoolTor Lillqvist3-5/+6
2019-05-231GB should be enough for developmentSamuel Mehrbrodt1-2/+7
2019-05-23Drop unused variableTor Lillqvist1-5/+0
2019-05-22Initial chunked transfer encoding.Michael Meeks1-0/+23
2019-05-20Use compile-time rather than run-time string concatenation.Michael Meeks1-2/+2
2019-05-20tdf#107038 Poco::DateTimeFormatter with Util::getHttpTimeNow()DarkByt312-0/+14
2019-05-17debug: show WebSocketURI & a unique host id in help -> about.Michael Meeks2-0/+13
2019-05-16Introduce new flag to speed up shutdown of the Online plumbing in the iOS appTor Lillqvist2-0/+8
2019-05-16Use same kind of thread id as Xcode and osl_getThreadIdentifier() on iOSTor Lillqvist1-4/+12
2019-05-16No need to call Log::shutdown() in a mobile appTor Lillqvist2-0/+4
2019-05-10unipoll: restore missing asserts & some cleanup.Michael Meeks1-2/+2
2019-05-10Unipoll: terminate repeated polling loop on wakeup.Michael Meeks1-0/+7
2019-05-10Unipoll: move event processing into the same thread.Michael Meeks1-0/+9
2019-05-08wsd: parse empty json string as empty mapAshod Nakashian1-1/+4
2019-04-27Revert attempts at re-using ostringstreamMichael Meeks2-34/+17
2019-04-27Reset the stringstream properly.Michael Meeks2-4/+5
2019-04-23wsd: reuse ostringstream when loggingAshod Nakashian2-17/+33
2019-04-23wsd: use thread_local instead of __threadAshod Nakashian1-2/+2
2019-04-23wsd: use fast deflate level for pngAshod Nakashian1-0/+6
2019-04-23wsd: logging, comments, and const correctnessAshod Nakashian1-1/+3
2019-03-30Switch local prisoner sockets to abstract UDSMichael Meeks2-3/+4
2019-03-22For iOS, generate the data: URLs for the PNG tiles already in the Online codeTor Lillqvist1-0/+18
2019-03-15Anonymization: don't log when it is disabled.Michael Meeks1-2/+6
2019-03-06Fix -Werror=stringop-truncation: Make sure FatalGdbString is NUL-terminatedTor Lillqvist1-1/+2
2019-02-14TileCache: re-factor API to work in terms of vectors, not file references.Michael Meeks3-8/+5