Age | Commit message (Expand) | Author |
2007-01-03 | convert calloc to xzalloc | Denis Vlasenko |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko |
2006-11-29 | httpd: fix decode of '/' when called via -d | Denis Vlasenko |
2006-11-28 | od: sometime ago I landed BIG od implementation | Denis Vlasenko |
2006-11-24 | header_verbose_list: stop truncating file size in listing | Denis Vlasenko |
2006-11-22 | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko |
2006-11-21 | httpd: comment on QUERY_STRING | Denis Vlasenko |
2006-11-21 | httpd: add link to docs | Denis Vlasenko |
2006-11-21 | wget: add TODO | Denis Vlasenko |
2006-11-21 | httpd: slight reduction of #ifdef forest | Denis Vlasenko |
2006-11-21 | httpd: fix cgi-bin/index.cgi support, add example of it, | Denis Vlasenko |
2006-11-21 | httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! | Denis Vlasenko |
2006-11-21 | httpd: add support for directory indexer (cgi-bin/index.cgi) | Denis Vlasenko |
2006-11-21 | httpd: get rid of big, useless blocks (deindent, | Denis Vlasenko |
2006-11-21 | httpd: More robust Content-length: parsing, | Denis Vlasenko |
2006-11-17 | httpd: make Bernhard happier | Denis Vlasenko |
2006-11-16 | httpd: reduce ifdef forest. comment out redundant PATH setting | Denis Vlasenko |
2006-11-16 | httpd: | Denis Vlasenko |
2006-11-16 | httpd: add -i (inetd) and -f (foreground) otions. | Denis Vlasenko |
2006-11-16 | httpd: stop being silly with setenv | Denis Vlasenko |
2006-11-10 | httpd: cosmetic fixes (the bug which was being hunted down | Denis Vlasenko |
2006-11-05 | httpd: sendCgi() forked child needs to close opened | Denis Vlasenko |
2006-10-29 | find: a lot more compliant to 'standard' find | Denis Vlasenko |
2006-10-28 | ls: cleanup part 1 | Denis Vlasenko |
2006-10-20 | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko |
2006-10-08 | correct largefile support, add comments about it. | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-07 | dd: make it recognize not only 'k' but 'K' too; | Denis Vlasenko |
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-10-03 | lots of silly indent fixes | Denis Vlasenko |
2006-09-30 | lsmod: repair indentation | Denis Vlasenko |
2006-09-26 | httpd: sanitize indentation | Denis Vlasenko |
2006-09-06 | Implement optional syslog logging using ordinary | Denis Vlasenko |
2006-08-03 | Remove xcalloc() and convert its callers to xzalloc(). About half of them | Rob Landley |
2006-08-03 | Attempt to fixup httpd.c to match svn 15767. | Rob Landley |
2006-08-03 | Move declaration to be compatible with older gcc's. | "Robert P. J. Day" |
2006-07-16 | Cleaup read() and write() variants, plus a couple of new functions like | Rob Landley |
2006-05-27 | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley |
2006-05-26 | fix spelling mistakes | Mike Frysinger |
2006-04-28 | More usage.h cleanups, with collateral changes to httpd. Specifically, | Rob Landley |
2006-04-14 | Patch from Robert P Day to remove standalone code from httpd. (Busybox has | Rob Landley |
2006-04-14 | Hard wiring configuration symbol values into the code defeats the purpose | Rob Landley |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xchdir() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer |
2006-04-11 | - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' | Bernhard Reutner-Fischer |
2006-02-20 | Rename UNUSE() to SKIP(). | Rob Landley |
2006-02-15 | demo (UN)USE_FEATURE... usage | "Vladimir N. Oleynik" |