summaryrefslogtreecommitdiffstats
path: root/documentapi/src/main
Commit message (Expand)AuthorAgeFilesLines
* No functional changesJon Bratseth2021-06-281-8/+8
* drop empty buffers instead of using small buffersHÃ¥vard Pettersen2021-06-151-1/+1
* Add deadline to DocumentOperationParameters and use in MessageBusAsyncSessionJon Marius Venstad2021-05-195-11/+30
* Avoid non-positive explicit timeouts in MessageBusVisitorSesssionJon Marius Venstad2021-05-191-4/+5
* Replace with nulls instead of removing to avoid size reductionJon Marius Venstad2021-05-181-10/+22
* Remove by index is not thread safe, even if the list is a CopyOnWriteArrayList.Henning Baldersheim2021-05-171-3/+3
* Propagate correct parametersJon Marius Venstad2021-05-101-1/+1
* Let the supervisor owner set the small buffer optionJon Marius Venstad2021-05-031-0/+1
* More lazy debug log message generationJon Marius Venstad2021-04-282-13/+13
* Add copyright headersJon Bratseth2021-03-182-0/+2
* Add a safeguard by not adding more than the 1000 traces during visitation.Henning Baldersheim2021-03-131-1/+3
* Do not add empty traces, they contain no value.Henning Baldersheim2021-03-131-1/+3
* Fix linksJon Bratseth2021-02-151-1/+1
* Handle POST -> remote visit, PUT -> mass udpate, DELETE -> mass deletionJon Marius Venstad2021-02-031-5/+6
* Nonfunctional changes, remove unused codeJon Marius Venstad2021-02-033-4/+4
* Move config to other moduleJon Marius Venstad2021-01-281-0/+25
* Update abi spec and update CMakeListsJon Marius Venstad2021-01-283-3/+0
* Revert "Move .def to relevant module"Jon Marius Venstad2021-01-284-25/+3
* Revert "Revert "Jonmv/reapply document protocol super config [run-systemtest]""Jon Marius Venstad2021-01-289-68/+147
* Revert "Jonmv/reapply document protocol super config [run-systemtest]"Jon Marius Venstad2021-01-289-147/+68
* Move .def to relevant moduleJon Marius Venstad2021-01-274-3/+25
* Move new config to already used packageJon Marius Venstad2021-01-275-7/+5
* Revert "Revert "Jonmv/document protocol super config""Jon Marius Venstad2021-01-278-68/+127
* Revert "Jonmv/document protocol super config"Harald Musum2021-01-278-127/+68
* Address reviewJon Marius Venstad2021-01-271-2/+4
* Use only injected config for injected document accessJon Marius Venstad2021-01-196-28/+113
* Non-functional changesJon Marius Venstad2021-01-194-42/+14
* Handle no result being set after abort and interruptJon Marius Venstad2021-01-152-3/+3
* Handle empty spec when computing stepsJon Marius Venstad2021-01-121-1/+1
* 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-072-8/+16
* Revert "Keep reply with most severe error when merging error replies"Jon Marius Venstad2021-01-072-16/+8
* Keep reply with most severe error when merging error repliesJon Marius Venstad2021-01-062-8/+16
* Revert "Revert "Jonmv/remove storage policy""Jon Marius Venstad2021-01-055-642/+588
* Revert "Jonmv/remove storage policy"Jon Marius Venstad2021-01-055-588/+642
* Non-functionalJon Marius Venstad2020-12-301-1/+1
* 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-303-632/+587
* Revert "Merge StoragePolicy down into ContentPolicy, and always use this"Arnstein Ressem2020-12-223-587/+632
* Merge StoragePolicy down into ContentPolicy, and always use thisJon Marius Venstad2020-12-223-632/+587
* Use percent complete instead of actual progress tokenJon Marius Venstad2020-12-101-1/+1
* Non-functional changesJon Marius Venstad2020-11-264-5/+3
* Non-functional changesJon Marius Venstad2020-11-262-2/+2
* Non waiting when completing LocalVisitorSession, againJon Marius Venstad2020-11-091-1/+1
* 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
* 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