summaryrefslogtreecommitdiffstats
path: root/logserver
Commit message (Collapse)AuthorAgeFilesLines
...
* Use correct jrt error code for method faliuresBjørn Christian Seime2019-03-281-3/+4
|
* Return error response when request failsBjørn Christian Seime2019-03-281-1/+4
|
* Remove conflicting description of 'uncompressedSize'Bjørn Christian Seime2019-03-281-2/+2
|
* Use newer Mockito to get rid of reflection warningBjørn Christian Seime2019-03-271-0/+1
|
* Don't throw NPE when close() is called without prior start()Bjørn Christian Seime2019-03-271-1/+3
|
* Add rpc interface to logserverBjørn Christian Seime2019-03-277-6/+367
|
* Expose timestamp of type 'Instant' in LogMessageBjørn Christian Seime2019-03-261-9/+8
|
* Expose threadId and processId from LogMessageBjørn Christian Seime2019-03-261-11/+13
|
* Remove unused log formatters from logserverBjørn Christian Seime2019-03-267-291/+0
|
* Skip packaging of BouncyCastle signature filesBjørn Christian Seime2019-03-221-0/+11
|
* Use maven-shade-pluginBjørn Christian Seime2019-03-221-11/+8
| | | | The maven-assembly-plugin has a bug that makes packaging very slow.
* Ignore 'redundant cast' warnings from protoc-generated sourcesBjørn Christian Seime2019-03-221-0/+1
|
* Generate Java types from protobuf schemaBjørn Christian Seime2019-03-221-0/+4
|
* Add dependency on jrt and protobuf-javaBjørn Christian Seime2019-03-221-0/+9
|
* Order dependencies on scopeBjørn Christian Seime2019-03-221-5/+8
|
* Fix syntax errors.Geir Storli2019-03-221-9/+9
|
* Initial version of proto file for new protocol between logserver and logd.Geir Storli2019-03-221-0/+42
|
* Remove implementation of write() in LogConnectionBjørn Christian Seime2019-03-203-48/+4
|
* Remove replicator plugin from logserverBjørn Christian Seime2019-03-208-888/+2
|
* Stop sending default state to logdBjørn Christian Seime2019-03-198-346/+18
| | | | | Configuration of default state through system property is not documented, and the configuration is ignored by logd.
* Remove duplicate CatchSigTerm from vespajlibHåkon Hallingstad2019-01-312-4/+9
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Minor fixesJon Bratseth2018-10-143-5/+4
|
* Remove unused dependenciesHarald Musum2018-09-111-9/+0
|
* just exit on out of memoryArne Juul2018-07-181-1/+1
| | | | | | * asking java to fork 'kill -9 %p' will often fail with "os::fork_and_exec failed: Cannot allocate memory (12)" message. * instead, use a newish option (from JDK 8u92) to just exit
* Set MaxJavaStackTraceDepth to a value legal for all JVM versions.gjoranv2018-07-051-1/+1
| | | | - On JDK 9+, -1 is invalid, and 0 really means zero.
* update bootstrapArne Juul2018-05-161-2/+5
|
* update bootstrap section of scriptsArne Juul2018-05-141-0/+9
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-023-21/+28
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-023-28/+21
|
* Fix usage of apis deprecated from Java 9.gjoranv2018-04-302-16/+26
| | | | + rewrite if to switch-case.
* Declare methods private and remove redundant comment.gjoranv2018-04-301-5/+2
|
* Remove code for getting errors in logs from log serverHarald Musum2018-04-145-503/+0
|
* Remove accidental code.Henning Baldersheim2018-02-121-1/+0
|
* 1 - Avoid concurrent access to 'handlers' array by using a CopyOnWriteArrayList.Henning Baldersheim2018-02-121-53/+65
| | | | 2 - Reduce synchronizations, but make it consistent by using Atomic primitives.
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-1/+0
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-0/+4
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-4/+0
|
* Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+4
|
* add minimal README filesArne H Juul2017-06-191-0/+1
|
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+0
| | | | | * best practice for HOME-like env vars is to be just the name of the directory without trailing slash.
* Update copyright headersJon Bratseth2017-06-1463-63/+63
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1463-63/+63
|
* Update copyright headersJon Bratseth2017-06-1463-63/+63
|
* Revert "Copyright header"Jon Bratseth2017-06-1363-63/+63
|
* Copyright headerJon Bratseth2017-06-1363-63/+63
|