summaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Collapse)AuthorAgeFilesLines
* use LOG_ABORT not just abort()Arne Juul2018-06-122-4/+4
| | | | | | | | | | * 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
|
* Move it to a less general namespaceHenning Baldersheim2018-04-052-4/+4
|
* Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-059-42/+136
|
* Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-059-136/+42
|
* Giving up if it fails constructing the StateServer for a long enough period.Henning Baldersheim2018-04-052-6/+13
|
* Use default timeoutHenning Baldersheim2018-04-051-1/+1
|
* Only bring up the state server with vespa-slobrok app.Henning Baldersheim2018-04-056-8/+27
|
* Use a reconfigurable stateserver.Henning Baldersheim2018-04-059-37/+105
|
* 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
|