203 Commits

Author SHA1 Message Date
ad3e78f386 fixed some build directive names 2019-06-09 09:51:12 +00:00
5ec8e15140 updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
546d34d732 changed @inclone to @include_once
changed the sf_in_open() to set arg->uniqie_id in lib/awk/std.c
2019-05-13 05:22:40 +00:00
17dcf4feb5 raised the version number to 0.8.2 2019-03-06 14:48:19 +00:00
3fdddccde3 updated project url 2019-02-01 16:43:06 +00:00
ad073d3096 fixed some build files 2018-10-29 04:44:19 +00:00
ea85e91391 corrected wrong use of O_CLOEXEC and FD_CLOEXEC in some files 2018-10-22 03:46:19 +00:00
d6b9e78114 removed the bundled libltdl 2018-06-26 08:30:02 +00:00
a51e54bda6 TcpServer now compilable at least 2018-06-25 15:52:05 +00:00
5c297d784a fixed some issues in socket address conversion 2018-03-25 03:05:12 +00:00
3613919dc1 reverted the kt workaround 2018-02-22 17:22:50 +00:00
4af515c970 added some threading functions 2018-01-26 10:03:58 +00:00
58033d0265 wrote some socket functions 2018-01-25 14:46:57 +00:00
0c8608f81b added the endptr parameter to various string to number conversion functions 2017-12-18 07:20:02 +00:00
5db7ddc770 added another new hash table implementation based on fr 2017-11-30 05:46:42 +00:00
25e49a4526 added md5 and radius message handling functions and raised the version number to 0.7.0 2017-08-28 14:22:02 +00:00
1e19713270 added mysql build options for future use 2017-05-02 01:17:03 +00:00
33546fb6d7 changed nwio to use poll if available instead of select 2017-01-25 06:30:43 +00:00
2151e2997f changed HAVE_SYS_POLL_H to HAVE_POLL_H in httpd-std.c 2017-01-25 06:03:21 +00:00
2efe909dba changed the threshold value for FD_SETSIZE check 2017-01-25 05:40:49 +00:00
1fffa0324e changed the writability checker to use poll() to handle a high file descroptor in httpd-std.c.
added server.backlog-size option for httpd servers
2017-01-25 05:28:02 +00:00
7ca53162de added glob handling to qse_fs_cpfile() 2016-12-12 16:19:59 +00:00
78600e6edc added qse_fs_setattr() and related functions 2016-12-10 18:08:02 +00:00
66dfa3a2fd did more migrating works 2016-04-29 03:55:42 +00:00
5f46de1083 updated build files 2016-04-28 15:57:20 +00:00
9cb6c963fa migrated some files from cmn to si 2016-04-28 15:29:28 +00:00
61a6cf281f added aio files. some file restructuring in progress 2016-04-27 14:57:50 +00:00
8b417bab8f corrected harmless glitches 2016-04-26 13:30:29 +00:00
cfc92b99b7 fixe wrong character class macros 2016-04-26 05:59:15 +00:00
7b168e67e7 added a missed file 2016-04-18 07:08:56 +00:00
1bdd1f5f6c changed the function signature of qse_tmr_gettmout() 2016-01-30 18:07:20 +00:00
ca08d90853 fixed indentiions and type names 2016-01-29 12:31:08 +00:00
6353bbfc15 added qse_setscknonblock(), qse_initsckconn(), qse_finisckconn() 2015-12-31 15:15:44 +00:00
1d99026dbc enhanced awk to detected divide-by-zero error when folding constans 2015-11-20 03:12:07 +00:00
028646bb54 added QSE_HTTPD_SERVER_TRANSPARENT to allow optional support for TPROXY.
changed to set the target to SECURE when the intercepted connection is known to be SECURE
2015-11-15 14:23:59 +00:00
768c2eb0c5 moved mux.c to sys from cmn 2015-10-02 06:10:55 +00:00
74ab14974b enhanced intercept handling in httpd 2015-09-28 07:33:46 +00:00
26440f1a96 removed unnecessary code in some initialization code.
added errnum to some open functions
2015-06-12 13:11:50 +00:00
7675a86234 changed awk to carry on even if lt_dlinit() fails 2015-06-12 08:40:58 +00:00
763efada8f added qse_isuniblank() and changed qse_isblank() to use it.
regenerated various build files
2015-06-12 03:54:04 +00:00
0a8e84add2 fixed some build problems on mac os x 10.1 2015-04-26 16:20:21 +00:00
0585bf00ae removed redundant comments 2015-02-01 04:12:07 +00:00
3f94bd2cd6 implemented a hack not to use the chunked transfer encoding ii the response code is 1xx, 204, 304 or the request method is HEAD 2015-02-01 04:10:56 +00:00
fe0a2a6d63 added a few basic c++ classes 2014-12-31 16:09:19 +00:00
c0fb7692d6 fixed variable declarations 2014-12-27 07:00:05 +00:00
1ef7fc2569 touched up glob.c and glob.h 2014-12-15 04:26:41 +00:00
5f61505860 added qse_fs_setopt() & qse_fs_getopt().
added QSE_FS_CBS and changed qse_fs_del() to call cbs.del() if available
2014-11-26 15:14:24 +00:00
7d21e90ce2 renamed qse_tmr_remove() to qse_tmr_delete().
removed qse_fs_delete() and added qse_fs_delfile()/qse_fs_deldir() with some new options
2014-11-24 17:01:04 +00:00
56e5b5191b switched the license to BSD 2014-11-19 14:42:24 +00:00
cce68401e2 fixed code a bit more for the old sco compiler 2014-11-17 15:57:00 +00:00