1. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  2. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  3. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  4. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  5. 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
  6. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  7. 1b9064d httpd: sendfile support by Denis Vlasenko · 17 years ago
  8. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  9. 4185548 httpd: CGI Status: header fix by Denis Vlasenko · 17 years ago
  10. 1ec15cd httpd: add support for Status: CGI header by Denis Vlasenko · 17 years ago
  11. e5d37cc httpd: fix CGI handling bug (we were closing wrong fd). by Denis Vlasenko · 17 years ago
  12. 82bd9ee fix typo in last commit by Denis Vlasenko · 17 years ago
  13. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  14. dc757aa introduce and use bb_basename() by Denis Vlasenko · 18 years ago
  15. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 18 years ago
  16. 56258b6 httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 18 years ago
  17. 77e44d6 httpd: move data off bss. by Denis Vlasenko · 18 years ago
  18. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  19. 088b959 "Unify base64 handling" is done, remove TODO by Denis Vlasenko · 18 years ago
  20. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 18 years ago
  21. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 18 years ago
  22. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
  23. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
  24. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 18 years ago
  25. 80281fe httpd: make httpd usable for NOMMU CPUs by Denis Vlasenko · 18 years ago
  26. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  27. 1ccd96f httpd: run interpreter for configured file extensions in any dir, by Denis Vlasenko · 18 years ago
  28. ec77ba1 httpd: fix breakage (introduced by me) by Denis Vlasenko · 18 years ago
  29. b5368bf httpd: a little bit more correct handling of CGI "HTTP/xxx" output by Denis Vlasenko · 18 years ago
  30. a305584 httpd: fix for POSTDATA handling bugs: by Denis Vlasenko · 18 years ago
  31. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  32. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  33. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  34. b64eed6 httpd: use fd#1 in inetd mode inetd: micro style fix by Denis Vlasenko · 18 years ago
  35. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  36. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  37. 6998142 httpd: stop adding our own "Content-type:" to CGI output by Denis Vlasenko · 18 years ago
  38. a773af3 httpd: read cgi output with full_read, not safe_read by Denis Vlasenko · 18 years ago
  39. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  40. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  41. a35c9e9 httpd: fix decode of '/' when called via -d by Denis Vlasenko · 18 years ago
  42. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  43. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  44. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  45. 428f7ae httpd: comment on QUERY_STRING by Denis Vlasenko · 18 years ago
  46. 8b45837 httpd: add link to docs by Denis Vlasenko · 18 years ago
  47. 1288722 wget: add TODO by Denis Vlasenko · 18 years ago
  48. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  49. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  50. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  51. 6c85ddc httpd: add support for directory indexer (cgi-bin/index.cgi) by Denis Vlasenko · 18 years ago
  52. a3ee69f httpd: get rid of big, useless blocks (deindent, bring code under 80 columns) by Denis Vlasenko · 18 years ago
  53. 0bb993f httpd: More robust Content-length: parsing, code reorganization (less indented) by Denis Vlasenko · 18 years ago
  54. a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
  55. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  56. d4f3d1a httpd: by Denis Vlasenko · 18 years ago
  57. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  58. e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
  59. 6c5e5a0 httpd: cosmetic fixes (the bug which was being hunted down by Denis Vlasenko · 18 years ago
  60. 9f60929 httpd: sendCgi() forked child needs to close opened by Denis Vlasenko · 18 years ago
  61. 5d499e1 find: a lot more compliant to 'standard' find by Denis Vlasenko · 18 years ago
  62. 5c75960 ls: cleanup part 1 by Denis Vlasenko · 18 years ago
  63. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  64. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  65. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  66. 5625415 dd: make it recognize not only 'k' but 'K' too; by Denis Vlasenko · 18 years ago
  67. de59c0f httpd: add -u user[:grp] support by Denis Vlasenko · 18 years ago
  68. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  69. 9275814 lots of silly indent fixes by Denis Vlasenko · 18 years ago
  70. 55a9940 lsmod: repair indentation by Denis Vlasenko · 18 years ago
  71. 8b8c75e httpd: sanitize indentation by Denis Vlasenko · 18 years ago
  72. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  73. 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
  74. 280a264 Attempt to fixup httpd.c to match svn 15767. by Rob Landley · 18 years ago
  75. 581d4f3 Move declaration to be compatible with older gcc's. by "Robert P. J. Day" · 18 years ago
  76. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  77. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  78. fa6c484 fix spelling mistakes by Mike Frysinger · 19 years ago
  79. a2d9a17 More usage.h cleanups, with collateral changes to httpd. Specifically, by Rob Landley · 19 years ago
  80. da0dcd1 Patch from Robert P Day to remove standalone code from httpd. (Busybox has by Rob Landley · 19 years ago
  81. d086b50 Hard wiring configuration symbol values into the code defeats the purpose by Rob Landley · 19 years ago
  82. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  83. 67f641e - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() by Bernhard Reutner-Fischer · 19 years ago
  84. 2c99851 - patch from Denis Vlasenko to add and use bb_xdaemon() by Bernhard Reutner-Fischer · 19 years ago
  85. dac7ff1 - patch from Denis Vlasenko to add and use bb_xsocket() and to use by Bernhard Reutner-Fischer · 19 years ago
  86. e7f8a32 - httpd in inetd mode: POST from IE (6) ends up in 'cannot display page' by Bernhard Reutner-Fischer · 19 years ago
  87. 0d8766a Rename UNUSE() to SKIP(). by Rob Landley · 19 years ago
  88. 9a51540 demo (UN)USE_FEATURE... usage by "Vladimir N. Oleynik" · 19 years ago
  89. 4333a09 add feature: support for running scripts through an interpreter. Thanks Florian Schirmer <jolt@tuxbox.org> by "Vladimir N. Oleynik" · 19 years ago
  90. 0cb6f35 fix up annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  91. 79af7d5 for change previous log: close bug 186 by "Vladimir N. Oleynik" · 19 years ago
  92. 2e33daa close bug 190 by "Vladimir N. Oleynik" · 19 years ago
  93. ab90b9f close bug 657 by "Vladimir N. Oleynik" · 19 years ago
  94. bb12d6f fix comment documentation by Mike Frysinger · 19 years ago
  95. 0bf67e8 remove buffer overflow by Erik and decodeString problem by Glenn, add error check of decodeString as Apache by "Vladimir N. Oleynik" · 19 years ago
  96. 6b903a2 remove debug feature for production by "Vladimir N. Oleynik" · 19 years ago
  97. 27d42a0 remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATURE by "Vladimir N. Oleynik" · 19 years ago
  98. 7090800 revert wait zombie, it have as linux-specific signal(SIG_CHLD,SIG_IGN) already, do not confuse me\! by "Vladimir N. Oleynik" · 19 years ago
  99. d5bd137 - rename libbb's password helpers as suggested in libbb.h by Bernhard Reutner-Fischer · 19 years ago
  100. 54deebf destroy bug #421 by "Vladimir N. Oleynik" · 19 years ago