2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
local-job messages to the scheduler were broken. Client tried to send them after END was already sent. Not possible. Working around this exposed some other bugs. More... almost 21 years ago
Also removing it from daemons joblist leaves the scheduler in a saner state. More... almost 21 years ago
Rewrite end of socket handling. Fixes at least one segfault. Still not complete though. More... almost 21 years ago
Don't access deleted message. Send END message only when daemon got successfully contacted. More... almost 21 years ago
do not fall back in the daemon when the environment doesn't exist More... almost 21 years ago
Otherwise we have forgotten in two weeks. More... almost 21 years ago
don't let linux 2.6.2 DoS us ;( More... almost 21 years ago
I think a script is better. More... almost 21 years ago
one part is done More... about 21 years ago
make support for versions work. You still better do not update though :) More... about 21 years ago
two fixes for the env transfer More... about 21 years ago
more work on compiler environments More... about 21 years ago
adding an option to create a tar ball with the compile environment More... about 21 years ago
let the compiler decide if he can inline More... about 21 years ago
thanks Frerich, but the arguments once are fine More... about 21 years ago
- Whoever wanted to make this compile on FreeBSD must've been using an editor window which was only three lines in height. More... about 21 years ago
- fixed copy&paste error More... about 21 years ago
- allow for selecting a custom port (pending: implement in daemon and monitor) - more verbose help More... about 21 years ago
compile More... about 21 years ago
trying harder to catch unexpected client errors gracefully More... about 21 years ago
- Fix code duplication (and removed funny appendList implementation, why on earth is there a dedicated method for such a task?) More... about 21 years ago
Handle user break doing local compiles, in order to always send JobLocalDoneMsg. They'd stay stuck in icemon (at least). More... about 21 years ago
Maybe even better - create the data from remote compilation first as a temporary file, rename only after successfully receving it. More... about 21 years ago
Don't create empty .o files if remote compile failed. More... about 21 years ago
Fix usage when used together with ccache. Gcc has the brai^H^H^Hinteresting feature that g++ -E preprocessed.ii outputs big nothing. Detect .i/.ii files and use cat instead of g++ -E for them. More... about 21 years ago
- Trying to get /proc-dependant stuff ported to FreeBSD More... about 21 years ago
1014 -> 1024 . Let's not risk load higher than maximum ;). More... about 21 years ago
Too much copy-paste. No sense in an own process group for the client. More... about 21 years ago
I prefer it this way. More... about 21 years ago
Nice cryptic error message. Either the type is list, or the variable is list, but not both. More... about 21 years ago