aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Remove assert that is not valid. This might have been the case at some point ...Henning Baldersheim2017-10-051-3/+0
* Use document::Bucket in storage::spi::Bucket to add bucket space.Tor Egge2017-10-041-0/+5
* Revert "Revert "Aressem/remove post install script""Arnstein Ressem2017-09-272-4/+4
* Revert "Aressem/remove post install script"Arnstein Ressem2017-09-272-4/+4
* Merge pull request #3554 from vespa-engine/aressem/remove-post-install-scriptArnstein Ressem2017-09-272-4/+4
|\
| * Create function to install config definitions.Arnstein Ressem2017-09-271-4/+2
| * Remove global install of files and put this in the modules that owns them.Arnstein Ressem2017-09-251-0/+2
* | Use multiple threads for mbus invokeHenning Baldersheim2017-09-261-1/+1
|/
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-204-27/+6
* Reduce need to rename config definition files in post install step.Tor Egge2017-09-181-3/+3
* C++ for loop and some syntax/white space, no semantic changesHenning Baldersheim2017-09-181-19/+15
* Revert "Install net.jpountz.lz4:lz4 as a bundle."Harald Musum2017-09-142-0/+9
* Install net.jpountz.lz4:lz4 as a bundle.gjoranv2017-09-142-9/+0
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-302-2/+0
* Revert "version in def files are deprecated"Harald Musum2017-08-302-0/+2
* version in def files are deprecatedHarald Musum2017-08-302-2/+0
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-2823-499/+22
* Factor out string filtering methodJon Bratseth2017-08-211-143/+11
* Include what you need.Henning Baldersheim2017-08-1812-9/+14
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-1/+2
* Include only what you need.Henning Baldersheim2017-08-185-4/+9
* Merge pull request #3033 from vespa-engine/bratseth/validate-validation-overridegjoranv2017-08-152-7/+1
|\
| * Validate validation-overrides.xml filesJon Bratseth2017-07-312-7/+1
* | https does not work with custom domainsJon Bratseth2017-08-111-1/+1
* | Update doc linksJon Bratseth2017-08-111-1/+1
* | Eliminate inlining warnings.Tor Egge2017-08-102-24/+38
* | Deplace temp git.corp linksJon Bratseth2017-08-081-1/+1
* | Use a on demand hash_set to do fast lookup in mapfiledvalueHenning Baldersheim2017-07-312-12/+101
* | Avoid including more than you need.Henning Baldersheim2017-07-319-33/+35
* | Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-314-68/+97
* | Move forward and copy memory when necessary, not for every char.Henning Baldersheim2017-07-311-7/+9
* | Avoid copyingHenning Baldersheim2017-07-315-6/+6
* | Add some final keywords to improve inliningHenning Baldersheim2017-07-312-5/+5
* | Avoid copyingHenning Baldersheim2017-07-316-20/+24
* | Partly revert previous commitHenning Baldersheim2017-07-313-7/+4
* | Make FieldPath non-copyable.Henning Baldersheim2017-07-316-24/+29
* | Use noexcept to get move constructor usage on containers and use fastCompare.Henning Baldersheim2017-07-3110-39/+59
* | Optimize multiple FieldPathUpdates by using a transaction concept.Henning Baldersheim2017-07-315-35/+155
* | Removed unused parameters.Henning Baldersheim2017-07-319-105/+75
* | remove unused repo.Henning Baldersheim2017-07-313-92/+51
* | Provide the repo when you need it.Henning Baldersheim2017-07-319-17/+14
* | Remove DocumentTypeRepo from interfaces where it is not needed.Henning Baldersheim2017-07-319-238/+135
* | Do not produce the whereClause until it is needed.Henning Baldersheim2017-07-312-22/+11
* | Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-311-3/+0
* | Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-3126-202/+137
* | Carry the Field directly instead of in a shared_ptr.Henning Baldersheim2017-07-317-31/+34
* | Include less and remove virtuality on FieldPathHenning Baldersheim2017-07-3112-62/+62
* | Avoid copy by stealing allocation, and by presizing buffer.Henning Baldersheim2017-07-314-8/+13
* | We have already made the desicion to keep the datatypes alive with the Docume...Henning Baldersheim2017-07-312-16/+3
* | We are not java so we do not need these sanity checks. valgrind will do them ...Henning Baldersheim2017-07-317-37/+9