index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networking
Age
Commit message (
Expand
)
Author
2007-10-16
fixes revealed by randomconfig run
Denis Vlasenko
2007-10-16
telnetd: fix comment
Denis Vlasenko
2007-10-16
telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de>
Denis Vlasenko
2007-10-16
bzip2: make -s equivalent to -2 (compatible with standard bzip2)
Denis Vlasenko
2007-10-15
telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence
Denis Vlasenko
2007-10-15
telnetd: document bug in remove_iacs. reinstate band-aid
Denis Vlasenko
2007-10-15
telnetd: some simplifications and better error hadling.
Denis Vlasenko
2007-10-14
remove trailing whitespace
Denis Vlasenko
2007-10-14
httpd: fix bug where we were trying to read more POSTDATA than content-length
Denis Vlasenko
2007-10-11
whitespace/style fix
Denis Vlasenko
2007-10-11
vi: don't wait 50 ms before reading ESC sequences
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-10
ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>
Denis Vlasenko
2007-10-07
reviving libbusybox, adding CONFIG_INDIVIDUAL part 3
Denis Vlasenko
2007-10-06
- mark TODO: use index_in_str_array()
Bernhard Reutner-Fischer
2007-10-01
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-09-30
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-30
move udhcp_{client/server}_config to common_bufsiz1
Denis Vlasenko
2007-09-30
dhcpreplay: code shrink, -40 bytes
Denis Vlasenko
2007-09-30
replace printf with fputs where appropriate
Denis Vlasenko
2007-09-30
libiproute: add missing break's
Denis Vlasenko
2007-09-28
httpd: trivial simplification
Denis Vlasenko
2007-09-28
assorted static vars removal
Denis Vlasenko
2007-09-27
wget: -O FILE is allowed to overwrite existing file (compat)
Denis Vlasenko
2007-09-27
zcip: fix unaligned trap on ARM
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-26
inetd: move struct fields around -> save .25 k of code
Denis Vlasenko
2007-09-25
httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>)
Denis Vlasenko
2007-09-24
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
wget: get rid of setitimer
Denis Vlasenko
2007-09-24
wget: reorder functions, no code changes
Denis Vlasenko
2007-09-24
wget: code shrink, move data out of bss
Denis Vlasenko
2007-09-24
wget: allow dots in header field names.
Denis Vlasenko
2007-09-24
inetd: make some fields smaller, move data out of data/bss sections
Denis Vlasenko
2007-09-23
httpd: simplify CGI i/o loop. -200 bytes.
Denis Vlasenko
2007-09-21
httpd: optional support for partial downloads
Denis Vlasenko
2007-09-21
update Glenn McGrath's email address
Denis Vlasenko
2007-09-15
httpd: do not clear environment
Denis Vlasenko
2007-09-07
*: replace select-for-one descriptor with poll, it's smaller.
Denis Vlasenko
2007-09-06
fix infinite retry bug. also, reduce per-packet receive timeout
Paul Fox
2007-09-02
- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
Bernhard Reutner-Fischer
2007-08-31
isrv: use monotonic_sec
Denis Vlasenko
2007-08-23
*: compile fixes for 64-bit build
Denis Vlasenko
2007-08-23
httpd: code shrink of dir indexer example
Denis Vlasenko
2007-08-22
httpd: style fix in indexer example
Denis Vlasenko
2007-08-22
httpd: replace shell-based dir indexer cgi example with C-based one.
Denis Vlasenko
2007-08-21
httpd: fix buglet in hex conversion. Remove alloca NULL checks
Denis Vlasenko
2007-08-21
httpd: add optional support for error pages
Denis Vlasenko
[prev]
[next]