aboutsummaryrefslogtreecommitdiffstats
path: root/fastlib
Commit message (Collapse)AuthorAgeFilesLines
...
* -1 must -1 and not the largest possible 64 bit number... which is always ↵Henning Baldersheim2016-09-291-3/+3
| | | | bigger than 0
* Leave room for PUSH_BACKHenning Baldersheim2016-09-271-2/+3
|
* Do not do -1 on sizeHenning Baldersheim2016-09-272-4/+2
|
* - Bracing and styleHenning Baldersheim2016-09-274-259/+103
| | | | | - Buffer on heap, not stack. - Do not read past buffer.
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* use cmathArne Juul2016-06-271-1/+2
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* fix race condition in legacy http serverHaavard2016-06-241-1/+1
| | | | | this is a minimal fix to avoid shutdown hang when http server start/stop gets reordered.
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Switch to github username.Tor Egge2016-06-171-1/+1
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-164-9/+9
|
* PublishJon Bratseth2016-06-15126-0/+184028