summaryrefslogtreecommitdiffstats
path: root/slobrok/src/apps
Commit message (Collapse)AuthorAgeFilesLines
* use ref_counted in fnetHåvard Pettersen2023-03-062-3/+3
| | | | | | also get rid of some cleanup functions on reference counted classes enable specifying low-level parameters to addref/subref (cnt/reserve)
* remove FastOS_ApplicationHåvard Pettersen2022-04-083-59/+58
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* use getopt/getopt_long directlyHåvard Pettersen2022-04-011-5/+4
|
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* remove wiring of useNewLogic flagArne H Juul2021-09-201-4/+3
|
* wire feature flag into SBEnvArne H Juul2021-09-081-3/+4
|
* accept option "-N" (for new logic)Arne H Juul2021-09-071-1/+4
| | | | * note: this is a no-op for now.
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-301-1/+1
|
* Misc cleanup of includes and code healthHenning Baldersheim2020-12-011-1/+0
|
* Ensure static `SBEnv` instance is destroyed when exceptions are triggeredTor Brede Vekterli2019-09-121-3/+6
| | | | | | | Since the instance is declared as `static` it will otherwise be destroyed as part of the global destructor invocation cycle at exit. Any transitive dependencies that are also static may or may not be destroyed prior to the `SBEnv` instance itself, causing undefined behavior.
* Simplify the supervisor responsibilityHenning Baldersheim2019-05-102-20/+16
|
* Expose exception information. If totally unknown, generate core.Henning Baldersheim2018-10-091-4/+0
|
* Use std::unique_ptrHenning Baldersheim2018-09-282-22/+20
|
* Revert "Revert "Balder/quick restart of slobrok""Henning Baldersheim2018-04-051-7/+4
|
* Revert "Balder/quick restart of slobrok"Henning Baldersheim2018-04-051-4/+7
|
* Only bring up the state server with vespa-slobrok app.Henning Baldersheim2018-04-051-2/+3
|
* Use a reconfigurable stateserver.Henning Baldersheim2018-04-051-5/+1
|
* 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-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
|
* Copyright headerJon Bratseth2017-06-136-6/+6
|
* Rename slobrok programs to have vespa- prefix.Tor Egge2017-06-127-9/+8
| | | | Temporarily add symlinks from old name to new name.
* Reduce exposure to config internals.Henning Baldersheim2017-06-081-0/+1
|
* Reduce exposure of fastos.h and frt.h.Henning Baldersheim2017-05-302-4/+7
| | | | Only include what you need where you need it.
* misc cleanup from BaldersheimArne H Juul2017-05-022-15/+8
| | | | | | | * 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-242-8/+15
|
* Use overrideHenning Baldersheim2017-04-232-15/+8
|
* add override in slobrok moduleArne H Juul2017-04-103-3/+3
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-0/+1
|
* Targeted includeHenning Baldersheim2016-12-121-5/+4
|
* simplify slobrok dependencies (#214)Arne H Juul2016-06-241-1/+0
| | | | | * the slobrokserver library needs classes from the slobrok client / utility library. Modules that just want the server shouldn't need to worry about that explicitly.
* PublishJon Bratseth2016-06-159-0/+463