summaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Collapse)AuthorAgeFilesLines
* Use std::mutex instead of FastOS_Mutex in slobrok and vespalog modules.Tor Egge2017-10-274-33/+30
|
* Merge pull request #3232 from vespa-engine/arnej/move-slobrokArnstein Ressem2017-08-281-1/+1
|\ | | | | move slobrok binary to sbin/
| * move slobrok binary to sbin/Arne Juul2017-08-161-1/+1
| |
* | Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+1
|/
* Update copyright headersJon Bratseth2017-06-1486-86/+86
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1486-86/+86
|
* Update copyright headersJon Bratseth2017-06-1486-86/+86
|
* Revert "Copyright header"Jon Bratseth2017-06-1386-86/+86
|
* Copyright headerJon Bratseth2017-06-1386-86/+86
|
* Rename slobrok programs to have vespa- prefix.Tor Egge2017-06-128-11/+10
| | | | Temporarily add symlinks from old name to new name.
* Reduce exposure to config internals.Henning Baldersheim2017-06-082-0/+2
|
* Remove assert that can not be reached anymore.Henning Baldersheim2017-06-071-2/+1
|
* Use a more precise NetworkSetupFailureException instead.Henning Baldersheim2017-06-071-2/+2
|
* Use shortform for nested namespaceHenning Baldersheim2017-06-071-5/+2
|
* Throw instead of asserting giving the user the ability to handle the error ↵Henning Baldersheim2017-06-071-11/+16
| | | | | | more gracefully. Also replace tab with spaces.
* split log and bufferedlogHenning Baldersheim2017-06-071-0/+1
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
|
* Reduce exposure of fastos.h and frt.h.Henning Baldersheim2017-05-3052-197/+155
| | | | Only include what you need where you need it.
* count failed heartbeatsArne H Juul2017-05-115-3/+12
|
* only produce warnings when there are unexpected collisionsArne H Juul2017-05-031-17/+15
|
* Add missing fileHenning Baldersheim2017-05-021-0/+28
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-18/+6
| | | | includes
* misc cleanup from BaldersheimArne H Juul2017-05-026-39/+17
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-246-17/+39
|
* Use overrideHenning Baldersheim2017-04-236-39/+17
|
* add override in slobrok moduleArne H Juul2017-04-107-11/+11
|
* Use overrideHenning Baldersheim2017-04-043-11/+1
|
* OverrideHenning Baldersheim2017-04-0417-67/+44
|
* Increase number of allowed files to 64k.Henning Baldersheim2017-03-132-9/+3
| | | | | Sacrifice accuracy of size to 64 bytes. This only affect memory representation.
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-132-0/+4
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-082-10/+13
| | | | destructors.
* NULL -> nullptrHenning Baldersheim2017-01-131-6/+6
|
* Let getStash return a reference.Henning Baldersheim2017-01-131-2/+2
|
* Use EXPECT_EQUALHenning Baldersheim2017-01-131-1/+1
|
* Now the destructor will actually be run.Henning Baldersheim2017-01-131-15/+5
|
* Oops, same syntax -> different semantics.Henning Baldersheim2017-01-131-4/+4
|
* replace memorytub with Stash.Henning Baldersheim2017-01-131-2/+2
|
* md5 had to move too.Henning Baldersheim2017-01-051-0/+1
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-194-3/+1
|
* Avoid pulling in all of slobrok and config everywhere.Henning Baldersheim2016-12-123-61/+76
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-122-12/+9
|
* Targeted includeHenning Baldersheim2016-12-121-5/+4
|
* add bracesArne H Juul2016-11-141-1/+2
|
* wait for slobrok server to start firstArne H Juul2016-11-141-5/+12
| | | | | | * since the SlobrokServer is started asynchronously in a different thread it may not be ready immediately. Add a loop retrying the initial connect to stabilize unit test.
* We only need one vtagHenning Baldersheim2016-10-218-292/+248
|
* switch back to ASSERTArne H Juul2016-10-071-72/+109
| | | | | | * if test fails, we want to avoid continuing to a possible segfault * use RAII for exception-safe cleanup * do not print failure details about requests that are expected to fail
* follow-up code reviewArne H Juul2016-10-071-2/+2
|
* remove too-complicated testArne H Juul2016-10-0610-476/+0
|
* more information if unit test failsArne H Juul2016-10-062-165/+188
|
* Added more dependencies to be able to compile and test in parallell.Arnstein Ressem2016-08-251-1/+1
|