4c2df3b4ddfixed gcc/fpic issue for x86 in syscall macroshyung-hwan2012-09-25 13:28:23 +0000
cb34385dedfixed 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 handlinghyung-hwan2012-09-25 02:47:25 +0000
2179c2a88benhanced httpd to support if-modified-sincehyung-hwan2012-09-14 16:18:35 +0000
7466287f93added qse_httpd_setname(), qse_httpd_getname(), qse_httpd_fmtgmtimetobb() added qse_fmthttptime() added Date and Server to httpd taskshyung-hwan2012-09-13 12:31:01 +0000
9cc8d6f76denhanced eval_getline() in awk. fixed a bug in awk's printf(). fixed a bug of not incrementing NR and FNR in awk's getline(). added some MPI stuffshyung-hwan2012-09-10 09:55:22 +0000
ea3ebef8f1added qse_awk_pushecb()/qse_awk_popecb()/qse_sed_pushecb()/qse_sed_popecb()/qse_httpd_pushecb()/qse_httpd_popecb(). started reorganizing samples/httpd01 to net/httpd-std.chyung-hwan2012-09-07 15:13:55 +0000
464f763307enhanced configure.ac for selective ssl inclusion. renamed MPI_NODE to MPI_HOSThyung-hwan2012-09-05 13:46:11 +0000
870ee3e362reorganized some error codes. added ssl library check to configure.ac corrected wrong function definitions in chr.h added MPI_NODEhyung-hwan2012-09-05 10:40:58 +0000
e059a337ebadded -w to awk. changed -w to -b in sed and added -w to sedhyung-hwan2012-09-04 10:15:49 +0000
f0e03cb4caenhanced qse_glob() to handle win/dos/os2 driver letters. fixed a bug in qse_tio_writembs()hyung-hwan2012-09-02 08:48:05 +0000
78f6f709eemade qse_glob() non-recursive and added dos support into ithyung-hwan2012-09-01 16:05:40 +0000
b673e79c8cenhanced qse_glob for win32 and os2. added input file expansion to cmd/sed/sed.c for win32 and os2hyung-hwan2012-08-31 13:00:33 +0000
fde4ee404badded an experimental and incomplenet glob functionhyung-hwan2012-08-30 16:36:37 +0000
8367a4cd12fixed a bug in qse_gettime(). fixed wrong declaraations in alg.hhyung-hwan2012-08-27 15:53:53 +0000
a35c10fbfcadded qse_randxs32() and qse_randxs64(). changed awk's rand() to use these. fixed a bug of registering rand() with a wrong number of arguments in StdAwk.hyung-hwan2012-08-27 15:10:57 +0000
53c98cce93touched up configure.ac to produce substituable PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCHhyung-hwan2012-08-22 02:53:15 +0000
5033596aeefixed Makefile.am not to link unicosw in the mchar modehyung-hwan2012-08-20 15:08:06 +0000
a2b51062a9fixed a bug of wrong field buffer management in sedhyung-hwan2012-08-20 06:00:22 +0000
9bc182de7adeleted files related to the dropped 'cut' utilityhyung-hwan2012-08-19 14:26:41 +0000
6421da99f4added 'abort' & QSE_AWK_ABORT to awk. added a new sed command 'C' that resembles the cut utility dropped the cut utility. added qse_str_nrcat()/qse_mbs_nrcat()/qse_wcs_nrcat()hyung-hwan2012-08-19 14:20:19 +0000
006dd8975fadded 'abort' & QSE_AWK_ABORT to awk. added a new sed command 'C' that resembles the cut utility dropped the cut utility. added qse_str_nrcat()/qse_mbs_nrcat()/qse_wcs_nrcat()hyung-hwan2012-08-19 14:20:05 +0000
b795f0d53eadded the experimental mpi_reduce() and MPI_REDUCE_XXXs to awk. MPI_REDUCE_XXXs are added as a global variable. it'd be more efficient to turn MPI_REUDCE_XXXs to constants. this may need something like qse_awk_addconst(). consider adding this new API functionhyung-hwan2012-08-12 06:09:16 +0000
0bacc36751added nwio to StdAwk. added StdAwk::getConcoleCmgr() and StdAwk::setConsoleCmgr(). made io attributes names case-insensitivehyung-hwan2012-08-09 10:15:11 +0000
998799bd4aadded getioattr and setioattr to StdAwk. still pending nwiohyung-hwan2012-08-08 07:06:52 +0000
1c1cb83bb1Added ARGC, ARGV, ENVIRON, PROCINFO to StdAwk. Still pending setioattr and getioattrhyung-hwan2012-08-07 09:56:53 +0000
17a8a3039dAdded some c++ code to implment missing features from the std(c) implementation. not completed yethyung-hwan2012-08-06 14:38:09 +0000
785c95b1e6moved ARGC and ARGV to base to std for simplication of the base implementation. note C++ wrappers need the same changeshyung-hwan2012-08-05 08:56:42 +0000
4223736c14added Awk::Pipe::Handler, Awk::File::Handler, Awk::Console::Handler enhanced how to invoke I/O handler functions and objectshyung-hwan2012-06-06 14:41:21 +0000
c64efd8ae7added Awk::resetRunContext(). updated version to 0.5.7hyung-hwan2012-06-05 12:56:41 +0000
a0faf15316added awk12.cpp that shows how to redefine a console handler to use string buffers for console I/Ohyung-hwan2012-06-05 07:45:52 +0000
05e0476f97added a state field to htrd for determining if it's waiting for more feeds. enhanced how it can determine client's half-close changed how to compose cgi environment variables fixed a few bugs for various edge cases.hyung-hwan2012-04-13 15:21:36 +0000
3e104c1ec8fixed a bug of comparing a header field case sensitivelyhyung-hwan2012-04-11 15:35:12 +0000
130bbe9e21changed how to handle http header fields. fixed a few http proxying bugs.hyung-hwan2012-04-11 15:18:51 +0000
654003e06dfixed a bug of sending http/1.0 taken from the peer while chunking. enhanced proxy handling in generalhyung-hwan2012-04-09 15:29:33 +0000
ada60acf67enhanced win32 utf8 console hack in siohyung-hwan2012-02-25 14:52:26 +0000
b0bcf53b6fadded missing files in the new tools directoryhyung-hwan2012-02-24 09:15:20 +0000
d7c5e50364added cp949 and cp950. deleted win32 target files for watcom. too difficult to maintain. added cmgr for cp949 and cp950.hyung-hwan2012-02-24 09:09:45 +0000
64fbfed781added qse_fs_delete() still primitivehyung-hwan2012-02-21 12:54:42 +0000