Historique des commits

Auteur SHA1 Message Date
  Maxim Storchak ee1e0987e4 httpd: fix offset for sendfile il y a 3 ans
  Denys Vlasenko 885121e25d libbb: change decode_base32/64 API to return the end of _dst_, not _src_. il y a 4 ans
  Denys Vlasenko 170b8628fa libbb: smaller and faster decode_base64() il y a 4 ans
  Xabier Oneca 535a509846 httpd: code shrink il y a 4 ans
  Sergey Ponomarev a949399d17 httpd: Make Deny/Allow by IP config support optional il y a 4 ans
  Sergey Ponomarev 4864a68596 httpd: Support caching via ETag header il y a 4 ans
  Sergey Ponomarev b6efac31d8 httpd: Don't add Last-Modified header to response il y a 4 ans
  Sergey Ponomarev 68f75bb9ce httpd: Don't add Date header to response il y a 4 ans
  Sergey Ponomarev b414cdf5b4 httpd: Update to HTTP/1.1 il y a 4 ans
  Ron Yorston 17764603f2 httpd: allow '-h' to work when daemonized with NOMMU enabled il y a 4 ans
  Ron Yorston d1b75e1842 httpd: permit non-default home directory with NOMMU enabled il y a 4 ans
  James Byrne 6937487be7 libbb: reduce the overhead of single parameter bb_error_msg() calls il y a 5 ans
  Denys Vlasenko 1230aec77a httpd: .js is "application/javascript", not "application/x-javascript" il y a 5 ans
  Denys Vlasenko 5c317c0b8d httpd: add js to built in MIME types list il y a 5 ans
  Vicente Jimenez Aguilar 09b25ecc51 httpd: add svg to built in MIME types list il y a 5 ans
  Denys Vlasenko e49a572b52 httpd: do disable header reading timeout even if proxying il y a 5 ans
  Denys Vlasenko 1c356948f1 httpd: use full size of iobuf[] when piping CGI data il y a 5 ans
  Denys Vlasenko af6012a1a7 httpd: do not set alarm() timeout if we read cached header il y a 5 ans
  Denys Vlasenko bca888a73e httpd: deindent code block, no code changes il y a 5 ans
  Denys Vlasenko ad29ba73ee httpd: require "HTTP/xyz" at the end of request line il y a 5 ans
  Alexander Vickberg 049670fbbe httpd: pass authorization header to CGI if not Basic il y a 5 ans
  Alexander Vickberg 210b52476c httpd: When sending gzipped content use content-length header il y a 5 ans
  Denys Vlasenko 2efa726b22 httpd: extract query string only after proxying check il y a 5 ans
  Denys Vlasenko 62ba9e5ac3 httpd: make rmt_ip variable local il y a 5 ans
  Denys Vlasenko 44f5b6a1cb httpd: check denied IPs even before reading 1st query line il y a 5 ans
  Denys Vlasenko c69f648457 httpd: do not decode URL and headers if proxying - send all verbatim il y a 5 ans
  Denys Vlasenko cf695976c7 httpd: remove duplicate "decode URL escape sequences" code il y a 5 ans
  Denys Vlasenko fba665a888 httpd: put all headers into environment as HTTP_UPPERCASED_HEADER=val il y a 5 ans
  Denys Vlasenko d0ae4103dd httpd: fix handling of EOF in get_line() il y a 5 ans
  Denys Vlasenko ff36bec49b httpd: add missing {} il y a 5 ans