Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8e68c43
[utils] check only the extention file for mime
mchalain Oct 17, 2020
efb1c08
[build] restore SSL/TLS configuration
mchalain Oct 31, 2020
978a378
[client] free all memories
mchalain Oct 31, 2020
93ddd63
[server] free all memories
mchalain Oct 31, 2020
f2c6039
[tcp] destroy the complete client
mchalain Oct 31, 2020
d61d9a3
[message] content storage fix
mchalain Nov 1, 2020
91dcbb6
[tcpserver] set the NONBLOCK socket
mchalain Nov 29, 2020
4e2cbca
[client] move wait function to the protocol
mchalain Feb 3, 2021
c3e2e91
[buffer] shrink allow to reset the offset
mchalain Feb 3, 2021
bf3c96c
[message] force the index of each STATE of message
mchalain Feb 3, 2021
0a2c6f6
[buffer] "append" increases the buffer for the good size
mchalain Feb 3, 2021
064f6be
[buffer] "empty" of the rest of data
mchalain Feb 3, 2021
80e991c
[message] new functions to change and check the STATE
mchalain Feb 3, 2021
5f05f3d
[client] new functions to change the STATE
mchalain Feb 3, 2021
d53fe30
[message] the message may not manage the client
mchalain Feb 3, 2021
78371bf
[message] build query_storage only on the needs
mchalain Feb 3, 2021
61305b9
[message] cgi content is independant of data source
mchalain Feb 4, 2021
03e027b
[message] uri parsing removes double / in a loop
mchalain Feb 4, 2021
700d0fe
[message] store content into a separated buffer
mchalain Feb 4, 2021
6d4be99
[message] bugfix to check the STATE during the parsing
mchalain Feb 4, 2021
ad7dfd9
[message] check the content to allow the Keep-Alive
mchalain Feb 4, 2021
2169428
[client] uses new functions on the STATE
mchalain Feb 4, 2021
d99e4e0
[message] content returns size > 0 or EREJECT
mchalain Feb 4, 2021
8e3b826
[message] new function to check content_length
mchalain Feb 4, 2021
8b954bc
[client] special connector for error
mchalain Feb 4, 2021
22e94d9
[client] disable keep-alive for unknown response content
mchalain Feb 4, 2021
b39e24b
[client] allow the keep-alive for result 30x
mchalain Feb 4, 2021
fda284a
[client] reorder the running
mchalain Feb 4, 2021
14389b4
[utils] bug fix on the searchexp
mchalain Feb 4, 2021
4f20b8e
[build] disable symboles visibility as default.
mchalain Feb 4, 2021
b61d1f5
[buffer] move functions to a separate file
mchalain Feb 4, 2021
e72597e
[buffer] Makefile to merge
mchalain Feb 4, 2021
21f02b0
[message] move all functions into a separate file
mchalain Feb 4, 2021
4e8ac5e
[client] move functions into a separate file
mchalain Feb 5, 2021
b3b7449
[message] enable "remote_host" key
mchalain Feb 5, 2021
b574c07
[client] error on parsing pass into error_connector
mchalain Feb 5, 2021
4d3cb93
[client] check ERROR connector on parsing errors
mchalain Feb 5, 2021
324d3e0
[server] add a service field inside the configuration
mchalain Feb 5, 2021
2d52d11
[message] SESSION store any kind of data and take a new argument
mchalain Feb 19, 2021
77ddefb
[message] enable the 201 reponse value
mchalain Mar 1, 2021
e33905c
[server] allows to modify the methods of each server
mchalain Mar 18, 2021
52ef8f1
[server] new server INFO with the supported methods
mchalain Mar 18, 2021
de8ce25
[message] addcontent may returns error on "not space"
mchalain Mar 23, 2021
2aa6edc
[message] change and remove SESSION data
mchalain Mar 23, 2021
8faf42a
[server] fix a NULL pointer free
mchalain Mar 24, 2021
9043ded
[utils] reorders the parameters of parsing string function
mchalain Mar 25, 2021
7b389a8
[utils] extend urldecode function
mchalain Mar 29, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ HTTPMESSAGE_NODOUBLEDOT=n
LIBWEBSOCKET=y
LIBURI=y

MBEDTLS=y
OPENSSL=n
WOLFSSL=n

LIBHASH=y
LIBUTILS=y
LIBB64=y
Expand Down
Loading