aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process/src
Commit message (Expand)AuthorAgeFilesLines
...
* Useless codeDavid Gageot2015-05-122-2/+2
* Redundant throws clause in testsDavid Gageot2015-05-0712-46/+46
* Why wait for so "long"?David Gageot2015-05-071-1/+1
* Throw actual exceptionDavid Gageot2015-05-072-4/+4
* Dead codeDavid Gageot2015-05-072-10/+0
* Fix quality flawsSimon Brandhof2015-04-241-1/+1
* SONAR-6293 refactor loading of default values of sonar.propertiesSimon Brandhof2015-03-305-74/+201
* SONAR-6293 add property sonar.search.hostschnatterer2015-03-271-0/+1
* Fix quality flawsSimon Brandhof2015-02-232-4/+7
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
* Fix quality flawsSimon Brandhof2015-02-231-1/+1
* Fix cleaning of shared memoryEric Hartmann2015-02-211-2/+2
* SONAR-6036 : Remove KnownJavaCommand and clean the memory at the startup of t...Eric Hartmann2015-02-211-0/+7
* Revert "SONAR-6036 Try deleting the memory mapped file at JVM termination"Eric Hartmann2015-02-211-4/+1
* SONAR-6036 Try deleting the memory mapped file at JVM terminationEric Hartmann2015-02-211-1/+4
* SONAR-6036 Close the shared memory soonerEric Hartmann2015-02-203-10/+21
* SONAR-6036 use IPC (Inter Process Communication) for monitoringEric Hartmann2015-02-207-107/+112
* SONAR-6194 SONAR-5009 profiling api + unique property sonar.log.levelSimon Brandhof2015-02-191-5/+0
* SONAR-5700 ability to change level of loggers of 3rd-party librariesSimon Brandhof2015-02-191-2/+1
* SONAR-6057 fix path of archived logsSimon Brandhof2015-02-192-7/+9
* SONAR-6057 Make log rotation more configurable for productionSimon Brandhof2015-02-195-62/+400
* Fix quality flawsSimon Brandhof2015-01-231-1/+1
* Replace fest-assert by assertJSimon Brandhof2015-01-1011-18/+18
* Fix quality flawsSimon Brandhof2015-01-061-3/+6
* Fix some quality flawsSimon Brandhof2015-01-062-5/+8
* Improve stability of randomly allocated ports (when sonar.web.port or sonar.s...Simon Brandhof2014-12-301-7/+13
* Upgrade to JUnit 4.12Simon Brandhof2014-12-091-1/+3
* Fix computation of JaCoCo coverage of module sonar-processSimon Brandhof2014-12-091-0/+4
* Attempt to increase stability of StopperThreadTest on slow boxesSimon Brandhof2014-11-061-2/+2
* SONAR-5828 Fix default value of property sonar.jdbc.maxActiveSimon Brandhof2014-11-041-0/+6
* Remove dangerous coupling of sonar-server on sonar-searchSimon Brandhof2014-10-101-0/+7
* SONAR-5687 refactor configuration of clusterSimon Brandhof2014-10-091-2/+3
* Central definition of properties shared by ES, web and monitor processesSimon Brandhof2014-10-083-4/+59
* Fix quality flawsSimon Brandhof2014-10-021-1/+1
* Merge remote-tracking branch 'remotes/origin/branch-4.5'Simon Brandhof2014-09-304-4/+6
|\
| * Maven profiles for each technical stackSimon Brandhof2014-09-304-4/+6
| * Backport fix for UT on WindowsEric Hartmann2014-09-291-1/+1
* | Try to fix UT on WindowsJulien HENRY2014-09-291-2/+2
|/
* SONAR-4898 add missing testsSimon Brandhof2014-09-252-6/+34
* SONAR-4898 add missing testsSimon Brandhof2014-09-258-59/+180
* SONAR-5621 Merge server log files into a single oneSimon Brandhof2014-09-241-2/+2
* SONAR-5621 merge log filesSimon Brandhof2014-09-241-0/+11
* Fix quality flawSimon Brandhof2014-09-231-5/+3
* SONAR-4898 add some testsSimon Brandhof2014-09-221-1/+1
* SONAR-4898 add sonar.enableStopCommand property for internal useSimon Brandhof2014-09-226-69/+64
* SONAR-4898 file-based inter-process communicationSimon Brandhof2014-09-229-225/+368
* SONAR-4898 add info logSimon Brandhof2014-09-221-1/+7
* Remove debug stuff (logs and ...Thread.sleep)Simon Brandhof2014-09-221-5/+0
* SONAR-4898 drop RMI and autokillSimon Brandhof2014-09-2124-496/+405
* SONAR-4898 fix quality flawsSimon Brandhof2014-09-122-2/+12