summaryrefslogtreecommitdiffstats
path: root/document/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove carriage returnJon Bratseth2017-06-1424-2249/+2249
|
* Revert "Copyright header"Jon Bratseth2017-06-13747-2995/+2990
|
* Merge with masterJon Bratseth2017-06-1311-75/+191
|\
| * Followup on @vekterli's comments. Actually propagate ZSTD.Henning Baldersheim2017-06-131-6/+2
| |
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-131-3/+19
| |
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-138-12/+26
| |
| * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-122-9/+22
| |
| * Add the std compressor.Henning Baldersheim2017-06-123-0/+54
| |
| * Split out the explicit compressors.Henning Baldersheim2017-06-126-59/+82
| |
* | Copyright headerJon Bratseth2017-06-13747-2990/+2995
|/
* Use static final field instead of method for compressable stringTor Brede Vekterli2017-06-121-6/+6
|
* Add unit test for Compressor which reproduces buffer extent bugTor Brede Vekterli2017-06-121-2/+2
|
* Only write raw compression array if compressable inputTor Brede Vekterli2017-06-123-2/+22
| | | | | If compression type is INCOMPRESSIBLE, would previously end up writing the entire raw working buffer, which is at least 4096 bytes long.
* Compressor must only compress actual input range, not entire arrayTor Brede Vekterli2017-06-122-3/+66
|
* Use 'enum class ModificationStatus', use constexpr enumRange.Henning Baldersheim2017-06-0710-40/+31
|
* Remove doxygen comment.Henning Baldersheim2017-06-071-10/+0
|
* Hide the IdParseException a bit better.Henning Baldersheim2017-06-075-15/+23
|
* split log and bufferedlogHenning Baldersheim2017-06-073-7/+5
|
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-071-0/+1
|
* Hide BucketId::ListHenning Baldersheim2017-06-074-2/+38
|
* Hide BucketDistributionHenning Baldersheim2017-06-0714-1565/+1570
|
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-0750-583/+702
|
* Fieldvalue does not require DataTypeHenning Baldersheim2017-06-076-34/+36
|
* Remove outdated comments.Henning Baldersheim2017-06-071-3/+0
|
* Reduced memory footprint of SerializableArray from 120 to 64 bytesHenning Baldersheim2017-06-061-1/+1
|
* Only remove if it can potentially exist.Henning Baldersheim2017-06-061-1/+3
|
* Hide the implementation details.Henning Baldersheim2017-06-0625-123/+153
|
* checkpoint for slimmer SerializableArrayHenning Baldersheim2017-06-062-31/+57
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-0618-55/+81
|
* Forward declare DocumentType.Henning Baldersheim2017-06-067-35/+54
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-0610-2/+12
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0121-21/+0
|
* more readable error if geo coordinates do not parseArne H Juul2017-05-241-3/+11
|
* remove empty linesArne Juul2017-05-191-1/+0
|
* remove old unused ignoresArne Juul2017-05-192-0/+0
|
* Add getWrappedValue to TensorFieldValue.Lester Solbakken2017-05-111-0/+5
| | | | To support generating concrete classes in vespa-documentgen-plugin.
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-0910-24/+49
|
* Due to c++17 eval order in gcc 7 we need to be more careful.Henning Baldersheim2017-05-061-1/+2
| | | | | From gcc 7 release notes. "The C++17 evaluation order requirements can be selected in other modes with the -fstrong-eval-order flag, or disabled in C++17 mode with -fno-strong-eval-order."
* gcc 7 is better at catching uninitialized memory.Henning Baldersheim2017-05-051-1/+1
|
* Make searchcore compile without optimizations (-Og).Geir Storli2017-05-042-9/+9
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-0211-73/+69
| | | | includes
* no virtual on override + optimize includes.Henning Baldersheim2017-04-269-101/+23
|
* Add /nodes/v2/maintenanceJon Bratseth2017-04-251-27/+23
|
* Merge pull request #2244 from yahoo/balder/optimize-streaming-1Henning Baldersheim2017-04-2414-153/+121
|\ | | | | Balder/optimize streaming 1
| * Put the start and end iterators into a Range class for simplicity and ↵Henning Baldersheim2017-04-2414-153/+121
| | | | | | | | readability.
* | Revert "Balder/enforce override 2"Arne H Juul2017-04-249-23/+101
|/
* Use overrideHenning Baldersheim2017-04-239-101/+23
|
* use newer assertsArne H Juul2017-04-211-3/+3
|
* suppress warnings about 4.2 serializerArne H Juul2017-04-218-0/+11
|
* add @OverrideArne H Juul2017-04-212-0/+4
|