aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok
Commit message (Collapse)AuthorAgeFilesLines
...
* use "localhost" in testArne Juul2018-10-031-6/+6
|
* Follow up on PR comments.Henning Baldersheim2018-09-283-17/+15
|
* Do not refer data that is movedHenning Baldersheim2018-09-281-24/+22
|
* Use std::unique_ptrHenning Baldersheim2018-09-285-45/+29
|
* Use std::unique_ptrHenning Baldersheim2018-09-282-7/+5
|
* Use std::unique_ptrHenning Baldersheim2018-09-286-72/+40
|
* Use unique_ptr to signal ownership correctlyHenning Baldersheim2018-09-288-59/+56
|
* Modernise code and use smart pointers and favor std containers over ↵Henning Baldersheim2018-09-2824-377/+273
| | | | homegrown specialized classes.
* Modernise code and use smart pointers and favor std containers over ↵Henning Baldersheim2018-09-283-36/+32
| | | | homegrown specialized classes.
* Modernise code and use smart pointers and favor std containers over ↵Henning Baldersheim2018-09-287-99/+80
| | | | homegrown specialized classes.
* remove non-instant invocationHåvard Pettersen2018-09-056-26/+26
|
* Remove whitespaceHenning Baldersheim2018-08-122-4/+4
|
* Pass stringref by valueHenning Baldersheim2018-08-111-1/+1
|
* Pass stringref by valueHenning Baldersheim2018-08-102-4/+4
|
* 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
|