Commit Graph

3001 Commits

Author SHA1 Message Date
1ba63f1829 Added qse_str_amend()
almost finished primitive url rewriting
2014-08-08 18:53:04 +00:00
0bb946c800 added more code for dns and url rewrting support 2014-08-07 16:29:22 +00:00
ae45071b5e improved dns handling and added some code for url rewriting 2014-08-06 16:44:06 +00:00
4f4f42ae4f enhanced httpd's dns handling 2014-08-05 16:55:15 +00:00
ccb6ddcefd handled dns timeout in httpd 2014-08-05 09:55:00 +00:00
f1a77eb311 updated some build files 2014-08-04 16:36:37 +00:00
fc667d28e3 added timer and enhanced httpd to use timer for idling detection 2014-08-04 16:34:22 +00:00
fdc0ce7623 added some time calc functions 2014-08-01 17:17:00 +00:00
019475149c added QSE_HTTPD_SERVERSTD_PSEUDONYM 2014-07-30 16:42:25 +00:00
ae759f21e3 added X-Forwarded-For and fixed Via in httpd 2014-07-29 16:39:14 +00:00
c1888aba6a added EWOULDBLOCK into error code translation 2014-07-25 18:25:41 +00:00
043be1bcdc fixed a typo 2014-07-25 18:10:56 +00:00
e8a241ed71 changed sockets and pipes used in httped to work in non-blocking mode 2014-07-25 17:28:20 +00:00
6137df4e86 implemented simple dns caching in httpd 2014-07-24 16:22:06 +00:00
1231b3b941 improved dns and proxy handling in httpd 2014-07-23 16:07:43 +00:00
5703aaa8a5 touched up httpd 2014-07-22 17:58:11 +00:00
ad0d80fff5 added more name resolution code 2014-07-18 17:11:03 +00:00
88aaa1532a added some dns code 2014-07-17 16:11:02 +00:00
4e0e403a73 added some code for name resolution 2014-07-16 15:31:04 +00:00
a0e2a7067c squeezed in raw proxying code into normal proxy 2014-07-15 16:22:24 +00:00
a7ca23fa50 added some code to support raw proxying 2014-07-14 17:07:05 +00:00
efc8d5ceb4 touched up some code 2014-07-11 14:17:00 +00:00
fdce5fc592 migrated rand(), srand(), system() to modules 2014-07-11 07:42:28 +00:00
82a639045f changed to prototype of qse_mmgr_t function to accept mmgr itself instead of mmgr->ctx and fixed a memory leak bug under a certain failure condition 2014-07-09 15:01:16 +00:00
36b20b4169 renamed qse_xstr_t to qse_cstr_t 2014-07-08 14:30:42 +00:00
22444e298a changed some comments 2014-07-02 13:59:32 +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
7423092c39 removed most math functions from the main engine. migrated them to the math module 2014-07-01 15:27:27 +00:00
0c5d9eee9c added math::acos, math::asin, math::ceil, math::floor, math::round, math::sinh, math::cosh, math::tanh to awk 2014-06-30 02:30:49 +00:00
6b2f1f8771 fixed a typo 2014-06-30 01:26:32 +00:00
4bb71a765e fixed a bug in configure.ac and bugs in awk sample programs 2014-06-08 14:11:12 +00:00
d40eb87b85 exposed math functions as math::xxxx 2014-06-08 12:46:04 +00:00
e21afe6f6e enhanced c++ compiler detection 2014-05-28 16:51:32 +00:00
134d91e5a1 removed unneeded lines 2014-05-28 08:43:03 +00:00
7774a8a8fe migrated index_or_rindex() to fnc.c and exported some functions to shared by index(), str::index(), str::rindex() 2014-05-28 08:40:51 +00:00
9ec0981157 exposed str::match(), str::printf(), str::sub(), str::gsub() 2014-05-27 15:28:31 +00:00
b75630a8bb exposed str::split() 2014-05-27 14:26:04 +00:00
fdad26bba1 fixed a wrong field name that caused a compilation error on solaris 8.
make some builtin string functiosn available under str::
2014-05-27 14:13:12 +00:00
ffe3bd3207 added str::value(). 2014-05-01 14:35:17 +00:00
45b2bc5e57 added qse_sio_truncate(), qse_sio_seek(),
changed qse_sio_getpos() to flush first.
renamed qse_Xio_purge() to qse_Xio_drain().
2014-04-28 14:18:06 +00:00
e26b1a2a68 autoreconfed the project 2014-04-24 02:45:31 +00:00
fab24cd3d3 enhanced assertion output for win32 2014-04-23 04:37:57 +00:00
ec56609d4f added some experimental code for legacy mac os 2014-04-22 15:30:28 +00:00
e865215e3d fixed build problems caused by missing struct sockaddr_in6 and added an option second parater to dir::open() 2014-04-22 05:16:30 +00:00
257dbbb586 fixed definitions of INLINE macros for old gcc 2014-04-21 15:34:57 +00:00
cfb3eb93ec fixed a minor utf8 check bug.
fixed static linking problem regarding the seq module for awk
2014-03-31 01:45:18 +00:00
35839c9f67 fixed a memory leak bug in StdAwk.cpp when compiled for mchar 2014-03-11 14:54:05 +00:00
fa3757222a fixed some sample files 2014-03-03 15:36:30 +00:00
97261f9606 minor source fix 2014-02-27 15:15:36 +00:00
7cc9a56d83 added qse_awk_val_fun_t 2014-02-22 14:34:45 +00:00