<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/mailutils, branch 1_15_1</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_15_1</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_15_1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2009-07-07T05:52:34+00:00</updated>
<entry>
<title>reformime: small code and style fixes. no material changes in behavior.</title>
<updated>2009-07-07T05:52:34+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-07T05:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a51543a3a486ca60018394dda2623fdf1f16a965'/>
<id>urn:sha1:a51543a3a486ca60018394dda2623fdf1f16a965</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>tweak sendmail and makemime help texts</title>
<updated>2009-07-05T19:46:37+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-07-05T19:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=666e1d3978ebd2b72b18333f4face0e10cc816ba'/>
<id>urn:sha1:666e1d3978ebd2b72b18333f4face0e10cc816ba</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: mass renaming of USE_XXXX to IF_XXXX</title>
<updated>2009-04-21T11:09:40+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-04-21T11:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5e34ff29bcc870936ab18172f438a34d042d4e03'/>
<id>urn:sha1:5e34ff29bcc870936ab18172f438a34d042d4e03</id>
<content type='text'>
and SKIP_XXXX to IF_NOT_XXXX - the second one was especially
badly named. It was not skipping anything!

</content>
</entry>
<entry>
<title>sendmail: update by Vladimir</title>
<updated>2009-03-31T23:41:53+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-31T23:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=88b8f0a3475fc1f2e1b3cf58b63902551dae0169'/>
<id>urn:sha1:88b8f0a3475fc1f2e1b3cf58b63902551dae0169</id>
<content type='text'>
build system: tweak for rare case where include/autoconf.h
  does not get updated

function                                             old     new   delta
packed_usage                                       26238   26242      +4
sendmail_main                                       1353     897    -456
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-456)           Total: -452 bytes

</content>
</entry>
<entry>
<title>popmaildir: fix several grave bugs with using memory past end of malloc block</title>
<updated>2009-03-12T15:35:26+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-12T15:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4abaec50a260f7d1d704ab33d54e0148e4f8626e'/>
<id>urn:sha1:4abaec50a260f7d1d704ab33d54e0148e4f8626e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mail.c: more robust handling of SIGCHLD</title>
<updated>2009-03-10T16:01:57+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-10T16:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4774179cb9e04030485773adf2b7b1055a10faeb'/>
<id>urn:sha1:4774179cb9e04030485773adf2b7b1055a10faeb</id>
<content type='text'>
init: more robust signal handling

</content>
</entry>
<entry>
<title>sendmail: document and fix usage of fd #4, fix check for helper failure.</title>
<updated>2009-03-04T17:56:00+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-03-04T17:56:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=021de3f0297af87bfc098bd364dffb332d6ace20'/>
<id>urn:sha1:021de3f0297af87bfc098bd364dffb332d6ace20</id>
<content type='text'>
function                                             old     new   delta
packed_usage                                       25663   25694     +31
signal_handler                                       191     215     +24
kill_helper                                           22      31      +9
launch_helper                                        194     184     -10
get_cred_or_die                                      142     129     -13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/2 up/down: 64/-23)             Total: 41 bytes

</content>
</entry>
<entry>
<title>- add new applet mkpasswd(1)</title>
<updated>2008-12-03T18:48:39+00:00</updated>
<author>
<name>Bernhard Reutner-Fischer</name>
<email>rep.dot.nop@gmail.com</email>
</author>
<published>2008-12-03T18:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=82b142996625d6bf20ee667ce602496cb270fccc'/>
<id>urn:sha1:82b142996625d6bf20ee667ce602496cb270fccc</id>
<content type='text'>
function                                             old     new   delta
bb_ask                                                 -     355    +355
mkpasswd_main                                          -     296    +296
.rodata                                           121746  121847    +101
packed_usage                                       24632   24689     +57
static.methods                                         -      21     +21
gmatch                                               229     248     +19
bb_ask_stdin                                           -      11     +11
applet_names                                        1949    1958      +9
applet_main                                         1172    1176      +4
sulogin_main                                         503     505      +2
applet_nameofs                                       586     588      +2
sha256_hash                                          329     327      -2
correct_password                                     208     206      -2
parse_command                                       1442    1439      -3
get_cred_or_die                                      145     141      -4
passwd_main                                         1054    1044     -10
bb_askpass                                           348       -    -348
------------------------------------------------------------------------------
(add/remove: 4/1 grow/shrink: 7/5 up/down: 877/-369)          Total: 508 bytes

</content>
</entry>
<entry>
<title>libbb: password/group function helpers rewritten by Tito:</title>
<updated>2008-12-02T22:56:59+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-02T22:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0c68a874e7d996c62c8d00b0c0289180bdce1590'/>
<id>urn:sha1:0c68a874e7d996c62c8d00b0c0289180bdce1590</id>
<content type='text'>
function                                             old     new   delta
xgetpwuid                                              -      27     +27
uid2uname_utoa                                         -      22     +22
gid2group_utoa                                         -      22     +22
uid2uname                                              -      18     +18
gid2group                                              -      18     +18
buffer_fill_and_print                                179     196     +17
print_user                                            12      24     +12
print_group                                           12      24     +12
get_cached                                            89      99     +10
...
print_common                                         134     120     -14
vlock_main                                           415     396     -19
logger_main                                          410     387     -23
crontab_main                                         642     609     -33
bb_getpwuid                                           42       -     -42
bb_getgrgid                                           42       -     -42
bb_getug                                              80       -     -80
------------------------------------------------------------------------------
(add/remove: 6/3 grow/shrink: 9/11 up/down: 187/-296)        Total: -109 bytes

</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2008-11-09T02:23:42+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-11-09T02:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=44f96d39e166394e817bc9bcb7da6c9ab278efc7'/>
<id>urn:sha1:44f96d39e166394e817bc9bcb7da6c9ab278efc7</id>
<content type='text'>
</content>
</entry>
</feed>
