| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
over plugin_t
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
If glob(3) is not available just try to open the pattern as regular
file. The reason for this change is that glob(3) is not available on Android.
|
| |
|
| |
|
|
|
|
|
| |
Doing so might result in a deadlock during shutdown if a delayed
restart is locked on the bus during the debug statement.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
signed char
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
dynamically
|
| |
|
| |
|
|
|
|
|
| |
This allows to add additional plugins even when the original build was
monolithic. Also fixes the pluto/xauth bug with the monolithic build.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes a crash if lifetime of key is bound to value (i.e. key == value)
|
| |
|
| |
|