|
02a72ee8e7
|
added StdAwk::time()
|
2012-08-07 08:02:15 +00:00 |
|
|
17a8a3039d
|
Added some c++ code to implment missing features from the std(c) implementation. not completed yet
|
2012-08-06 14:38:09 +00:00 |
|
|
785c95b1e6
|
moved ARGC and ARGV to base to std for simplication of the base implementation.
note C++ wrappers need the same changes
|
2012-08-05 08:56:42 +00:00 |
|
|
d03a4f4a33
|
updated docs a bit
|
2012-08-03 15:25:11 +00:00 |
|
|
be69e7b40c
|
fixed bugs in nwio connect timeout for os2
added pid and tid into PROCINFO for os2 awk
|
2012-08-02 04:20:01 +00:00 |
|
|
3021fd0a82
|
added more os2 code to handle connect() timeout
|
2012-08-01 13:57:18 +00:00 |
|
|
6ad0670eb3
|
Added some OS2 code for nwio
|
2012-08-01 11:25:53 +00:00 |
|
|
a448d6c399
|
added nwio timeout handler for win32
added PROCINFO handler for win32
|
2012-08-01 04:00:39 +00:00 |
|
|
c7cea1d985
|
added ENVIRON and PROCINFO for unix/linux
|
2012-07-31 14:52:43 +00:00 |
|
|
d6c8bd4a1b
|
added more timeout handling code
|
2012-07-28 14:43:59 +00:00 |
|
|
0eb177db96
|
added a little timeout handling code to nwio
|
2012-07-28 03:51:07 +00:00 |
|
|
9186415fa7
|
made minor changes related to setioattr() and getioattr()
|
2012-07-27 07:06:07 +00:00 |
|
|
7aa4324a47
|
removed setenc() and unsetenc() from awk and added setioattr() and getioattr()
|
2012-07-26 10:28:12 +00:00 |
|
|
88465162d9
|
updated documentation slightly
|
2012-07-20 11:08:48 +00:00 |
|
|
3c326c599f
|
added qse_pma_clear() and updated the copyright notice
|
2012-07-20 04:13:39 +00:00 |
|
|
a62984d47a
|
enhanced nwad functions
|
2012-07-02 14:21:40 +00:00 |
|
|
c60ca301c4
|
enhanced qse_upxd_t
|
2012-06-20 15:12:18 +00:00 |
|
|
ba24a28f16
|
added upxd
|
2012-06-14 08:28:16 +00:00 |
|
|
4223736c14
|
added Awk::Pipe::Handler, Awk::File::Handler, Awk::Console::Handler
enhanced how to invoke I/O handler functions and objects
|
2012-06-06 14:41:21 +00:00 |
|
|
c64efd8ae7
|
added Awk::resetRunContext().
updated version to 0.5.7
|
2012-06-05 12:56:41 +00:00 |
|
|
a0faf15316
|
added awk12.cpp that shows how to redefine a console handler to use string buffers for console I/O
|
2012-06-05 07:45:52 +00:00 |
|
|
2c0fbbb45b
|
reorganized httpd files
|
2012-05-31 10:18:50 +00:00 |
|
|
08e1e7c9a8
|
added some incomplete openvms code to fio
|
2012-05-31 07:16:31 +00:00 |
|
|
4105128b3a
|
added minor changes for vms
|
2012-05-28 07:11:13 +00:00 |
|
|
5943d9d190
|
added QSE_NWIO_KEEPALIVE and QSE_NWIO_REUSEADDR
|
2012-05-03 12:57:58 +00:00 |
|
|
efdb33cd30
|
fixed a glitch in a http sample
|
2012-05-01 15:38:01 +00:00 |
|
|
238cc4d82e
|
added SO_REUSEADDR to nwio
|
2012-05-01 15:02:31 +00:00 |
|
|
77f384498d
|
added os2 nwio
|
2012-05-01 01:36:18 +00:00 |
|
|
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 |
|