7f64932d19
fixed wrong declaration of os/2 api functions
2012-12-29 16:17:26 +00:00
61ebfcd277
added syserr.h to makefile.am
2012-12-28 08:48:35 +00:00
3aec7946c3
changed the way to fix ERROR_BROKEN_PIPE.
...
improved socket error translation
2012-12-28 08:39:41 +00:00
eb28009952
improved error number handling.
...
handled a broken pipe condition from an anonymous pipe in awk
2012-12-27 14:40:58 +00:00
b8c66b5b8d
added qse_dir_geterrnum()
2012-12-25 14:10:02 +00:00
0dc6c0863e
deleted the isnil operator and added the backquote operator to mean notnil
2012-12-19 14:11:07 +00:00
092a8106b2
enhanced env not to crash if environ is pointing to null
2012-12-18 15:12:53 +00:00
1595a9a4f3
touched up code for warp 4
2012-12-18 08:12:15 +00:00
eb944bbf95
touched up some source files for borland and msvc.
...
added more options to bakefile description
2012-12-13 13:07:16 +00:00
b2d7199f39
improved error handling in httpd
...
added more win32/watcom targets
2012-12-10 14:39:57 +00:00
a523f1443b
added qse_isdriveabspath().
...
enhanced httpd to accept drive path as a doc root for win/os2
2012-12-10 03:10:44 +00:00
5936aea85f
added mux code for os2
2012-12-09 16:14:05 +00:00
1d947c202f
fixed a bug due to QSE_FIO_MBSPATH
...
added more watcom targets
2012-12-09 01:31:55 +00:00
b41a766219
changed fio.c to use SetFilePointerEx for _WIN64
2012-12-07 15:23:56 +00:00
4ccc843e6b
added unicode trait and case functions.
...
fixed some code for os2
2012-12-06 13:02:46 +00:00
d0dd9a3347
enhanced httpd for win32
2012-12-04 16:44:59 +00:00
120992a242
added qse_getawknilval()
...
prefixed many public functions with QSE_EXPORT
2012-12-01 13:13:13 +00:00
7dd9e67cd8
added qse_awk_rtx_isnilval().
...
enhanced the qse_awk_sio_t core functions so that the implementaion can set the stream name
added export specifiers to some functions
2012-11-29 14:03:59 +00:00
624d88fdce
fixed some files for os2 build
2012-11-28 14:12:26 +00:00
f1f3080ab3
make @word to be always on
...
simplified the return value of I/O handler's open function by eliminating the concept of EOF on opening.
enhanced qse_awk_parsestd() to accept an array of qse_awk_parsestd_t for input streams.
enhanced cmd/awk/awk.c to handle multiple -f's properly
2012-11-25 16:16:44 +00:00
1ad89afa99
added qse_strxtrmx()
...
added sys::trim().
allowed a singled quoted string in awk
2012-11-23 17:11:06 +00:00
f04bea44e1
added QSE_NWIFCFG_LINKUP, QSE_NWIFCFG_LINKDOWN, QSE_NWAD_NX.
...
changed qse_nwifcfg() to set an address type to QSE_NWAD_NX when the address can't be retrieved
2012-11-22 13:36:46 +00:00
1157af0b8a
added qse_clearnwad()
...
enhanced qse_getnwifcfg() a bit.
added uci::adddeltapath.
2012-11-19 14:32:38 +00:00
2cfde75ae6
started adding sys::getnwifcfg()
2012-11-18 15:46:51 +00:00
a55545b8ae
added qse_prefixtoip4ad()/qse_prefixtoip6ad().
...
added more code to qse_getnwifcfg().
renamed qse_ipad4_t and qse_ipad6_to to qse_ip4ad_t and qse_ip6ad_t respectively
2012-11-18 15:19:51 +00:00
105c862230
fixed error handling in qse_dir_init()
2012-11-16 17:11:18 +00:00
034d3e9c04
added QSE_GLOB_TOLERANT
...
enhanced check for __int128_t
added qse_getnwifcfg()
added qse_skad_t, qse_skadtonwad(), qse_nwadtoskad()
added more checks to configure.ac
2012-11-16 16:46:49 +00:00
b94dd042c5
changed qse_ntime_t to a structure and made related changes
2012-11-11 16:07:34 +00:00
d6a3bfea8d
fixed a select bug in mux.c
2012-11-10 16:01:35 +00:00
7e509d4daa
added qse_dir_t.
...
added qse_mux_t.
added dir::xxx() for awk
2012-11-09 17:31:33 +00:00
3db3ab2249
added qse_awk_rtx_makemapvalwithdata().
...
enhancced qse_awk_rtx_makestrval() and related functions.
enhanced the uci module
2012-10-29 14:41:39 +00:00
18ab6aaf8d
enhanced parsing getline
...
added qse_cstrdup()/qse_wcstrdup()/qse_mcstrdup()
2012-10-28 14:46:37 +00:00
31edff2391
enhanced function call code to support module calls.
...
added libltdl into configure.ac, thus to the project
2012-10-23 17:08:56 +00:00
d963a79bd2
touched up code for module call in awk
2012-10-22 09:36:15 +00:00
11b9829c9b
added some code to support module calls using module-name::function-name syntax to awk.
...
reorganized a few awk error code
2012-10-20 15:58:20 +00:00
e2f152c927
added qse_httpd_getserveroptstd() and qse_httpd_setserveroptstd().
...
added an output length parameter to qse_mbstowcsdup() and similar functions
2012-10-18 06:52:03 +00:00
c6530a1c13
moved directory list formatting to qse_httpd_rcb_t.
...
added some entask variants
modified qse_mbsadup()/qse_mbsxadup()/qse_wcsadup(0/qse_wcsxadup() to return length
2012-10-16 08:54:07 +00:00
b907296f4a
touched up qse_task_t
2012-10-15 09:36:39 +00:00
55ee23a255
interim commit with incomplete tasking routines
2012-10-11 13:39:52 +00:00
5281c22503
added qse_httpd_server_cgistd_t, qse_httpd_server_idxstd_t, qse_httpd_server_mimestd_t.
...
changed qse_httpd_cbstd_t to qse_httpd_server_cbstd_t.
change qse_httpd_attachserver() and qse_httpd_attacheserverstd()
2012-10-02 17:33:29 +00:00
d2572d9c46
added qse_nwadequal()
...
touched up httpd a bit more
2012-10-01 13:30:44 +00:00
001ede6afa
added qse_mbstouri()/qse_wcstouri()/qse_strtouri().
...
added qse_enbase64()/qse_debase64().
enhanced basic authorization to httpd-std
2012-09-30 13:56:20 +00:00
8736743eeb
added uri.c tentatively
2012-09-28 13:32:02 +00:00
e0353fca2f
replaced a few calls to snprintf() with qse_fmtuintmaxtombs().
...
changed the behavior when handling a query path without a slash
2012-09-27 12:54:35 +00:00
1f0e2e081e
enhanced syscall macros
2012-09-26 02:41:37 +00:00
4c2df3b4dd
fixed gcc/fpic issue for x86 in syscall macros
2012-09-25 13:28:23 +00:00
cb34385ded
fixed a formatting bug in qse_strtonwad()
...
renamed qse_httpd_addserver() to qse_httpd_attachserver().
added qse_httpd_detachserver().
added the predetach field to qse_httpd_server_t.
added qse_httpd_cbstd_t and changed qse_htpd_loopstd() to accept this cbstd.
enhanced server uri parsing to include 'docroot'.
enhanced qse_httpd_entasktext() and added qse_httpd_entask_text() for internal use.
added nwif functions like qse_nwifindextombs().
added qse_env_insertmbsa()/qse_env_insertwcsa()/qse_env_inserta().
enhanced TPROXY handling
2012-09-25 02:47:25 +00:00
fdba865863
improved httpd
2012-09-18 13:03:57 +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
adb9f387f9
enhanced httpd a bit
2012-09-12 15:47:41 +00:00