aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Expand)AuthorAgeFilesLines
* use Defaults::vespaHostnameArne Juul2017-09-081-9/+2
* add support for backing data values with external memoryHÃ¥vard Pettersen2017-08-2916-4/+233
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-2821-5/+1427
* Use nested namespace for search::transactionlogHenning Baldersheim2017-08-231-1/+1
* All you need is make_string.Henning Baldersheim2017-08-233-85/+6
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-219-432/+0
* Include what you need.Henning Baldersheim2017-08-187-25/+15
* Hide the thread thread implementation a bit more.Henning Baldersheim2017-08-183-30/+39
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-1813-38/+32
* Include only what you need.Henning Baldersheim2017-08-1815-12/+32
* Use explicit fetch_xxx instead of --/++ to signal costly operations.Henning Baldersheim2017-08-111-2/+2
* Use std::atomic all over and completely get rid of homegrown atomics.Henning Baldersheim2017-08-1121-1495/+14
* Link with static libgcc to avoid unresolved symbol __cpu_model whenTor Egge2017-08-101-0/+1
* Also run the serialization in different threadpool.Henning Baldersheim2017-08-101-0/+3
* Use a on demand hash_set to do fast lookup in mapfiledvalueHenning Baldersheim2017-07-312-0/+6
* Use noexcept to get move constructor usage on containers and use fastCompare.Henning Baldersheim2017-07-312-5/+5
* Avoid copy by stealing allocation, and by presizing buffer.Henning Baldersheim2017-07-311-0/+5
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-242-12/+12
* functional required explicit from gcc 7 and on.Henning Baldersheim2017-07-241-0/+1
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-242-11/+12
* remove lazy resolverHaavard2017-07-116-497/+0
* add max size to resolved host cacheHaavard2017-07-113-5/+40
* do not cache identity resolve resultsHaavard2017-07-112-4/+6
* add more testing and verificationHaavard2017-07-062-0/+24
* async resolverHaavard2017-07-056-0/+594
* Merge pull request #2809 from yahoo/havardpe/lazy-resolverArne H Juul2017-06-209-0/+523
|\
| * add unit test for replace_hostHaavard2017-06-161-0/+16
| * lazy resolverHaavard2017-06-168-0/+507
* | Use locale insensitiv atofHenning Baldersheim2017-06-191-0/+2
* | Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-196-17/+23
* | Move locale insensitive stdtod to vespalibHenning Baldersheim2017-06-197-0/+79
|/
* Update copyright headersJon Bratseth2017-06-14587-593/+598
* Revert "Update copyright headers"Jon Bratseth2017-06-14587-587/+582
* Update copyright headersJon Bratseth2017-06-14587-582/+587
* Revert "Copyright header"Jon Bratseth2017-06-13587-589/+593
* Merge with masterJon Bratseth2017-06-131-1/+1
|\
| * Merge pull request #2720 from yahoo/balder/add-zstd-compressorHenning Baldersheim2017-06-131-1/+1
| |\
| | * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-121-1/+1
* | | Copyright headerJon Bratseth2017-06-13587-593/+589
|/ /
* / Don't install test/internal applications.Geir Storli2017-06-121-1/+0
|/
* Only include what you really needHenning Baldersheim2017-06-081-2/+2
* Do not provide unnecessary fastos/mutex.h by default.Henning Baldersheim2017-06-071-0/+2
* Hide BucketId::ListHenning Baldersheim2017-06-073-13/+9
* checkpoint for slimmer SerializableArrayHenning Baldersheim2017-06-063-4/+3
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-065-15/+15
* Include stringfmt where it was needed.Henning Baldersheim2017-06-065-9/+6
* Update expected results since all lines in the file shifted 1 down.Henning Baldersheim2017-06-011-22/+22
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0142-42/+4
* added worker init wrapper support for executorsHaavard2017-06-018-13/+134
* Reduce exposure of fastos.h and frt.h.Henning Baldersheim2017-05-302-5/+3