<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/distcc-git.git/man, branch python3</title>
<subtitle>github.com: distcc/distcc.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/'/>
<entry>
<title>Reference the pump(1) man page from the lsdistcc(1) man page.</title>
<updated>2012-05-09T18:40:30+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2012-05-09T18:40:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=b43b3e212f1e5e07f843bcb6d0e40a6d9ddc9519'/>
<id>b43b3e212f1e5e07f843bcb6d0e40a6d9ddc9519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page for lsdistcc.</title>
<updated>2012-05-09T18:28:40+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2012-05-09T18:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=ed62def56ca2f8273b874269dce79f230566edb4'/>
<id>ed62def56ca2f8273b874269dce79f230566edb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue 108 &lt;http://code.google.com/p/distcc/issues/detail?id=108&gt;:</title>
<updated>2012-04-20T16:05:55+00:00</updated>
<author>
<name>Kamal Mostafa</name>
<email>kamal@whence.com</email>
</author>
<published>2012-04-20T16:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=66d0e7f2234cb779c3f19b743b3f91b05b598f24'/>
<id>66d0e7f2234cb779c3f19b743b3f91b05b598f24</id>
<content type='text'>
include_server --no_force_dirs inhibits forcing_technique

The "forcing_technique" trick which handles the (rare) case of files
included as e.g. &lt;foo/../file.h&gt; causes a performance degradation:
The forcing files accumulate over the life of the include_server, making
distcc send more and more (useless) files as the build progresses.
While the forcing files are zero-length, the transmission filenames
themselves introduce a significant overhead for builds with many files
and directories.

This patch implements the include_server arg --no_force_dirs, which if
set switches off the "forcing_technique" scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
include_server --no_force_dirs inhibits forcing_technique

The "forcing_technique" trick which handles the (rare) case of files
included as e.g. &lt;foo/../file.h&gt; causes a performance degradation:
The forcing files accumulate over the life of the include_server, making
distcc send more and more (useless) files as the build progresses.
While the forcing files are zero-length, the transmission filenames
themselves introduce a significant overhead for builds with many files
and directories.

This patch implements the include_server arg --no_force_dirs, which if
set switches off the "forcing_technique" scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for distcc issue 103 &lt;http://code.google.com/p/distcc/issues/detail?id=103&gt;:</title>
<updated>2012-04-04T20:28:47+00:00</updated>
<author>
<name>Kamal Mostafa</name>
<email>kamal@whence.com</email>
</author>
<published>2012-04-04T20:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=3c90113fc3411e4baa18aab9d32b2dea36a15ae7'/>
<id>3c90113fc3411e4baa18aab9d32b2dea36a15ae7</id>
<content type='text'>
hardcoded 60 second backoff period should be tunable

Makes the backoff behavior tunable via a new env var DISTCC_BACKOFF_PERIOD.
The default backoff remains set for 60 seconds.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hardcoded 60 second backoff period should be tunable

Makes the backoff behavior tunable via a new env var DISTCC_BACKOFF_PERIOD.
The default backoff remains set for 60 seconds.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for distcc issue 102 &lt;http://code.google.com/p/distcc/issues/detail?id=102&gt;:</title>
<updated>2012-04-04T20:22:04+00:00</updated>
<author>
<name>Kamal Mostafa</name>
<email>kamal@whence.com</email>
</author>
<published>2012-04-04T20:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=231bb60fc46a7facb554c4fba0c8625158f66cde'/>
<id>231bb60fc46a7facb554c4fba0c8625158f66cde</id>
<content type='text'>
"all servers busy" dcc_lock_pause is hardcoded at 1 sec, could be tunable.

Makes the pause time tunable via a new env var DISTCC_PAUSE_TIME_MSEC.
The default remains set for 1 second.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"all servers busy" dcc_lock_pause is hardcoded at 1 sec, could be tunable.

Makes the pause time tunable via a new env var DISTCC_PAUSE_TIME_MSEC.
The default remains set for 1 second.

</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate the checked-in HTML for the man pages.</title>
<updated>2011-10-24T23:26:20+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2011-10-24T23:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=7e048d9e159fff2e6d11117880377c14a73c88ad'/>
<id>7e048d9e159fff2e6d11117880377c14a73c88ad</id>
<content type='text'>
The HTML files were generated automatically using

  sudo apt-get install troffcvt
  make man-html

But I have also changed the man source files to ensure that
the generated output still looks nice.  The changes were
mainly replacing blank lines with ".PP", but there were a
few other tweaks needed too.

Tested by viewing the output on both Chrome and Safari,
and using "man" and (equivalently) "nroff -man" and
examining the changes.

Reviewed by Craig Silverstein.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The HTML files were generated automatically using

  sudo apt-get install troffcvt
  make man-html

But I have also changed the man source files to ensure that
the generated output still looks nice.  The changes were
mainly replacing blank lines with ".PP", but there were a
few other tweaks needed too.

Tested by viewing the output on both Chrome and Safari,
and using "man" and (equivalently) "nroff -man" and
examining the changes.

Reviewed by Craig Silverstein.

</pre>
</div>
</content>
</entry>
<entry>
<title>Apply a suggestion from Craig Silverstein: update the documentation</title>
<updated>2011-10-24T00:57:00+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2011-10-24T00:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=869bd169cd8953f357f4df3f246b98237ee5f345'/>
<id>869bd169cd8953f357f4df3f246b98237ee5f345</id>
<content type='text'>
for the --whitelist option to make it clear that distcc will accept
connections *only* from users on the list.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for the --whitelist option to make it clear that distcc will accept
connections *only* from users on the list.

</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error in manual: to disable fallback, set DISTCC_FALLBACK to 0 not 1.</title>
<updated>2010-11-16T18:51:41+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2010-11-16T18:51:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=dcc372b52ff04cd7bd90e4ff9e59295d5a3669f2'/>
<id>dcc372b52ff04cd7bd90e4ff9e59295d5a3669f2</id>
<content type='text'>
Resolves &lt;http://code.google.com/p/distcc/issues/detail?id=75&gt;.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves &lt;http://code.google.com/p/distcc/issues/detail?id=75&gt;.

</pre>
</div>
</content>
</entry>
<entry>
<title>Apply patch from Ryan Burns &lt;rburns@pixar.com&gt;:</title>
<updated>2010-05-04T19:52:04+00:00</updated>
<author>
<name>fergus.henderson</name>
<email>fergushenderson@users.noreply.github.com</email>
</author>
<published>2010-05-04T19:52:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=7899ee33e9f41e5e1b33e22dce63d2422030c6a6'/>
<id>7899ee33e9f41e5e1b33e22dce63d2422030c6a6</id>
<content type='text'>
add an environment variable DISTCC_SKIP_LOCAL_RETRY for skipping
the local retry in case of a remote compilation failure.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add an environment variable DISTCC_SKIP_LOCAL_RETRY for skipping
the local retry in case of a remote compilation failure.

</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for $DISTCC_IO_TIMEOUT.</title>
<updated>2010-02-10T03:31:34+00:00</updated>
<author>
<name>zhanglei</name>
<email>zhanglei@gmail.com</email>
</author>
<published>2010-02-10T03:31:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/distcc-git.git/commit/?id=6ef4e4177bf19a0a78c1fe3e21538696b4ff720c'/>
<id>6ef4e4177bf19a0a78c1fe3e21538696b4ff720c</id>
<content type='text'>
Reviewed by Fergus Henderson.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by Fergus Henderson.
</pre>
</div>
</content>
</entry>
</feed>
