oweals/busybox.git
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2007-01-11 Denis Vlasenkofix verbose output; remove commented-out includes.
2007-01-11 Denis Vlasenkoipv6-ization efforts continue. Few bugs are found,
2007-01-10 Denis Vlasenkocode shrinkage by Bernhard Fischer <rep.nop@aon.at>
2007-01-10 Denis Vlasenkomissed a few #undefs (no real impact I think)
2007-01-10 Denis Vlasenkofix bug 1146 (gunzip breakage introduced by me --vda)
2007-01-10 Denis Vlasenkoa bit more IPv6-ization work
2007-01-10 Denis VlasenkoImprove generic ipv4+ipv6 support in libbb.
2007-01-10 Denis Vlasenkoexecute "safe applets" exev if not standalone shell
2007-01-09 Denis VlasenkoFix typo in usage text by shortening it
2007-01-09 Denis VlasenkoYet another small size reduction by Bernhard Fischer...
2007-01-09 Denis Vlasenkosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Denis Vlasenkosmall size reduction by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Denis Vlasenkocompilation fix by Bernhard Fischer <rep.nop@aon.at>
2007-01-09 Bernhard Reutner... - missing hunk to go with r17206
2007-01-09 Bernhard Reutner... - shrink by 26 bytes or so
2007-01-09 Bernhard Reutner... - vapier wants LD to point to CC, revert my previous...
2007-01-09 Bernhard Reutner... - shrink klogd a tiny bit.
2007-01-09 Bernhard Reutner... vda, we once had a get_chomped_line_from_file or the...
2007-01-08 Denis Vlasenkoping6: fix sequence numbers (missed ntoh) and ttl display.
2007-01-08 Bernhard Reutner... - guess we need dl too
2007-01-08 Bernhard Reutner... - set LD to ld
2007-01-07 Denis VlasenkoPrevious "fix" wasn't good enough.
2007-01-07 Denis Vlasenkoarp: small fixes for user-supplied device name case
2007-01-07 Bernhard Reutner... - style fixes and shrink by another 4 bytes while at it.
2007-01-07 Denis Vlasenkohttpd: stop adding our own "Content-type:" to CGI output
2007-01-07 Denis Vlasenkogzip cleanup part #13 - the last for today I think
2007-01-07 Denis Vlasenkogzip cleanup part #12
2007-01-07 Denis Vlasenkogzip cleanup part #11
2007-01-07 Denis Vlasenkogzip cleanup part #10
2007-01-07 Denis Vlasenkogzip cleanup part #9
2007-01-07 Denis Vlasenkogzip cleanup part #8
2007-01-07 Denis Vlasenkogzip cleanup part #7
2007-01-07 Denis Vlasenkogzip cleanup part #6
2007-01-07 Denis Vlasenkogzip cleanup part #5
2007-01-07 Denis Vlasenkogzip cleanup part #4
2007-01-07 Denis Vlasenkogzip cleanup part #3
2007-01-07 Denis Vlasenkogzip cleanup part #2
2007-01-07 Denis Vlasenkoa ton of gzip changes, split up in compiled and
2007-01-07 Denis VlasenkoI *always* forgotting svn add
2007-01-07 Bernhard Reutner... - FIXME: someone broke diff -r
2007-01-07 Bernhard Reutner... - a few minor tweaks
2007-01-07 Bernhard Reutner... - pull taskset.tests from the busybox_scratch branch
2007-01-07 Bernhard Reutner... - add arp to defconfig
2007-01-07 Denis Vlasenkoadd arp applet - thanks to
2007-01-07 Denis Vlasenkowork around gcc's false warning
2007-01-07 Denis Vlasenkodiff: small optimizations; do not try to diff non-seeka...
2007-01-06 Denis Vlasenkosyslogs: a bit better wording in explanation how buffering
2007-01-06 Bernhard Reutner... - minor shrinkage: -25 bytes or so.
2007-01-06 Denis Vlasenko"kernel" => "busybox"
2007-01-06 Denis Vlasenkokill unused variable
2007-01-06 Denis Vlasenkomove [g]zip decompressor state into malloc'ed buffer...
2007-01-05 Denis Vlasenkosplit inflate_xx_setup() subroutines from inflate_xx()
2007-01-05 Denis Vlasenkodo not expose internal state of [g]zip unpacker.
2007-01-05 Denis VlasenkoStopped doing assignments inside expressions.
2007-01-05 Denis Vlasenkodecompress_unzip: preparatory patch
2007-01-05 Denis VlasenkoStop tracking buffer size - it is a constant.
2007-01-05 Denis Vlasenkosimplify access to buffer, making code a bit smaller
2007-01-04 Bernhard Reutner... - remove duplicate includes
2007-01-04 Denis Vlasenkosyslogd: start using bb_common_bufsiz1 instead of stack...
2007-01-04 Denis Vlasenkosyslogd: stop doing open/fstat/lseek/close on _every_...
2007-01-04 Denis Vlasenkonew libbb func: xmalloc_realpath (+ use it where makes...
2007-01-04 Denis Vlasenkosyslogd: almost rewritten. Had several obvious bugs...
2007-01-04 Bernhard Reutner... - spelling fix
2007-01-04 Denis Vlasenkoklogd: small optimizations
2007-01-03 Denis Vlasenkofix allnoconfig build. the most useful fix of the month. ;)
2007-01-03 Denis Vlasenkohttpd: read cgi output with full_read, not safe_read
2007-01-03 Denis Vlasenkowget: always print port# in 'Host' header (smaller...
2007-01-03 Denis Vlasenkoping[6]: don't do htons(a++), it can be a macro
2007-01-03 Denis Vlasenkowget: print port# in 'Host' header, if different from 80
2007-01-03 Denis Vlasenkoftpgetput: fix PASV mode, fix xatou0induced breakage,
2007-01-03 Denis Vlasenkochown: fix handling of "user.group" notation
2007-01-03 Denis Vlasenkofind: fix misplaced #else (fix by Harald Kuthe <trhoudi...
2007-01-03 Denis Vlasenkofdisk: remove 8k buffer from bss - OSF labels
2007-01-03 Denis Vlasenkoconvert calloc to xzalloc
2007-01-03 Denis Vlasenkoextern variable declaration in a .c file is heresy...
2007-01-03 Denis Vlasenkofsck_minix: tiny optimization
2007-01-03 Denis Vlasenkoforgot to svn add util-linux/minix.h :(
2007-01-03 Denis Vlasenkofbset: move variable from data to bss
2007-01-03 Denis Vlasenkofactor out minix structures/constants into minix.h
2007-01-03 Denis Vlasenkofsck_minix: optimizations. ~130 bytes
2007-01-03 Denis Vlasenkointroduce small[u]int
2007-01-02 Denis Vlasenkosilly style fixes
2007-01-02 Denis VlasenkoRemove networking/libiproute/linux/pkt_sched.h
2007-01-02 Mike Frysingerstr2u() is only used when FEATURE_SORT_BIG is enabled
2007-01-02 Mike Frysingerconvert usage compressed command into the new cmd style
2007-01-01 Denis Vlasenkoawk: style fixes
2007-01-01 Denis Vlasenkoawk: undo locale setting for numbers - or else parsing
2007-01-01 Denis Vlasenkoawk: style cleanup. A lot of rw data moved to ro
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
2007-01-01 Denis Vlasenkomsh: double "static char line[LINELIM]" etc deleted.
2006-12-31 Denis Vlasenkort_names: stop allocating 5k in rwdata
2006-12-31 Denis Vlasenkoless: fix <tab><backspace> buglet
2006-12-31 Denis Vlasenkoless: interpret backspace.
2006-12-31 Denis Vlasenkoiproute: remove double get_hz optimization
2006-12-31 Denis Vlasenkoremove commented out #includes etc
2006-12-31 Denis Vlasenkostop using __u32 etc. uint32_t is there for a reason
2006-12-31 Denis Vlasenkofixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
2006-12-31 Mike Frysingerconvert include/autoconf.h split and include/bbconfigop...
2006-12-31 Mike FrysingerYann E. MORIN. writes: i pity the fool who doesnt use...
next