index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix several problems with config parser:
Denis Vlasenko
2008-07-26
5
-45
/
+36
*
*: conversion to config parser
Denis Vlasenko
2008-07-24
1
-29
/
+15
*
inetd: do not trash errno in signal handlers;
Denis Vlasenko
2008-07-22
1
-13
/
+20
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-22
/
+26
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
13
-37
/
+27
*
- first pass to unify/cleanup uid handling (-236b)
Bernhard Reutner-Fischer
2008-07-21
4
-9
/
+6
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
1
-1
/
+1
*
telnet: shrink
Denis Vlasenko
2008-07-21
2
-23
/
+20
*
httpd: add Hopedir directive specially for
Denis Vlasenko
2008-07-20
1
-4
/
+15
*
udhcp: use libbb for config file parsing (by Vladimir)
Denis Vlasenko
2008-07-20
1
-33
/
+16
*
dnsd,sestatus: use libbb to parse config file (by Vladimir)
Denis Vlasenko
2008-07-20
1
-60
/
+32
*
libbb: updated config_parse() from Vladimir
Denis Vlasenko
2008-07-19
1
-1
/
+1
*
sendmail: update from the maintainer
Denis Vlasenko
2008-07-17
1
-51
/
+58
*
- very minor shrinkage (-9b)
Bernhard Reutner-Fischer
2008-07-17
1
-4
/
+4
*
- fix segfault in nameif with mactab file
Bernhard Reutner-Fischer
2008-07-17
1
-4
/
+4
*
fix up callsites of config_read to check for >= 0
Denis Vlasenko
2008-07-16
1
-1
/
+1
*
update of config file parser from Vladimir
Denis Vlasenko
2008-07-16
1
-14
/
+6
*
sendmail: do not discard all headers
Denis Vlasenko
2008-07-16
1
-3
/
+11
*
sendmail: do not ignore CC; accept to: and cc: case-insensitively.
Denis Vlasenko
2008-07-15
1
-1
/
+1
*
cpio: internalize archive_xread_all_eof. add a few paranoia checks
Denis Vlasenko
2008-07-12
1
-2
/
+2
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-5
/
+1
*
ifupdown: /etc/network/interfaces can have comments with leading blanks
Denis Vlasenko
2008-07-08
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
43
-98
/
+98
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
2
-16
/
+6
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
3
-4
/
+16
*
*: introduce and use xfork()
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
2
-15
/
+3
*
sendmail: from Vladimir:
Denis Vlasenko
2008-06-30
1
-23
/
+30
*
libiproute: print_route() always uses stdout, do not pass FILE pointer to it.
Denis Vlasenko
2008-06-29
3
-92
/
+95
*
wget: "support" -t and -T by ignoring them
Denis Vlasenko
2008-06-29
1
-2
/
+4
*
sendmail: another update from the maintainer
Denis Vlasenko
2008-06-28
1
-31
/
+53
*
sendmail: update from maintainer
Denis Vlasenko
2008-06-27
1
-52
/
+78
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
3
-40
/
+40
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
8
-19
/
+14
*
wget: accept code 204.
Denis Vlasenko
2008-06-22
1
-0
/
+25
*
udhcpc: change BPF filter to not use 0xffffffff as a max packet size,
Denis Vlasenko
2008-06-20
1
-1
/
+1
*
tftp: help compiler a bit
Denis Vlasenko
2008-06-16
1
-1
/
+8
*
tftpd: PXE server said to need to support "tsize" option
Denis Vlasenko
2008-06-16
1
-39
/
+55
*
whitespace and comment fixes, no code changes
Denis Vlasenko
2008-06-16
1
-1
/
+1
*
use USE_FEATURE_UDHCP_PORT instead of ifdef
Denis Vlasenko
2008-06-15
1
-3
/
+1
*
udhcpc: removing stray whitespace
Denis Vlasenko
2008-06-15
1
-2
/
+2
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
3
-12
/
+4
*
udhcpc: reduce ifdef forest, no code changes
Denis Vlasenko
2008-06-15
1
-32
/
+12
*
udhcpc: kill undocumented -W, it was a no-op.
Denis Vlasenko
2008-06-13
2
-97
/
+92
*
httpd: fix authentication
Denis Vlasenko
2008-06-13
1
-2
/
+3
*
httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>)
Denis Vlasenko
2008-06-13
1
-46
/
+52
*
htppd: lots of variable/function renaming in config file parsing.
Denis Vlasenko
2008-06-13
1
-123
/
+102
*
make pw_encrypt() return malloc'ed string.
Denis Vlasenko
2008-06-12
1
-4
/
+4
*
uclibc insists on having 70k static buffer for crypt.
Denis Vlasenko
2008-06-12
1
-2
/
+2
*
- make the first arg of the filter function passed to rtnl_dump_filter constant
Bernhard Reutner-Fischer
2008-06-12
7
-10
/
+10
[prev]
[next]