aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src/main/java/org/sonar/process/StopWatcher.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-091-1/+1
* NO-JIRA Update license headers to 2024Pierre2024-01-031-1/+1
* Update license templates for 2023Pierre2023-01-021-1/+1
* Update license headers for 2022 [update headers]Pierre2022-01-281-1/+1
* Update license headers for 2021 [update headers]Wouter Admiraal2021-01-081-1/+1
* Format all headers for 2020Wouter Admiraal2020-01-071-1/+1
* SONAR-12043 Hard stop if stop takes too longDuarte Meneses2019-06-031-0/+4
* SONAR-12043 Minor refactorDuarte Meneses2019-06-031-0/+65
* SONAR-12043 rename current shutdown code from stop to hardStopSébastien Lesaint2019-06-031-73/+0
* Fix license headers for 2019Duarte Meneses2019-01-021-1/+1
* Fix license headers for 2018Simon Brandhof2018-01-071-1/+1
* SONAR-9590 move shared memory file classes to dedicated packageSébastien Lesaint2017-09-051-0/+1
* Improve reliability and speed of StopWatcherTestSimon Brandhof2017-03-191-2/+2
* SONAR-8637 Update POM parent versionTeryk Bellahsene2017-02-101-2/+2
* Improve handling of some thread interruptionsSimon Brandhof2016-09-211-0/+2
* Fix project title in copyright headersSimon Brandhof2016-01-131-1/+1
* Upgrade to parent 26 and new copyright headersSimon Brandhof2016-01-051-4/+4
* SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-201-9/+13
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-201-14/+9
* SONAR-4898 add missing testsSimon Brandhof2014-09-251-1/+11
* SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+1
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-221-13/+17
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-221-0/+57