Commit Graph

46 Commits

Author SHA1 Message Date
3130a85700 coding for logging support in QSE::App 2019-11-08 08:33:38 +00:00
43cfbd6bdf added check for tm->__tm_gmtoff and tm->__tm_zone.
changed sys::strftime() to set tm_zone to GMT if sys::STRFTIME_UTC is set
2019-07-01 15:02:43 +00:00
5ec8e15140 updated copyright notice that's been long procrastinated 2019-06-06 05:28:23 +00:00
d41f8e75e0 added qse_getmtime() and qse_mtime_t to represent time in milliseconds 2019-03-12 08:22:36 +00:00
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
93cc3d6da4 added some logging functions 2017-09-14 18:19:51 +00:00
66dfa3a2fd did more migrating works 2016-04-29 03:55:42 +00:00
ca08d90853 fixed indentiions and type names 2016-01-29 12:31:08 +00:00
56e5b5191b switched the license to BSD 2014-11-19 14:42:24 +00:00
28ad5392c8 fixed files for an old compiler 2014-11-18 16:10:12 +00:00
0b286a7e2a switched many #ifdef's to #if defined() 2014-11-14 02:44:20 +00:00
fc667d28e3 added timer and enhanced httpd to use timer for idling detection 2014-08-04 16:34:22 +00:00
fdc0ce7623 added some time calc functions 2014-08-01 17:17:00 +00:00
ffe3bd3207 added str::value(). 2014-05-01 14:35:17 +00:00
a89cd70ddb updated copyright notice 2013-12-31 10:24:12 +00:00
67c47e906d started adding simple xli validation 2013-07-11 16:55:08 +00:00
d0dd9a3347 enhanced httpd for win32 2012-12-04 16:44:59 +00:00
b94dd042c5 changed qse_ntime_t to a structure and made related changes 2012-11-11 16:07:34 +00:00
7466287f93 added qse_httpd_setname(), qse_httpd_getname(), qse_httpd_fmtgmtimetobb()
added qse_fmthttptime()
added Date and Server to httpd tasks
2012-09-13 12:31:01 +00:00
8367a4cd12 fixed a bug in qse_gettime().
fixed wrong declaraations in alg.h
2012-08-27 15:53:53 +00:00
ec5537a35f cleaned up $ 2012-08-16 03:47:55 +00:00
3c326c599f added qse_pma_clear() and updated the copyright notice 2012-07-20 04:13:39 +00:00
cd124ecf6a added qse_ntprd_t 2011-11-24 07:48:11 +00:00
9550c71096 added qse_ntoff_t 2011-11-24 02:21:18 +00:00
8497ddae25 minior message change to cpp error statements 2011-05-24 23:11:42 +00:00
3ae34f8acc modified code for the first successful dos/4gw build omitting unsupported features 2011-05-10 10:11:13 +00:00
65588fad45 updated copyright notice 2011-04-23 08:28:43 +00:00
20a989ecaf added OS/2 code into time.c
started writing OS/2 code into pio.c
fixed minor issues in fio.c
2011-03-19 09:07:21 +00:00
287d67101a fixed wrong eol style for some files 2011-03-17 02:37:06 +00:00
8869368a02 added more for OS/2 2011-03-16 09:20:03 +00:00
773f5cec57 touched up code a bit 2009-09-16 04:01:02 +00:00
704e1c2ac7 added some lines of code into pio.c for win32 2009-07-23 06:47:13 +00:00
65a69c5522 updated files for tagging 0.5.1 2009-07-02 19:26:57 +00:00
3ac15453b1 enhanced qse_timegm() further 2009-06-07 23:03:44 +00:00
08c1d422f3 enhanced qse_timegm 2009-06-07 07:42:57 +00:00
7662c70660 set properties some files 2009-02-23 08:18:06 +00:00
a76f07bc88 corrected license information 2009-02-04 08:39:21 +00:00
524f2e34c9 cleaned up the code a little 2009-01-18 01:48:21 +00:00
e606d9f9e1 interim commit while overhauling pio
- added qse_wcstombslen()
2009-01-06 04:40:25 +00:00
da61cde8fd finished interim implementation of qse_timegm() and qse_timelocal().
- currently, they use timegm() and timelocal() provided by libc.
added test programs.
2008-12-30 04:49:25 +00:00
e72c6db022 fixed minor bugs 2008-12-24 04:04:30 +00:00
c9a39fa64f added qse_localtime() but it needs to be of the dependency on the system's localtime/localtime_r() later 2008-12-23 04:12:59 +00:00
311e3bf4e7 partially implemented qse_gmtime()
- still need to enhance to support msec in the broken-down time
2008-12-22 08:31:30 +00:00
21e7970256 corrected wrong library names 2008-12-21 22:04:18 +00:00
4803bd861a initial import 2008-12-21 21:35:07 +00:00
4c01ea1604 renamed ase to qse 2008-12-21 20:30:00 +00:00