Age | Commit message (Expand) | Author |
2009-03-15 | sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 | Denis Vlasenko |
2009-03-15 | sha: merge sha1/sha256 handling (they are similar enough for this), | Denis Vlasenko |
2009-03-15 | uname: correct cut/paste error | Denis Vlasenko |
2009-03-14 | mount: support "-O option"; stop trying to mount swap partitions | Denis Vlasenko |
2009-03-14 | uname: support long options | Denis Vlasenko |
2009-03-13 | insmod/modprobe: do not pass NULL to kernel as module parameter | Denis Vlasenko |
2009-03-13 | tar: make FEATURE_TAR_AUTODETECT work with DESKTOP off too. | Denis Vlasenko |
2009-03-12 | sha: reduce sha256/512 context size. Make sha1/sha256 code more similar | Denis Vlasenko |
2009-03-12 | sha: tiny shrink | Denis Vlasenko |
2009-03-12 | add comment about sha testing | Denis Vlasenko |
2009-03-12 | shrink sha hashing a bit more (remove wbuflen field from ctx), | Denis Vlasenko |
2009-03-12 | shrink sha hashing | Denis Vlasenko |
2009-03-12 | popmaildir: fix several grave bugs with using memory past end of malloc block | Denis Vlasenko |
2009-03-12 | the -elf2flt flag can be used w/out -Wl, so drop the requirement so people ca... | Mike Frysinger |
2009-03-11 | sha256/512: code shrink. Run-tested. | Denis Vlasenko |
2009-03-11 | *: remove LOG_NOWAIT | Denis Vlasenko |
2009-03-11 | ftpd: stop unconditional logging to syslog. This was the only applet | Denis Vlasenko |
2009-03-11 | docs/logging_and_backgrounding.txt: new mini-doc | Denis Vlasenko |
2009-03-10 | mail.c: more robust handling of SIGCHLD | Denis Vlasenko |
2009-03-09 | ftpd + ls - timestamp = confused Mozilla. Prevent that. | Denis Vlasenko |
2009-03-09 | ftpd: add LOG_NDELAY to openlog | Denis Vlasenko |
2009-03-09 | uniq: strncmp(a,b, -1) might be problematic, use INT_MAX instead | Denis Vlasenko |
2009-03-09 | fix typo in help text | Denis Vlasenko |
2009-03-09 | ftpd: reuse ls applet for LIST/NLST/STAT generation | Denis Vlasenko |
2009-03-09 | ftpd: EPSV and SIZE support. Tested to work on IPv6 too. | Denis Vlasenko |
2009-03-09 | ftp: reduce amount of realloc's done in cmdio_write | Denis Vlasenko |
2009-03-09 | ftpd: code shrink | Denis Vlasenko |
2009-03-09 | ftpd: code shrink | Denis Vlasenko |
2009-03-09 | ftp: code shrink | Denis Vlasenko |
2009-03-09 | ftpd: code shuffled a bit, added comments | Denis Vlasenko |
2009-03-09 | ftpd: add comment | Denis Vlasenko |
2009-03-09 | ftpd: further code shrink | Denis Vlasenko |
2009-03-09 | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko |
2009-03-08 | ftpd: code chrink, fixed some minor bugs | Denis Vlasenko |
2009-03-08 | adding forgotten new file | Denis Vlasenko |
2009-03-08 | ftpd: new applet by Adam Tkac | Denis Vlasenko |
2009-03-08 | website: mention fixes to syslogd | Denis Vlasenko |
2009-03-08 | website: announce 1.13.3 | Denis Vlasenko |
2009-03-07 | halt/reboot/poweroff: improve error reporting | Denis Vlasenko |
2009-03-06 | further work on modprobe | Denis Vlasenko |
2009-03-05 | - test commit | Bernhard Reutner-Fischer |
2009-03-05 | modprobe: rework/speedup by Timo Teras (timo.teras AT iki.fi) | Denis Vlasenko |
2009-03-05 | modutils: delete unused global variable | Denis Vlasenko |
2009-03-05 | networking/libiproute/*: code shrink by optimizing numeric conversions | Denis Vlasenko |
2009-03-04 | sendmail: document and fix usage of fd #4, fix check for helper failure. | Denis Vlasenko |
2009-03-04 | wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) | Denis Vlasenko |
2009-03-03 | modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" | Denis Vlasenko |
2009-03-03 | ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, | Denis Vlasenko |
2009-03-03 | expr: a bit more robust handling of regexps with groups (closes bug 87) | Denis Vlasenko |
2009-03-03 | printf: fix 1.12.0 breakage (from %*d fix). It was misinterpreting "*" | Denis Vlasenko |