mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Non-blocking connect
This commit is contained in:
parent
e2fc84e0e6
commit
042e698749
15 changed files with 266 additions and 72 deletions
|
@ -2,6 +2,7 @@
|
|||
set(HEADER_FILES
|
||||
include/chiaki/session.h
|
||||
include/chiaki/common.h
|
||||
include/chiaki/sock.h
|
||||
include/chiaki/thread.h
|
||||
include/chiaki/base64.h
|
||||
include/chiaki/http.h
|
||||
|
@ -37,6 +38,7 @@ set(HEADER_FILES
|
|||
|
||||
set(SOURCE_FILES
|
||||
src/common.c
|
||||
src/sock.c
|
||||
src/session.c
|
||||
src/thread.c
|
||||
src/base64.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue