Mike Kleshov
|
5a0007f083
|
httpd: Add callbacks for GET header processing
|
2026-04-16 16:11:03 +03:00 |
|
Mike Kleshov
|
ca0395c5ae
|
Revert "Apply patch #10511: remove code with no effect in httpd.c"
This reverts commit f877b457a1.
|
2025-04-02 10:22:43 +03:00 |
|
Mike Kleshov
|
f877b457a1
|
Apply patch #10511: remove code with no effect in httpd.c
|
2025-03-21 19:35:05 +03:00 |
|
Mike Kleshov
|
6c8874bf5d
|
Apply patch #10047: HTTP11_CONNECTIONKEEPALIVE2 not needed any more
|
2025-03-21 19:25:31 +03:00 |
|
Simon Goldschmidt
|
ab1f582043
|
httpd: fix bug #64458: When tcp_err() is invoked, tcp_pcb is freed but httpd_post_finished() is not called by httpd.c
|
2023-10-10 20:40:42 +02:00 |
|
Simon Goldschmidt
|
2159f84682
|
httpd: compare client requests case-insensitive
Fixes bug #10047 (Fix case-sensitive comparison of Content-Length header for POST requests)
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
|
2023-09-28 22:30:47 +02:00 |
|
Shawn Silverman
|
f84076b112
|
Add missing terminating newlines to LWIP_DEBUGF statements
|
2023-05-11 22:13:51 +02:00 |
|
Florian La Roche
|
089697bb1c
|
Use NULL instead of 0 as a pointer
Recommended by 'sparse' tool
|
2021-11-27 15:49:20 +01:00 |
|
Mike Kleshov
|
89dca4588f
|
httpd: follow-up to previous commit, replace strstr() with memcmp()
|
2021-01-27 19:28:19 +03:00 |
|
Mike Kleshov
|
fdd702e61b
|
httpd: fix bug #58223
|
2021-01-26 19:19:32 +03:00 |
|
Mike Kleshov
|
1678b21a94
|
httpd: remove fs_file::is_custom_file, use fs_file::flags instead
|
2021-01-25 21:49:17 +03:00 |
|
Mike Kleshov
|
c6777547f6
|
Make sure tag insertion is complete when tag is followed by EOF.
See bug #59728.
Signed-off-by: Mike Kleshov <m.kleshov@gmail.com>
|
2021-01-01 11:26:30 +03:00 |
|
Simon Goldschmidt
|
0f5bf0aa37
|
httpd: error files must start with "<errnr>." to match HTTP status
This is to prevent files like "4001.jpg" getting HTTP status 400 instead
of 100.
See bug #56290.
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
|
2020-01-30 21:22:03 +01:00 |
|
Dirk Ziegelmeier
|
ecd8c5b936
|
Fix bug #55702: SSI bug
Apply patch from Stanislav
|
2019-03-24 21:47:56 +01:00 |
|
Dirk Ziegelmeier
|
06cc825431
|
Whitespace cleanup lwIP
|
2018-10-22 20:53:58 +02:00 |
|
Simon Goldschmidt
|
a044c807f8
|
altcp_tls: rename altcp_tls_new -> altcp_tls_wrap, add altcp_tls_new
The new altcp_tls_new() is a type safe version of altcp_tls_alloc()
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
|
2018-09-24 22:29:54 +02:00 |
|
Simon Goldschmidt
|
0610b34372
|
httpd: fixed duplicate NULL check
See bug #54196.
Reported-by: Andrey Vinogradov <andrey.vinogradov@teplomonitor.ru>
Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
|
2018-06-27 20:53:30 +02:00 |
|
Simon Goldschmidt
|
d80e84864e
|
httpd deduplicate code in http_send_data_ssi
Keep lead-in/lead-out tag in an array
|
2018-06-22 22:23:26 +02:00 |
|
Lucas Vinicius Hartmann
|
0acf37fd75
|
Added JavaScript-friendly ssi /*#tag*/.
|
2018-06-22 22:06:14 +02:00 |
|
Simon Goldschmidt
|
eb91fdd861
|
httpd: fix missing null termination when searching for a default file in file system folder
|
2018-06-12 20:14:04 +02:00 |
|
Axel Lin
|
600527dde7
|
apps/http: httpd: Fix unused parameter warning if !LWIP_HTTPD_SUPPORT_V09
Signed-off-by: Axel Lin <axel.lin@ingics.com>
|
2018-03-21 15:05:33 +08:00 |
|
goldsimon
|
d4c4b0eec5
|
rename folder 'src/apps/httpd' to 'http'
Signed-off-by: goldsimon <goldsimon@gmx.de>
|
2018-02-15 20:13:25 +01:00 |
|