aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Avoid using raw pointers, and move the smart pointers.Henning Baldersheim2020-08-319-28/+28
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-316-0/+7
* Use SlimeUtils in more placesHarald Musum2020-08-214-30/+23
* Use correct hostname in requestHarald Musum2020-08-181-7/+6
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-044-4/+5
* Cleanup connection pool.Henning Baldersheim2020-08-021-1/+1
* Merge pull request #13779 from vespa-engine/bratseth/healt-check-improvementsJon Bratseth2020-07-023-18/+32
|\
| * Separate logging for errors on get and apply configJon Bratseth2020-07-021-4/+13
| * Update expected messageJon Bratseth2020-07-021-2/+2
| * Improvements to handling of cluster removalJon Bratseth2020-07-022-16/+21
* | Config value converter test doesn't use motd config.Tor Egge2020-07-021-1/+0
* | Revert "Avoid config generation race."Tor Egge2020-07-021-11/+2
* | Revert "Backport to older cmake for CentOS 8."Tor Egge2020-07-021-2/+2
|/
* Allow some more deviationHarald Musum2020-06-191-3/+3
* Revert "Swith to a new connection if possible when asked to do so"Harald Musum2020-05-184-49/+15
* Swith to a new connection if possible when asked to do soHarald Musum2020-05-184-15/+49
* Reapply "Use java.util.logging.Level instead of vespalog's LogLevel."gjoranv2020-04-2613-68/+88
* Revert "Use java.util.logging.Level instead of vespalog's LogLevel."Harald Musum2020-04-2313-88/+68
* Use java.util.logging.Level instead of vespalog's LogLevel.gjoranv2020-04-2313-68/+88
* Invoke SubRef on RPC request before exiting processTor Brede Vekterli2020-04-061-0/+1
* Simplify code, as there exists only one config protocol versionHarald Musum2020-03-113-62/+3
* Remove suuport for setting vespa version in config requestsHarald Musum2020-03-112-24/+3
* Follow api change.Henning Baldersheim2020-03-061-2/+1
* Use an interface that is more flexible.Henning Baldersheim2020-03-062-4/+3
* Use lz4 through the compressor in vespajlib.Henning Baldersheim2020-03-053-90/+6
* Adjust forward declarations.Tor Egge2020-02-272-4/+4
* - Add debug logging.Henning Baldersheim2020-02-235-3/+12
* Handle subscriber being called multiple timesHarald Musum2020-02-212-3/+7
* Merge pull request #12271 from vespa-engine/balder/connectionpool-repoHenning Baldersheim2020-02-2011-91/+131
|\
| * Add test and correct counting errors.Henning Baldersheim2020-02-202-17/+47
| * Use a static connectionpool repo to reduce number of threads.Henning Baldersheim2020-02-1910-91/+101
* | Simplify and reduce logging.Harald Musum2020-02-198-42/+20
|/
* Fix javadocHarald Musum2020-02-121-1/+1
* Remove constructor only used in testHarald Musum2020-02-122-47/+8
* Remove constructor only used in testsHarald Musum2020-02-122-10/+10
* No need for a static method and constructor that are equalHarald Musum2020-02-123-20/+17
* Move things around, minor cleanupHarald Musum2020-02-111-92/+89
* Merge classesHarald Musum2020-02-112-297/+255
* Merge pull request #12144 from vespa-engine/hmusum/cleanup-6Henning Baldersheim2020-02-111-14/+10
|\
| * Config generation is never nullHarald Musum2020-02-101-3/+1
| * Inline some stuffHarald Musum2020-02-101-12/+10
* | Revert "Config cleanup 5"Harald Musum2020-02-107-75/+80
* | Merge pull request #12136 from vespa-engine/balder/catch-and-exit-nicely-on-c...Henning Baldersheim2020-02-102-11/+3
|\ \
| * | Catch and exit nicely on config error.Henning Baldersheim2020-02-102-11/+3
| |/
* | Merge pull request #12129 from vespa-engine/hmusum/cleanup-5Harald Musum2020-02-107-80/+75
|\ \
| * | Remove constructor only used in testsHarald Musum2020-02-092-14/+11
| * | No need for a static method and constructor that are equalHarald Musum2020-02-093-16/+5
| * | Remove unused map of requestersHarald Musum2020-02-096-54/+63
| |/
* / Adjust deviance a bit to avoid random test failureHarald Musum2020-02-101-1/+1
|/
* Merge pull request #12103 from vespa-engine/hmusum/remove-legacy-payload-methodHarald Musum2020-02-074-49/+16
|\