Commit Graph

3498 Commits

Author SHA1 Message Date
1e19713270 added mysql build options for future use 2017-05-02 01:17:03 +00:00
51c77b53f7 fixed the potential overflow issue that would never happen in various binary serach functions 2017-05-02 01:15:12 +00:00
b96113159b fixed the potential overflow issue that would never happen in various binary serach functions 2017-05-02 01:14:32 +00:00
8093f20372 changed htb.c to help align the value pointer on a word boundary 2017-04-28 14:41:31 +00:00
f3f5d38fc6 changed rbt.c to help align the value pointer on a word boundary 2017-04-28 14:40:10 +00:00
237d46483c fixed QSE_COUNTOF() 2017-04-07 14:20:10 +00:00
f28fee48cc added AT_SYMLINK_NOFOLLOW availability check into lib/si/fs-attr.c 2017-03-20 10:04:52 +00:00
d00bb12e34 fixed a wrong file name in lib/si/Makefile.am 2017-03-20 09:46:45 +00:00
1d90343b39 removed unneeded ltdl files 2017-02-11 05:04:55 +00:00
00bae5b613 added str::tonum() to awk 2017-02-11 05:04:13 +00:00
87060d2121 added a missed file 2017-01-25 06:31:33 +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
cf0956cad6 changed qse_fs_cpfile() to copy a directory that has been copied already 2016-12-18 17:12:21 +00:00
662fdec270 added QSE_XXX_EPERM to some files 2016-12-17 17:38:03 +00:00
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