aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Add READMEHarald Musum2017-01-251-0/+4
* Move trace slime serialization too vespa.Henning Baldersheim2017-01-051-1/+0
* Avoid using deprecated compression method. LZ4_compress -> LZ4_compress_default.Henning Baldersheim2017-01-021-1/+1
* Revert "Disable deprecation warnings from lz4."Henning Baldersheim2017-01-021-2/+0
* Set deprecation flag only on source files where neccessary.Arnstein Ressem2017-01-021-0/+2
* Only include what you need.Henning Baldersheim2016-12-221-6/+6
* Also include what it takes to make gcc 6 happy.Henning Baldersheim2016-12-201-0/+1
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-2012-41/+43
* Only include what you needHenning Baldersheim2016-12-1928-106/+45
* Do not carry exceptions in header filesHenning Baldersheim2016-12-191-1/+0
* Do not carry exceptions in header filesHenning Baldersheim2016-12-194-7/+6
* decouple slime from config.Henning Baldersheim2016-12-193-8/+13
* decouple slime from config.Henning Baldersheim2016-12-1913-28/+64
* Do not include fastos.h in header files.Henning Baldersheim2016-12-193-3/+0
* Remove unnecessary include in header file.Henning Baldersheim2016-12-122-1/+2
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-124-33/+48
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-121-1/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-124-20/+29
* Do not include the excetions everywhere.Henning Baldersheim2016-12-121-1/+1
* - Use distributionkey when serializing for sort instead of gid.Henning Baldersheim2016-12-121-2/+0
* Log error message too when unknown vespa versionHarald Musum2016-12-051-1/+2
* Fix Perl syntax and use printfHarald Musum2016-11-251-1/+1
* Add deprecation warningsHarald Musum2016-11-251-0/+2
* typoHenning Baldersheim2016-11-221-1/+1
* Single onetime destructor.Henning Baldersheim2016-11-224-0/+7
* Further ensure that we do not generate code for expensive methods more than o...Henning Baldersheim2016-11-226-2/+10
* Avoid including iostream in header files.Henning Baldersheim2016-11-182-2/+3
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-026-19/+13
* We only need one vtagHenning Baldersheim2016-10-211-5/+2
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-1/+1
* Revert "Use HostName for message bus, but fix HostName to work with dev machi...Eirik Nygaard2016-10-141-1/+1
* Rename getLocalhost to getHostNameHåkon Hallingstad2016-10-131-1/+1
* Revert "Revert "Voffeloff/constant tensor validation""Vegard Sjonfjell2016-10-074-40/+6
* Checkpoint 1Henning Baldersheim2016-10-032-8/+9
* Support document-api in applicationJon Bratseth2016-09-281-0/+1
* Add back removed constructorHarald Musum2016-09-081-2/+6
* Merge pull request #561 from yahoo/bratseth/filedistribution-in-applicationHarald Musum2016-09-067-245/+199
|\
| * Allow source paths to config defsJon Bratseth2016-09-061-14/+13
| * Remove unused 'feedback' listJon Bratseth2016-09-056-227/+172
| * SimplifyJon Bratseth2016-09-051-3/+1
| * SimplifyJon Bratseth2016-09-051-0/+1
| * Don't support missing namespaceJon Bratseth2016-09-051-1/+12
* | Need to figure out what to do with the tests using DockerOperationsHåkon Hallingstad2016-09-011-0/+2
|/
* GC unused codeHenning Baldersheim2016-08-291-14/+0
* Get hostname in a way that works also for IPv6Harald Musum2016-08-261-2/+2
* Merge pull request #450 from yahoo/havardpe/cpp-file-acquirerArne H Juul2016-08-268-0/+137
|\
| * added unit test for rpc file acquirerHaavard2016-08-234-0/+54
| * simple rpc file acquirer in c++Haavard2016-08-235-0/+83
* | Merge pull request #445 from yahoo/hmusum/remove-check-for-outdated-configgjoranv2016-08-231-7/+0
|\ \
| * | Remove check for changed payload without changed generationHarald Musum2016-08-231-7/+0
| |/