summaryrefslogtreecommitdiffstats
path: root/vespalib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | lazy resolver
| * 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
| |\ | | | | | | Balder/add zstd compressor
| | * 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
| | | | Only include what you need where you need it.
* Reduce fastos.h dependency.Henning Baldersheim2017-05-2619-44/+26
|
* support tensor mapping for wrapped simple tensorsHaavard2017-05-231-4/+4
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-093-12/+15
|
* 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."
* Merge pull request #2398 from yahoo/balder/register-is-not-allowed-in-iso-c++1zHenning Baldersheim2017-05-052-4/+5
|\ | | | | Balder/register is not allowed in iso c++1z
| * include <functional> explicitHenning Baldersheim2017-05-051-0/+1
| |
| * ISO C++1z does not allow ‘register’ storage class specifier (gcc 7)Henning Baldersheim2017-05-051-4/+4
| |
* | Deinline.Henning Baldersheim2017-05-052-0/+5
|/
* Whitespace ++Henning Baldersheim2017-05-042-7/+6
|
* Update fixture test and fix for 7 FsHenning Baldersheim2017-05-032-4/+4
|
* Revert "Revert "Fix warnings hidden earlier due to including application ↵Henning Baldersheim2017-05-0331-160/+191
| | | | headers as s…""
* Revert "Fix warnings hidden earlier due to including application headers as ↵Henning Baldersheim2017-05-0331-191/+160
| | | | s…"
* And down in the corner there lay a lonely small forgotten file...Henning Baldersheim2017-05-031-0/+13
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-0230-160/+178
| | | | includes
* make socket selection more flexibleHaavard2017-04-265-79/+105
| | | | | | | | freely specify read/write selection handler no longer expected to map context to file descriptor selector no longer bound to handler selector templated on context directly also added listen failure warning for server sockets
* support async connect (and listen)Haavard2017-04-248-6/+93
| | | | additional tweaks and testing
* Revert "Balder/enforce override 2"Arne H Juul2017-04-242-2/+6
|
* Merge pull request #2236 from yahoo/balder/enforce-override-2Henning Baldersheim2017-04-232-6/+2
|\ | | | | Balder/enforce override 2
| * Add override to memfilepersistence.Henning Baldersheim2017-04-231-1/+0
| |
| * Use overrideHenning Baldersheim2017-04-231-5/+2
| |