aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* use ref_counted in fnetHåvard Pettersen2023-03-061-2/+2
* Remove unused (and not installed) app vdsstatesHarald Musum2023-01-023-476/+0
* Use 'using' for less verbose code and remove extra space in if.Henning Baldersheim2022-06-271-16/+16
* Upgrades from pre vespa-6.149 directly to 8.8 is not supported.Henning Baldersheim2022-06-261-3/+1
* remove FastOS_ApplicationHåvard Pettersen2022-04-084-55/+50
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-2/+2
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-6/+5
* Revert "Avoid using vespamalloc for small utility programs as it has a too hi...Henning Baldersheim2022-01-312-1/+2
* Avoid using vespamalloc for small utility programs as it has a too high initi...Henning Baldersheim2022-01-282-2/+1
* more descriptive name for header fileArne H Juul2021-12-021-1/+1
* track namespace move in documenttypes.defArne H Juul2021-12-021-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0713-13/+13
* admin/slobrok.0 does not always exist ....... anymore.Henning Baldersheim2021-05-271-2/+2
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-011-1/+3
* GC LoadTypeSetHenning Baldersheim2020-11-272-4/+1
* Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-081-2/+2
* avoid naked exitArne Juul2020-07-031-1/+2
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-2/+3
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-102-14/+8
* Remove spooler from config-modelBjørn Christian Seime2019-01-215-255/+0
* Remove the costly and unnecessary setSlobrokId interface.Henning Baldersheim2018-10-043-16/+17
* Remove unused doclocatorHenning Baldersheim2018-04-167-352/+0
* Stop using nested typedef for shared pointer to const DocumentTypeRepo.Tor Egge2018-04-041-1/+1
* Remove some java OSS stuff too.Henning Baldersheim2017-10-161-1/+0
* Remove OSS from c++Henning Baldersheim2017-10-165-73/+17
* This add slime encoding of headers for future TLS usage,Henning Baldersheim2017-09-191-4/+5
* Revert "- Use C++11 for loops."Henning Baldersheim2017-09-191-5/+4
* Merge pull request #3238 from vespa-engine/balder/mbus-transported-with-slime-2Henning Baldersheim2017-09-191-4/+5
|\
| * - Use C++11 for loops.Henning Baldersheim2017-08-281-4/+5
* | use Defaults::vespaHostnameArne Juul2017-09-081-9/+2
|/
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-0/+2
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+1
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
* Use VESPA_ prefix for new cmake variables.Tor Egge2017-08-101-1/+1
* Prepare for using other versions of boost and llvm.Tor Egge2017-08-101-1/+1
* create and use underVespaHomeArne H Juul2017-06-171-6/+2
* VESPA_HOME should not end with / anymoreArne H Juul2017-06-171-2/+2
* Update copyright headersJon Bratseth2017-06-1423-23/+23
* Revert "Update copyright headers"Jon Bratseth2017-06-1423-23/+23
* Update copyright headersJon Bratseth2017-06-1423-23/+23
* Revert "Copyright header"Jon Bratseth2017-06-1323-23/+23
* Copyright headerJon Bratseth2017-06-1323-23/+23
* Merge pull request #2690 from yahoo/geirst/rename-binaries-in-vespaclientTor Egge2017-06-098-10/+9
|\
| * Rename binaries in vespaclient to use vespa- prefix.Geir Storli2017-06-097-9/+9
| * Don't install vds scripts that were replaced by vespa- counterparts before Ve...Geir Storli2017-06-091-1/+0
* | Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
* | Only include what you really needHenning Baldersheim2017-06-081-4/+4
|/
* Hide the IdParseException a bit better.Henning Baldersheim2017-06-071-1/+3
* split log and bufferedlogHenning Baldersheim2017-06-071-3/+2
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-4/+2