Felix Fietkau
8faa8a6420
uhttpd: update to latest version, fixes issues with POST and keep-alive ( #13940 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37556
11 years ago
Felix Fietkau
8c69057980
uhttpd: update to latest version, fixes CGI related crashes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36817
12 years ago
Felix Fietkau
02fe12c00d
uhttpd: update again to fix a ubus plugin crash bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36770
12 years ago
Felix Fietkau
eeb7fdc13e
uhttpd: update to latest version, fixes script timeout for ubus requests
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36767
12 years ago
Felix Fietkau
75bb3138aa
uhttpd: update to latest version, fixes #13564 , #13560 , improves error handling as pointed out in #13537
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36696
12 years ago
Felix Fietkau
7365e647f6
uhttpd: update to latest version, fixes index page processing order
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36644
12 years ago
Felix Fietkau
d090eea125
uhttpd: update to latest version, fixes a SSL connection memory leak
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36636
12 years ago
Jo-Philipp Wich
e66a4af8c3
uhttpd: update to git head, fixes regression when parsing IPv6 listen arguments
...
SVN-Revision: 36348
12 years ago
Felix Fietkau
eb10581ce3
uhttpd: update to latest version, fixes compile error with latest libubox
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36338
12 years ago
Felix Fietkau
84069f8534
uhttpd: update to latest version, fixes an occasional crash on CGI scripts
...
SVN-Revision: 36034
12 years ago
Felix Fietkau
a4c7a953e5
uhttpd: always turn on TLS support, include ustream-ssl as a build dependency
...
SVN-Revision: 35295
12 years ago
Felix Fietkau
bab482b93f
uhttpd: fix another small hang issue with the same symptoms
...
SVN-Revision: 35291
12 years ago
Felix Fietkau
166ea3832b
uhttpd: fix connection hangs
...
SVN-Revision: 35290
12 years ago
Felix Fietkau
c725669079
uhttpd: fix unencrypted passwords in httpd.conf
...
SVN-Revision: 35265
12 years ago
Felix Fietkau
4a86973285
uhttpd: fix selecting the right ustream implementation when openssl is to be used ( #12857 )
...
SVN-Revision: 35257
12 years ago
Felix Fietkau
e55ee0817f
uhttpd: update to a newer version, fixes chunked transfer on some POST requests
...
SVN-Revision: 35249
12 years ago
Felix Fietkau
6f0ecf0541
uhttpd: switch to uhttpd2, it is now feature complete
...
SVN-Revision: 35247
12 years ago
Jo-Philipp Wich
73c75e0dd8
uhttpd: update to latest git head, improves handling of invalid requests
...
SVN-Revision: 34010
12 years ago
Jo-Philipp Wich
5fb6cf9a11
uhttpd: fix compilation with eglibc
...
SVN-Revision: 33860
12 years ago
Jo-Philipp Wich
160c2ef011
uhttpd: update to latest git head - introduces support for multiple index files - fixes build with only the TLS module selected
...
SVN-Revision: 33778
12 years ago
Jo-Philipp Wich
14e14faa0b
uhttpd: switch to external git repo + cmake build system
...
SVN-Revision: 33775
12 years ago
Felix Fietkau
405e21d167
packages: sort network related packages into package/network/
...
SVN-Revision: 33688
12 years ago
Jo-Philipp Wich
00f1b1d62a
uhttpd: various changes
...
- remove unused variables
- simply ignore command line args which belong to not enabled features
- resolve peer address at accept() time, should solve (#11850 )
- remove floating point operations where possible
SVN-Revision: 32704
13 years ago
Jo-Philipp Wich
0000ce2271
uhttpd: retry parsing the CGI header until the buffer space is exhausted
...
SVN-Revision: 32662
13 years ago
Jo-Philipp Wich
86de034767
uhttpd: various fixes
...
- avoid closing descriptors before removing them from uloop (#11755 , #11830 )
- do not auto-initialize ubus if no prefix is set (#11832 )
- remove extraneous client context pointer from cgi and lua states
- code cleanups and debug message changes
SVN-Revision: 32651
13 years ago
Jo-Philipp Wich
1f2d5da887
uhttpd: do not subscribe to epoll write events Watch child read pipe end for data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices.
...
SVN-Revision: 32640
13 years ago
Jo-Philipp Wich
c73b39fd30
uhttpd: finish inherited uloop in forked childs, fixes misdispatched events leading to race conditions and bad memory accesses
...
SVN-Revision: 32419
13 years ago
Jo-Philipp Wich
2cf72776d8
uhttpd: add explicit stdin eof notification for Lua and CGI childs
...
SVN-Revision: 32027
13 years ago
Jo-Philipp Wich
5aefe3b277
uhttpd: fix wrongly applied sizeof() leading to writing beyound end of buffer and subsequent data corruption ( #11557 )
...
SVN-Revision: 32005
13 years ago
Jo-Philipp Wich
022fa36b40
uhttpd: - rewrite large parts of the server, use uloop event driven structure - support concurrent requests and make the upper limit configurable - implement initial version of HTTP-to-ubus JSON proxy and session.* namespace - add compile time support for debug information - code style changes - bump package revision
...
SVN-Revision: 31931
13 years ago
Jo-Philipp Wich
8e9d914343
uhttpd: display errors in init script, code formatting changes, bump package version
...
SVN-Revision: 31572
13 years ago
Jo-Philipp Wich
8533636d2d
uhttpd: cope with variable number of spaces in header lines ( #11079 )
...
SVN-Revision: 30806
13 years ago
Jo-Philipp Wich
215239a470
uhttpd: prevent linking uhttpd binary against crypto libraries
...
SVN-Revision: 29152
13 years ago
Jo-Philipp Wich
44da6400cd
uhttpd: cope with DES crypted passwd entries by not relying on a leading dollar sign to indicate a cipher
...
SVN-Revision: 28886
13 years ago
Nicolas Thill
75e186832a
package/uhttpd: use new service wrapper
...
SVN-Revision: 28841
13 years ago
Jo-Philipp Wich
8189bd9260
uhttpd: provide rpath-link flag, thanks mazilo
...
SVN-Revision: 28792
13 years ago
Jo-Philipp Wich
fcea88e3b5
uhttpd: fix Makefiles and linking of tls plugin
...
SVN-Revision: 28769
13 years ago
Jo-Philipp Wich
3c96dee342
uhttpd: bump version
...
SVN-Revision: 28762
13 years ago
Jo-Philipp Wich
3d035a6f6a
uhttpd: rework CyaSSL and OpenSSL integration; move protected recv() and send() operations below the ssl layer - fixes hangs when accessing via https
...
SVN-Revision: 28761
13 years ago
Jo-Philipp Wich
12bbe8b2af
uhttpd: fix possible CGI header line parsing beyound the empty line, thanks Linus Luessing for spotting it
...
SVN-Revision: 28254
13 years ago
Jo-Philipp Wich
a6c02f8912
uhttpd: properly match mimetype entries which cover the whole filename ( #8236 )
...
SVN-Revision: 28160
13 years ago
Jo-Philipp Wich
7fce085a97
uhttpd: add "application/x-ns-proxy-autoconfig" mime type ( #8236 )
...
SVN-Revision: 28149
13 years ago
Jo-Philipp Wich
9c606eb4c5
uhttpd: pass feature flags ( #9742 )
...
SVN-Revision: 27689
14 years ago
Jo-Philipp Wich
6576d110d2
uhttpd: support building against openssl instead of cyassl, minor cleanups ( #7827 )
...
SVN-Revision: 27686
14 years ago
Jo-Philipp Wich
53a5beaca8
uhttpd: unblock signals in CGI childs, solves hanging ssh logout after server restart from within LuCI and similar problems
...
SVN-Revision: 27628
14 years ago
Daniel Dickinson
9e4843d0e3
uhttpd: Moved uhttpd to Network|Web Servers/Proxies submenu, just like all the other web serves and proxies from the packages feed
...
SVN-Revision: 26062
14 years ago
Jo-Philipp Wich
3b3e5b7a49
uhttpd: substitute "+" with space when using the -d flag, lazyload tls support
...
SVN-Revision: 25220
14 years ago
Jo-Philipp Wich
f38a320e69
uhttpd: protect tcp receive operations with select, make tcp keep-alive optional ( #8272 )
...
SVN-Revision: 24952
14 years ago
Jo-Philipp Wich
f5b3f741ce
uhttpd: allow lowercase http header fields ( #8513 )
...
SVN-Revision: 24823
14 years ago
Jo-Philipp Wich
5931a158a4
uhttpd: redirect to same location with trailing slash appended if directories are requested
...
SVN-Revision: 23952
14 years ago