aboutsummaryrefslogtreecommitdiffstats
path: root/config-proxy/src/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "Config cleanup 5"Harald Musum2020-02-103-17/+42
* requester is never null, remove guardsHarald Musum2020-02-101-12/+3
* Remove constructor only used in testsHarald Musum2020-02-091-2/+2
* No need for a static method and constructor that are equalHarald Musum2020-02-091-1/+1
* Remove unused map of requestersHarald Musum2020-02-092-32/+16
* Turn off debuggingHarald Musum2019-11-121-1/+1
* Log to vespa log in debug mode and add debug mode for vespa-ping-configproxyHarald Musum2019-11-071-1/+1
* Improve dumpcache command a bitHarald Musum2019-09-131-5/+18
* Fix mode switchingHarald Musum2019-09-081-3/+4
* update shell bootstrap sectionsArne Juul2019-09-043-0/+12
* SimplifyHarald Musum2019-09-034-47/+18
* Simplify ModeHarald Musum2019-07-121-4/+1
* Merge branch 'master' into hmusum/config-proxy-refactoring-2Harald Musum2019-07-124-145/+13
|\
| * Remove event logging from config proxyHarald Musum2019-07-124-147/+13
* | Create DelayedResponses in one placeHarald Musum2019-07-111-10/+6
|/
* Refactoring, no functional changesHarald Musum2019-07-117-100/+74
* Handle any exceptions when running executor serviceHarald Musum2019-07-101-2/+7
* Add maintainer for deleting unused file references and downloadsHarald Musum2019-07-103-3/+106
* Track when file reference or download was last requestedHarald Musum2019-07-083-22/+48
* Move file distribution rpc server to config-proxyHarald Musum2019-07-082-3/+137
* Minor refactoring, move into separate packageHarald Musum2019-07-053-9/+50
* Process all RPC requests in dedicated thread poolBjørn Christian Seime2019-07-031-70/+132
* Increase number of JRT transport threadsBjørn Christian Seime2019-07-031-1/+2
* Remove usage of deprecated Method constructorBjørn Christian Seime2019-05-232-28/+24
* Clear cache when getting config with generation 0 (empty config)Harald Musum2019-05-032-5/+11
* Handle getting new config after getting empty configHarald Musum2019-05-012-2/+3
* Avoid using JNI instance of XXHashFactory (fails due to bundled libraries not...Harald Musum2019-04-251-1/+1
* Use the new variablesValerij Fredriksen2019-03-211-1/+1
* Send response also when config generation is 0Harald Musum2019-03-121-1/+2
* Make sure we have anough threads no matter how many processors the JVM saysHarald Musum2019-02-081-1/+1
* Minor cleanup, no functional changesHarald Musum2019-02-086-36/+21
* Remove duplicate CatchSigTerm from vespajlibHåkon Hallingstad2019-01-311-7/+8
* Add guard to avoid sending config with older generation than current to subsc...Harald Musum2019-01-141-9/+3
* Add error message to returned error for url downloadLester Solbakken2019-01-101-3/+3
* Log time spent in downloading urlsLester Solbakken2019-01-101-0/+3
* Update license headerLester Solbakken2019-01-091-1/+1
* Download files specified in url config fieldLester Solbakken2019-01-092-0/+146
* enforce log retention policiesArne Juul2018-09-061-0/+1
* just exit on out of memoryArne Juul2018-07-181-1/+1
* Set MaxJavaStackTraceDepth to a value legal for all JVM versions.gjoranv2018-07-051-1/+1
* Nonfunctional changesJon Bratseth2018-06-209-13/+15
* Merge pull request #6048 from vespa-engine/toregge/use-bash-interpreter-for-u...Henning Baldersheim2018-06-041-1/+1
|\
| * Scripts using bash extensions should use bash as interpreter.Tor Egge2018-06-011-1/+1
* | Separate internal redeploys from application package changesJon Bratseth2018-06-011-1/+1
|/
* update bootstrapArne Juul2018-05-163-6/+15
* update bootstrap section of scriptsArne Juul2018-05-143-0/+27
* Revert "Revert "Balder/remove config race""Henning Baldersheim2018-03-051-7/+8
* usleep is deprecated in shell scripts.Tor Egge2018-02-201-1/+1
* Revert "Balder/remove config race"Henning Baldersheim2018-02-181-8/+7
* Let RawConfig be a ConfigInstanceHenning Baldersheim2018-02-161-7/+8