Commit Graph

3769 Commits

Author SHA1 Message Date
2915a591f0 added qse_str_to_ntime() and similar functions.
relocated cli error codes into the new enum type qse_cli_error_code_t
2018-10-16 15:53:08 +00:00
80ceed7bb2 fixed the name of the second parameter in declaration of qse_dhcp4_find_option() 2018-09-28 16:32:36 +00:00
5743a341cc changed the second parameter of qse_awk_rtx_strtonum() to accept the base value on top of the 'strict' conversion bit.
enhanced awk's str::tonum() to accept the optional base parameter
2018-09-26 05:41:37 +00:00
eb79fa721f removed unneeded semicolons at the back of qse_strxcat macros 2018-09-21 14:28:23 +00:00
a9d5a27d43 fixed more flaws in the sample programs 2018-09-18 09:15:31 +00:00
953bb70a56 fixed minor flaws in some sample programs 2018-09-18 09:02:00 +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
3a66a8d927 redefined some time macros selectively 2018-09-16 17:04:00 +00:00
c467a28f18 renamed some signal handling functions in the App class 2018-09-13 06:51:48 +00:00
c09a0161eb renamed qse_runmain() to qse_run_main() 2018-09-13 03:16:23 +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
1c996b5d95 added the initial BitSet class without actual code 2018-09-07 11:27:15 +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
6f314b0dd8 added mutex protection to input functions in sio 2018-09-05 14:06:19 +00:00
8bbef694f9 removed redundant tab letters 2018-09-04 15:10:15 +00:00
f93bf8d053 fixed bugs in mutex protection in sio.
added qse_open_stdsios_with_flags
2018-09-04 15:07:42 +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
f6c60f3c46 added StrBase::isEmpty() 2018-08-16 07:15:36 +00:00
73567527f1 added qse_mtx_trylock() and QSE::Mutex::trylock() 2018-08-16 03:45:17 +00:00
0aca321aee enhanced the json reader in xli to recognize a negative integer 2018-08-14 06:42:37 +00:00
52baa3222f removed virtual from ~Sttp() 2018-07-20 14:56:00 +00:00
f104855427 added tcpsvr02.cpp 2018-07-20 14:52:34 +00:00
7755914a2c renamed AppRoot to App
added App::setSignalHandler() and App::unsetSignalHandler()
2018-07-20 08:48:33 +00:00
f6c51b1a67 added Named.
removed unneeded lines from Transmittable.hpp
fixed include/qse/cmn/Makefile.am
2018-07-19 07:32:04 +00:00
3c85887ebc added SttpCmd and Sttp 2018-07-18 04:35:41 +00:00
a346d27d5f added the Condition class 2018-07-16 04:18:02 +00:00
b510d11c55 implemented value probing in SkvEnv 2018-07-14 17:05:08 +00:00
7a02450a5d wrote some functions in SkvEnv using xli functions 2018-07-13 11:13:30 +00:00
eb35325a96 adding SkvEnv 2018-07-12 11:09:35 +00:00
1d9054af17 touched up TcpServer termination 2018-07-02 13:02:27 +00:00
d7a27d4a84 fixed a minor flaw in a sample program 2018-07-01 14:17:54 +00:00
029407b685 fixed the typo - E_NOERR to E_ENOMEM 2018-07-01 14:09:18 +00:00
0d675358aa set error code in setWorkerHandler 2018-07-01 14:08:20 +00:00
d4444400f7 deleted an unneeded line 2018-07-01 14:04:07 +00:00
797518df18 rename QSE::TcpServer::Client to QSE::TcpServer::Worker.
added code to generate unique worker id
2018-07-01 13:57:37 +00:00
3d5d9aebfb migrated Mutex to Mutex.hpp 2018-07-01 12:43:56 +00:00
0cbdf10332 added Mutex.
added QSE_CPP_THREXCEPT1() and similar macros
changed the termination code of TcpServer
2018-07-01 11:21:00 +00:00
1a102644ed prevented HeapMmgr::allocMem() and HeapMmgr::reallocMem() from thrown an exception 2018-07-01 07:59:06 +00:00
9ff9cb1d55 fixed the wrong call to QSE_CPP_CALL_DESTRUCTOR to QSE_CPP_DELETE_WITH_MMGR 2018-07-01 07:37:01 +00:00
9cbd6cd7fe fixed the code to call the destructor when dispoing an object with mmgr 2018-07-01 07:33:56 +00:00
87e0cf1b40 initialized client_list in TcpServer with mmgr 2018-07-01 04:18:23 +00:00
c4e66a102a fixed part of code left out in the previous commit 2018-07-01 02:20:03 +00:00
27039d9693 got TcpServer and Thread to inherit Mmged 2018-07-01 02:11:33 +00:00