aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-142030-2007/+2030
* Merge pull request #2771 from yahoo/bratseth/remove-unnecessary-filesTor Egge2017-06-141-1/+0
|\
| * Remove unnecessary filesJon Bratseth2017-06-141-1/+0
* | Remove carriage returnJon Bratseth2017-06-1438-1033/+1033
|/
* If more than 1k unique values we will just approximate.Henning Baldersheim2017-06-142-7/+5
* Code cleanup while considering options for hit estimation.Henning Baldersheim2017-06-149-243/+197
* Revert "Copyright header"Jon Bratseth2017-06-132030-3072/+3051
* Merge with masterJon Bratseth2017-06-136-63/+90
|\
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-135-69/+60
| * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-122-0/+35
| * Split out the explicit compressors.Henning Baldersheim2017-06-122-1/+2
* | Copyright headerJon Bratseth2017-06-132030-3051/+3072
|/
* Merge pull request #2662 from yahoo/balder/wait-for-data-availabilityHenning Baldersheim2017-06-093-47/+66
|\
| * Assert instead of eternal loop.Henning Baldersheim2017-06-091-1/+3
| * Use consistent naming and the magic -1 at the magic place.Henning Baldersheim2017-06-092-6/+6
| * Hold the guard the whole time and use double checked locking.Henning Baldersheim2017-06-092-10/+19
| * Use a lock to guard at racing the update of the file object when while is gro...Henning Baldersheim2017-06-093-43/+56
| * Must wait until data are visible through the filesystem.Henning Baldersheim2017-06-081-7/+2
* | Merge pull request #2681 from yahoo/balder/restart-on-messagebus-port-changeTor Brede Vekterli2017-06-092-1/+4
|\ \
| * | Only include what you really needHenning Baldersheim2017-06-082-1/+4
| |/
* / Depend on the generated config library.Henning Baldersheim2017-06-091-0/+1
|/
* Merge pull request #2655 from yahoo/havardpe/make-lazy-eval-defaultHenning Baldersheim2017-06-074-10/+14
|\
| * auto-detect appropriate compiled function parameter lazynessHaavard2017-06-074-10/+14
* | Merge branch 'master' into balder/decouple-datatype-and-fiedlvalue-some-moreHenning Baldersheim2017-06-0724-268/+85
|\|
| * Rename vespa-header-inspect to vespa-fileheader-inspect.Tor Egge2017-06-0711-25/+25
| * Merge pull request #2628 from yahoo/toregge/rename-loadattribute-to-vespa-att...Geir Storli2017-06-076-8/+8
| |\
| | * Rename loadattribute to vespa-attribute-inspect.Tor Egge2017-06-066-8/+8
| * | Merge pull request #2624 from yahoo/toregge/use-example-com-instead-of-yahoo-...Geir Storli2017-06-073-51/+51
| |\ \
| | * | Use example.com instead of yahoo.com in unit tests.Tor Egge2017-06-053-51/+51
| | |/
| * | Merge pull request #2621 from yahoo/toregge/remove-expgolomb-appGeir Storli2017-06-076-184/+1
| |\ \
| | * | Update ignore file.Tor Egge2017-06-041-1/+1
| | * | Stop installing uniform application. It has been used to selectTor Egge2017-06-041-2/+0
| | * | Remove expgolomb app. It was a test app that has effectivelyTor Egge2017-06-044-181/+0
| | |/
* | | split log and bufferedlogHenning Baldersheim2017-06-075-15/+7
* | | Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-074-14/+8
* | | Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-5/+3
|/ /
* | Hide the implementation details.Henning Baldersheim2017-06-063-7/+8
* | Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* | Forward declare DocumentType.Henning Baldersheim2017-06-063-0/+3
* | Include stringfmt where it was needed.Henning Baldersheim2017-06-0617-12/+33
|/
* Removed frt.h from header files to reduce include volume.Henning Baldersheim2017-06-016-69/+68
* Now everything builds without fastos.hHenning Baldersheim2017-06-0110-25/+38
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-01127-137/+19
* Merge pull request #2600 from yahoo/balder/remove-fastos.h-from-searchlibHenning Baldersheim2017-06-01319-1862/+797
|\
| * Add missing newlines.Henning Baldersheim2017-06-0112-16/+13
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-01164-929/+469
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-0117-173/+53
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-01108-638/+245
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-0115-70/+21
| * Reduce fastos.h dependency.Henning Baldersheim2017-06-0116-57/+17