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