Commit History

Author SHA1 Message Date
  Alex Smith c502e00b7c Merge pull request #146 from gicmo/flatpak_portal 5 years ago
  Marc Di Luzio 83c4d38858 Use PATH_MAX-1 as strncopy doesn't always set the final null byte 5 years ago
  Christian Kellner 0c36f3a6b0 Talk to the portal when running inside a flatpak 5 years ago
  Christian Kellner 536d687c9a Use defines for dbus name, path, interface 5 years ago
  Marc Di Luzio 44ab695246 Fix memory leak ambiguity with executable names 5 years ago
  Marc Di Luzio 9db7442a31 Fix potential memory leak in game_mode_initialise_gpu 5 years ago
  Marc Di Luzio 23dd471f6b Add clang analyzer check using scan-build 5 years ago
  Marc Di Luzio 89904602e9 Fix formatting for travis 5 years ago
  Marc Di Luzio c276f760c7 Add comment about the reaper thread dealing with config file changes 5 years ago
  Marc Di Luzio 5d0a413035 Only perform the leave/enter loop when gamemode is already active/has clients 5 years ago
  Marc Di Luzio ec55bda3b2 Implement inotify check on the reaper thread for config changes 5 years ago
  Marc Di Luzio ceb1808c95 Initial implementation of a RefreshConfig dbus interface 5 years ago
  Alex Smith 16e7d06083 Fix up error logging in game_mode_resolve_wine_preloader() 5 years ago
  Alex Smith b04e39df43 Merge pull request #143 from mdiluz/client-example-check 5 years ago
  Alex Smith 09e475e092 Typo fixes 5 years ago
  Alex Smith 139b644d6d Merge pull request #142 from mdiluz/fixes-and-longoptions 5 years ago
  Marc Di Luzio f41ecda047 Fix a missing e 5 years ago
  Marc Di Luzio 7ede50af39 Make sure we actually build the examples in the travis tests 5 years ago
  Marc Di Luzio ddecc89f10 Add a note about GAMEMODE_AUTO and blocking calls 5 years ago
  Marc Di Luzio ddc802573a Remove unneeded includes in gamemode_client.h 5 years ago
  Marc Di Luzio a27e741beb Reformat long_options now that travis matches 5 years ago
  Marc Di Luzio f401b49b1a Close the openned task dirs to prevent a leak 5 years ago
  Marc Di Luzio 41d35fa12a Add a zeroed final option for getopt_long for correctness 5 years ago
  Marc Di Luzio 0d018d91a8 Implement some error logging/checking and clean up some TODO comments 5 years ago
  Marc Di Luzio ef29b35258 Make sure we don't leave a hanging gamemode request from the child process 5 years ago
  Marc Di Luzio 139b90e0b7 Refactor the process test function 5 years ago
  Marc Di Luzio 4091a0c532 Now that renice works - set it to a hard fail again 5 years ago
  Marc Di Luzio f00a89bc56 Actually apply setpriority to the thread not the client 5 years ago
  Marc Di Luzio 2d19b61a38 Always log when getpriority fails - we will likely want to know 5 years ago
  Marc Di Luzio 16c932f5d0 Adjust logs for generic process test function 5 years ago