summaryrefslogtreecommitdiffstats
path: root/jack/etc
Commit message (Collapse)AuthorAgeFilesLines
* add Android.mk template for build dirWolfgang Wiedmeyer2016-01-291-0/+95
| | | | | | taken from the prebuilt sdk Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Remove Jack server task dir before creating itJean-Philippe Lesot2015-07-091-0/+1
| | | | | Bug: 22384453 Change-Id: I5d09e92fb5922f29fc324d685110f4e2043ffbae
* Add version update in property files and scripts in build.xmlJean-Marie Henaff2015-06-252-2/+2
| | | | | | | | | - Use jack-version.properties and package it in distributed jars. - Use -Ddist.sha and -Ddist.build-id to set SHA and build ID in those property files before packaging. Change-Id: I5b2dd1ed4fdf01e77653e2338ce5a5c803d22e70 (cherry picked from commit 60efcff894d18d00c1eb71ba6aa8cd161001b451)
* Bump version to 1.1-rc5Jean-Marie Henaff2015-06-192-2/+2
| | | | Change-Id: I386528d23f1e25cb039d496f4d1121bce091d6a4
* Bump version to 1.1-rc4Jean-Marie Henaff2015-06-092-2/+2
| | | | Change-Id: Ice10c5a08797a5b6ed86a4353776b697c9ef0025
* Bump version to 1.1-rc3Jean-Marie Henaff2015-06-012-2/+2
| | | | Change-Id: Id9e880c800d49258aabf6c47fd58dfd7f377fdb8
* Bump version to 1.1-rc2Jean-Marie Henaff2015-05-262-2/+2
| | | | Change-Id: I830716d8758ea1a1069242209d6e58de1ea90a3e
* Bump version to 1.1-rc1Yohann Roussel2015-05-042-2/+2
| | | | | Bug: 20685945 Change-Id: I7167849b11acc6786944720223b8abc73433cf7d
* Make error reporting in Jack script easily parsableJean-Marie Henaff2015-04-292-13/+13
| | | | | | Bug: 20679295 Change-Id: If5c1b72a6a29f8c5034d60658348208538ead406
* Add uptime in server log when aborting serverJean-Marie Henaff2015-04-231-1/+1
| | | | Change-Id: I217cbfd8fa317fb916b68a3b8ce76ff5b8f7c4ab
* Set DELAY_CONNECT to 30s and RETRY_LAUNCH to 1 in jack scriptBenoit Lamarche2015-04-221-3/+4
| | | | Change-Id: Ice79dfdfb1a5596db38f1ea96ebdc0318fac4fef
* Increase DELAY_CONNECT to 10 seconds in jack scriptJean-Marie Henaff2015-04-221-1/+1
| | | | Change-Id: Ibcf2ce824602b4b64f5fd3125df90380f2d1b09d
* Add temporary client log in Jack server logJean-Philippe Lesot2015-04-211-2/+3
| | | | Change-Id: I2a7918c2648e2897144aae3eff0e779492538420
* Increase Jack script connection timeoutJean-Marie Henaff2015-04-171-1/+1
| | | | Change-Id: Ica90cdb7de71aae98cdcd8e7b4c0cfb6f37d6c36
* Call jack with -cp instead of -jarYohann Roussel2015-04-161-1/+1
| | | | | | Because the launcher does not support -jar. Change-Id: I2dea7c65261f8fa508b81e758d4a901ab2e6dd90
* Fix output when jack-admin has nothing to killJean-Philippe Lesot2015-04-151-2/+7
| | | | Change-Id: I3d9c7d030af0ac7738d596fc77ca5bc8ebccbf9d
* Add missing quote in jack-adminYohann Roussel2015-04-151-1/+1
| | | | Change-Id: I69ff0aee7e98d191ae099047b9d2f1d304a6cc44
* Bump version of scripts to 1.1-a12Benoit Lamarche2015-04-152-2/+2
| | | | Change-Id: I9ad9802854e21d85db3468549344667820fb4fd0
* Fix issue with unbound variable and rename one commandJean-Philippe Lesot2015-04-151-4/+4
| | | | Change-Id: Ice76704130a79f627f920e863204d0004a81101c
* Revert "Introduce protocol number and jack version in Jack server"Jean-Philippe Lesot2015-04-152-10/+3
| | | | | | This reverts commit baff988ebb836d4d2facc4091924d10e744863d2. Change-Id: I2c8f35f60496bf647f931270fe617d9ee4c803ff
* Introduce protocol number and jack version in Jack serverJean-Philippe Lesot2015-04-142-3/+10
| | | | Change-Id: I7601ccaa5c666d40be170397ae0878a6aaeb85eb
* Introduce a Jack admin scriptJean-Philippe Lesot2015-04-141-0/+164
| | | | Change-Id: I15ac372ad19f0ce8766d5cc23e6ecdb9f1bbd7f0
* Speed up the connection after launching the Jack serverJean-Philippe Lesot2015-04-131-20/+32
| | | | Change-Id: Ia4bdafc3033cb571482d659557c656aca89f0578
* Introduce an abort function to avoid using signal internallyJean-Philippe Lesot2015-04-101-10/+13
| | | | | | | - Add location of log file in error message - Add a version Change-Id: Ia52f28f25227ac96232e318a56a84adedacdb98b
* Jack script ignores proxyJean-Philippe Lesot2015-04-091-3/+3
| | | | | Bug: 20125903 Change-Id: I464b708f48d4f6e8d95fe11813300214d9512f56
* Make SERVER_LOG overwritable by environment variableJean-Philippe Lesot2015-04-011-19/+20
| | | | Change-Id: Ib9d972f1acb5ccf4e678efc86034349c795c5898
* Add a admin stop service, and intoduce an admin portJean-Philippe Lesot2015-04-011-4/+5
| | | | Change-Id: Ic4d22b79e44d8392cd7bc14a8a387ee9e68c5461
* Add local setting, add id url to Jack simple serverJean-Philippe Lesot2015-04-011-8/+38
| | | | Change-Id: I8e4b2e51a271fe8e625c40daa13d07395981c2cf
* Rework finally in Jack simple server, add a retry counter in scriptJean-Philippe Lesot2015-04-011-2/+8
| | | | Change-Id: Id9a8a08e27d923a347cc18fb2b861c1963f3f858
* Append server logJean-Philippe Lesot2015-03-311-1/+1
| | | | Change-Id: I296d333a464932f38f351391f9dbed1dd47fa37b
* Add preliminary support of security, and fix some blockagesJean-Philippe Lesot2015-03-301-12/+35
| | | | Change-Id: I984ed39480d28202795b36bb8a18c9396b4de7de
* Make script less verbose in case of problem and rework varsJean-Philippe Lesot2015-03-301-30/+12
| | | | Change-Id: Ib5eb07ace596eb0dc289c833bfb504d3a1e38f49
* Allow user to select server log locationYohann Roussel2015-03-271-1/+3
| | | | | | | If the variable SERVER_LOG is defined then the server will use it as the location for its log. Change-Id: I40a4c99b40ef619806b8b65c72431db338434f98
* Fix problem in Jack scriptJean-Philippe Lesot2015-03-271-5/+1
| | | | Change-Id: I734d192591ce8ea2fb1029c3bc06432f6c41ffb2
* Use simple framework to make a simple http server for jackJean-Philippe Lesot2015-03-271-67/+46
| | | | | | Also modify script to use this simple http server. Change-Id: Ibcf01b80fd618d58aab0aec111e97af103bde6db
* Better crash management of Jack serverJean-Philippe Lesot2015-03-201-1/+5
| | | | | Bug: 19864067 Change-Id: I494bc0587cb2cfcc8ecab8290d9478b6f214758c
* Make Jack script more robustJean-Philippe Lesot2015-03-201-36/+91
| | | | | | | | | | | - Add small support of interruptions, but no synchronization with the compilation server. - Add support of space in command line, but do not support double quote. - Stale lock support. - More robust server by being over-conservative. Change-Id: Ia5fe022e6b820c9c589a1d524278eed0b8009a48
* Set Jack instance to 6mikaelpeltier2015-03-171-1/+1
| | | | Change-Id: Icbeb80a934445b177179c7192986878e9375b9bf
* Ensure that jack script use TMPDIRYohann Roussel2015-03-131-2/+4
| | | | | | | If the environment variable is defined. Bug: 19654122 Change-Id: Iaa26c4f729eabec8953be715b2c09eff827e8695
* Enable server running jack into the same vmmikaelpeltier2015-03-131-1/+1
| | | | | | | - Set the number of Jack instance to 10, seems to be the best value currently. Change-Id: I275c78d80006abab45fc7284817eae70af5490c3
* Use 12 Jack process by defaultYohann Roussel2015-03-121-1/+1
| | | | Change-Id: I3d9f580d61659f540fcd57faff964208ce2ca9de
* Adapt jack script so it can be called by buildYohann Roussel2015-03-111-1/+1
| | | | Change-Id: Ie3701b1805ef65b815ccc7eb02506882e66a8101
* Start support of a small server for Jack compilationJean-Philippe Lesot2015-03-111-0/+85
| | | | Change-Id: I38d410565da4f480c60cdd9405603eebaa2d9938
* Initial Jack import.Yohann Roussel2014-03-201-0/+1
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43