2006-06-07 |
Bernhard Reutner... | - fix the build if we have ftpput without ftpget (speel... |
tree | commitdiff |
2006-06-05 |
Rob Landley | Header cleanup on two more networking files (move libbb... |
tree | commitdiff |
2006-06-03 |
Bernhard Reutner... | - use bb_msg_{read,write}_error where appropriate. |
tree | commitdiff |
2006-06-03 |
Rob Landley | Remove #ifdeffed out code, both KEEP_UNUSED and #if 0. |
tree | commitdiff |
2006-06-02 |
Rob Landley | Header cleanup: don't #include headers that libbb.h... |
tree | commitdiff |
2006-06-02 |
Rob Landley | #ifdef reduction. |
tree | commitdiff |
2006-05-31 |
Rob Landley | Bugfix from Shaun Jackman: don't attempt to write 64... |
tree | commitdiff |
2006-05-31 |
Rob Landley | Use BB endianness macro. |
tree | commitdiff |
2006-05-31 |
Bernhard Reutner... | - add CONFIG_FEATURE_WGET_LONG_OPTIONS |
tree | commitdiff |
2006-05-31 |
Bernhard Reutner... | - s/defined(__uClinux__)/BB_NOMMU/ |
tree | commitdiff |
2006-05-29 |
Rob Landley | More size shrinkage. |
tree | commitdiff |
2006-05-29 |
Rob Landley | Size reductions, mostly switching things to use libbb... |
tree | commitdiff |
2006-05-29 |
Rob Landley | Remove _(). |
tree | commitdiff |
2006-05-28 |
Rob Landley | My first bout of untangling udhcp. Make lots of gratui... |
tree | commitdiff |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it. |
tree | commitdiff |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list... |
tree | commitdiff |
2006-05-26 |
Bernhard Reutner... | - add central knob to turn off getopt_long everywhere... |
tree | commitdiff |
2006-05-26 |
Mike Frysinger | fix spelling mistakes |
tree | commitdiff |
2006-05-25 |
Rob Landley | Remove a pointless #define. |
tree | commitdiff |
2006-05-21 |
Rob Landley | Minor cleanups: Convert a few calloc() calls to xzalloc... |
tree | commitdiff |
2006-05-19 |
Rob Landley | Patch from Robert P. Day to remove #ifdefed out SLIP... |
tree | commitdiff |
2006-05-19 |
Bernhard Reutner... | - remove emacs layout block as suggested by Robert... |
tree | commitdiff |
2006-05-19 |
Bernhard Reutner... | - replace _PATH_DEVNULL with bb_dev_null |
tree | commitdiff |
2006-05-19 |
Bernhard Reutner... | - include strings.h |
tree | commitdiff |
2006-05-19 |
Bernhard Reutner... | - single KERNEL_VERSION(a,b,c) macro in platform.h |
tree | commitdiff |
2006-05-17 |
Rob Landley | Patch from Bernhard Fischer to remove some useless... |
tree | commitdiff |
2006-05-13 |
Mike Frysinger | pull Rules.mak from top_srcdir as pointed out by Robert... |
tree | commitdiff |
2006-05-13 |
Mike Frysinger | pull Rules.mak from top_srcdir as pointed out by Robert... |
tree | commitdiff |
2006-05-11 |
Mike Frysinger | fix no previous prototype warning |
tree | commitdiff |
2006-05-11 |
Mike Frysinger | fix no previous prototype warning |
tree | commitdiff |
2006-05-11 |
Mike Frysinger | rename |
tree | commitdiff |
2006-05-11 |
Mike Frysinger | remove files not related to busybox |
tree | commitdiff |
2006-05-10 |
Mike Frysinger | accept() takes a socklen_t, not an int |
tree | commitdiff |
2006-05-10 |
Mike Frysinger | fix whitespace in comment example |
tree | commitdiff |
2006-05-10 |
Mike Frysinger | some more useful debug info from Jason Holden |
tree | commitdiff |
2006-05-10 |
Bernhard Reutner... | - add helptext for --retries |
tree | commitdiff |
2006-05-10 |
Mike Frysinger | touchup whitespace/english a bit more |
tree | commitdiff |
2006-05-10 |
Mike Frysinger | whitespace between if and ( |
tree | commitdiff |
2006-05-08 |
Mike Frysinger | re-enable udhcp in a few more places |
tree | commitdiff |
2006-05-08 |
Mike Frysinger | add back in udhcp support |
tree | commitdiff |
2006-05-07 |
Rob Landley | Remove bb_strlen() in favor of -fno-builtin-strlen... |
tree | commitdiff |
2006-05-05 |
Rob Landley | Busybox's udhcp was deleted a while ago. Bolting an... |
tree | commitdiff |
2006-05-04 |
Rob Landley | CONFIG->ENABLE migration. |
tree | commitdiff |
2006-04-28 |
Rob Landley | More usage.h cleanups, with collateral changes to httpd... |
tree | commitdiff |
2006-04-18 |
Bernhard Reutner... | - improve wording in some help texts a little bit. |
tree | commitdiff |
2006-04-18 |
Bernhard Reutner... | - patch from P.J. Day to rely on the automatic indentin... |
tree | commitdiff |
2006-04-18 |
Bernhard Reutner... | - simplify config options of the ip applet. |
tree | commitdiff |
2006-04-16 |
Mike Frysinger | kill off pointless malloc.h include |
tree | commitdiff |
2006-04-16 |
Mike Frysinger | kill pointless memory.h includes |
tree | commitdiff |
2006-04-14 |
Rob Landley | Remove code for protocols we don't properly support... |
tree | commitdiff |
2006-04-14 |
Rob Landley | Patch from Robert P Day to remove standalone code from... |
tree | commitdiff |
2006-04-14 |
Rob Landley | Hard wiring configuration symbol values into the code... |
tree | commitdiff |
2006-04-13 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xopen3() |
tree | commitdiff |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xchdir() |
tree | commitdiff |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add bb_xbind() and bb_xl... |
tree | commitdiff |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xdaemon() |
tree | commitdiff |
2006-04-12 |
Bernhard Reutner... | - patch from Denis Vlasenko to add and use bb_xsocket... |
tree | commitdiff |
2006-04-11 |
Bernhard Reutner... | - httpd in inetd mode: POST from IE (6) ends up in... |
tree | commitdiff |
2006-04-10 |
Bernhard Reutner... | - put udhcp back in (Rob, you removed this in r14787... |
tree | commitdiff |
2006-04-10 |
Rob Landley | Second verse, same as the first. |
tree | commitdiff |
2006-04-10 |
Rob Landley | Missing dependency spotted by Robert P Day. |
tree | commitdiff |
2006-04-10 |
Bernhard Reutner... | - fix typo introduced in the last commit. |
tree | commitdiff |
2006-04-10 |
Bernhard Reutner... | - typo: s/biltin/builtin/g |
tree | commitdiff |
2006-04-05 |
Bernhard Reutner... | - this applet should peruse USE_FEATURE_TFTP_... |
tree | commitdiff |
2006-04-05 |
Bernhard Reutner... | - include proper headers. |
tree | commitdiff |
2006-04-03 |
Bernhard Reutner... | - move buffer allocation schemes to libbb.h |
tree | commitdiff |
2006-04-03 |
Bernhard Reutner... | - coalesce printf calls. |
tree | commitdiff |
2006-04-03 |
Bernhard Reutner... | - use bb_opt_complementally; Saves another 14 bytes... |
tree | commitdiff |
2006-04-03 |
Bernhard Reutner... | - set flags in a more reasonable manner. Thanks, vodz. |
tree | commitdiff |
2006-04-02 |
Bernhard Reutner... | - janitorial: include proper prototypes in libiproute. |
tree | commitdiff |
2006-04-01 |
Rob Landley | Patch from KRONSTORFER Horst to Fix a size mismatch... |
tree | commitdiff |
2006-03-31 |
Bernhard Reutner... | - use RESERVE_CONFIG_BUFFER. For defconfig this gives: |
tree | commitdiff |
2006-03-31 |
Bernhard Reutner... | - shrink it a bit further. |
tree | commitdiff |
2006-03-30 |
Rob Landley | Shrink patch from Bernhard Fischer. |
tree | commitdiff |
2006-03-30 |
Bernhard Reutner... | - fix paste'o which i overlooked when applying dalias... |
tree | commitdiff |
2006-03-29 |
Paul Fox | fix from David Daney, on busybox mailing list: |
tree | commitdiff |
2006-03-29 |
Bernhard Reutner... | - Rich Felker writes: fix invalid printf format strings |
tree | commitdiff |
2006-03-23 |
Mike Frysinger | remove in place of external link |
tree | commitdiff |
2006-03-23 |
Mike Frysinger | make the makefile a little more flexible so we can... |
tree | commitdiff |
2006-03-23 |
Mike Frysinger | sync busybox and udhcp trees |
tree | commitdiff |
2006-03-22 |
Rob Landley | Fix from Glenn McGrath. |
tree | commitdiff |
2006-03-22 |
Mike Frysinger | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ... |
tree | commitdiff |
2006-03-20 |
Eric Andersen | Roy Walker writes: |
tree | commitdiff |
2006-03-13 |
Mike Frysinger | update comments as to what caused the defines to change |
tree | commitdiff |
2006-03-13 |
Bernhard Reutner... | - revert back to r14406 |
tree | commitdiff |
2006-03-10 |
Mike Frysinger | fix building with glibc-2.4 |
tree | commitdiff |
2006-03-10 |
Rob Landley | Patch from Denis Vlasenko turning static const int... |
tree | commitdiff |
2006-03-09 |
Bernhard Reutner... | - fix typo |
tree | commitdiff |
2006-03-09 |
Bernhard Reutner... | - backout using features which are not available with... |
tree | commitdiff |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
tree | commitdiff |
2006-03-03 |
Eric Andersen | Kill off some unused code that was wasting several... |
tree | commitdiff |
2006-03-02 |
Bernhard Reutner... | - remove unused lists *-m |
tree | commitdiff |
2006-03-02 |
Bernhard Reutner... | - use absolute path for top_builddir and top_srcdir. |
tree | commitdiff |
2006-03-01 |
Bernhard Reutner... | - fixes parallel builds (make -j) |
tree | commitdiff |
2006-03-01 |
Rob Landley | Fixup to make warnings from the last patch go away. |
tree | commitdiff |
2006-03-01 |
Rob Landley | Cleanup patch from Denis Vlasenko. Mostly variants... |
tree | commitdiff |
2006-02-28 |
Rob Landley | Cleanup from Glenn McGrath. |
tree | commitdiff |
2006-02-26 |
Rob Landley | Patch from Glenn McGrath to remove code that opens... |
tree | commitdiff |
2006-02-23 |
Bernhard Reutner... | - put NLS stuff in one central place to avoid redefines. |
tree | commitdiff |
2006-02-22 |
Rob Landley | Patch from Denis Vlasenko to constify things and fix... |
tree | commitdiff |
next |