-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: Flow-IPC/flow
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
flow (probably also Flow-IPC): Get rid of the period, space-space log+comment convention (sigh).
from-akamai-pre-open
Issue origin is Akamai, before opening source
style-refactor
An enhancement mainly for style and/or best practices; maybe minor perf benefits
#74
opened Mar 10, 2024 by
ygoldfeld
flow.async: In ..._task_loop, add a way to get number of pending jobs in the thread pool job queue.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#62
opened Mar 9, 2024 by
ygoldfeld
flow.async: In Concurrent_task_loop hierarchy, ability to increase (maybe decrease) thread pool size.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#63
opened Mar 9, 2024 by
ygoldfeld
flow.async: In ..._task_loop, need a way to supply thread attributes at instantiation (minimally, stack size).
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#64
opened Mar 9, 2024 by
ygoldfeld
flow.log: Add built-in token sanitizing (for security/safety).
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#65
opened Mar 9, 2024 by
ygoldfeld
flow (also Flow-IPC?): Style: 0 -> nullptr.
from-akamai-pre-open
Issue origin is Akamai, before opening source
style-refactor
An enhancement mainly for style and/or best practices; maybe minor perf benefits
#66
opened Mar 9, 2024 by
ygoldfeld
flow.perf: Add auto-timer around existing Clock_types et al: a-la boost.timer.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#67
opened Mar 10, 2024 by
ygoldfeld
flow.cfg et al: Accept "u" as the micro(seconds) input in cfg::Option_set (and for general istreams?)
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#68
opened Mar 10, 2024 by
ygoldfeld
flow.log: Add message IDs and filtering by message ID.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#69
opened Mar 10, 2024 by
ygoldfeld
flow.log: Rate-limit individual messages, possibly via macro magic.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#70
opened Mar 10, 2024 by
ygoldfeld
flow.log, possibly flow.async et al: Shorten Async_file_logger thread name (+other thread-name work?).
bug
Something isn't working
from-akamai-pre-open
Issue origin is Akamai, before opening source
#71
opened Mar 10, 2024 by
ygoldfeld
flow.async: perf: Concurrent_task_loop hierarchy should be de-virtualized and templatized.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#72
opened Mar 10, 2024 by
ygoldfeld
flow.async: Utility to block signals in thread; possibly throw in a convenience API for ..._task_loop.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#61
opened Mar 9, 2024 by
ygoldfeld
flow.cfg: In Config_manager doc header suggest a strategy for applications for handling dynamic update requests.
documentation
Improvements or additions to documentation
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#73
opened Mar 10, 2024 by
ygoldfeld
flow: ~All Flow public classes (inc. noncopyable) should be move-ctible and move-assignable.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#75
opened Mar 10, 2024 by
ygoldfeld
flow: Add Something isn't working
from-akamai-pre-open
Issue origin is Akamai, before opening source
noexcept
to move ctors (at least); including to avoid copying in vector (at least).
bug
#76
opened Mar 10, 2024 by
ygoldfeld
flow.log: perf: Possibly tweak Async_file_logger to dealloc msg/mdt objects in the same thread that alloc-ed them.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#77
opened Mar 10, 2024 by
ygoldfeld
flow.log: Add printf-format capability.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#78
opened Mar 10, 2024 by
ygoldfeld
flow.log: Async_file_logger: Add gzip-on-the-fly; gzip chunks; etc.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#79
opened Mar 10, 2024 by
ygoldfeld
flow.log: Alias for log::Sev::S_NONE: log::OFF.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#80
opened Mar 10, 2024 by
ygoldfeld
flow.log et al: Add or modify FATAL-related flow.log / flow.error APIs to possibly auto-abort().
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#81
opened Mar 10, 2024 by
ygoldfeld
flow: Unit tests needed.
bug
Something isn't working
from-akamai-pre-open
Issue origin is Akamai, before opening source
test
Unit and functional tests; demo/example programs
#82
opened Mar 10, 2024 by
ygoldfeld
flow: Formal test coverage analysis.
bug
Something isn't working
from-akamai-pre-open
Issue origin is Akamai, before opening source
#83
opened Mar 10, 2024 by
ygoldfeld
flow.util: Basic_blob - Empty base class optimization & members order optimization.
enhancement
New feature or request
from-akamai-pre-open
Issue origin is Akamai, before opening source
#84
opened Mar 10, 2024 by
ygoldfeld
flow: Have/normalize to-string API for all objects.
enhancement
New feature or request
#86
opened Mar 11, 2024 by
ygoldfeld
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.