Commit Graph

132 Commits

Author SHA1 Message Date
546d34d732 changed @inclone to @include_once
changed the sf_in_open() to set arg->uniqie_id in lib/awk/std.c
2019-05-13 05:22:40 +00:00
03301b79bf fixed a build issue for missing lchown against old macosx sdks
added Awk::writeConsoleBytes(), Awk::writePipeBytes(), Awk::writeFileBytes()
2019-04-23 08:41:05 +00:00
50eec135d8 added lchown check to configure.ac 2019-04-23 07:49:56 +00:00
eed3853765 added quite some code to handle byte string I/O 2019-04-21 05:44:53 +00:00
5cf583d8c4 removed redundant redefintion of qse_fattr_t
changed to call qse_wcstombs() instead of qse_wcstombsall() which doesn't exist
2019-03-14 16:14:43 +00:00
2ff8ee7c27 changed the default cmgr to utf8
added qse_get_prog_mbspath_with_mmgr()/qse_get_prog_wcspath_with_mmgr()
filled Path::setToSelf().
2019-03-14 08:01:04 +00:00
c794863aa6 added more file management functions 2019-03-14 01:23:44 +00:00
10b1eabe86 added qse_get_current_mbsdir()/qse_get_current_wcsdir().
writing qse_get_prog_path(). not yet done.
implementing the Path class
2019-03-13 06:38:54 +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
17dcf4feb5 raised the version number to 0.8.2 2019-03-06 14:48:19 +00:00
3fdddccde3 updated project url 2019-02-01 16:43:06 +00:00
f850f459c4 removed all aio* files. all relevant functions are available in a different project, mio 2019-01-23 08:58:47 +00:00
7fb03044e8 added remote syslogging to sys::openlog(), sys::writelog(), sys::closelog() 2019-01-22 09:41:00 +00:00
39e43d4201 improved signal handling in App 2019-01-21 15:12:01 +00:00
b01cf731ca added qse_initnwadwithip4ad(), qse_initnwadwithip6ad()
added SocketAddress::ipaddrToStrBuf()
2018-10-31 08:19:59 +00:00
7143a8ec8e attemping to add qse_sched_yield() 2018-10-29 14:08:07 +00:00
2c02013ec1 changed qse_thr_setstacksize() to align the given value to the page size 2018-10-29 08:45:31 +00:00
ad073d3096 fixed some build files 2018-10-29 04:44:19 +00:00
50ee8cabcc added qse_spl_trylock() for powerpc 2018-10-29 04:38:47 +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
ebe0ac92bf enhanced Socket::send where IP_SENDSRCADDR is available 2018-10-25 06:56:27 +00:00
b8ef500278 fixed some spacing 2018-10-24 14:58:14 +00:00
969a03b3c3 added Socket::send() that accepts the source address and sends with sendmsg with IP_PKTINFO/IP6_PKTINFO. 2018-10-24 08:41:56 +00:00
c56088d21a fixed a bug in qse_dhcp6_find_option()
renamed SocketAddress::setIpaddr to setIp6addr/setIp4addr
2018-10-23 09:13:28 +00:00
95a41ab8a1 added Socket::getSockName() and Socket::getPeerName() 2018-10-23 03:51:47 +00:00
6130d3cdfe excluded all netlink code from non-linux builds 2018-10-23 02:10:24 +00:00
f91e8c3170 added Socket::send() that accept a data vector 2018-10-22 14:10:37 +00:00
1e08cd4f65 added Socket::sendx() that accept a buffer vector and a destination address 2018-10-22 09:42:54 +00:00
83f800799d fixed a wrong internal function name in netlink.c again 2018-10-22 03:54:38 +00:00
91a4b8b9b0 fixed a wrong internal function name in netlink.c 2018-10-22 03:53:18 +00:00
ea85e91391 corrected wrong use of O_CLOEXEC and FD_CLOEXEC in some files 2018-10-22 03:46:19 +00:00
54cd5401d5 added netlink files to Makefile.am 2018-10-22 02:27:34 +00:00
4d61e98172 copied netlink.h and netlink.c from musl 2018-10-21 16:53:41 +00:00
942f33d8d4 added App::isGuardian() 2018-10-20 03:36:40 +00:00
5e35f69abb added several functions into Socket that accepts a length-bounded interface name 2018-10-19 08:28:12 +00:00
1456f94bd1 fixed wrong #ifdefs in nwif.c 2018-10-18 23:46:50 +00:00
7762a0bc90 changed fcntl to ::fcntl in Socket.cpp 2018-10-18 23:35:56 +00:00
d533112788 added Socket::bindToIfce() 2018-10-18 23:29:20 +00:00
d3ed032636 added +int Socket::bindToIfceAddr() 2018-10-18 10:37:00 +00:00
05c2905a0a added Socket::joinMulticastGroup() and Socket::leaveMulticastGroup() 2018-10-18 07:30:25 +00:00
72345c7280 changed length check in Socket::getIfceIfindex() functions 2018-10-17 15:21:48 +00:00
5b529ad535 added Socket::getIfceIndex(), Socket::getIfceAddress(), etc 2018-10-17 14:20:32 +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