summaryrefslogtreecommitdiffstats
path: root/documentapi
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Balder/let protocol signal sequencing requirements""Henning Baldersheim2017-09-301-4/+3
|
* Revert "Balder/let protocol signal sequencing requirements"Arnstein Ressem2017-09-301-3/+4
|
* Protocols tells if they require sequencing of messages. If not messages ↵Henning Baldersheim2017-09-291-4/+3
| | | | might be reordered for efficiency.
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-271-1/+1
|
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-271-1/+1
|
* Create function to install config definitions.Arnstein Ressem2017-09-271-1/+1
|
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-1/+1
|
* Reduce need to rename config definition files in post install step.Tor Egge2017-09-181-1/+1
|
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-301-1/+0
|
* Revert "version in def files are deprecated"Harald Musum2017-08-301-0/+1
|
* version in def files are deprecatedHarald Musum2017-08-301-1/+0
|
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-0/+1
|
* Move the shared_ptr to further reduce pipeline stalls and big stop signs.Henning Baldersheim2017-08-242-3/+4
|
* Separate interface with a const getXXX for readonly and another getXXXSP ↵Henning Baldersheim2017-08-2410-44/+38
| | | | when you really need the SP.
* Move shared_ptrs when possible.Henning Baldersheim2017-08-248-98/+41
|
* All you need is make_string.Henning Baldersheim2017-08-231-1/+0
|
* Fix ambiguity in Javadoc regarding DocumentAccessExceptionBjørn Christian Seime2017-08-211-2/+2
|
* More precise timeout semantics in Javadoc, deprecate SyncSession default ctorBjørn Christian Seime2017-08-214-10/+23
|
* Merge pull request #3145 from vespa-engine/balder/reduce-includes-and-visibilityHenning Baldersheim2017-08-186-2/+9
|\ | | | | Balder/reduce includes and visibility
| * Include what you need.Henning Baldersheim2017-08-183-1/+4
| |
| * Include only what you need.Henning Baldersheim2017-08-184-2/+6
| |
* | Allow user specified timeout for SyncSessionBjørn Christian Seime2017-08-183-7/+104
|/
* Removed unused parameters.Henning Baldersheim2017-07-312-6/+6
|
* Remove DocumentTypeRepo from interfaces where it is not needed.Henning Baldersheim2017-07-312-10/+8
|
* Consistent syntax.Henning Baldersheim2017-07-251-4/+2
|
* No SP for getProtocolHenning Baldersheim2017-07-252-3/+3
|
* Add a lockfree Slobrok generation cache to StoragePolicyTor Brede Vekterli2017-06-262-1/+194
| | | | | | Avoids O(n) pattern matching against entire Slobrok service list for each message sent towards distributors. Cache is automatically reset when a new generation is detected.
* Remove sequencing for read-only operations in C++Tor Brede Vekterli2017-06-227-43/+19
|
* Remove MessageBus sequencing for read only operationsTor Brede Vekterli2017-06-225-38/+68
| | | | | | | | | We cannot guarantee sequencing when operations hit different SourceSessions in the first place, so we should not sacrifice performance and parallelism by chasing an unreachable goal. Clients should only rely on the standard mechanism for write visibility, which is to receive an ACK. Add ACK barriers to AsyncSession test to avoid implicit sequencing requirement.
* pre-size bucket vector to avoid reallocationHenning Baldersheim2017-06-191-0/+1
|
* Update copyright headersJon Bratseth2017-06-14337-337/+337
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14337-337/+337
|
* Update copyright headersJon Bratseth2017-06-14337-337/+337
|
* Merge pull request #2770 from yahoo/bratseth/remove-carriage-returnTor Egge2017-06-141-1/+1
|\ | | | | Remove carriage return
| * Remove carriage returnJon Bratseth2017-06-141-1/+1
| |
* | Merge pull request #2747 from ↵Henning Baldersheim2017-06-141-1/+6
|\ \ | |/ |/| | | | | yahoo/balder/add-some-more-debug-information-in-case-of-error-and-avoid-potential-nullptr-exception Avoid potential NullPtrException and add some more information in cas…
| * Avoid potential NullPtrException and add some more information in case ↵Henning Baldersheim2017-06-131-1/+6
| | | | | | | | something odd happens.
* | Revert "Copyright header"Jon Bratseth2017-06-13337-338/+338
|/
* Copyright headerJon Bratseth2017-06-13337-338/+338
|
* Reduce exposure to config internals.Henning Baldersheim2017-06-082-0/+2
|
* Only include what you really needHenning Baldersheim2017-06-083-9/+6
|
* Hide the system state lockHenning Baldersheim2017-06-0712-28/+36
|
* split log and bufferedlogHenning Baldersheim2017-06-072-9/+8
|
* Hide the implementation details.Henning Baldersheim2017-06-062-10/+23
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-064-0/+4
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-065-3/+5
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+1
|
* Merge pull request #2449 from yahoo/freva/feed-metricsValerij Fredriksen2017-05-222-13/+2
|\ | | | | Freva/feed metrics
| * Code review fixesvalerijf2017-05-122-12/+2
| |
| * Arch. review fixesvalerijf2017-05-111-2/+1
| |