summaryrefslogtreecommitdiff
path: root/common/SigUtil.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-08Add segmentation fault metric for Kit processesGabriel Masei1-1/+1
2020-04-06admin fuzzer: improve this further, so it can find interesting paths fasterMiklos Vajna1-1/+3
2020-01-18sighandler: break infinite loop with corrupted heapMichael Meeks1-11/+9
2019-12-20wsd: debug: add env variable "PAUSEFORDEBUGGER" to attach debuggerHenry Castro1-0/+15
2019-11-25wsd: use SIGKILL to kill a childAshod Nakashian1-1/+1
2019-11-21wsd: kill with SIGABRT now that SIGTERM cleanly shutsdownAshod Nakashian1-1/+1
2019-11-19wsd: avoid malloc in signal handlerAshod Nakashian1-32/+9
2019-11-19wsd: replace mutex in signal handlerAshod Nakashian1-5/+38
2019-11-18wsd: SIGTERM signals clean shutdown nowAshod Nakashian1-1/+1
2019-11-07killpoco: Get rid of Poco::Process:id() usage.Jan Holesovsky1-3/+3
2019-11-06wsd: cleanup the global flag accessorsAshod Nakashian1-16/+26
2019-08-13common: wrap SigHandlerTrap in a getter function to avoid ODR violationMiklos Vajna1-0/+5
2019-08-12common: wrap ShutdownRequestFlag in a getter function to avoid ODR violationMiklos Vajna1-1/+15
2019-08-09common: wrap DumpGlobalState in a getter function to avoid ODR violationMiklos Vajna1-1/+5
2019-08-08common: wrap TerminationFlag in a getter function to avoid ODR violationMiklos Vajna1-1/+8
2019-05-16Introduce new flag to speed up shutdown of the Online plumbing in the iOS appTor Lillqvist1-0/+4
2019-03-06Fix -Werror=stringop-truncation: Make sure FatalGdbString is NUL-terminatedTor Lillqvist1-1/+2
2019-02-12android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky1-1/+1
2019-02-12android: No execinfo.h on Android (yet).Jan Holesovsky1-1/+7
2018-10-15It's enough to document a variable in one placeTor Lillqvist1-3/+0
2018-10-15ShutdownRequestFlag can be a constant false in the mobile appTor Lillqvist1-0/+4
2018-08-29Bin some unneeded #includesTor Lillqvist1-2/+0
2018-05-18Before we kill the child, check it exists, ie. kill(pid, 0) == 0.Jan Holesovsky1-0/+1
2018-02-07common: spell out non-trivial autos to improve readabilityMiklos Vajna1-2/+2
2017-12-20loplugin:includeformPranav Kant1-2/+2
2017-04-28SigUtil: split out dumpBacktrace.Michael Meeks1-3/+8
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-1/+2
2017-03-10Cleanup shutdown flag handling.Michael Meeks1-48/+29
2017-03-10Connect USR1 to initial global state dumping goodness.Michael Meeks1-0/+27
2017-03-10signal handling: keep track of all socket poll wakeups & wakeup.Michael Meeks1-0/+3
2017-03-10Ctrl-c should really terminate this if you keep going.Michael Meeks1-1/+11
2017-02-05wsd: fix crash when unloading idle documentsAshod Nakashian1-1/+0
2016-12-31wsd: include cleanupAshod Nakashian1-13/+0
2016-12-27loplugin:cstylecastNoel Grandin1-4/+4
2016-12-22add a configure option for using clang compiler pluginsNoel Grandin1-7/+7
2016-11-28Renamed 'shutdown' to 'shuttingdown'Ashod Nakashian1-1/+1
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-0/+302