[Commits] [wesnoth/wesnoth] 995f68: campaignd: Emit debug messages when writing config...
GitHub
noreply at github.com
Wed Oct 29 01:07:06 UTC 2014
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 995f680b5a9233cd2f8d155e32719993fa25f784
https://github.com/wesnoth/wesnoth/commit/995f680b5a9233cd2f8d155e32719993fa25f784
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Emit debug messages when writing configuration to disk
Commit: 6fc02576efb756ce9eaf9887b09c069df80d96d4
https://github.com/wesnoth/wesnoth/commit/6fc02576efb756ce9eaf9887b09c069df80d96d4
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Write config to disk even if the clock is running backwards
Commit: bb28364d764bd6cb7f9078668feeb9d8a097716a
https://github.com/wesnoth/wesnoth/commit/bb28364d764bd6cb7f9078668feeb9d8a097716a
Author: Ignacio R. Morelle <shadowm at wesnoth.org>
Date: 2014-10-28 (Tue, 28 Oct 2014)
Changed paths:
M src/campaign_server/campaign_server.cpp
Log Message:
-----------
campaignd: Use a POSIX monotonic clock for scheduling config commits
Only available on Linux and probably some BSD systems. For other systems
we issue a #warning and use time() instead (which will cause the
compiler to quit with -Werror, but that's the whole point).
Compare: https://github.com/wesnoth/wesnoth/compare/40c1448e6742...bb28364d764b
More information about the Commits
mailing list