Commit Graph

1129 Commits

Author SHA1 Message Date
81cbac9e4d added qse_awk_wcsxtoint()/qse_awk_mbsxtoint() and made qse_awk_strtointo() a macro
added qse_awk_wcsxtoflt()/qse_awk_mbsxtoflt() and made qse_awk_strxtoflt() a macro
enhanced qse_awk_rtx_valtonum() to handle a byte array
2019-04-15 04:30:49 +00:00
5e0754e607 trying to implement byte array in awk 2019-04-14 16:17:12 +00:00
c139017593 changed the awk parser to accept \u and \U in the MCHAR mode.
implemented k/K in the awk's builtin printf function
2019-03-20 07:06:00 +00:00
d680e3aebe correct function names in Sttp 2019-03-18 14:14:07 +00:00
3921c110a8 added Sttp::setErrorCode() 2019-03-18 11:15:28 +00:00
88b39ee0af added qse_bytetombs()/qse_bytetowcs()
implemeting %k for formatted output to hex-dump a given string
2019-03-15 08:10:13 +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
d41f8e75e0 added qse_getmtime() and qse_mtime_t to represent time in milliseconds 2019-03-12 08:22:36 +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
1ea5d38a83 fixed some bugs in hash macros 2019-03-05 13:04:44 +00:00
a02ad5005f enhanced hash macros 2019-03-05 12:06:13 +00:00
0a405625ce refined definition of stock hash functions 2019-03-05 08:30:49 +00:00
bda9213f86 placed basic hash macros in qse/hash.h 2019-03-05 08:21:01 +00:00
98f726e2cc added the global variable STRIPRECSPC.
fixed how to set rtx->gbl.ignorecase for IGNORECASE in set_global()
2019-02-04 12:20:16 +00:00
3fdddccde3 updated project url 2019-02-01 16:43:06 +00:00
044314daa8 switch to use SSL_new for checking openssl in configure.ac 2019-01-31 04:53:20 +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
d92d534986 fixed wrong indentation in awk.h 2018-11-04 03:27:52 +00:00
efc34cdd69 changed the position of the mmgr parameter in some constructors.
removed StdMmgr::getInstance() and initialized the default mmgr inside Mmgr::getDFL() to work around an issue related to c++ initialization order across translation units
2018-10-31 10:40:25 +00:00
b01cf731ca added qse_initnwadwithip4ad(), qse_initnwadwithip6ad()
added SocketAddress::ipaddrToStrBuf()
2018-10-31 08:19:59 +00:00
388753fcba fixed starvation in samples/si/spl01.c 2018-10-29 09:18:30 +00:00
2c02013ec1 changed qse_thr_setstacksize() to align the given value to the page size 2018-10-29 08:45:31 +00:00
38ffad3544 added QSE_FLTMAX_REQUIRE_QUADMATH to types.h 2018-10-29 05:08:03 +00:00
50ee8cabcc added qse_spl_trylock() for powerpc 2018-10-29 04:38:47 +00:00
9fd1dc5bc6 fixed some compiler feature check in macros.h 2018-10-28 17:33:48 +00:00
b57af4a2ef added TcpServer::Worker::getSocket()
added SkvEnv::getItemList()
2018-10-28 14:55:47 +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
41cb5bb869 restored include/qse/si/Makefile.in 2018-10-22 14:12:07 +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
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
1758ba4e1e fixed Sttp to return T_EOF when EOF is reached 2018-10-21 16:36:03 +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
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
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