커밋 기록

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