<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/fetch/fetch.c, branch releng/11.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F11.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-03-05T07:26:05Z</updated>
<entry>
<title>MFC r326276:</title>
<updated>2018-03-05T07:26:05Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-05T07:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=25d4b2c1b89d42d752e23f9935692f481cb272ea'/>
<id>urn:sha1:25d4b2c1b89d42d752e23f9935692f481cb272ea</id>
<content type='text'>
various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>Remove defunct SSLv2 support from fetch(1) and fetch(3).</title>
<updated>2015-03-25T18:56:36Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2015-03-25T18:56:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=01ed3ca3dedacaf3449a953e213dd462995c04fd'/>
<id>urn:sha1:01ed3ca3dedacaf3449a953e213dd462995c04fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase the default (and minimum) buffer size from 4 kB to 16 kB.  Also,</title>
<updated>2014-01-28T14:32:04Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-01-28T14:32:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c2ea176dac56517cb41d102fc89e7a7a337c372d'/>
<id>urn:sha1:c2ea176dac56517cb41d102fc89e7a7a337c372d</id>
<content type='text'>
propagate the buffer size to libc, which uses a 1 kB buffer by default,
negating any hypothetical benefit of increasing fetch(1)'s buffer size.

MFC after:	3 days
</content>
</entry>
<entry>
<title>whitespace and bump copyright</title>
<updated>2014-01-28T14:29:24Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2014-01-28T14:29:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2043423cd1c2ca8697d549ac7b8b948f1d0e9597'/>
<id>urn:sha1:2043423cd1c2ca8697d549ac7b8b948f1d0e9597</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement certificate verification, and many other SSL-related</title>
<updated>2013-07-26T15:53:43Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2013-07-26T15:53:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dcd47379ffc1168608d206d873b9db9bd31e0b2f'/>
<id>urn:sha1:dcd47379ffc1168608d206d873b9db9bd31e0b2f</id>
<content type='text'>
imrovements; complete details in the PR.

PR:		kern/175514
Submitted by:	Michael Gmelin &lt;freebsd@grem.de&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Correct check to see if file changes.</title>
<updated>2013-06-02T18:10:07Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-06-02T18:10:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a96469b791436bd829caebea1f93b1ef7ceb8ba5'/>
<id>urn:sha1:a96469b791436bd829caebea1f93b1ef7ceb8ba5</id>
<content type='text'>
Reported by:	swildner@DragonFlyBSD.org
Reviewed by:	des
</content>
</entry>
<entry>
<title>Fix bandwidth reporting when doing a restarted download with "-r".</title>
<updated>2012-12-09T22:54:03Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2012-12-09T22:54:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=162361c1988b107606f9546b2c3543c58970123a'/>
<id>urn:sha1:162361c1988b107606f9546b2c3543c58970123a</id>
<content type='text'>
The offset is already accounted for in xs-&gt;lastrcvd and doesn't
have to be subtracted again.

Reported by:	Florian Smeets &lt;flo@smeets.im&gt;
Submitted by:	Mateusz Guzik &lt;mjguzik@gmail.com&gt;
Tested by:	Florian Smeets &lt;flo@smeets.im&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add check for failure of mkstemp and setenv.</title>
<updated>2012-12-08T18:41:16Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-08T18:41:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2214137ab1656e80c340fd3dc1db4d901959e2a5'/>
<id>urn:sha1:2214137ab1656e80c340fd3dc1db4d901959e2a5</id>
<content type='text'>
Reviewed by:	des
Approved by:	cperciva (implicit)
Obtained from:	DragonFlyBSD
MFC after:	1 week
</content>
</entry>
<entry>
<title>Change fetch(1) to:</title>
<updated>2012-11-16T12:05:10Z</updated>
<author>
<name>Andre Oppermann</name>
<email>andre@FreeBSD.org</email>
</author>
<published>2012-11-16T12:05:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae7dc19cd16eccf54fbdb7e60c8dbbc737c8f2c1'/>
<id>urn:sha1:ae7dc19cd16eccf54fbdb7e60c8dbbc737c8f2c1</id>
<content type='text'>
o Report the instantaneous bandwidth instead of an average since the
  beginning of the download.

o At the finish of the download report the average bandwidth and also
  the total time it took instead of 00m00s.

Reviewed by:	des
MFC after:	1 week
</content>
</entry>
<entry>
<title>More -Wmissing-variable-declarations fixes.</title>
<updated>2012-10-19T14:49:42Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-10-19T14:49:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bf70becee6ff4798acdcfd586a88ad38b7b17495'/>
<id>urn:sha1:bf70becee6ff4798acdcfd586a88ad38b7b17495</id>
<content type='text'>
In addition to adding `static' where possible:

- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
</content>
</entry>
</feed>
