|
f84b27c1de
|
fixed the problem of no percent-encoding of decoded query path in proxying
|
2014-09-17 13:26:21 +00:00 |
|
|
94f015ea98
|
deprecated qse_ubi_t and introduced qse_httpd_hnd_t
|
2014-09-16 14:14:51 +00:00 |
|
|
1f96cd45ab
|
fixed a bug that the remaining buffer capacity is calculated incorrectly when returning a footer to directory listing.
switched snprintf to qse_mbsxfmt() and qse_mbsxfmts().
added qse_mbsfmts()/qse_wcsfmts() and variants
|
2014-09-11 15:03:12 +00:00 |
|
|
78f8b4a994
|
added some urs code
|
2014-08-25 16:18:17 +00:00 |
|
|
2fa6802c03
|
enhanced httpd
|
2014-08-11 05:44:03 +00:00 |
|
|
36b20b4169
|
renamed qse_xstr_t to qse_cstr_t
|
2014-07-08 14:30:42 +00:00 |
|
|
a3453e5bd0
|
remove qse_cstr_t and related types. switched all existing references to qse_cstr_t and its family
|
2014-07-02 12:28:58 +00:00 |
|
|
d49fd50ecc
|
added sed::str_to_str to the sed module for awk
fixed some build issues on legacy systems
|
2014-02-20 05:29:32 +00:00 |
|
|
a89cd70ddb
|
updated copyright notice
|
2013-12-31 10:24:12 +00:00 |
|
|
bad915cc55
|
added some code for integrating TRE into awk
|
2013-04-06 13:39:56 +00:00 |
|
|
75bf46e051
|
changed default style for directory listing and error pages
|
2013-04-05 01:07:45 +00:00 |
|
|
33d7fd632c
|
implemented QSE_DIR_SORT.
changed the way directory listing is formatted.
|
2013-04-04 15:04:45 +00:00 |
|
|
8363f28e47
|
escaped path names when listing a directory.
added qse_httpd_escapehtml()
|
2013-03-31 15:19:24 +00:00 |
|
|
28119c7289
|
enhanced qse_httpd_entaskfile() and qse_httpd_entaskdir() to handle more methods.
added qse_httpd_entaskallow().
removed some unused functions.
|
2013-03-28 09:43:59 +00:00 |
|
|
595e3be043
|
added some code for handling the PUT method
|
2013-03-26 16:29:26 +00:00 |
|
|
597824fc89
|
changed the request inspection order for resource making
|
2013-03-24 16:35:44 +00:00 |
|
|
4d8c02588f
|
moved the directory end check and redirection from httpd-dir.c to httpd-std.c
|
2013-03-14 02:41:24 +00:00 |
|
|
847a08c455
|
enhanced cmd/http/httpd.c to load host/location-specific configuration data
|
2013-03-11 16:34:41 +00:00 |
|
|
b677b4a892
|
renamed qse_httpd_reconf() to qse_httpd_impede().
added more enhancements to httpd
|
2013-02-20 08:47:22 +00:00 |
|
|
5bc774db3a
|
revising httpd
|
2013-02-18 13:45:50 +00:00 |
|