aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy tags, always pass vectorArne Juul2018-10-081-1/+1
|
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-1/+1
| | | | | | | | | | | | | The expected semantics of c_str() (a null-terminated string) cannot be satisfied with a string reference, so remove the function entirely to prevent people from using it in buggy ways. Replaces c_str() with data() in places where it is presumed safe, otherwise constructs temporary string instances. Certain callsites have been de-stringref'd in favor of regular strings, in particular where C APIs have been transitively called. The vast majority of these were called with string parameters anyway, so should not cause much extra allocation.
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+3
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Remove unused codeHenning Baldersheim2018-04-035-40/+4
|
* Let config enable global bucket space on startup for content nodeTor Brede Vekterli2018-01-111-5/+5
|
* Remove memory manager component from content layerTor Brede Vekterli2017-12-0433-2048/+1
| | | | | | | | | | | | | | We already have resource utilization tracking in both MessageBus and the search core. The memory manager has never been auto-scaled based on the hardware present and adds a _lot_ of complexity without having any known instances where it has actually saved the day. Removing it also removes a mutex on the message hot path. If we need such functionality in the future, should design a lock-free solution. Cleanup
* Use standard locking in StorageBucketDBInitializer.Tor Egge2017-11-242-0/+15
|
* Avoid that we miss a stop that happens while we are STARTING.Henning Baldersheim2017-10-131-6/+2
|
* Cleanup while looking for missing join.Henning Baldersheim2017-10-134-50/+32
|
* WE must listen to everyone who wants to stop.Henning Baldersheim2017-09-053-17/+6
|
* Include only what you need.Henning Baldersheim2017-08-185-31/+24
|
* Update copyright headersJon Bratseth2017-06-1483-83/+83
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1483-83/+83
|
* Update copyright headersJon Bratseth2017-06-1483-83/+83
|
* Revert "Copyright header"Jon Bratseth2017-06-1383-83/+83
|
* Copyright headerJon Bratseth2017-06-1383-83/+83
|
* split log and bufferedlogHenning Baldersheim2017-06-074-15/+8
|
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-1/+1
|
* Removed storageframework.h from header files.Henning Baldersheim2017-06-0124-127/+51
|
* Use forward declarations to avoid pulling in the whole world when it is not ↵Henning Baldersheim2017-05-312-10/+4
| | | | necessary.
* If you can not reconfigure, just make a note of it and exit quicklyHenning Baldersheim2017-05-311-6/+5
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-092-6/+7
|
* Add missing fileHenning Baldersheim2017-05-021-0/+32
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-025-40/+12
| | | | includes
* no virtual on override + optimize includes.Henning Baldersheim2017-04-266-23/+11
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-246-11/+23
|
* Use overrideHenning Baldersheim2017-04-236-23/+11
|
* add override in storageframework moduleArne H Juul2017-04-105-21/+20
|
* Change schema::DataType and schema::CollectionType to enum class.Geir Storli2017-04-052-0/+6
|
* Use overrideHenning Baldersheim2017-04-0411-112/+79
|
* Use overrideHenning Baldersheim2017-04-044-31/+16
|
* Use overrideHenning Baldersheim2017-04-043-26/+22
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-2710-21/+20
|
* deiniline destructorsHenning Baldersheim2017-03-091-17/+25
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-082-0/+3
| | | | destructors.
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-212-0/+2
|
* include only what you need.Henning Baldersheim2016-12-1925-77/+41
|
* Reintroduce chrono that fell out during merge.Henning Baldersheim2016-12-121-0/+1
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-123-16/+36
|
* Targeted includeHenning Baldersheim2016-12-122-5/+3
|
* Targeted include.Henning Baldersheim2016-12-121-2/+2
|
* Loosen up the metrics stuff further.Henning Baldersheim2016-12-127-18/+30
|
* Add monotonic clock support to storage frameworkTor Brede Vekterli2016-11-286-30/+51
| | | | | | | Let MilliSecTimer expose elapsed time as a double instead of quantizing down elapsed time to discrete millliseconds. Remove really gnarly implicit time_t operator conversion in favor of an explicit duration reporting method.
* TypoVegard Sjonfjell2016-11-171-1/+1
|
* Add testrunner dependencies to parallelized testsVegard Sjonfjell2016-11-171-0/+1
|
* Parallize cppunit test runner test suites using cppunit-parallelize.pyVegard Sjonfjell2016-11-161-1/+6
|
* Fixed some of the libraries.Arnstein Ressem2016-10-036-1/+5
|
* Reduce boost::noncopyable exposure.Henning Baldersheim2016-09-142-5/+6
|