| 
						
					 | 
					
						
						
							
						
						7b1dd536ed
					 | 
					
						
						
							
							added mio_svc_htts_dotxt()
						
						
						
						
						
						
					 | 
					
						2020-05-26 14:58:55 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						469819f8dc
					 | 
					
						
						
							
							added http-txt.c
						
						
						
						
						
						
					 | 
					
						2020-05-26 13:15:25 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						1448cc16fd
					 | 
					
						
						
							
							removed a wrong line in t01.c
						
						
						
						
						
						
					 | 
					
						2020-05-26 02:17:04 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						a987655b29
					 | 
					
						
						
							
							changed a test program slightly
						
						
						
						
						
						
					 | 
					
						2020-05-26 01:22:28 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4f8abcf0c5
					 | 
					
						
						
							
							added mio_bchars_to_intmax(), mio_uchars_to_intmax().
						
						
						
						
						
						
						
						coded the first working thread interface for the http server 
						
						
					 | 
					
						2020-05-26 01:13:34 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b112280225
					 | 
					
						
						
							
							breaking http-svr.c to multiple files
						
						
						
						
						
						
					 | 
					
						2020-05-25 08:04:30 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						8178d44ec0
					 | 
					
						
						
							
							fixed the premature EOF reporting caused by a file descriptor added without intention of input/output watching. as EPOLLHUP is always waited for, it caused early EOF reporting
						
						
						
						
						
						
					 | 
					
						2020-05-24 19:29:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						d622202db1
					 | 
					
						
						
							
							fixed a bug in cgi_peer_on_write()
						
						
						
						
						
						
					 | 
					
						2020-05-24 17:58:08 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						c01a84e20b
					 | 
					
						
						
							
							changed mux-poll again
						
						
						
						
						
						
					 | 
					
						2020-05-24 17:40:47 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						829267edd7
					 | 
					
						
						
							
							changed mux-poll implementation
						
						
						
						
						
						
					 | 
					
						2020-05-24 17:25:27 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						7613f09bed
					 | 
					
						
						
							
							worked around the premature EOF reporting issue with poll() on NetBSD
						
						
						
						
						
						
					 | 
					
						2020-05-24 09:38:08 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						fd930a4173
					 | 
					
						
						
							
							fixed a bug in sending the final chunk when the cgi script exits with no output
						
						
						
						
						
						
					 | 
					
						2020-05-24 07:13:42 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						21d51cbbf9
					 | 
					
						
						
							
							improved how to clear and set basic environment variables in http-svr.c
						
						
						
						
						
						
					 | 
					
						2020-05-24 02:48:51 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						8f7dcbe479
					 | 
					
						
						
							
							fixed to clear environment variables when clearenv() is not available
						
						
						
						
						
						
					 | 
					
						2020-05-24 02:35:13 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						bc9d849b8a
					 | 
					
						
						
							
							fixed some memory leaks in mio_sys_finimux() when EPOLL is enabled.
						
						
						
						
						
						
						
						fixed a double memory free issue in mio_dev_make() 
						
						
					 | 
					
						2020-05-24 02:27:54 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						bf595d51f1
					 | 
					
						
						
							
							added MIO_DEV_CAP_WATCH_STARTED to fix a bug
						
						
						
						
						
						
					 | 
					
						2020-05-24 02:04:07 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						1f8372f35d
					 | 
					
						
						
							
							fixed to initialize urem in __dev_writev()
						
						
						
						
						
						
						
						added MIO_DEV_SCK_BIND_IGNERR
implemented MIO_DEV_PRO_INTONUL, MIO_DEV_PRO_OUTTONUL, MIO_DEV_PRO_ERRTONUL, MIO_DEV_PRO_DROPIN, MIO_DEV_PRO_DROPOUT, MIO_DEV_PRO_DROERR 
						
						
					 | 
					
						2020-05-24 01:18:32 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						7051862205
					 | 
					
						
						
							
							added clearenv check in configure.ac
						
						
						
						
						
						
					 | 
					
						2020-05-23 06:46:55 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						bdd6d55e99
					 | 
					
						
						
							
							calling clearenv() only if it's avaialble
						
						
						
						
						
						
					 | 
					
						2020-05-23 06:44:19 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						0623260ec4
					 | 
					
						
						
							
							added mio_cfmb_t, mio_addcfmb(), and related functions and macros to handle a memory block that can't be freed immediately
						
						
						
						
						
						
					 | 
					
						2020-05-23 06:07:43 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						c441abdbfb
					 | 
					
						
						
							
							cleaning up mio_dev_thr_t code
						
						
						
						
						
						
					 | 
					
						2020-05-22 19:06:57 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9c95db02e5
					 | 
					
						
						
							
							implementing mio_dev_thr_t
						
						
						
						
						
						
					 | 
					
						2020-05-21 17:05:40 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						c525007961
					 | 
					
						
						
							
							added two missed lib/Makefile.am
						
						
						
						
						
						
					 | 
					
						2020-05-21 10:30:07 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						f53acd969d
					 | 
					
						
						
							
							implemented the pipe device
						
						
						
						
						
						
					 | 
					
						2020-05-21 10:15:57 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						9ecec52f5f
					 | 
					
						
						
							
							attempting to support thread resource in http server
						
						
						
						
						
						
					 | 
					
						2020-05-21 07:30:14 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						aa5c70c3f5
					 | 
					
						
						
							
							added mio_dupbcstrs() and mio_dupucstrs()
						
						
						
						
						
						
						
						changed mio_svc_htts_start() to access the main processor callback 
						
						
					 | 
					
						2020-05-20 16:14:36 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						f373f367b3
					 | 
					
						
						
							
							fixed wrong length types in mio_copy_bchars_to_bcstr() and mio_copy_uchars_to_ucstr()
						
						
						
						
						
						
						
						fixed the wrong value defined for MIO_SKAD_TO_OOCSTR_PORT
set various environment variables before starting a cgi script 
						
						
					 | 
					
						2020-05-20 14:53:05 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						d95bc9bc92
					 | 
					
						
						
							
							in the midst of debugging http server code
						
						
						
						
						
						
					 | 
					
						2020-05-20 10:25:12 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						914dd35b37
					 | 
					
						
						
							
							checked if a file is executable in mio_svc_htts_docgi()
						
						
						
						
						
						
					 | 
					
						2020-05-19 18:07:28 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						bc615bb710
					 | 
					
						
						
							
							fixed bugs in http server cgi handling
						
						
						
						
						
						
					 | 
					
						2020-05-19 18:00:49 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						bdaa548a4a
					 | 
					
						
						
							
							fixed a problem of delayed handling of halted devices when there are no events and timer jobs
						
						
						
						
						
						
					 | 
					
						2020-05-19 12:09:13 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4b3bfc51fc
					 | 
					
						
						
							
							some code cleanup
						
						
						
						
						
						
					 | 
					
						2020-05-19 09:40:03 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						fc26f4a6c3
					 | 
					
						
						
							
							still working on cgi handling in http server
						
						
						
						
						
						
					 | 
					
						2020-05-19 09:11:39 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						362ae444fc
					 | 
					
						
						
							
							cleaning up cgi handling code in http server
						
						
						
						
						
						
					 | 
					
						2020-05-18 16:40:00 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						576fc79e51
					 | 
					
						
						
							
							changed get_request_content_length() a bit
						
						
						
						
						
						
					 | 
					
						2020-05-18 09:12:36 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b687e97590
					 | 
					
						
						
							
							simplifying http server code while debugging and enhancing it
						
						
						
						
						
						
					 | 
					
						2020-05-18 08:59:25 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						f6aee2c356
					 | 
					
						
						
							
							added a test script
						
						
						
						
						
						
					 | 
					
						2020-05-17 18:10:44 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						df71944ac6
					 | 
					
						
						
							
							working on http server
						
						
						
						
						
						
					 | 
					
						2020-05-17 18:09:19 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						1e85b73566
					 | 
					
						
						
							
							debugging http server's cgi handling
						
						
						
						
						
						
					 | 
					
						2020-05-16 19:52:50 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						619a7dd318
					 | 
					
						
						
							
							quite some changes to http server code
						
						
						
						
						
						
					 | 
					
						2020-05-16 19:12:10 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						98e2838edf
					 | 
					
						
						
							
							made minor changes
						
						
						
						
						
						
					 | 
					
						2020-05-16 04:52:06 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						57ca185651
					 | 
					
						
						
							
							changed to clear the on_write callbacks for completed write requestrs after having triggered timer callbacks collectively and also before triggering on_read() for each device
						
						
						
						
						
						
						
						cleaned up debugging messages in dns-cli.c
experimenting with http server implementation 
						
						
					 | 
					
						2020-05-15 06:18:49 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						cc74d317a2
					 | 
					
						
						
							
							fixed some bugs
						
						
						
						
						
						
					 | 
					
						2020-05-12 17:53:19 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						02a6d5db1e
					 | 
					
						
						
							
							enhanced to maintain client sockets in the http server
						
						
						
						
						
						
					 | 
					
						2020-05-12 11:46:00 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						6cb06f8b57
					 | 
					
						
						
							
							changed mio_exec() to kill the device if the on_write callback() returns failure. before this change, mio_exec() also returned -1, causing mio_loop() to abort
						
						
						
						
						
						
					 | 
					
						2020-05-10 16:20:39 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						e2115286ec
					 | 
					
						
						
							
							enhanced mio_dev_watch and MIO_DEV_WATCH_RENEW.
						
						
						
						
						
						
						
						drafting resource handling code in the http server 
						
						
					 | 
					
						2020-05-08 09:48:26 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						89335404c8
					 | 
					
						
						
							
							experimenting for htts implementation
						
						
						
						
						
						
					 | 
					
						2020-05-07 15:47:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						4282eb979a
					 | 
					
						
						
							
							added mio_svc_htts_setservernamewithbcstr()
						
						
						
						
						
						
					 | 
					
						2020-05-07 10:10:33 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						0baa0820ae
					 | 
					
						
						
							
							added MIO_DEV_SCK_LENIENT to set on the state field of a socket device
						
						
						
						
						
						
						
						added MIO_DEV_SCK_BIND_LENIENT to use to set MIO_DEV_SCK_LENIENT on a listening socket.
fixed some minor bugs here and there 
						
						
					 | 
					
						2020-05-07 04:32:32 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					| 
						
					 | 
					
						
						
							
						
						b9a47faff6
					 | 
					
						
						
							
							reverted wrong changes in htre.c
						
						
						
						
						
						
					 | 
					
						2020-05-06 09:55:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |