1. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  2. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 16 years ago
  3. 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 17 years ago
  4. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  5. 2f518b0 httpd: "HEAD" support. Closes bug 1530. by Denis Vlasenko · 17 years ago
  6. 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago
  7. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  8. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  9. fc21305 httpd: fix bug where we did chdir("") if CGI path had only one "/". by Denis Vlasenko · 17 years ago
  10. 7dbf1b4 httpd: add a bit of error logging; a few code simplifications. +29 bytes. by Denis Vlasenko · 17 years ago
  11. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  12. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  13. fcd878e httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) by Denis Vlasenko · 17 years ago
  14. 78ee7c8 httpd: fix trivial bug (spotted by Alex Landau) by Denis Vlasenko · 17 years ago
  15. 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago
  16. f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
  17. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  18. 4a45756 httpd: fix bug where we were trying to read more POSTDATA than content-length by Denis Vlasenko · 17 years ago
  19. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  20. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  21. 3d2a921 httpd: trivial simplification by Denis Vlasenko · 17 years ago
  22. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  23. 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
  24. 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
  25. f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
  26. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  27. 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago
  28. e58e8d9 httpd: add optional support for error pages by Denis Vlasenko · 17 years ago
  29. 63db27f removed stray debugging comments by Denis Vlasenko · 17 years ago
  30. d867f32 httpd: explain IP/mask parsing, and simplify it a bit. by Denis Vlasenko · 17 years ago
  31. 921799d httpd: reinstate (much lighter) paranoid connection close code by Denis Vlasenko · 17 years ago
  32. 37c3316 httpd: get rid of rmt_port and setenv_log by Denis Vlasenko · 17 years ago
  33. 52e15dc httpd: get rid of sscanf usage. Rename some variables. by Denis Vlasenko · 17 years ago
  34. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  35. d6cd9d7 httpd: stop reading headers using 1-byte read() by Denis Vlasenko · 17 years ago
  36. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  37. 9611cb1 get rid of server_ and accepted_socket globals. by Denis Vlasenko · 17 years ago
  38. b98c26a httpd shrink and logging update, part 7 of 7 by Denis Vlasenko · 17 years ago
  39. feac3ce httpd shrink and logging update, part 6 of 7 by Denis Vlasenko · 17 years ago
  40. 073214f httpd shrink and logging update, part 5 of 7 by Denis Vlasenko · 17 years ago
  41. 91adf7d httpd shrink and logging update, part 4 of 7 by Denis Vlasenko · 17 years ago
  42. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  43. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  44. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  45. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  46. 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
  47. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  48. 1b9064d httpd: sendfile support by Denis Vlasenko · 17 years ago
  49. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  50. 4185548 httpd: CGI Status: header fix by Denis Vlasenko · 17 years ago
  51. 1ec15cd httpd: add support for Status: CGI header by Denis Vlasenko · 17 years ago
  52. e5d37cc httpd: fix CGI handling bug (we were closing wrong fd). by Denis Vlasenko · 17 years ago
  53. 82bd9ee fix typo in last commit by Denis Vlasenko · 17 years ago
  54. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  55. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  56. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  57. 56258b6 httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo.com> by Denis Vlasenko · 17 years ago
  58. 77e44d6 httpd: move data off bss. by Denis Vlasenko · 17 years ago
  59. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  60. 088b959 "Unify base64 handling" is done, remove TODO by Denis Vlasenko · 17 years ago
  61. 16abcd9 teach find_root_device to deal with /dev/ subdirs by Denis Vlasenko · 17 years ago
  62. 473dae0 add more convenient defines for [NO]MMU: "#ifndef BB_NOMMU" is a double negative by Denis Vlasenko · 17 years ago
  63. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  64. 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 17 years ago
  65. 5a14202 move everything to new NOMMU helpers, except udhcp by Denis Vlasenko · 17 years ago
  66. 80281fe httpd: make httpd usable for NOMMU CPUs by Denis Vlasenko · 17 years ago
  67. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 17 years ago
  68. 1ccd96f httpd: run interpreter for configured file extensions in any dir, by Denis Vlasenko · 18 years ago
  69. ec77ba1 httpd: fix breakage (introduced by me) by Denis Vlasenko · 18 years ago
  70. b5368bf httpd: a little bit more correct handling of CGI "HTTP/xxx" output by Denis Vlasenko · 18 years ago
  71. a305584 httpd: fix for POSTDATA handling bugs: by Denis Vlasenko · 18 years ago
  72. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  73. ab2aea4 preparatory patch for -Wwrite-strings #4 by Denis Vlasenko · 18 years ago
  74. 703e202 cleanups: unnecessary casts, unified const_1, eliminate cross-.c file by Denis Vlasenko · 18 years ago
  75. b64eed6 httpd: use fd#1 in inetd mode inetd: micro style fix by Denis Vlasenko · 18 years ago
  76. 6536a9b next part of ipv6-ization is here: wget & httpd by Denis Vlasenko · 18 years ago
  77. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  78. 6998142 httpd: stop adding our own "Content-type:" to CGI output by Denis Vlasenko · 18 years ago
  79. a773af3 httpd: read cgi output with full_read, not safe_read by Denis Vlasenko · 18 years ago
  80. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  81. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  82. a35c9e9 httpd: fix decode of '/' when called via -d by Denis Vlasenko · 18 years ago
  83. 601ae13 od: sometime ago I landed BIG od implementation by Denis Vlasenko · 18 years ago
  84. cf30cc8 header_verbose_list: stop truncating file size in listing by Denis Vlasenko · 18 years ago
  85. 48237b0 introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), by Denis Vlasenko · 18 years ago
  86. 428f7ae httpd: comment on QUERY_STRING by Denis Vlasenko · 18 years ago
  87. 8b45837 httpd: add link to docs by Denis Vlasenko · 18 years ago
  88. 1288722 wget: add TODO by Denis Vlasenko · 18 years ago
  89. 04291bc httpd: slight reduction of #ifdef forest by Denis Vlasenko · 18 years ago
  90. 5d148e2 httpd: fix cgi-bin/index.cgi support, add example of it, by Denis Vlasenko · 18 years ago
  91. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  92. 6c85ddc httpd: add support for directory indexer (cgi-bin/index.cgi) by Denis Vlasenko · 18 years ago
  93. a3ee69f httpd: get rid of big, useless blocks (deindent, bring code under 80 columns) by Denis Vlasenko · 18 years ago
  94. 0bb993f httpd: More robust Content-length: parsing, code reorganization (less indented) by Denis Vlasenko · 18 years ago
  95. a5342b4 httpd: make Bernhard happier by Denis Vlasenko · 18 years ago
  96. b3a0715 httpd: reduce ifdef forest. comment out redundant PATH setting by Denis Vlasenko · 18 years ago
  97. d4f3d1a httpd: by Denis Vlasenko · 18 years ago
  98. 0871bc8 httpd: add -i (inetd) and -f (foreground) otions. by Denis Vlasenko · 18 years ago
  99. e867b7c httpd: stop being silly with setenv by Denis Vlasenko · 18 years ago
  100. 6c5e5a0 httpd: cosmetic fixes (the bug which was being hunted down by Denis Vlasenko · 18 years ago