437 Commits

Author SHA1 Message Date
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
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
d7a27d4a84 fixed a minor flaw in a sample program 2018-07-01 14:17:54 +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
1a102644ed prevented HeapMmgr::allocMem() and HeapMmgr::reallocMem() from thrown an exception 2018-07-01 07:59:06 +00:00
9cbd6cd7fe fixed the code to call the destructor when dispoing an object with mmgr 2018-07-01 07:33:56 +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
1d12ec3e3f changed configure.ac to test __int128_t in va_arg 2018-06-29 16:48:20 +00:00
51f61a31b6 on netbsd, the accepted socket inherited O_NONBLOCK if the accepting socket has it. i made changes to prevent this 2018-06-29 04:53:28 +00:00
8ce9ff41a0 enhanced qse_mux_poll() to accept QSE_NULL for timeout to wait indefinitely
made TcpServer more robust
2018-06-28 14:07:35 +00:00
20e042df0c work in progress to replace epoll with qse_mux_t 2018-06-28 09:43:34 +00:00
40cdf684de switched to use a spin lock on behalf of a mutex 2018-06-28 04:08:43 +00:00
6519b1e4db added SocketAddress::toStrBuf().
protected client socket closure with mutex
2018-06-27 11:18:20 +00:00
afe36ac593 finished QSE::TcpServerL 2018-06-27 08:53:51 +00:00
19df0af32a fixed TcpServer to close pipes properly upon termination 2018-06-26 15:45:44 +00:00
b2f9abef77 fixed quite a few issues in TcpServer 2018-06-26 15:27:52 +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
26e27e78cd work in progress. adding TcpServer 2018-06-25 10:47:27 +00:00
70c787de9f removed special handling of $ in qse_strsubst() as literal $ can be denoted by 11789 2018-04-03 09:33:50 +00:00
5c297d784a fixed some issues in socket address conversion 2018-03-25 03:05:12 +00:00
9d87420bf6 added Socket::sendx() functions
added SocketAddress::set() that accepts a string
fixed a bug in nwad-skad.c
2018-03-07 09:18:36 +00:00
b7e540d6cf added some more code to spl.h 2018-01-31 14:50:40 +00:00
be51ae8e61 added spl.h
changed SpinLock.hpp to use spl.h
2018-01-31 10:34:38 +00:00
d0bb9ae911 added some checks for compiler builtins.
enhanced SpinLock code
2018-01-30 08:33:45 +00:00
2fbfe3a71b changed to prefer char16_t with c11 compiler. yet to add --prefer-char16 option to configure.ac 2018-01-29 15:38:32 +00:00
11d1344b70 added an experimental SpinLock class 2018-01-29 10:21:54 +00:00
2a1cda7981 added QSE::ThreadL 2018-01-29 09:25:47 +00:00
8e78356337 renamed ThreadC to ThreadF 2018-01-29 05:02:51 +00:00
789b2a36ad fixed source code for old compilers 2018-01-28 04:51:22 +00:00
355a7cfe59 changed thr02.cpp for a pre-c++11 compiler 2018-01-27 16:46:46 +00:00
36d4883f6d added QSE::ThreadR and QSE::ThreadC 2018-01-27 16:35:02 +00:00
8256cee77f touched up QSE::Thread 2018-01-27 05:58:20 +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
f595c300c1 added uncommited build files 2017-12-26 14:39:54 +00:00
231f1b9508 added common test macros.
added dhcp packet composition functions
2017-12-26 10:06:00 +00:00
42ecad1e38 added an experimental function qse_rad_insert_extended_vendor_specific_attribute() to support EVS. yet a lot of wors are to be done to support tag, extended, long-extended, tlv 2017-12-18 06:27:54 +00:00
2172fa59a5 enhanced the constant value handling 2017-12-14 10:02:44 +00:00
1f56b6cf93 added qse_substbasenamedup()/qse_substwcsbasenamedup()/qse_substmbsbasenamedup().
enhanced $INCLUDE handling in raddic
2017-12-14 04:08:10 +00:00
61483e294a added a primitive dictionary file loader. needs more work 2017-12-13 08:21:13 +00:00
f9970ef086 added constant manipulation functions in raddic 2017-12-12 07:27:17 +00:00
b081c10f83 fixed wrong cache handing in manipulating the attributes in raddic 2017-12-12 03:17:02 +00:00