|
19e6906670
|
renaming hio back to m io
|
2021-07-22 07:25:25 +00:00 |
|
|
1ac7777c76
|
renaming mio to hio
|
2021-07-22 07:16:59 +00:00 |
|
|
7ac3b8b078
|
added MIO_SVC_DNC_RESOLVE_FLAG_DNSSEC
|
2020-07-04 16:37:46 +00:00 |
|
|
8b1ccab4c8
|
added mio_dns_rcode_to_bcstr(), mio_dns_find_client_cookie_in_msg.
deleted the cookie_verified field from mio_dns_pkt_info_t
added mio_svc_dnc_checkclientcookie()
|
2020-07-04 08:03:36 +00:00 |
|
|
26b95ba5f7
|
changed dns-cli.c to initialize the dns cookie key
|
2020-07-03 15:56:33 +00:00 |
|
|
5fdf4f780d
|
more dns cookie handling code
|
2020-07-02 14:21:47 +00:00 |
|
|
fe478e954d
|
work in progress - implementing the dns cookie support in mio_svc_dnc_resolve()
|
2020-07-01 15:54:23 +00:00 |
|
|
970deb9966
|
minor code cleanup
|
2020-07-01 09:40:34 +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 |
|
|
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 |
|
|
2df338ee9a
|
writing the http server service
|
2020-05-05 15:12:08 +00:00 |
|
|
0087bf8b12
|
renamed _HEADERS to _HEADER
|
2020-05-04 17:51:47 +00:00 |
|
|
26b720099c
|
made list management more consistent
|
2020-04-30 14:48:39 +00:00 |
|
|
252c801544
|
recorded some TODO items in the comment
|
2020-03-03 08:49:24 +00:00 |
|
|
1cd2510bcd
|
defined mio_svc_dnc_send_flag_t to use with mio_svc_dnc_sendmsg() and mio_svc_dnc_sendreq()
|
2020-03-02 05:16:37 +00:00 |
|
|
b801ff6703
|
implemented soa rr encoding in dnc
|
2020-03-02 04:58:22 +00:00 |
|
|
aeba287690
|
added MIO_SVC_DNC_RESOLVE_FLAG_PREFER_TCP.
added an additional parameter 'prefer_tcp' to mio_svc_dnc_sendreq() and mio_svc_dnc_sendmsg()
|
2020-03-01 17:43:42 +00:00 |
|
|
247184282f
|
implemented proper tcp packet reading in dnc
|
2020-02-29 16:56:36 +00:00 |
|
|
9d10edb77e
|
some pseudo code for proper reading over dnc tcp
|
2020-02-28 08:10:29 +00:00 |
|
|
f9a0f3bc00
|
added some tcp transport code for dnc
|
2020-02-28 07:41:25 +00:00 |
|
|
d717c25a2b
|
changed on_reply to on_done in dns client code
added some tcp transport code in dns client
|
2020-02-27 17:34:27 +00:00 |
|
|
72689c179b
|
addeed some dns client code
|
2020-02-27 08:40:39 +00:00 |
|
|
71ffd4ce17
|
changed mio_dev_sck_connect() to not fire on_connect() callback inside itself upon immediate successful connect.
fixed some issues in dns related code
|
2020-02-25 07:09:20 +00:00 |
|
|
9ef09941c3
|
initialized capa to 0 in to_dn_capa()
|
2020-02-24 17:14:21 +00:00 |
|
|
ef50d2458b
|
some code to implement dns over tcp in dnc
|
2020-02-21 09:42:10 +00:00 |
|
|
c620afe4c9
|
separated dnc code from dns.c to dns-cli.c
|
2020-02-21 04:21:16 +00:00 |
|