summaryrefslogtreecommitdiffstats
path: root/documentapi/src
Commit message (Expand)AuthorAgeFilesLines
* Check for TaS-failed before not-found in mbus async session reply parsingJon Marius Venstad2021-01-071-3/+3
* Revert "Revert "Keep reply with most severe error when merging error replies""Jon Marius Venstad2021-01-074-36/+39
* Revert "Keep reply with most severe error when merging error replies"Jon Marius Venstad2021-01-074-39/+36
* Keep reply with most severe error when merging error repliesJon Marius Venstad2021-01-064-36/+39
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-0519-1028/+922
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-0519-922/+1028
* Specify when TODOJon Marius Venstad2021-01-041-1/+1
* Non-functionalJon Marius Venstad2020-12-301-1/+1
* Merge storagepolicy into contentpolicyJon Marius Venstad2020-12-309-373/+321
* Replace use of [Storage... with [Content... and avoid overriding config idJon Marius Venstad2020-12-303-11/+2
* Revert "Revert "Merge StoragePolicy down into ContentPolicy, and always use t...Arnstein Ressem2020-12-308-645/+600
* Revert "Merge StoragePolicy down into ContentPolicy, and always use this"Arnstein Ressem2020-12-228-600/+645
* Merge StoragePolicy down into ContentPolicy, and always use thisJon Marius Venstad2020-12-228-645/+600
* Use percent complete instead of actual progress tokenJon Marius Venstad2020-12-101-1/+1
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-012-6/+7
* Use explicit on the right places.Henning Baldersheim2020-11-271-1/+1
* GC LoadType and PriorityMapper.Henning Baldersheim2020-11-275-66/+1
* GC LoadTypeSetHenning Baldersheim2020-11-2721-308/+37
* Non-functional changesJon Marius Venstad2020-11-264-5/+3
* Non-functional changesJon Marius Venstad2020-11-262-2/+2
* Don't encode deprecated load type explicitlyTor Brede Vekterli2020-11-241-2/+1
* Remove load type from documentapi interface.Henning Baldersheim2020-11-244-23/+6
* Use std::string for selection as that is required for parsing and as it has a...Henning Baldersheim2020-11-232-5/+10
* - Reorder members for compactness.Henning Baldersheim2020-11-2316-101/+97
* Reorder members for smaller memory footprint.Henning Baldersheim2020-11-181-1/+1
* Non waiting when completing LocalVisitorSession, againJon Marius Venstad2020-11-091-1/+1
* Merge pull request #15187 from vespa-engine/jonmv/reindexig-controllerJon Marius Venstad2020-11-093-20/+33
|\
| * Address review comments, and fix unit testJon Marius Venstad2020-11-061-1/+1
| * Avoid interrupts for control flowJon Marius Venstad2020-11-063-3/+8
| * Dummy support for progress tokens and remote destination in LocalVisitorSessionJon Marius Venstad2020-11-051-17/+24
| * Properly handle interruption while destroying MessageBusVisitorSessionJon Marius Venstad2020-11-051-1/+2
* | Remove disk distribution from C++ part of vdslib.Tor Egge2020-11-051-6/+1
|/
* Add data and storage of data for reindexing progressJon Marius Venstad2020-10-302-3/+3
* Support conditional removals in AsyncSessionJon Marius Venstad2020-10-133-27/+26
* Fix unit test bugJon Marius Venstad2020-10-131-1/+1
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-083-10/+8
* Use std::mutex over vespalib::Lock and reduce code visibility.Henning Baldersheim2020-10-0812-24/+22
* Merge pull request #14778 from vespa-engine/bratseth/improve-error-loggingHenning Baldersheim2020-10-081-110/+82
|\
| * Log warning with exception instead of doing printStackTraceJon Bratseth2020-10-081-110/+82
* | Use vespalib::Lock -> std::mutexHenning Baldersheim2020-10-084-13/+13
* | Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-072-0/+2
|/
* Separate error code for insufficient storageJon Marius Venstad2020-10-052-4/+16
* Pass std::string variable to boost::tokenizerTor Egge2020-10-041-1/+2
* Await advance from test thread to next arrive is in the intended phaseJon Marius Venstad2020-09-301-2/+3
* Allow closures for handling document api ResponsesJon Marius Venstad2020-09-303-64/+81
* Add convenience for creating a LocalDocumentAccessJon Marius Venstad2020-09-301-1/+4
* Register operations with phaser in the caller threadJon Marius Venstad2020-09-303-14/+27
* Add equals and hashCode to some classesJon Marius Venstad2020-09-301-0/+27
* Move setPhaser to LocalDocumentAccessJon Marius Venstad2020-09-304-18/+56
* Revert "Revert "Jonmv/async doc v1 implementation""Jon Marius Venstad2020-09-304-73/+142