fb601de5 | 23-Jul-2018 |
William A. Kennington III <wak@google.com> |
event: Add header documentation |
85aa7605 | 23-Jul-2018 |
William A. Kennington III <wak@google.com> |
internal: More doc clarification |
16cf1b6c | 23-Jul-2018 |
William A. Kennington III <wak@google.com> |
internal: Add header documentation |
7b79fb55 | 23-Jul-2018 |
William A. Kennington III <wak@google.com> |
example/follow: Implement |
86be5dd8 | 23-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/event: Rename Event to EventBase |
eaf815f7 | 23-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/io: Temporarily remove {get,set}_fd_own
These functions were implemented only in newer systemd 237+. We often deal with older verisons so lets add them back after some time passes. We could a
source/io: Temporarily remove {get,set}_fd_own
These functions were implemented only in newer systemd 237+. We often deal with older verisons so lets add them back after some time passes. We could also make them an optional autodetected feature to work around the issue.
show more ...
|
571fdf9e | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/child: Implement |
210ce580 | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/signal: Missing <sdeventplus/evet.hpp> |
a3a38504 | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/signal: Implement |
ce80c3ff | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/io: Implement |
ebcb4f1e | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
test/source/event: Add missing <type_traits> |
09e36d70 | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
internal/sdevent: Build impl into object |
5a7365c6 | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/event: Implement event_handler style sources |
425691a2 | 22-Jul-2018 |
William A. Kennington III <wak@google.com> |
test/time: Missing functional |
1072c7f0 | 19-Jul-2018 |
William A. Kennington III <wak@google.com> |
test/time: Validate callback |
7e2e60e7 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
example/heartbeat: Show a time example |
e32a88e1 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/time: Implement |
15ac2224 | 19-Jul-2018 |
William A. Kennington III <wak@google.com> |
configure: Remove default automake includes
Otherwise we end up masking c++ system headers like <exception> with our own test and example binaries |
00ede16c | 19-Jul-2018 |
William A. Kennington III <wak@google.com> |
utils: Fix type of performCallback |
e0f1d199 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Make callback handling generic |
4e9e604f | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
internal/utils: Errors now have names |
feef68f7 | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Refactor out callback routine
The callback mechanism will be used by other callback methods in the same fashion, so we can template and re-use this functionality |
2d943ead | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Support automatically configuring userdata
This makes callbacks work correctly as the systemd callback functions need to know where to look for the object storing the real callback. |
e3e1df0b | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
test/source/base: Clean up duplicated code |
cc6b12be | 17-Jul-2018 |
William A. Kennington III <wak@google.com> |
source/base: Implement moving |