1. e5dbd56 httpd: simplified "gzip" test by Peter Korsgaard · 14 years ago
  2. 7a2ba32 httpd: optional support for gzip-compressed pages by Peter Korsgaard · 14 years ago
  3. 535ce1d httpd: cosmetic fixes, no code changes by Denys Vlasenko · 14 years ago
  4. 31c3dad remove recently added erroneous _and_die() by Denys Vlasenko · 14 years ago
  5. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  6. 8fc9e6a httpd: fix proxy mode bug (annoying but harmless), better help text by Denys Vlasenko · 15 years ago
  7. 88aa558 *: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR by Denys Vlasenko · 15 years ago
  8. ca228fb reuse a few strings by Bernhard Reutner-Fischer · 15 years ago
  9. cb23d93 *: add/remove safe_, it seems we had a few incorrect uses by Denys Vlasenko · 15 years ago
  10. dbc6a7a httpd -m: output salted MD5 hash. By (forrest AT hifulltech.com) by Denys Vlasenko · 15 years ago
  11. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  12. 33d8d08 httpd: shrink mime type matching code (suggested by Bernhard) by Denys Vlasenko · 15 years ago
  13. 108b8c5 httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url" by Denys Vlasenko · 15 years ago
  14. a4bcbd0 telnetd: properly close fds in child by Denys Vlasenko · 16 years ago
  15. 6285117 fix debug message by Bernhard Reutner-Fischer · 16 years ago
  16. 48a29de httpd: speed up httpd.conf at the cost of 49 bytes of code by Denys Vlasenko · 16 years ago
  17. c8d7109 httpd: fix small bug in parser. it crept in during cleanup by Denis Vlasenko · 16 years ago
  18. 00643ca httpd: allow empty lines in conf file by Denis Vlasenko · 16 years ago
  19. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  20. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  21. cbb4e61 httpd: add comment explaining why SERVER_NAME etc is not set. by Denis Vlasenko · 16 years ago
  22. 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
  23. 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
  24. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
  25. 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
  26. b424930 - pass "Accept:" and "Accept-Language:" header to CGI scripts (Alina Friedrichsen) by Bernhard Reutner-Fischer · 16 years ago
  27. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  28. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  29. a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
  30. 395410b httpd: add Hopedir directive specially for by Denis Vlasenko · 16 years ago
  31. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  32. 7504f2f httpd: fix authentication by Denis Vlasenko · 17 years ago
  33. 25b4630 httpd: fix bugs in authentication (by Peter Korsgaard <jacmet ATuclibc.org>) by Denis Vlasenko · 17 years ago
  34. 0eb406c htppd: lots of variable/function renaming in config file parsing. by Denis Vlasenko · 17 years ago
  35. fdddab0 make pw_encrypt() return malloc'ed string. by Denis Vlasenko · 17 years ago
  36. 4ea83bf uclibc insists on having 70k static buffer for crypt. by Denis Vlasenko · 17 years ago
  37. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  38. faf334a httpd: fix obscure case when user runs httpd -i from command line for testing. by Denis Vlasenko · 17 years ago
  39. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  40. 6bf05cf httpd: fix several bugs triggering by realtive path in -h DIR. by Denis Vlasenko · 17 years ago
  41. b153ace httpd: restore HUP, CHLD and PIPE to SIG_DFL prior to execing CGI. by Denis Vlasenko · 17 years ago
  42. c4523c2 fix a few stray unguarded strdup's by Denis Vlasenko · 17 years ago
  43. 9230582 inetd: use change_identity(). by Denis Vlasenko · 17 years ago
  44. 9c8c038 httpd: small fixlet for POST upload - skip by Denis Vlasenko · 17 years ago
  45. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  46. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  47. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  48. 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 17 years ago
  49. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  50. 2f518b0 httpd: "HEAD" support. Closes bug 1530. by Denis Vlasenko · 17 years ago
  51. 671ca33 init: make it NOMMU-capable httpd: trivial compile fix by Denis Vlasenko · 17 years ago
  52. 3718832 *: more readable handling of pipe fds. No code changes. by Denis Vlasenko · 17 years ago
  53. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  54. fc21305 httpd: fix bug where we did chdir("") if CGI path had only one "/". by Denis Vlasenko · 17 years ago
  55. 7dbf1b4 httpd: add a bit of error logging; a few code simplifications. +29 bytes. by Denis Vlasenko · 17 years ago
  56. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  57. fb0eba7 libbb: introduce and use safe_waitpid (loops in EINTR) by Denis Vlasenko · 17 years ago
  58. fcd878e httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>) by Denis Vlasenko · 17 years ago
  59. 78ee7c8 httpd: fix trivial bug (spotted by Alex Landau) by Denis Vlasenko · 17 years ago
  60. 34cd7af httpd: free big buffer after use; improve grep-ability of 'headers' variable by Denis Vlasenko · 17 years ago
  61. f74194e xatonum.h: add comment by Denis Vlasenko · 17 years ago
  62. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  63. 4a45756 httpd: fix bug where we were trying to read more POSTDATA than content-length by Denis Vlasenko · 17 years ago
  64. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  65. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  66. 3d2a921 httpd: trivial simplification by Denis Vlasenko · 17 years ago
  67. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  68. 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
  69. 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
  70. f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
  71. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  72. 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago
  73. e58e8d9 httpd: add optional support for error pages by Denis Vlasenko · 17 years ago
  74. 63db27f removed stray debugging comments by Denis Vlasenko · 17 years ago
  75. d867f32 httpd: explain IP/mask parsing, and simplify it a bit. by Denis Vlasenko · 17 years ago
  76. 921799d httpd: reinstate (much lighter) paranoid connection close code by Denis Vlasenko · 17 years ago
  77. 37c3316 httpd: get rid of rmt_port and setenv_log by Denis Vlasenko · 17 years ago
  78. 52e15dc httpd: get rid of sscanf usage. Rename some variables. by Denis Vlasenko · 17 years ago
  79. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  80. d6cd9d7 httpd: stop reading headers using 1-byte read() by Denis Vlasenko · 17 years ago
  81. 367960b make standalone httpd work on NOMMU machines by Denis Vlasenko · 17 years ago
  82. 9611cb1 get rid of server_ and accepted_socket globals. by Denis Vlasenko · 17 years ago
  83. b98c26a httpd shrink and logging update, part 7 of 7 by Denis Vlasenko · 17 years ago
  84. feac3ce httpd shrink and logging update, part 6 of 7 by Denis Vlasenko · 17 years ago
  85. 073214f httpd shrink and logging update, part 5 of 7 by Denis Vlasenko · 17 years ago
  86. 91adf7d httpd shrink and logging update, part 4 of 7 by Denis Vlasenko · 17 years ago
  87. e45af73 httpd shrink and logging update, part 3 of 7 by Denis Vlasenko · 17 years ago
  88. 241b156 httpd shrink and logging update, part 2 of 7 by Denis Vlasenko · 17 years ago
  89. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  90. 384b1d1 httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs] by Denis Vlasenko · 17 years ago
  91. 0372f0f httpd: extend -p PORT to -p [IP[v6]:]PORT by Denis Vlasenko · 17 years ago
  92. 319f8eb httpd: round down sendfile byte count to 64k *: style fixes by Denis Vlasenko · 17 years ago
  93. 1b9064d httpd: sendfile support by Denis Vlasenko · 17 years ago
  94. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  95. 4185548 httpd: CGI Status: header fix by Denis Vlasenko · 17 years ago
  96. 1ec15cd httpd: add support for Status: CGI header by Denis Vlasenko · 17 years ago
  97. e5d37cc httpd: fix CGI handling bug (we were closing wrong fd). by Denis Vlasenko · 17 years ago
  98. 82bd9ee fix typo in last commit by Denis Vlasenko · 17 years ago
  99. 6cd84da Three patches from FreeWRT people by Denis Vlasenko · 17 years ago
  100. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago