Commit Graph

2742 Commits

Author SHA1 Message Date
3e4194cca8 touched up tio 2012-04-30 15:15:41 +00:00
1e80161c64 deleted unneeded files 2012-04-30 10:25:19 +00:00
c1f46c95ff fixed minor source glitches 2012-04-30 10:03:55 +00:00
31739d58f4 added win32 nwio 2012-04-30 09:46:58 +00:00
9425ec0730 enhanced nwio 2012-04-29 15:26:44 +00:00
005471b505 started adding nwio 2012-04-27 14:33:14 +00:00
4488041fd3 added QSE_HTRD_STRICT
added qse_perdechttpstr()
2012-04-15 08:36:14 +00:00
8ccc2698d6 added QSE_HTTPD_MUTECLIENT 2012-04-14 08:21:07 +00:00
05e0476f97 added 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.
2012-04-13 15:21:36 +00:00
3e104c1ec8 fixed a bug of comparing a header field case sensitively 2012-04-11 15:35:12 +00:00
130bbe9e21 changed how to handle http header fields.
fixed a few http proxying bugs.
2012-04-11 15:18:51 +00:00
654003e06d fixed a bug of sending http/1.0 taken from the peer while chunking.
enhanced proxy handling in general
2012-04-09 15:29:33 +00:00
e360d3396c added a bit of proxy test code 2012-04-06 16:02:13 +00:00
30802e5fbc added a couple of functions for handling trailers 2012-04-06 15:13:53 +00:00
897bd1348d improved cgi and proxy handling 2012-04-06 03:03:01 +00:00
45b7832b99 enhanced httpd proxy handling 2012-04-05 15:41:53 +00:00
77721b0c94 fixed a bug of not parsing a chunked content in qse_htrd_t.
improved proxy handling
2012-04-04 08:18:45 +00:00
5a04c1beb9 changed a variable name 2012-04-01 14:53:31 +00:00
fd2ed3f2ad enhanced cgi and proxy handling 2012-03-31 14:59:51 +00:00
7d8a5ff433 added more proxy handling code 2012-03-30 06:12:53 +00:00
3d07790370 written some code for proxy handling 2012-03-27 15:45:10 +00:00
5a0bd73990 added system call macros for x86 and x86_64 for implementing pio based on vfork 2012-03-26 14:11:11 +00:00
7c224230f2 enhanced task trigger for httpd.
added cleanup logic for idle httpd clients
2012-03-20 15:31:10 +00:00
c55bceb220 abstracted out most of muplexing code from httpd 2012-03-18 14:24:54 +00:00
6c8755de00 deleted more system dependent code from qse_httpd_t 2012-02-28 09:41:01 +00:00
8b95a1d26c added qse_nwad_t and related functions 2012-02-27 15:44:57 +00:00
ee8609daf4 added qse_mbstoipad4()/qse_wcstoipad4()/qse_ipad4tombs()/qse_ipad4towcs() 2012-02-26 02:23:47 +00:00
ada60acf67 enhanced win32 utf8 console hack in sio 2012-02-25 14:52:26 +00:00
b0bcf53b6f added missing files in the new tools directory 2012-02-24 09:15:20 +00:00
d7c5e50364 added cp949 and cp950.
deleted win32 target files for watcom. too difficult to maintain.
added cmgr for cp949 and cp950.
2012-02-24 09:09:45 +00:00
64fbfed781 added qse_fs_delete() still primitive 2012-02-21 12:54:42 +00:00
f2d767064e enhanced qse_fs_move() for dos build 2012-02-21 09:23:51 +00:00
a48c498dc8 fixed some typos for dos build 2012-02-20 14:45:49 +00:00
5cc0e408b3 enhanced sio,pio,fio to support win9x
fixed minor bugs in sio,pio,fio
2012-02-19 14:38:22 +00:00
b330d2c350 added hton,ntoh
renamed qse_getcmgrbyname() to qse_findcmgr()
added qse_setcmgrfinder()/qse_getcmgrfinder()
started adding ipad,nwad
2012-02-13 14:43:50 +00:00
35ac9924ac fixed a few line to remove compile-time warnings 2012-02-12 13:31:27 +00:00
a2346f6e4b enhanced error handling of sio,pio,tio 2012-02-12 13:20:39 +00:00
3df521f7a9 added qse_httpd_geterrnum()/qse_httpd_seterrnum().
added more error codes to httpd.
added qse_pio_gethandleasubi().
enhanced sample file handlers
enhanced qse_htre_completecontent()/qse_htre_discardcontent()/qse_htre_addcontent()/qse_htre_clear()
fixed many cgi handling bugs
2012-02-10 13:58:23 +00:00
29a218eeb5 refactored httpd file handling 2012-02-09 14:30:22 +00:00
1ab75927d2 fixed various bugs in handling cgi 2012-02-09 12:54:00 +00:00
517107ab79 enhanced httpd 2012-02-08 12:59:59 +00:00
17d05bb1e0 fixed httpd to react to request immediate when threaded 2012-02-03 14:30:45 +00:00
681e50822c made some enhancements to httpd 2012-02-02 14:48:06 +00:00
a782229fa2 added qse_httpd_entasknph()
enhanced qse_pio_t with posix_spawn()
2012-02-01 14:32:34 +00:00
7a7127b89f added qse_httpd_entaskerror() and enhanced qse_httpd_entaskpath() 2012-01-31 14:32:20 +00:00
fcd14fff1c minor httpd refactoring 2012-01-30 13:43:08 +00:00
7c31be31c3 refactored httpd a bit 2012-01-28 14:15:46 +00:00
e7b5bfaf4b enhanced httpd directory listing 2012-01-26 14:19:48 +00:00
246dc4f5b7 fixed of not setting cmgr properly in awk/std.c
added encoding options to the awk command.
added directory functions to httpd
2012-01-25 15:39:02 +00:00
b903f8ebb5 added qse_awk_rtx_pushrcb() and qse_awk_rtx_poprcb().
deleted qse_awk_rtx_setrcb() and qse_awk_rtx_getrcb().
added 'close' to qse_awk_rcb_t
added builtin functions 'setenc' and 'unsetenc' to awk/std.c
added qse_getcmgrbyname()
added builtin functions 'setenc' and 'unsetenc' to awk/StdAwk.cpp
2012-01-17 16:45:01 +00:00