Commit Graph

304 Commits

Author SHA1 Message Date
9b391741d6 added sck-addr.c for socket address conversion work 2019-01-23 09:37:23 +00:00
6581db6985 filled the git attribute file 2019-01-17 09:10:48 +00:00
1bb5e60b9d created an empty git attribute file 2019-01-17 09:09:49 +00:00
0072ab5bd8 kept read timeout after successful read until read is disabled 2019-01-17 08:51:10 +00:00
115031d2ce added moo_dev_timedread() 2019-01-17 08:09:19 +00:00
2372fc535e changed the return type of on_connect to void 2019-01-16 10:42:20 +00:00
af20b13e04 enhanced cfq free list management a bit 2019-01-16 04:37:53 +00:00
d0583e95c8 enhanced to reuse some cwq objects once allocated with dstaddr of size 0 2019-01-14 09:23:16 +00:00
ec28cccdd3 enhanced mio_killdev() to clear unfired completed write events 2019-01-14 08:45:56 +00:00
306384370c changed to push backward the write completion event into the main loop 2019-01-14 08:33:14 +00:00
b30bbf8063 touched up code for renewal 2019-01-11 07:35:43 +00:00
27695e69cd regenerated build files 2018-12-17 03:27:20 +00:00
3950555fc2 renamed stio-cfg.in.h to mio-cfg.in.h 2018-12-17 03:25:30 +00:00
5f7cbf3ca9 less use of MIO_MT 2018-12-16 17:37:59 +00:00
fb0258db6a added utf8.c 2018-12-12 14:20:08 +00:00
0f604972af trimmed some source files 2018-12-12 14:16:49 +00:00
6e69dd97ce added --enable-unicode 2018-12-12 13:24:05 +00:00
14dc22fd0e renamed stio to mio in source files 2018-12-12 13:15:54 +00:00
daf5143ba3 renamed stio to mio 2018-12-12 13:06:37 +00:00
60cff400ac made a minor change in making a new socket device 2016-04-26 05:54:48 +00:00
e8d5784756 fixed some code for BSDs 2016-04-25 16:15:36 +00:00
4396006e7a added stio_checksumip(), stio_iphdr_t, stio_icmphdr_t 2016-04-25 14:07:28 +00:00
ef4477ea7c enhanced the mutiplexer code to support the ordinary poll() 2016-04-24 17:30:43 +00:00
87c5ebd303 enhanced watcher manipulation when handling ssl connections 2016-04-22 06:31:12 +00:00
a0d68ad079 improved ssl_connect timeout handling 2016-04-21 15:07:58 +00:00
87fcec25bc implemented outgoing ssl socket 2016-04-21 13:26:14 +00:00
fe82425de3 Implemented SSL_accept() timeout handling 2016-04-20 15:59:11 +00:00
ec4bd54e53 added SSL to the listening socket 2016-04-18 14:21:23 +00:00
3ca7bcd549 enhanced zombie device handling and improved the process pipe device 2016-04-17 17:00:58 +00:00
8b5a5bbc4f wrote more code for process pipe device 2016-04-16 16:05:57 +00:00
b8b83d745c added more code for handling pipes to a child process 2016-04-12 13:56:59 +00:00
95563f11ce added some pipe handling code 2016-04-06 13:49:47 +00:00
1e5c54cae0 changed packed definitions 2016-04-02 15:52:12 +00:00
e122618f71 removed unneeded code 2016-04-02 15:25:35 +00:00
116b90fb74 touched up socket related code more 2016-03-30 16:31:56 +00:00
f0320a2ab7 enhanced stio_dev_sck_to support a stream operations 2016-03-30 07:06:54 +00:00
46d7bc216a added stio_dev_sck_t 2016-03-29 15:02:01 +00:00
e2b99ed2a3 added skeleton to support arp 2016-03-23 13:54:15 +00:00
c5ac9c723b switched stio_size_t to stio_tmridx_t in stio-tmr 2016-03-04 12:36:44 +00:00
5f3a0dac28 added stio_dev_timedwrite() 2016-02-05 13:25:59 +00:00
01ffcf973d added stio_dev_halt()
enhanced stio_dev_watch() and stio_exec() to correct various event handling
2016-02-04 15:06:20 +00:00
8768bf4063 renamed recv and send to read and write respectively
added some code for process pipes
2016-02-02 15:40:09 +00:00
7f47a92573 added stio_ruindev() and improved half-open state handling for a tcp device 2016-02-02 07:51:17 +00:00
cccb7bee65 enhanced event handlings a bit 2016-02-01 07:42:49 +00:00
e0736bd657 updated the timer job scheduler to use a direct index holder pointer 2016-01-31 05:39:12 +00:00
702a008fbb added stio_syserrtoerrnum() 2016-01-31 02:05:39 +00:00
15652f70e4 changed stio_gettime() to use clock_gettime() if available.
enhanced connect timeout handling
2016-01-30 19:08:28 +00:00
9b901e924c added time functions 2016-01-30 05:24:46 +00:00
82712da618 added timer job functions 2016-01-30 05:24:23 +00:00
596304d446 conditional use of MSG_NOSIGNAL and EPOLLRDHUP 2016-01-28 17:32:58 +00:00