Very Low Activity

Commits

  Analyzed 2 days ago based on code collected 2 days ago.
  All Time 12 Month 30 Day
Commits: 153 27 0
Contributors: 2 1 0
Files Modified: 564 39 0
Lines Added: 116673 6010 0
Lines Removed: 107636 1203 0

Commits per Month

Most Recent Commits

 
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Now won't attempt to unload plugins when they were never initialized to begin with (parent from daemon) Avatar More... 3 months ago
* Fixed the unlinking of the pid and socket for real this time... (honest) (the daemon forks twice, leaving two parents to clean up after) Avatar More... 3 months ago
* Parent in daemon attempts to unlink both the pid and socket files. Fixed. Avatar More... 3 months ago
* Daemon parent never exited (oops, always tested in foreground mode) Avatar More... 3 months ago
* Fixed a problem that apparently only shows up in installs and not debug environments - apparently, the daemon will crash when checking if file descriptor -1 is set from the file descriptor set. A simple "no, it's not" would have been nice, but no... it needs to crash. Modified so that the daemon will check for -1 before attempting to set a file descriptor set or detecting if a file descriptor set contains a -1 Avatar More... 3 months ago
* Turns out the problem with gentoo and installs was the default use of --as-needed, which screws up library constructors and destructors. Reverting back to original constructor/destructor behavior Avatar More... 3 months ago
* Apparently, the gnu __attribute__((constructor)) and __attribute__((destructor)) functions don't work in gentoo when installed (but they work fine in a debug environment, maddeningly enough). It was a nice, convenient idea, but I'll work around it with an init and fini function for each plugin, which will be called when the plugin is loaded or unloaded, respectively Avatar More... 3 months ago
* Made plugin constructors static in an attempt to get them to work when installed in gentoo... (fingers crossed) Avatar More... 3 months ago
* Apparently, the behavior for the plugin loader (when installed) is different than in the debug environment. This change will cause it to stop bailing when loading invalid plugins in the plugin directory (though it may be better to convince cmake to stop installing files that can't be loaded by libtool in that directory) Avatar More... 3 months ago
* Daemon should be installed in sbin rather than bin Avatar More... 3 months ago
See All Commits
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.