26 Commits

Author SHA1 Message Date
df8cff2451 renamed qse_basenameasmbs() back to qse_mbsbasename()
renamed qse_basenameaswcs back to qse_wcsbasename()
added qse_get_log_priority_by_wcsname()
added qse_get_log_priority_by_mbsname()
added qse_get_log_facility_by_wcsname()
added qse_get_log_facility_by_mbsname()
added qse_wcsmbscmp(), qse_mbswcscmp()
added qse_wcsxmbscmp(), qse_mbsxwcscmp()
2019-09-10 08:53:59 +00:00
cb0e08f449 added ErrorGrab and used it in TcpServer 2019-06-13 10:18:30 +00:00
7f57afe262 defined QSE_APP_LOG4 through QSE_APP_LOG9
added QSE::App::setCmgr() and QSE::App::getCmgr()
fixed a wrong memory disposal call in awk/run.c
fixed some syntax issues in the QSE_CHAR_IS_MCHAR mode
initialized best.len and cur.len to 0s in qse_ip6adtombs() and qse_ip6adtowcs()
2019-06-12 07:07:18 +00:00
f95e9d36cf added the ignore_if_unhandled parameter to App::neglectsignal().
added App::logfmt() and App::logfmtv()
added QSE::TcpServerFD<F,D> and  QSE::ThreadFD<F,D>
2019-06-11 09:10:09 +00:00
5ec8e15140 updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
69d0e959da added incomplete Path.hpp and Path.cpp 2019-03-13 00:35:19 +00:00
e61b34b17b added qse_msleep() 2019-03-12 08:42:05 +00:00
c5c9c47e86 added Thread::sleep() wrappers 2019-03-12 07:23:41 +00:00
39e43d4201 improved signal handling in App 2019-01-21 15:12:01 +00:00
5c33c8d113 fixed sigset_t initializatino issue 2018-10-28 15:54:36 +00:00
21e289aca7 fixed a race condition issue in TcpServer::stop() 2018-10-28 15:49:46 +00:00
2d7ca5b5d0 removed :: before sigfillset as gcc on darwin ended up with errors 2018-10-27 10:18:01 +00:00
4a10c5d7cd added QSE_CLI_DISCRETIONARY_OPTVAL.
renamed QSE_CLI_OPTVAL to QSE_CLI_REQUIRE_OPTVAL
renamed QSE_CLI_OPTNAME to QSE_CLI_REQUIRE_OPTNAME
2018-10-17 08:07:45 +00:00
9f07886166 changed App::guardProcess() to return the number of respawn attempts, capped at INT_MAX 2018-09-17 10:11:57 +00:00
016e7da24a added App::sleep() 2018-09-17 02:51:52 +00:00
c467a28f18 renamed some signal handling functions in the App class 2018-09-13 06:51:48 +00:00
0dd7cc2d65 enhanded guardProcess() with setpgid() and kill() 2018-09-11 15:11:48 +00:00
1218015572 stablized the signal functions in the App class 2018-09-10 14:15:28 +00:00
9764d448af attempted to fix various problems related to signals in App 2018-09-09 17:22:16 +00:00
7bfba716f6 added basic methods to Bitset 2018-09-08 05:15:51 +00:00
5f29d1670f improving signal handling of the App class 2018-09-06 09:59:54 +00:00
e8804b20ec added a very simple App::guardProcess() function 2018-09-05 14:52:51 +00:00
cbe34cc526 added some code to sio to suppoert QSE_SIO_REENTRANT. not completed yet 2018-09-04 10:27:24 +00:00
82995c9f0d fixed some bugs in the signal related functions of the QSE::App class 2018-09-04 08:46:48 +00:00
bb7a03bbc5 enhancled the App class to support per-instance signal handler 2018-08-31 09:39:12 +00:00
7755914a2c renamed AppRoot to App
added App::setSignalHandler() and App::unsetSignalHandler()
2018-07-20 08:48:33 +00:00