aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Expand)AuthorAgeFilesLines
...
* fixed creating log files during testsStephane Gamard2014-07-241-0/+23
* SONAR-4898 improve loggingSimon Brandhof2014-07-242-33/+12
* SONAR-4898 rename StartServer to AppSimon Brandhof2014-07-245-22/+11
* SONAR-4898 improve loggingSimon Brandhof2014-07-247-29/+101
* added missing licensesStephane Gamard2014-07-241-1/+19
* SONAR-4898 - Added mxBean method invokation testStephane Gamard2014-07-241-15/+21
* SONAR-4898 - Removed non used test filesStephane Gamard2014-07-246-65/+0
* SONAR-4898 - Added JMX registration to StartServer and base testStephane Gamard2014-07-244-10/+135
* SONAR-4898 - Console logger for server and search is filtered warn (as it is ...Stephane Gamard2014-07-241-1/+1
* SONAR-4898 improve default settingsSimon Brandhof2014-07-234-33/+105
* SONAR-4898 - Shaded sonar-application. Now app can run with "java -jar lib/so...Stephane Gamard2014-07-231-3/+2
* SONAR-4898 - Moved JSW to lib/jsw (including conf)Stephane Gamard2014-07-2318-30/+29
* SONAR-4898 - Added IPV4 selection for ES VMStephane Gamard2014-07-231-1/+1
* SONAR-4898 - Updated logging for top level and cleaned terminationStephane Gamard2014-07-231-1/+15
* SONAR-4898 - Default logging level in INFOStephane Gamard2014-07-231-1/+1
* SONAR-4898 - Updated wrapper.conf for forked processStephane Gamard2014-07-231-1/+3
* SONAR-4898 - Fixed gracefull shutdown with JSWStephane Gamard2014-07-231-1/+1
* SONAR-4898 few improvementsSimon Brandhof2014-07-232-38/+24
* SONAR-4898 remove duplicated classes and usage of SONAR_HOMESimon Brandhof2014-07-2310-153/+10
* SONAR-4898 some refactoringSimon Brandhof2014-07-234-31/+56
* SONAR-4898 - updated stop method for top level processStephane Gamard2014-07-231-16/+19
* SONAR-4898 - Actually disable wrapper auto-restartStephane Gamard2014-07-231-0/+5
* SONAR-4898 - Revert configuration for wrapper.confStephane Gamard2014-07-231-1/+1
* SONAR-4898 - Disable auto_start for JSWStephane Gamard2014-07-231-1/+1
* SONAR-4898 some refactoringSimon Brandhof2014-07-2313-988/+42
* SONAR-4898 - Added lib/common to processWrapperStephane Gamard2014-07-231-3/+3
* reworked assemblyStephane Gamard2014-07-2312-1279/+2
* Working the assembly for packaging.Stephane Gamard2014-07-232-1/+5
* Each application logs into its own file.Stephane Gamard2014-07-231-4/+8
* Disbaled AUTO_START for nowStephane Gamard2014-07-231-6/+2
* Register needs to be done right after creation to block the processStephane Gamard2014-07-231-3/+8
* Experimental forkSimon Brandhof2014-07-237-8/+290
* SONAR-5410 - Added java_opts to sonar.properties fileStephane Gamard2014-07-211-0/+4
* SONAR-5455 Add "useConfigs=maxPerformance" to default MySQL URLSimon Brandhof2014-07-151-1/+1
* Fix location of sonar-application.jarSimon Brandhof2014-07-141-1/+1
* SONAR-5408 extract sonar-web from sonar-serverSimon Brandhof2014-07-111-1/+1
* Fix quality flawsSimon Brandhof2014-07-011-2/+1
* SONAR-5414 Increase max memory of server JVMSimon Brandhof2014-06-301-1/+1
* Upgrade hamcrest and fix conflicts with JUnit and MockitoSimon Brandhof2014-06-205-5/+6
* Fix documentation of sonar.web.context in conf/sonar.propertiesSimon Brandhof2014-06-103-10/+9
* SONAR-4781 Properties starting with "sonar.web." can't be encrypted in sonar....Julien Lancelot2014-04-182-2/+2
* SONAR-5226 Remove extensions/jdbc-driver/h2Julien Lancelot2014-04-171-5/+4
* Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-1617-7/+660
* SONAR-5204 add commentSimon Brandhof2014-04-091-1/+3
* SONAR-5075 Update application name in shell scriptsJulien HENRY2014-04-087-14/+14
* SONAR-5204 fix initial heap sizeSimon Brandhof2014-04-081-7/+7
* SONAR-5204 add a link to JIRA ticket in wrapper.confSimon Brandhof2014-04-071-1/+2
* SONAR-5204 allow server to use more than 4Gb RAMSimon Brandhof2014-04-071-13/+14
* Merge branch 'master' of github.com:red6/sonar into red6-masterSimon Brandhof2014-04-023-4/+38
|\
| * SONAR-4742 Add support of AJP 1.3 protocolJan Stamer2014-02-153-4/+38