forked from feelfreelinux/cspot
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule bell to the latest commit
- Loading branch information
1 parent
07be112
commit 3500fc1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule bell
updated
23 files
+7 −8 | external/civetweb/CivetServer.cpp | |
+911 −431 | external/civetweb/civetweb.c | |
+76 −40 | external/civetweb/handle_form.inl | |
+8 −8 | external/civetweb/include/civetweb.h | |
+7 −7 | external/civetweb/match.inl | |
+3 −0 | external/civetweb/response.inl | |
+9 −9 | external/civetweb/sort.inl | |
+2 −2 | main/io/BellHTTPServer.cpp | |
+169 −69 | main/io/HTTPClient.cpp | |
+42 −18 | main/io/SocketStream.cpp | |
+66 −31 | main/io/TLSSocket.cpp | |
+7 −3 | main/io/include/BellSocket.h | |
+22 −17 | main/io/include/HTTPClient.h | |
+2 −2 | main/io/include/TCPSocket.h | |
+4 −3 | main/io/include/TLSSocket.h | |
+1 −1 | main/platform/WrappedSemaphore.h | |
+2 −2 | main/platform/apple/WrappedSemaphore.cpp | |
+2 −2 | main/platform/esp/WrappedSemaphore.cpp | |
+2 −2 | main/platform/linux/WrappedSemaphore.cpp | |
+2 −2 | main/platform/win32/WrappedSemaphore.cpp | |
+51 −2 | main/utilities/BellUtils.cpp | |
+38 −50 | main/utilities/include/BellLogger.h | |
+2 −0 | main/utilities/include/BellUtils.h |