Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4abcb8b0d1c41544902ccd7927148eea393be37e
/
networking
4abcb8b
tcpudp: simplify help text
by Denys Vlasenko
· 13 years ago
14bd16a
more tweak for bionic
by Denys Vlasenko
· 13 years ago
b5de0c1
typo fixes
by Dan Fandrich
· 13 years ago
901a53b
inetd: check if RPC is available
by Bernhard Reutner-Fischer
· 14 years ago
b307eab
iplink: tweak includes to work on android
by Denys Vlasenko
· 14 years ago
6295d27
Replaced __u32 etc. with standard uint32_t style types
by Daniel Fandrich
· 14 years ago
f533ec8
*: simplify Ethernet header includes
by Dan Fandrich
· 14 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
5d3aace
udhcpc: allow -O OPT take numeric params
by Denys Vlasenko
· 14 years ago
662972a
The [-Wunused-but-set-variable] warnings
by Cristian Ionescu-Idbohrn
· 14 years ago
60a9414
fix "variable 'foo' set but not used" warnings
by Denys Vlasenko
· 14 years ago
12a4327
adduser: safe username passing to passwd/addgroup
by Denys Vlasenko
· 14 years ago
b1ab283
inetd: add FIXMEs
by Denys Vlasenko
· 14 years ago
a348b45
traceroute: properly reduce poll timeout
by Denys Vlasenko
· 14 years ago
7945808
udhcp: fix some default values from "" to NULL
by Denys Vlasenko
· 14 years ago
fb6b173
udhcp: add FEATURE_UDHCP_8021Q option
by Nigel Hathaway
· 14 years ago
c37d4c6
dhcpc: export unrecognized options in "optNN=XXXXXXXXX" form
by Nigel Hathaway
· 14 years ago
cfbd31a
add include <sys/socket.h>
by Denys Vlasenko
· 14 years ago
d506897
wget: add a note about bug 3625
by Denys Vlasenko
· 14 years ago
2514302
Use net/ethernet.h instead of linux/if_ether.h in more cases. Closes 3619
by Denys Vlasenko
· 14 years ago
88d3cfd
add forgotten #include
by Denys Vlasenko
· 14 years ago
532e961
tftpd: add -l "log to syslog" option. Needed for inetd mode
by Denys Vlasenko
· 14 years ago
24ec952
tftp: fix progress bar for large (>32M) files. Closes 3499
by Denys Vlasenko
· 14 years ago
5bc8c00
move remaining help text from include/usage.src.h
by Pere Orga
· 14 years ago
d277f55
http: document index.cgi usage. no code changes
by Denys Vlasenko
· 14 years ago
ca18311
libbb: make set_nport accept pointer to sockaddr, not to len_and_sockaddr.
by Denys Vlasenko
· 14 years ago
8e23faf
ntpd: decrease ntpd -q "no response" timeout to 10 sec
by Denys Vlasenko
· 14 years ago
9575518
httpd: don't send error messages with gzip encoding
by Peter Korsgaard
· 14 years ago
700fbc3
wget: --post-data=STR should not encode STR, should send it verbatim
by Vitaly Magerya
· 14 years ago
7f4b769
don't call freeaddinfo(NULL)
by Vitaly Magerya
· 14 years ago
e2e55b0
wget: move help text to .c file
by Denys Vlasenko
· 14 years ago
625f218
wget: fix fname_out usage wrt redirects
by Denys Vlasenko
· 14 years ago
9ac5596
udhcpc: emit "correct" secs field
by Denys Vlasenko
· 14 years ago
681efe2
use user's shell instead of hardwired "/bin/sh" (android needs this)
by Denys Vlasenko
· 14 years ago
115c35d
ftpd: better usage text
by Denys Vlasenko
· 14 years ago
e6bb8d3
udhcpc: add -B option
by Keith Young
· 14 years ago
293a8f2
nameif: add matching by phy_address=NUM; extend help text
by Phil Sutter
· 14 years ago
2adc0e6
nameif: fix parsing of /proc/net/dev; small code shrink
by Phil Sutter
· 14 years ago
1df0af7
don't leak malloced variables in the loop; remove double alloc
by Alexey Fomenko
· 14 years ago
940c720
convert "do {...} while (1);" -> "while (1) {...}"
by Denys Vlasenko
· 14 years ago
708dd4c
add missing fclose's
by Alexey Fomenko
· 14 years ago
251962f
whois: new applet
by Pere Orga
· 14 years ago
e3b1a1f
Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
by Denys Vlasenko
· 14 years ago
da4441c
fix libiproute compile with kernel headers < 2.6.17
by Stefan Seyfried
· 14 years ago
3bb235c
iproute: fix parsing and matching of of "short" IP addrs like 10/8
by Denys Vlasenko
· 14 years ago
5369563
wget: reduce bloat
by Pere Orga
· 14 years ago
5827167
udhcpd: optional IP selection based on MAC hash
by Vladislav Grishenko
· 14 years ago
28556b9
wget: check for final write errors for -O FILE too
by Denys Vlasenko
· 14 years ago
2384a35
wget: make "wget -O FILE URL1 URL2" concatenate output
by Denys Vlasenko
· 14 years ago
57b4909
wget: fix SEGV with multiple urls and redirection
by Pere Orga
· 14 years ago
713e6d7
udhcpc: use more correct, and more importantly, more understandable BPF code
by Vladislav Grishenko
· 14 years ago
9a5b7f6
wget: support multiple URLs on command line even without -O :)
by Denys Vlasenko
· 14 years ago
a366109
wget: support multiple URLs on command line
by Denys Vlasenko
· 14 years ago
a84eadf
typo fix in comment
by Denys Vlasenko
· 14 years ago
88ad9da
wget: display 100% at the _end_ of chunked download
by Denys Vlasenko
· 14 years ago
c60f446
wget: chunked mode fix. Closes bug 3229
by Denys Vlasenko
· 14 years ago
f9af375
wget: explain clearerr more clearly
by Denys Vlasenko
· 14 years ago
8766a79
wget: correctly handle rare case when we get EAGAIN _on first_ read
by Denys Vlasenko
· 14 years ago
ab8d00d
progress meter: fix bugs found in stall detection and unknown size logic
by Denys Vlasenko
· 14 years ago
d55e139
progress meter: move file name to bb_progress_t. +20 bytes
by Denys Vlasenko
· 14 years ago
f836f01
wget: shrink progress meter code; strink wget and add debug logging
by Denys Vlasenko
· 14 years ago
9213a55
wget: use closed HTTP/1.1 connection, stop when we dl'ed $content_len bytes
by Denys Vlasenko
· 14 years ago
dee0fc9
save 10 bytes on strings
by Denys Vlasenko
· 14 years ago
0fac2f7
wget: remove functions which retry on EINTR
by Denys Vlasenko
· 14 years ago
e3ece78
fix trivial build failure
by Denys Vlasenko
· 14 years ago
df4e16c
wget: use FEATURE_COPYBUF_KB-sized buffer. Much faster for local transfers
by Denys Vlasenko
· 14 years ago
77350aa
tc: less ugly check for bad sizeof(G)
by Denys Vlasenko
· 14 years ago
f133471
iproute: fix handling of "dev IFACE" selector
by Denys Vlasenko
· 14 years ago
fbea220
udhcpc: fix a problem with binary-encoded options
by Denys Vlasenko
· 14 years ago
281e7b8
ping: trivial simplification. -2 bytes
by Denys Vlasenko
· 14 years ago
1bb52a9
ping: fix IPv6 pinging. Closes bug 3187
by Denys Vlasenko
· 14 years ago
b7c9fb2
whitespace fixes
by Denys Vlasenko
· 14 years ago
8d0e0cd
move utmp.h include to libbb.h
by Denys Vlasenko
· 14 years ago
dd169e8
eliminate aliasing warnings in traceroute.c and udhcp/socket.c
by Denys Vlasenko
· 14 years ago
b3b6c8b
eliminate aliasing warning in networking/route.c
by Denys Vlasenko
· 14 years ago
53f30b4
ifplugd: eliminate aliasing warnings
by Denys Vlasenko
· 14 years ago
b9f2d9f
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
by Denys Vlasenko
· 14 years ago
df16891
remove a few aliasing warnings
by Denys Vlasenko
· 14 years ago
8030a14
httpd: send correct mtime for .gz files
by Denys Vlasenko
· 14 years ago
dc7e5c4
libbb unicode: comment out usused function and unused parameter
by Denys Vlasenko
· 14 years ago
84dba9c
tftp: fix bad interaction betweel poll() and alarm(). Closes bug 3061
by Denys Vlasenko
· 14 years ago
6100b51
explain every non-SUID_DROP applet. No code changes
by Denys Vlasenko
· 14 years ago
8993c3f
udhcpc: document SIGUSRn effect in help text
by Denys Vlasenko
· 14 years ago
58c3d21
telnetd: write utmp record with correct pid
by Denys Vlasenko
· 14 years ago
3c8799b
ping: set not only IP_TTL, but also IP_MULTICAST_TTL
by Denys Vlasenko
· 14 years ago
714e2b7
ping: add -t TTL option
by Joachim Nilsson
· 14 years ago
713d241
dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
by Denys Vlasenko
· 14 years ago
1c31e9e
use BB_EXECVP_or_die where appropriate
by Denys Vlasenko
· 14 years ago
fa5e295
dhcpd: smaller code: do not look for REQUESTED_IP twice
by Denys Vlasenko
· 14 years ago
1e23f32
nc: fix SEGV on -v when NC_EXTRA is off
by Denys Vlasenko
· 14 years ago
a945f61
inetd: if argv[0] is not specified, set it to program name
by Mike Frysinger
· 14 years ago
3bbfb58
ip: Fix command line option parsing of "ip route get ..."
by Christian Hornung
· 14 years ago
11872ca
networking/*: remove superfluous comments
by Denys Vlasenko
· 14 years ago
fb132e4
whitespace cleanup
by Denys Vlasenko
· 14 years ago
66cb7be
ifupdown: add manual method for IPv6. Closes bug 2497.
by Denys Vlasenko
· 14 years ago
ec07420
telnet: do not check for 0 return from poll (it's impossible)
by Denys Vlasenko
· 14 years ago
036dbb9
telnet: convert CR NUL -> CR on input. Closes bug 2569
by Denys Vlasenko
· 14 years ago
dc8ef35
dnsd: fix 64-bit bug 2539.
by Denys Vlasenko
· 14 years ago
e4dcba1
*: whitespace fixes
by Denys Vlasenko
· 14 years ago
db9ccc5
netstat: was using buffers one byte short for scanf (no place for NUL). fixing
by Denys Vlasenko
· 14 years ago
Next »