8f53d6c0fa
work in progress - fio, untar
2022-11-14 23:21:42 +00:00
cd8430c589
work in progress - fio, untar
2022-11-14 23:21:23 +00:00
11dcb01ae0
adding bin/untar.c
2022-11-01 20:31:04 +09:00
a4d7080ae7
attempting to implement 'untar'
2022-10-26 07:47:40 +09:00
1c4d207a4b
corrected wrong indentation
2022-10-10 01:49:49 +09:00
855e0fb88e
enabled the http file handler to accept POST, PUT, DELETE
2022-10-10 01:41:07 +09:00
7ec3ba3ab7
added --enable-all-static and --with-all-static-libs to ease full static binary builds for selected commands
...
fixed a bug where the client socket is kept when keep-alive is set. it should have been closed if client EOF is detected regardless of keep-alive
touched up debug messages in http-file.c
2022-10-08 16:47:55 +09:00
ba858ecbc0
removed checking for an unused library in configure.ac
2022-10-07 23:30:25 +09:00
913bb7e0b7
added the hio-webs command
...
added the extension size parameter to hio_svc_htts_start()
added the docker build step
2022-10-07 14:08:40 +09:00
384925992c
moved all files to the top-level
2022-10-02 19:30:14 +09:00
e03b9bd9a9
enhanced hio_dev_kill() by protecting against duplicate calls on the same device
2022-09-13 14:33:49 +00:00
7a35f9ae4c
just a bit of code to fcgi support
2022-09-12 14:43:29 +00:00
89d11ba3fd
some more code for fcgi support
2022-09-06 00:57:37 +00:00
b6122cc92d
making no progress in fcgi support...
2022-09-05 23:19:08 +00:00
c526c4c780
added a function to create a socket device with a given address in fcgi-cli.c
2022-09-01 06:36:16 +00:00
e7ec11fe07
changed the return type of hio_svc_fcgic_untie
2022-09-01 06:12:34 +00:00
2f49d097f1
fcgi work in progress
2022-08-31 23:01:32 +00:00
1fde54f3ec
added hio-str.h
2022-07-18 02:27:37 +00:00
17964e095f
fixed sip_init_v_bin for big endian systems
2022-07-17 15:04:30 +00:00
fd91e6b244
added hio_comp_ucstr_bcstr_limited()
...
added hio_fnmat_uchars_i(), hio_fnmat_bchars_i() and other similar functions
2022-07-16 08:14:25 +00:00
397a395a3e
added HIO_UECS_CS() and HIO_BECS_CS()
2022-07-16 01:03:00 +00:00
f1ea810394
changed hio_dev_read() to change the multiplexer state even if the input side is known to be closed
2022-06-26 12:02:32 +00:00
412fb45099
enahnced http-cgi.c to check for NULL after getenv()
2022-06-26 04:16:32 +00:00
b6821bb661
changed a log message
2022-06-26 03:45:38 +00:00
066ffc6ced
updated some error messages
2022-06-25 16:00:28 +00:00
9b6b6f2bb2
changed log messages a bit
2022-06-25 15:34:20 +00:00
d4eed93ac9
minor fix in hio_dev_sck_sendfileok()
2022-06-22 13:14:35 +00:00
8273f0127a
some minor fixes
2022-06-22 06:44:28 +00:00
a700e7ac41
wrote some code for connect timeout handling in mar.c
2022-06-18 13:20:18 +00:00
fc160bf365
fixed a flaw in a test program
2022-06-17 09:18:22 +00:00
653df544a3
fixed t06.c a bit
2022-06-17 07:57:03 +00:00
1565f7536e
fixed a sample program
2022-06-17 07:44:39 +00:00
afecc741e8
some code tweaks for old compilers
2022-06-17 05:35:30 +00:00
c39960c9f4
added check for st_mtim in struct stat
2022-06-16 13:59:34 +00:00
f05c4d8dfc
renamed http-fil.c http-file.c
2022-06-16 13:52:37 +00:00
b6e1704d55
changed a static assertion in dns-cli.c
2022-06-16 13:51:23 +00:00
2affdd59ae
added the prototype of hio_tokenize_uchars and hio_tokenize_bchars
2022-06-13 14:39:41 +00:00
471c953d26
reorganized some string functions
2022-06-13 14:32:17 +00:00
e218e38592
removed duplicate code
2022-06-13 13:57:07 +00:00
37c50c7d06
reorganized basic string functions
2022-06-13 13:54:14 +00:00
73d60963c8
added some more string functions
2022-06-12 14:47:18 +00:00
b740ecbf07
added some more string functions
2022-06-12 14:40:46 +00:00
59e36d1a18
added some more string functions
2022-06-12 14:26:27 +00:00
12482d8a34
added hio_byte_to_ucstr(), hio_copy_ucstr_to_uchars(), hio_copy_bcstr_to_bchars()
2022-06-11 07:01:21 +00:00
0680e69746
fixed typos in the license text
2022-06-11 05:32:29 +00:00
e4a4d81b09
fixed typos in the license text
2022-06-11 05:32:01 +00:00
afb9f6ab2f
updated the structure packing pragmas
2022-06-10 02:43:57 +00:00
e6116fde2b
enhanced the build files with X11 check
2022-02-15 11:37:50 +00:00
10123109b0
implemented a primitive wrapper device for a system handle
2022-02-15 11:14:10 +00:00
5cfc34daaa
fixed header includsion in pty.c
2022-02-14 17:08:49 +00:00