index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mailutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mail compilation on the FreeBSD
Alex Samorukov
2021-01-04
1
-1
/
+14
*
mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parent
Denys Vlasenko
2020-12-17
1
-1
/
+3
*
mail: deobfuscate launch_helper()
Denys Vlasenko
2020-12-17
1
-29
/
+27
*
mail: commonalize send_r_n()
Denys Vlasenko
2020-12-17
4
-10
/
+12
*
mail: move "opts" from globals
Denys Vlasenko
2020-12-17
6
-15
/
+15
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
1
-2
/
+3
*
ntpd: fix refid reported in server mode, closes 13056
Denys Vlasenko
2020-07-20
1
-1
/
+1
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
3
-5
/
+5
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
sendmail: use on-stack buffer for AUTH PLAIN
Denys Vlasenko
2018-07-31
1
-11
/
+27
*
sendmail: code shrink 2
Denys Vlasenko
2018-07-31
1
-9
/
+9
*
sendfile: code shrink
Denys Vlasenko
2018-07-31
4
-22
/
+26
*
sendmail: support AUTH PLAIN in addition to AUTH LOGIN
Raffaello D. Di Napoli
2018-07-31
3
-14
/
+45
*
sendmail: fix parsing of addresses in angle brackets
Raffaello D. Di Napoli
2018-07-04
1
-1
/
+1
*
popmaildir: placate gcc8 "warning: 'strncpy' output truncated"
Denys Vlasenko
2018-05-14
1
-1
/
+1
*
libbb: switch bb_ask_noecho() to "mallocing" string return API
Denys Vlasenko
2018-04-07
1
-2
/
+2
*
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2018-04-07
1
-2
/
+2
*
popmaildir: tweak help text
Denys Vlasenko
2018-01-14
1
-2
/
+2
*
sendmail allow "=" symbol in recipient, closes 10241
Denys Vlasenko
2017-10-05
1
-1
/
+7
*
sendmail: fix segfault if "To: email1,email2" is used
Denys Vlasenko
2017-08-22
1
-3
/
+4
*
*: stop using atexit in non-debug build: saves ~260 in bss with musl
Denys Vlasenko
2017-08-16
1
-15
/
+6
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
3
-10
/
+14
*
libbb: make trim() return pointer to terminating NUL
Denys Vlasenko
2017-08-05
1
-3
/
+2
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
5
-12
/
+12
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
4
-4
/
+4
*
sendmail: allow "+" symbol in recipient. Closes 9646
Denys Vlasenko
2017-02-12
1
-1
/
+1
*
Convert all mailutils/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
5
-43
/
+47
*
sendmail: make it possible to pause after connection helper is started
Denys Vlasenko
2016-09-07
1
-10
/
+14
*
sendmail: include -H and -S in short help text
Denys Vlasenko
2016-07-14
1
-1
/
+1
*
sendmail: improve help text
Denys Vlasenko
2016-07-14
1
-16
/
+14
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
4
-8
/
+7
*
Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts
Denys Vlasenko
2016-03-30
1
-1
/
+1
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
2
-2
/
+2
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
*
sendmail: use FQDN in default envelope sender
Kaarle Ritvanen
2014-02-09
1
-2
/
+4
*
sendmail: make -f optional, document its default value
Denys Vlasenko
2014-02-05
1
-11
/
+56
*
sendmail: code shrink on top of previous patches
Denys Vlasenko
2013-03-18
1
-42
/
+30
*
sendmail: don't add multiple To: headers
Aaro Koskinen
2013-03-18
1
-3
/
+16
*
sendmail: don't add To: header if it already exists
Aaro Koskinen
2013-03-18
1
-2
/
+7
*
sendmail: support long header fields for recipients
Aaro Koskinen
2013-03-18
1
-1
/
+18
*
sendmail: support address lists
Aaro Koskinen
2013-03-18
1
-4
/
+29
*
sendmail: support addresses inside angle brackets
Aaro Koskinen
2013-03-18
1
-2
/
+20
*
sendmail: don't mangle e-mail headers
Aaro Koskinen
2013-03-18
1
-1
/
+3
*
sendmail: avoid sending mail to wrong addresses
Aaro Koskinen
2013-03-18
1
-1
/
+16
*
sendmail: use host rather than NIS domain name for HELO
Ron Yorston
2012-04-28
1
-3
/
+4
*
makemime: tweak help text: -a HDR can be repeated
Denys Vlasenko
2011-12-20
1
-3
/
+3
*
makemime: document our current behavior. Tweak help text
Denys Vlasenko
2011-11-19
2
-5
/
+25
*
makemime: content-type should default to application/octet-stream
Denys Vlasenko
2011-11-19
2
-9
/
+3
*
sendmail: fix a mistake in previous commit
Denys Vlasenko
2011-11-19
1
-1
/
+1
*
sendmail: stop doing -t unconditionally; makemime: generate 76 char base64 lines
Denys Vlasenko
2011-11-18
2
-11
/
+13
[next]