summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* event: Fix watchdog typesWilliam A. Kennington III2018-07-233-21/+23
|
* event: Add header documentationWilliam A. Kennington III2018-07-231-1/+107
|
* internal: More doc clarificationWilliam A. Kennington III2018-07-231-0/+2
|
* internal: Add header documentationWilliam A. Kennington III2018-07-234-2/+53
|
* example/follow: ImplementWilliam A. Kennington III2018-07-231-3/+107
|
* source/event: Rename Event to EventBaseWilliam A. Kennington III2018-07-233-36/+42
|
* source/io: Temporarily remove {get,set}_fd_ownWilliam A. Kennington III2018-07-236-74/+0
| | | | | | | 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.
* source/child: ImplementWilliam A. Kennington III2018-07-229-0/+288
|
* source/signal: Missing <sdeventplus/evet.hpp>William A. Kennington III2018-07-221-0/+1
|
* source/signal: ImplementWilliam A. Kennington III2018-07-229-0/+278
|
* source/io: ImplementWilliam A. Kennington III2018-07-229-0/+515
|
* test/source/event: Add missing <type_traits>William A. Kennington III2018-07-221-0/+1
|
* internal/sdevent: Build impl into objectWilliam A. Kennington III2018-07-222-159/+226
|
* source/event: Implement event_handler style sourcesWilliam A. Kennington III2018-07-228-0/+311
|
* test/time: Missing functionalWilliam A. Kennington III2018-07-221-0/+1
|
* test/time: Validate callbackWilliam A. Kennington III2018-07-221-0/+2
|
* example/heartbeat: Show a time exampleWilliam A. Kennington III2018-07-193-0/+40
|
* source/time: ImplementWilliam A. Kennington III2018-07-198-0/+421
|
* configure: Remove default automake includesWilliam A. Kennington III2018-07-191-1/+1
| | | | | Otherwise we end up masking c++ system headers like <exception> with our own test and example binaries
* utils: Fix type of performCallbackWilliam A. Kennington III2018-07-191-1/+1
|
* source/base: Make callback handling genericWilliam A. Kennington III2018-07-173-18/+31
|
* internal/utils: Errors now have namesWilliam A. Kennington III2018-07-173-10/+13
|
* source/base: Refactor out callback routineWilliam A. Kennington III2018-07-177-59/+97
| | | | | The callback mechanism will be used by other callback methods in the same fashion, so we can template and re-use this functionality
* source/base: Support automatically configuring userdataWilliam A. Kennington III2018-07-175-2/+61
| | | | | This makes callbacks work correctly as the systemd callback functions need to know where to look for the object storing the real callback.
* test/source/base: Clean up duplicated codeWilliam A. Kennington III2018-07-171-192/+110
|
* source/base: Implement movingWilliam A. Kennington III2018-07-173-8/+190
|
* source/base: Make it possible to get the prepare callbackWilliam A. Kennington III2018-07-173-0/+14
|
* source/base: Make it possible to get the underlying sd_event_sourceWilliam A. Kennington III2018-07-173-6/+15
|
* source/base: Only disable the event if it existsWilliam A. Kennington III2018-07-172-1/+14
| | | | | This shouldn't happen in practice but will be needed to supporting moving.
* source/base: Take an event directly instead of sdeventWilliam A. Kennington III2018-07-173-37/+79
| | | | Also expose a mechanism for retrieving our internal event.
* source/base: ConstifyWilliam A. Kennington III2018-07-172-14/+14
|
* event: Add trivial functionsWilliam A. Kennington III2018-07-175-0/+246
|
* code-coverage: Make lcov options configurableWilliam A. Kennington III2018-07-172-0/+21
|
* clock: Add class for future useWilliam A. Kennington III2018-07-179-0/+173
|
* event: Allow extracting the event and sdevent implWilliam A. Kennington III2018-07-173-0/+21
|
* event: Constify operationsWilliam A. Kennington III2018-07-172-6/+6
|
* code-coverage: Don't use full paths in HTML outputWilliam A. Kennington III2018-07-171-0/+4
|
* event: Constify sdeventWilliam A. Kennington III2018-07-172-9/+13
|
* sdref: Moves should actually invalidate the referenceWilliam A. Kennington III2018-07-173-1/+58
| | | | | This also makes it possible to use in boolean expressions to check validity.
* sdref: Fix stylingWilliam A. Kennington III2018-07-171-0/+4
|
* sdref: Constify sdeventWilliam A. Kennington III2018-07-172-6/+7
|
* sdevent: Cleanup spacingWilliam A. Kennington III2018-07-171-0/+8
|
* clang-format: Always break template declarationsWilliam A. Kennington III2018-07-173-6/+11
|
* test/event: Fix extraneous Event creationWilliam A. Kennington III2018-07-171-3/+1
|
* source/base: Add the prepare callback functionalityWilliam A. Kennington III2018-07-174-0/+134
|
* source/base: Expose trivial built in methodsWilliam A. Kennington III2018-07-175-6/+315
|
* configure: Make examples optionalWilliam A. Kennington III2018-07-172-0/+9
|
* configure: Fix help stringsWilliam A. Kennington III2018-07-171-2/+3
|
* Large refactoringWilliam A. Kennington III2018-07-1722-270/+338
|
* code-coverage: Ignore system headers and sd_event implWilliam A. Kennington III2018-07-171-0/+7
|
OpenPOWER on IntegriCloud