瀏覽代碼

externals: Update httplib

Since the introduction of this library, numerous improvements have been
made. Notably, many of the warnings we would get by simply including the
library header have now been fixed. This makes it much easier to make
conversion warning an error.
Lioncash 6 年之前
父節點
當前提交
47a6bb2d5b
共有 2 個文件被更改,包括 1637 次插入902 次删除
  1. 1636 901
      externals/httplib/httplib.h
  2. 1 1
      src/core/crypto/key_manager.cpp

文件差異過大導致無法顯示
+ 1636 - 901
externals/httplib/httplib.h


+ 1 - 1
src/core/crypto/key_manager.cpp

@@ -21,8 +21,8 @@
 #include "common/common_paths.h"
 #include "common/file_util.h"
 #include "common/hex_util.h"
-#include "common/string_util.h"
 #include "common/logging/log.h"
+#include "common/string_util.h"
 #include "core/core.h"
 #include "core/crypto/aes_util.h"
 #include "core/crypto/key_manager.h"

部分文件因文件數量過多而無法顯示