Commit Graph

2720 Commits

Author SHA1 Message Date
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
5840c7193c fixed a memory leak bug in prohibiting the directory listing 2012-10-03 14:12:07 +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
2bf8d7610f checked in a missing file 2012-10-01 10:51:11 +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
5b07370866 added IP_TRANSPARENT definition in case it isn't defined 2012-09-26 13:03:44 +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
99f1b5453b fixed a bug in ssl handling 2012-09-15 14:27:14 +00:00
2179c2a88b enhanced httpd to support if-modified-since 2012-09-14 16:18:35 +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
b9a0863fff added qse_httpd_entaskdir() 2012-09-11 16:19:52 +00:00
9cc8d6f76d enhanced 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 stuffs
2012-09-10 09:55:22 +00:00
efcccc05e7 touched up code a bit 2012-09-07 15:33:44 +00:00
ea3ebef8f1 added 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.c
2012-09-07 15:13:55 +00:00
69b118fcbf added qse_cmgr_id_t, qse_setdflcmgrbyid(), qse_findcmgrbyid()
deleted qse_slmbcmgr, qse_utf8cmgr, qse_cp949cmgr, qse_cp950cmgr
added --enabled-more-cmgrs to configure
2012-09-05 22:37:55 +00:00
464f763307 enhanced configure.ac for selective ssl inclusion.
renamed MPI_NODE to MPI_HOST
2012-09-05 13:46:11 +00:00
870ee3e362 reorganized some error codes.
added ssl library check to configure.ac
corrected wrong function definitions in chr.h
added MPI_NODE
2012-09-05 10:40:58 +00:00
e059a337eb added -w to awk. changed -w to -b in sed and added -w to sed 2012-09-04 10:15:49 +00:00
f0e03cb4ca enhanced qse_glob() to handle win/dos/os2 driver letters.
fixed a bug in qse_tio_writembs()
2012-09-02 08:48:05 +00:00
78f6f709ee made qse_glob() non-recursive and added dos support into it 2012-09-01 16:05:40 +00:00
b673e79c8c enhanced qse_glob for win32 and os2.
added input file expansion to cmd/sed/sed.c for win32 and os2
2012-08-31 13:00:33 +00:00
fde4ee404b added an experimental and incomplenet glob function 2012-08-30 16:36:37 +00:00
8367a4cd12 fixed a bug in qse_gettime().
fixed wrong declaraations in alg.h
2012-08-27 15:53:53 +00:00
a35c10fbfc added 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.
2012-08-27 15:10:57 +00:00
53c98cce93 touched up configure.ac to produce substituable PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, PACKAGE_VERSION_PATCH 2012-08-22 02:53:15 +00:00
5033596aee fixed Makefile.am not to link unicosw in the mchar mode 2012-08-20 15:08:06 +00:00
a2b51062a9 fixed a bug of wrong field buffer management in sed 2012-08-20 06:00:22 +00:00
9bc182de7a deleted files related to the dropped 'cut' utility 2012-08-19 14:26:41 +00:00
6421da99f4 added '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()
2012-08-19 14:20:19 +00:00
006dd8975f added '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()
2012-08-19 14:20:05 +00:00
7f63762ac4 fixed a wrong return value 2012-08-17 07:02:53 +00:00
8f1e15366d Added QSE_AWK_TOLERANT 2012-08-17 06:53:17 +00:00
ec5537a35f cleaned up $ 2012-08-16 03:47:55 +00:00
1ade6b6ad7 updated doc a bit 2012-08-12 06:37:23 +00:00
b795f0d53e added 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 function 2012-08-12 06:09:16 +00:00
5e5ed8b3f6 added some mpi code for awk 2012-08-10 16:05:55 +00:00
4cac6034a8 enhanced the awk parser to allow a semicolon after a pattern-action block 2012-08-10 05:14:21 +00:00
4a66396482 fixed the wrong positioning of #endif 2012-08-09 10:32:30 +00:00
3fc1b22151 added QSE_SED_NOIMPL 2012-08-09 10:23:32 +00:00
0bacc36751 added nwio to StdAwk.
added StdAwk::getConcoleCmgr() and StdAwk::setConsoleCmgr().
made io attributes names case-insensitive
2012-08-09 10:15:11 +00:00
998799bd4a added getioattr and setioattr to StdAwk. still pending nwio 2012-08-08 07:06:52 +00:00
1c1cb83bb1 Added ARGC, ARGV, ENVIRON, PROCINFO to StdAwk. Still pending setioattr and getioattr 2012-08-07 09:56:53 +00:00