uuencode: shrink
[oweals/busybox.git] / networking /
2007-06-26 Denis Vlasenkouuencode: shrink
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-25 Denis Vlasenkotest: suppress gcc warning
2007-06-23 Denis Vlasenkohttpd: NOMMU fixes by Alex Landau <landau_alex@yahoo...
2007-06-21 Bernhard Reutner... - remove matches() from networking/. Untested.
2007-06-21 Denis Vlasenkoslattach: code shrink (Bernhard Fischer <rep.dot.nop...
2007-06-20 Denis Vlasenkoslattach: new applet.
2007-06-20 Bernhard Reutner... - move iprule and ipaddress from matches() to index_in_...
2007-06-20 Bernhard Reutner... - remove another user of the deprecated matches() func...
2007-06-19 Denis Vlasenkoping: fix incorrect handling of -I (Iouri Kharon <bc...
2007-06-19 Denis Vlasenkopscan: size optimization (Tito <farmatito@tiscali.it>)
2007-06-19 Denis Vlasenkoll_map: disable interface name caching code
2007-06-19 Denis Vlasenkonetworking/interface.c: huke remaining big statics...
2007-06-19 Denis Vlasenkonetworking/interface.c: reduce bss usage
2007-06-18 Denis Vlasenkoping: fix write-after-allocated-mem bug
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkoarping: -i should be -I
2007-06-16 Denis Vlasenkoforgot svn add...
2007-06-16 Denis Vlasenkomake FEATURE_HAVE_RPC auto-selectable by mount and...
2007-06-16 Denis Vlasenkopscan: new applet (portscanner). ~1350 bytes. By Tito...
2007-06-14 Denis Vlasenkotraceroute: stop using floating point needlessly; nuke...
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-06-10 Denis Vlasenkomoved biggest stack buffers to malloc space, or made...
2007-06-09 Denis Vlasenkohttpd: move data off bss.
2007-06-05 Denis Vlasenkonc: make connecting to IPv4 from IPv6-enabled hosts...
2007-06-04 Denis Vlasenkosnprintf(... "%s"...) => safe_strncpy
2007-06-04 Denis Vlasenkoping: stop using data/bss
2007-06-04 Denis VlasenkoAudit bb_common_bufsiz usage, add script which looks...
2007-06-03 Denis Vlasenkofind_stray_communal_vars: script which finds communal...
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-27 Denis Vlasenkoping: fix wrong sign extension of packet id (bug 1373)
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-26 Bernhard Reutner... - fix typo in help text and fix punctuation
2007-05-24 Denis Vlasenkoudhcp: socketpair can fail if AF_UNIX is not available...
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-05-17 Denis Vlasenkofix trivial compile errors found by randomconfig run
2007-05-16 Denis Vlasenkonetstat: fix error in new -W option handling
2007-05-15 Denis Vlasenkonetstat: introduce -W: wide, ipv6-friendly output
2007-05-15 Bernhard Reutner... - apply hunk that fixes an issue with (wrong?) dependen...
2007-05-09 Denis Vlasenkotftp: explain "block# 0" codepath; report our decision...
2007-05-08 Denis Vlasenkotftp: code diet, and I think retransmits were broken.
2007-05-03 Denis Vlasenkoudhcpc: stop deleting our own pidfile if we daemonize.
2007-05-02 Denis Vlasenkoifupdown: small optimization (avoid doing useless work...
2007-05-02 Denis Vlasenkoifupdown: mke it possible to use DHCP clients different...
2007-05-02 Denis Vlasenkoifupdown: reread state file before rewriting it.
2007-04-18 Denis Vlasenko"Unify base64 handling" is done, remove TODO
2007-04-16 Denis Vlasenkoether-wake: save a few more bytes of code
2007-04-16 Denis Vlasenkoether-wake: close bug 1317. Reorder fuctions to avoid
2007-04-16 Bernhard Reutner... - fix compilation when ENABLE_FEATURE_IP_RULE was off
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-13 Denis Vlasenkostyle fixes
2007-04-13 Denis Vlasenkosourse_route_list -> source_route_list
2007-04-12 Bernhard Reutner... - shrink iproute a bit (-200 bytes). Untested
2007-04-12 Bernhard Reutner... - add xsendto and use where appropriate; shrink iplink...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-04-11 Denis Vlasenkobb_full_fd_action: remove potential xmalloc from NOFORK...
2007-04-11 Denis Vlasenkostyle fixes, no code changes.
2007-04-11 Bernhard Reutner... - set the scope properly. Thanks to Jean Wolter, who...
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Bernhard Reutner... - mv ip*_main into ip.c; use a dispatcher to save on...
2007-04-10 Bernhard Reutner... - rewrite the ip applet to be less bloaty
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-10 Bernhard Reutner... - add libbb function str_tolower to convert a string...
2007-04-08 Denis Vlasenkogetopt32: fix llist_t options ordering. llist_rev is...
2007-04-07 Denis Vlasenkolibiproute: audit callgraph, shortcut error paths into...
2007-04-07 Denis Vlasenkoudhcp: MAC_BCAST_ADDR and blank_chaddr are in fact...
2007-04-07 Denis Vlasenkorandom small shrinkage and elimination of statics
2007-04-06 Denis Vlasenkonc: code shrinkage, bugfixes. -50 bytes code size
2007-04-05 Denis Vlasenkonc: missed exit() in signal handler
2007-04-05 Denis Vlasenkonc: port nc 1.10 to busybox
2007-04-05 Bernhard Reutner... - add -s|--spider which only checks if the file exists...
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-04-01 Denis VlasenkoCopyright, help text, whitespace cleanups
2007-04-01 Denis Vlasenkotcpsvd: new applet
2007-03-29 Denis Vlasenkotraceroute: move data off bss. small code optimizations.
2007-03-29 Denis Vlasenkodumpleases: getopt32()-ization
2007-03-28 Bernhard Reutner... - fix formatting of help text
2007-03-27 Denis Vlasenkomake pidfile writing configurable.
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkopidfile.c: not used anymore
2007-03-26 Denis VlasenkoMove udhcp to new NOMMU helpers.
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-03-25 Denis Vlasenkoadd NOMMU fixme's; move move_fd from runit_lib to libbb...
2007-03-24 Denis Vlasenkoinetd,ed,msh: data/bss reduction (in mss, more than...
2007-03-24 Denis Vlasenkorandom style fixes (extra spaces deleted)
2007-03-24 Denis Vlasenkodc: use common_bufsiz1 for evaluation stack
2007-03-24 Denis Vlasenkodnsd: last commit had a typo :(
2007-03-24 Denis Vlasenkodnsd: fix several buglets, make smaller
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-03-24 Denis Vlasenkoinetd: indent labels uniformly
2007-03-22 Denis Vlasenkoassorted fixes uncovered by randomconfig runs
2007-03-22 Denis Vlasenkointerface: revert part of commit 18120 (eth aliases...
2007-03-22 Denis Vlasenkoifconfig: support (by ignoring it) "inet" before IP...
2007-03-19 Bernhard Reutner... - don't automatically select run-parts but point out...
2007-03-19 Bernhard Reutner... - very minor size tweak.
next