Commit Graph

32 Commits

Author SHA1 Message Date
2bff2e76fe adding more dns parsing code 2019-04-13 06:04:43 +00:00
856d87db55 touched up main.c to support more platforms 2019-04-12 03:53:32 +00:00
265be307cd made ssl selective in main.c 2019-04-12 03:13:07 +00:00
2ec12d96eb changed mio-sck.c to ignore some eunavailable feature request 2019-04-12 02:45:35 +00:00
898bf787d5 fixed the mux code using poll() 2019-04-10 09:25:34 +00:00
cc9a038760 enhanced the dns message builder function 2019-04-10 09:05:56 +00:00
9217fcec55 some code for edns 2019-04-09 09:45:02 +00:00
c82aae920a minor change 2019-02-22 10:13:35 +00:00
a76dc94e0a renamed mio_makedev() to mio_dev_make().
added MIO_SVC_REGISTER() and MIO_SVN_UNREGISTER().
defined mio_svc_t
2019-02-22 08:44:51 +00:00
0760dc1a04 attempt to support edns0 2019-02-16 18:22:32 +00:00
be68e4ec80 implemented low-level dns packet maker 2019-02-14 10:08:32 +00:00
af86c6a95e more dns code 2019-02-13 10:41:33 +00:00
b40bdf3e8e added some dns code 2019-02-11 09:24:16 +00:00
d583cf2514 redefined MEM macros 2019-01-31 13:27:37 +00:00
ac65312bf2 switched to check SSL_new instead of SSL_library_init in configure.ac
fixed a bug of not honoring precision specified with %.* in computing string length given for 's' and 'S'
renamed DEV_CAPA/dev_capa to DEV_CAP/dev_capa
2019-01-31 09:16:44 +00:00
4aa0da2011 enhanced the openssl library check in configure.ac 2019-01-30 19:07:05 +00:00
559d125874 fixed error strings.
changed time functions
2019-01-30 10:18:58 +00:00
792e4da4c2 changed directory error number setting to mio_seterrxxx() calls
removed mio->renew_watch and moved it to each device by using the MIO_DEV_RENEW_REQUIRED bit
2019-01-29 08:38:12 +00:00
470e459781 fixing some bugs regarding mux update - wip 2019-01-28 17:41:50 +00:00
e9c42b28c6 more code fixes 2019-01-28 08:13:06 +00:00
446809d7f4 unfinished refactoring 2019-01-27 02:09:22 +00:00
a6d1122e33 added many new files to form fundamental base. wip 2019-01-24 09:53:10 +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
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
5f7cbf3ca9 less use of MIO_MT 2018-12-16 17:37:59 +00:00
0f604972af trimmed some source files 2018-12-12 14:16:49 +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