Commit Graph

3431 Commits

Author SHA1 Message Date
5a642d0dd6 changed wrong macro names 2016-12-13 01:45:11 +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
eea7ef5405 updated documentation on match() 2016-11-09 14:12:42 +00:00
905da20d24 implemented the option fourth parameter to match() in awk to support submatch retrieval 2016-11-09 14:12:22 +00:00
27dd0a551b updated htb.h and arr.h 2016-09-25 15:43:17 +00:00
d321a312d4 added qse_arr_setheapposoffset() 2016-09-24 04:01:17 +00:00
6b9fd818f8 added qse_arr_updateheap(), qse_arr_deleteheap() 2016-09-24 02:49:24 +00:00
7f24950536 renamed qse_lda_t to qse_arr_t 2016-09-23 14:53:51 +00:00
dfdc6ae045 fixed documentation in lda.h 2016-09-21 13:19:27 +00:00
1b4479d437 fixed wrong htb header documentation 2016-09-21 10:18:21 +00:00
735183d5a6 removed more unneeded definitions 2016-05-31 08:13:36 +00:00
c00b988dcd removed unneeded definitions 2016-05-31 08:10:31 +00:00
89ce0eb2c3 added an aio test program 2016-04-30 04:32:52 +00:00
f58226a99b added qsesi.pc.in again 2016-04-30 04:22:24 +00:00
b6dfbed804 added qsesi.pc.in 2016-04-30 04:20:10 +00:00
27317f9458 added sys/poll.h to configure.ac 2016-04-29 04:53:10 +00:00
66dfa3a2fd did more migrating works 2016-04-29 03:55:42 +00:00
3fc215d1e7 fixed os2 build files 2016-04-28 16:02:47 +00:00
cc068a60ab added back sck.h 2016-04-28 16:00:13 +00:00
cea0f129c1 deleted unneeded directories 2016-04-28 15:59:12 +00:00
5f46de1083 updated build files 2016-04-28 15:57:20 +00:00
616e24ee00 moved more files to si 2016-04-28 15:43:33 +00:00
9cb6c963fa migrated some files from cmn to si 2016-04-28 15:29:28 +00:00
49d3dcfeda merged sys and io to si 2016-04-28 14:33:10 +00:00
3c5b45571e rewrote assertion output function to remove dependency on sio 2016-04-28 05:52:35 +00:00
61a6cf281f added aio files. some file restructuring in progress 2016-04-27 14:57:50 +00:00
632a4d7181 added QSE_ALIGNTO(), QSE_ALIGNTO_POW2(), QSE_IS_UNALIGNED_POW2(), QSE_IS_ALIGNED_POW2() 2016-04-27 06:54:18 +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
9b4c897d6c changed pio to used param->fixed_argv if the number of arguments is <= 3 2016-04-11 14:32:27 +00:00
5b395db9e7 made ursd compileable for win32/64 2016-04-10 00:06:28 +00:00
645f6d0c42 added Socket.cpp 2016-04-08 11:11:20 +00:00
54a883bc1e added sys::mktime() and sys::strftime() to awk 2016-04-08 09:52:55 +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
07f4118d5d touched up code a little bit 2015-12-13 09:56: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
c7bd05b419 added a minor build check in mod-math.c requiring quadmath.h in a certain context 2015-11-03 13:40:56 +00:00
c42a9945b1 changed to use lt_dlopenadvise() instead of lt_dlopenext() 2015-10-26 16:40:09 +00:00
cb61a8ac69 fixed indentation 2015-10-14 08:45:28 +00:00
768c2eb0c5 moved mux.c to sys from cmn 2015-10-02 06:10:55 +00:00
850ae4d83b changed awk and sed to use qse_setintrhandler() 2015-10-02 05:27:25 +00:00
96744530f0 added qse_setintrhandler() & qse_clearintrhandler() 2015-10-02 03:21:20 +00:00
b53509e1f8 added qse_rwl_t 2015-10-01 15:51:15 +00:00
49f4c3087f added QSE_SECNSEC_TO_USEC()
removed qse_mtx_trylock() and added the waiting_time parameter to qse_mtx_lock()
2015-09-30 13:22:40 +00:00
74ab14974b enhanced intercept handling in httpd 2015-09-28 07:33:46 +00:00