kc3-lang/libevent/sample

Branch :


Log

Author Commit Date CI Message
a8cd11f9 2024-10-29 11:18:48 remove proxy-connection from http-connect
25f4439d 2024-04-22 15:11:15 sample/event-read-fifo: add proper exit path Co-authored-by: Azat Khuzhin <azat@libevent.org>
09738283 2024-04-10 18:21:47 Fix potential Null pointer dereference in event-read-fifo.c
49d6b4b0 2024-07-08 10:10:42 samples: use evutil_socket_t instead and handle 64 bit Windows (#1682) * Use evutil_socket_t instead in http server sample and handle 64 bit Windows * Update http-server.c * consistently using EV_SOCK_FMT for Windows compatibility * code review: fix missing symbol strsignal * Add evutil_strsignal() helper instead of strsignal() macro --------- Co-authored-by: Hernan Martinez <hernan.c.martinez@gmail.com> Co-authored-by: Azat Khuzhin <azat@libevent.org>
dabf4e13 2024-06-24 03:10:56 Fix potential Null pointer dereference in ws-chat-server.c (#1674) Co-authored-by: icy17 <1061499390@qq.com>
6d8c38af 2024-06-02 10:31:11 Reducing the number of mingw warnings
ee4fa05d 2024-05-19 16:10:02 Fix the compiler errors in sample/http-server.c --------- Signed-off-by: Andy Pan <i@andypan.me>
64decd48 2024-04-29 13:51:22 Fix potential Null pointer dereference in dns-example.c (#1601)
a584efaa 2024-04-22 14:47:34 Fix potential Null pointer dereference in time-test.c
23cdd610 2024-01-15 12:26:58 Use evutil_set_tcp_keepalive for sample/becat.c Since #1532 introduced the util function for consolidating TPC keep-alive settings, there is no need to write other handmade functions elsewhere.