Commit Graph

499 Commits

Author SHA1 Message Date
c608ae9246 preparing to add hio_tar_setxcb() 2022-12-14 16:14:29 +00:00
f917a0ec69 implemented a simple untar method in hio-webs 2022-12-13 16:17:39 +00:00
7904964e0d more code for tar extraction 2022-12-13 14:21:19 +00:00
9bea60d43a untar - improved EOF marker handling 2022-12-05 16:04:11 +00:00
4e04c5044c untar in progress 2022-12-04 16:51:10 +00:00
73f20a48c0 fixed a bug in untar's process_content() function 2022-12-01 02:04:02 +09:00
d5c15b9377 fixing the untar code 2022-11-30 05:01:25 +00:00
5273e9fca2 untar resetting the block length to 0 after use 2022-11-30 01:33:40 +09:00
9753ac30dd untar in progress 2022-11-30 01:23:53 +09:00
c1cb5b5d98 removed fio files 2022-11-15 14:33:54 +00:00
1aeb22039e giving up on porting fio. favors stdio 2022-11-15 14:31:14 +00:00
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