aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/system
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup; No functional changesJon Bratseth2022-01-074-25/+24
|
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
|
* override log control file for verify-ranksetupArne Juul2020-03-311-0/+12
|
* Remove duplicate CatchSigTerm from vespajlibHÃ¥kon Hallingstad2019-01-311-70/+0
|
* Prevent XXEJon Bratseth2018-10-131-3/+4
|
* Update copyright headersJon Bratseth2017-06-149-9/+9
|
* Revert "Update copyright headers"Jon Bratseth2017-06-149-9/+9
|
* Update copyright headersJon Bratseth2017-06-149-9/+9
|
* Revert "Copyright header"Jon Bratseth2017-06-139-9/+9
|
* Copyright headerJon Bratseth2017-06-139-9/+9
|
* Don't use 'set' prefix for builder setters.gjoranv2017-03-031-1/+1
|
* Fix indentation.gjoranv2017-03-021-7/+7
|
* Return a result even if the exit code isn't in the set of successful values.gjoranv2017-03-021-1/+7
|
* Add javadoc.gjoranv2017-03-021-1/+14
|
* Add a configurable process executor based on commons-exec.gjoranv2017-03-023-0/+103
|
* ForceLoad must use Class.forName()Arne Juul2016-06-171-1/+1
| | | | | | | * turns out that using ClassLoader.loadClass() won't run static initializers, so we must keep on using forName(), but now with extra arguments to specify which classloader to use.
* ForceLoad API needs the classloader alsoArne Juul2016-06-171-2/+2
| | | | | | * since bundles may be loaded by a different classloader we'll need to provide the correct one in order to find the class defs.
* Use github name in @authorJon Bratseth2016-06-161-1/+3
|
* PublishJon Bratseth2016-06-156-0/+397