Age | Commit message (Expand) | Author | Files | Lines |
2014-09-23 | Another round of path handling fixesopenwrt/masternbd/master |  Jo-Philipp Wich | 1 | -4/+7 |
2014-09-22 | Use safe uh_realpath() |  Jo-Philipp Wich | 1 | -2/+2 |
2014-09-22 | Fix possible buffer overruns in uh_file_dirlist() |  Jo-Philipp Wich | 1 | -5/+5 |
2014-09-22 | Fix possible buffer overruns in path handling |  Jo-Philipp Wich | 2 | -7/+31 |
2012-10-30 | back out early if the first client socket read doesn't yield a valid HTTP met... |  Jo-Philipp Wich | 1 | -0/+21 |
2012-10-19 | re-add limits.h, required for PATH_MAX on certain libc implementations |  Jo-Philipp Wich | 1 | -1/+2 |
2012-10-15 | move plugin initialization into separate functions |  Jo-Philipp Wich | 1 | -61/+96 |
2012-10-15 | support multiple index files in the configuration and the command line args |  Jo-Philipp Wich | 4 | -24/+48 |
2012-10-05 | fix libcrypt availability check |  Felix Fietkau | 1 | -3/+3 |
2012-10-04 | file: fix two enum vs. float comparisations |  Jo-Philipp Wich | 1 | -2/+2 |
2012-10-04 | ubus: add clock_gettime fallback for mac os x (untested) |  Felix Fietkau | 1 | -0/+24 |
2012-10-04 | include strings.h globally for strcasecmp and strncasecmp |  Felix Fietkau | 1 | -0/+1 |
2012-10-04 | add a missing definition for timegm() on mac os x |  Felix Fietkau | 1 | -0/+3 |
2012-10-04 | provide a clearenv() fallback for mac os x |  Felix Fietkau | 1 | -0/+7 |
2012-10-04 | #ifdef linux-specific tcp keepalive options |  Felix Fietkau | 1 | -4/+11 |
2012-10-04 | define _XOPEN_SOURCE and _BSD_SOURCE globally, increase _XOPEN_SOURCE to incl... |  Felix Fietkau | 4 | -8/+3 |
2012-10-04 | only link against libcrypt on linux |  Felix Fietkau | 1 | -1/+5 |
2012-10-04 | do not include linux/limits.h |  Felix Fietkau | 3 | -3/+0 |
2012-10-04 | add .gitignore |  Felix Fietkau | 1 | -0/+9 |
2012-10-04 | replace the makefile with a cmake file |  Felix Fietkau | 2 | -89/+110 |
2012-10-04 | lua: add explicit typecasts to fix compiler warnings |  Felix Fietkau | 1 | -2/+2 |
2012-10-04 | add more missing ifdefs |  Felix Fietkau | 1 | -0/+4 |
2012-10-04 | add an ifdef around a potentially unused variable |  Felix Fietkau | 1 | -0/+2 |
2012-07-13 | [package] uhttpd: various changes |  jow | 7 | -139/+126 |
2012-07-11 | [package] uhttpd: retry parsing the CGI header until the buffer space is exha... |  jow | 3 | -10/+22 |
2012-07-09 | [package] uhttpd: various fixes |  jow | 8 | -141/+152 |
2012-07-07 | [package] uhttpd: do not dispatch pipe error events, fixes use after free for... |  jow | 1 | -2/+6 |
2012-07-06 | [package] uhttpd: do not subscribe to epoll write events |  jow | 5 | -3/+26 |
2012-06-18 | [package] uhttpd: finish inherited uloop in forked childs, fixes misdispatche... |  jow | 2 | -0/+6 |
2012-06-02 | [package] uhttpd: remove some dead code |  jow | 2 | -14/+2 |
2012-06-02 | [package] uhttpd: add explicit stdin eof notification for Lua and CGI childs |  jow | 2 | -1/+9 |
2012-05-30 | [package] uhttpd: fix wrongly applied sizeof() leading to writing beyound end... |  jow | 1 | -2/+2 |
2012-05-28 | [package] uhttpd: |  jow | 15 | -1308/+2519 |
2012-05-03 | [package] uhttpd: display errors in init script, code formatting changes, bum... |  jow | 5 | -495/+529 |
2012-05-03 | uhttpd: added uhttpd.docroot |  jow | 4 | -5/+13 |
2012-05-03 | Fixed: [PATCH 2/3] uhttpd URL-codec enhancements. |  jow | 3 | -21/+52 |
2012-05-03 | uhttpd URL-codec bug fixes. |  jow | 1 | -5/+11 |
2012-03-13 | [package] uhttpd: reorder compiler flags to fix native build on Ubuntu 11.x |  jow | 1 | -1/+1 |
2012-03-04 | [package] uhttpd: cope with variable number of spaces in header lines (#11079) |  jow | 1 | -3/+6 |
2011-11-09 | [package] uhttpd: cope with DES crypted passwd entries by not relying on a le... |  jow | 1 | -5/+2 |
2011-11-05 | [package] uhttpd: fix Makefiles and linking of tls plugin |  jow | 1 | -6/+6 |
2011-11-05 | [package] uhttpd: rework CyaSSL and OpenSSL integration; move protected recv(... |  jow | 4 | -50/+207 |
2011-09-18 | [package] uhttpd: fix bad pointer use in previous commit |  jow | 1 | -1/+1 |
2011-09-18 | [package] uhttpd: fix possible CGI header line parsing beyound the empty line... |  jow | 1 | -4/+4 |
2011-09-04 | [package] uhttpd: properly match mimetype entries which cover the whole filen... |  jow | 1 | -2/+2 |
2011-09-02 | [package] uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236) |  jow | 1 | -0/+3 |
2011-07-18 | [package] uhttpd: support building against openssl instead of cyassl, minor c... |  jow | 5 | -20/+65 |
2011-07-17 | [package] uhttpd: unblock signals in CGI childs, solves hanging ssh logout af... |  jow | 2 | -1/+11 |
2011-01-28 | [package] uhttpd: substitute "+" with space when using the -d flag, lazyload ... |  jow | 1 | -40/+60 |
2011-01-09 | [package] uhttpd: protect tcp receive operations with select, make tcp keep-a... |  jow | 3 | -21/+45 |