<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/configs, branch realpath</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=realpath</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=realpath'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2018-06-09T08:51:46+00:00</updated>
<entry>
<title>realpath: implement realpath(3) and enable realpath(1)</title>
<updated>2018-06-09T08:51:46+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-06-09T08:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=83f299376147a26436bc668ebcf0966a05010951'/>
<id>urn:sha1:83f299376147a26436bc668ebcf0966a05010951</id>
<content type='text'>
The implementation of realpath(3) is based on code by Stuart Dootson
(studoot on GitHub).
</content>
</entry>
<entry>
<title>Update default configuration</title>
<updated>2018-05-13T07:26:21+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-05-13T07:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eece779cb0921e8eab94a0d41b799fb9acb497c2'/>
<id>urn:sha1:eece779cb0921e8eab94a0d41b799fb9acb497c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update default configuration</title>
<updated>2018-04-09T08:15:43+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-09T08:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a316078ad17ba2dc6483d6cc0f63ff5c53b04d91'/>
<id>urn:sha1:a316078ad17ba2dc6483d6cc0f63ff5c53b04d91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vi: turn off FEATURE_VI_ASK_TERMINAL in the default configuration</title>
<updated>2018-04-05T14:33:20+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-05T14:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3f18c23c67ea8614f1901265d100d3e49bc7491e'/>
<id>urn:sha1:3f18c23c67ea8614f1901265d100d3e49bc7491e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ttysize: enable in default configuration</title>
<updated>2018-04-03T11:29:01+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-03T10:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=dcfb820bb9c889ec186c9b3ad28d53bd8626363e'/>
<id>urn:sha1:dcfb820bb9c889ec186c9b3ad28d53bd8626363e</id>
<content type='text'>
Previously

   $ HEIGHT=$(ttysize h)

would always return a default height of 24 because stdout wasn't
connected to a console.  Now that get_terminal_width_height also
checks stderr the above works.
</content>
</entry>
<entry>
<title>Update default configurations</title>
<updated>2018-04-02T08:30:38+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-04-02T08:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9135f0ac53c4fb1349eb0e886f12b033a4251673'/>
<id>urn:sha1:9135f0ac53c4fb1349eb0e886f12b033a4251673</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow icon resources to be included in the binary</title>
<updated>2018-03-27T11:19:30+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-03-27T10:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b7555409f60b9506cc3edb9fa3224dc051c027c6'/>
<id>urn:sha1:b7555409f60b9506cc3edb9fa3224dc051c027c6</id>
<content type='text'>
Include two styles of icon from the GNOME Adwaita theme.  These
are enabled by default and add 30 Kbytes to the size of the binary.
</content>
</entry>
<entry>
<title>wget: add support for https</title>
<updated>2018-03-15T10:39:20+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-03-15T10:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7cc082e2370da69c8783812c251190d316ce82b3'/>
<id>urn:sha1:7cc082e2370da69c8783812c251190d316ce82b3</id>
<content type='text'>
Allow wget to support https URLs.  Changes are:

- Add mingw_popen2 which uses a named pipe to allow bidirectional
  communication with a child process;
- Modify ssl_client to accept a WIN32 handle instead of a file
  descriptor as an argument;
- Allow tls_get_random to open /dev/urandom;
- Using the above changes implement a WIN32 version of spawn_ssl_client
  in wget.

This closes GitHub issue #75.

Also, enable authentication in wget.
</content>
</entry>
<entry>
<title>pipe_progress: enable in default build</title>
<updated>2018-03-09T09:18:03+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-03-09T08:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b07439a68123cc4a0df20754daec448bb9b42606'/>
<id>urn:sha1:b07439a68123cc4a0df20754daec448bb9b42606</id>
<content type='text'>
See issue #97.
</content>
</entry>
<entry>
<title>lineedit: disable window size tracking in default configuration</title>
<updated>2018-03-01T09:14:07+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2018-03-01T09:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=701a8d6783f09597e1c9b386b1e6ba890807854c'/>
<id>urn:sha1:701a8d6783f09597e1c9b386b1e6ba890807854c</id>
<content type='text'>
SIGWINCH isn't available on Microsoft Windows.  Make the use of
SIGWINCH configurable and disable it by default.
</content>
</entry>
</feed>
