History log of /
foundation
/
communication
/
netstack
/
frameworks
/ (Results
1 - 1
of
1
)
Home
History
Annotate
only in
this directory
Revision
Date
Author
Comments
(<<< Hide modified files)
(Show modified files >>>)
1e934351
22-Oct-2024
openharmony_ci <120357966@qq.com>
!1634 tls socket 添加错误码打印
Merge pull request !1634 from wangmengyao111/master
cj/http/BUILD.gn
cj/http/include/constant.h
cj/http/include/ffi_structs.h
cj/http/include/lru_cache_disk_handler.h
cj/http/include/net_http_cache_entity.h
cj/http/include/net_http_cache_proxy.h
cj/http/include/net_http_cache_strategy.h
cj/http/include/net_http_client_exec.h
cj/http/include/net_http_ffi.h
cj/http/include/net_http_request.h
cj/http/include/net_http_request_context.h
cj/http/include/net_http_response.h
cj/http/include/net_http_utils.h
cj/http/src/lru_cache_disk_handler.cpp
cj/http/src/net_http_cache_entity.cpp
cj/http/src/net_http_cache_proxy.cpp
cj/http/src/net_http_cache_strategy.cpp
cj/http/src/net_http_client_exec.cpp
cj/http/src/net_http_ffi.cpp
cj/http/src/net_http_mock.cpp
cj/http/src/net_http_request.cpp
cj/http/src/net_http_request_context.cpp
cj/http/src/net_http_response.cpp
cj/http/src/net_http_utils.cpp
js/builtin/BUILD.gn
js/builtin/fetch/include/fetch_module.h
js/builtin/fetch/include/http_async_callback.h
js/builtin/fetch/include/http_constant.h
js/builtin/fetch/include/http_request.h
js/builtin/fetch/include/http_request_utils.h
js/builtin/fetch/include/request_data.h
js/builtin/fetch/include/response_data.h
js/builtin/fetch/src/fetch_module.cpp
js/builtin/fetch/src/http_async_callback.cpp
js/builtin/fetch/src/http_constant.cpp
js/builtin/fetch/src/http_request.cpp
js/builtin/fetch/src/http_request_utils.cpp
js/builtin/fetch/src/request_data.cpp
js/builtin/fetch/src/response_data.cpp
js/napi/fetch/BUILD.gn
js/napi/fetch/async_context/include/fetch_context.h
js/napi/fetch/async_context/src/fetch_context.cpp
js/napi/fetch/async_work/include/fetch_async_work.h
js/napi/fetch/async_work/src/fetch_async_work.cpp
js/napi/fetch/constant/include/constant.h
js/napi/fetch/constant/src/constant.cpp
js/napi/fetch/fetch_exec/include/fetch_exec.h
js/napi/fetch/fetch_exec/src/fetch_exec.cpp
js/napi/fetch/fetch_module/include/fetch_module.h
js/napi/fetch/fetch_module/src/fetch_module.cpp
js/napi/fetch/options/include/fetch_request.h
js/napi/fetch/options/include/fetch_response.h
js/napi/fetch/options/src/fetch_request.cpp
js/napi/fetch/options/src/fetch_response.cpp
js/napi/http/BUILD.gn
js/napi/http/async_context/include/request_context.h
js/napi/http/async_context/src/request_context.cpp
js/napi/http/async_work/include/http_async_work.h
js/napi/http/async_work/src/http_async_work.cpp
js/napi/http/cache/base64/include/base64_utils.h
js/napi/http/cache/base64/src/base64_utils.cpp
js/napi/http/cache/cache_constant/include/casche_constant.h
js/napi/http/cache/cache_proxy/include/cache_proxy.h
js/napi/http/cache/cache_proxy/src/cache_proxy.cpp
js/napi/http/cache/cache_strategy/include/http_cache_request.h
js/napi/http/cache/cache_strategy/include/http_cache_response.h
js/napi/http/cache/cache_strategy/include/http_cache_strategy.h
js/napi/http/cache/cache_strategy/include/http_time.h
js/napi/http/cache/cache_strategy/src/http_cache_request.cpp
js/napi/http/cache/cache_strategy/src/http_cache_response.cpp
js/napi/http/cache/cache_strategy/src/http_cache_strategy.cpp
js/napi/http/cache/cache_strategy/src/http_time.cpp
js/napi/http/cache/lru_cache/include/disk_handler.h
js/napi/http/cache/lru_cache/include/lru_cache.h
js/napi/http/cache/lru_cache/include/lru_cache_disk_handler.h
js/napi/http/cache/lru_cache/src/disk_handler.cpp
js/napi/http/cache/lru_cache/src/lru_cache.cpp
js/napi/http/cache/lru_cache/src/lru_cache_disk_handler.cpp
js/napi/http/constant/include/constant.h
js/napi/http/constant/include/event_list.h
js/napi/http/constant/src/constant.cpp
js/napi/http/http_exec/include/http_exec.h
js/napi/http/http_exec/src/http_exec.cpp
js/napi/http/http_module/include/http_module.h
js/napi/http/http_module/src/http_module.cpp
js/napi/http/options/include/http_request_options.h
js/napi/http/options/include/http_response.h
js/napi/http/options/src/http_request_options.cpp
js/napi/http/options/src/http_response.cpp
js/napi/net_ssl/BUILD.gn
js/napi/net_ssl/async_context/include/cert_context.h
js/napi/net_ssl/async_context/src/cert_context.cpp
js/napi/net_ssl/async_work/include/net_ssl_async_work.h
js/napi/net_ssl/async_work/src/net_ssl_async_work.cpp
js/napi/net_ssl/net_ssl_exec/include/net_ssl_exec.h
js/napi/net_ssl/net_ssl_exec/src/net_ssl_exec.cpp
js/napi/net_ssl/net_ssl_module/include/net_ssl_module.h
js/napi/net_ssl/net_ssl_module/src/net_ssl_module.cpp
js/napi/socket/BUILD.gn
js/napi/socket/async_context/include/bind_context.h
js/napi/socket/async_context/include/common_context.h
js/napi/socket/async_context/include/connect_context.h
js/napi/socket/async_context/include/local_socket_context.h
js/napi/socket/async_context/include/local_socket_server_context.h
js/napi/socket/async_context/include/multicast_get_loopback_context.h
js/napi/socket/async_context/include/multicast_get_ttl_context.h
js/napi/socket/async_context/include/multicast_membership_context.h
js/napi/socket/async_context/include/multicast_set_loopback_context.h
js/napi/socket/async_context/include/multicast_set_ttl_context.h
js/napi/socket/async_context/include/tcp_extra_context.h
js/napi/socket/async_context/include/tcp_send_context.h
js/napi/socket/async_context/include/tcp_server_common_context.h
js/napi/socket/async_context/include/tcp_server_extra_context.h
js/napi/socket/async_context/include/tcp_server_listen_context.h
js/napi/socket/async_context/include/tcp_server_send_context.h
js/napi/socket/async_context/include/udp_extra_context.h
js/napi/socket/async_context/include/udp_send_context.h
js/napi/socket/async_context/src/bind_context.cpp
js/napi/socket/async_context/src/common_context.cpp
js/napi/socket/async_context/src/connect_context.cpp
js/napi/socket/async_context/src/local_socket_context.cpp
js/napi/socket/async_context/src/local_socket_server_context.cpp
js/napi/socket/async_context/src/multicast_get_loopback_context.cpp
js/napi/socket/async_context/src/multicast_get_ttl_context.cpp
js/napi/socket/async_context/src/multicast_membership_context.cpp
js/napi/socket/async_context/src/multicast_set_loopback_context.cpp
js/napi/socket/async_context/src/multicast_set_ttl_context.cpp
js/napi/socket/async_context/src/tcp_extra_context.cpp
js/napi/socket/async_context/src/tcp_send_context.cpp
js/napi/socket/async_context/src/tcp_server_common_context.cpp
js/napi/socket/async_context/src/tcp_server_extra_context.cpp
js/napi/socket/async_context/src/tcp_server_listen_context.cpp
js/napi/socket/async_context/src/tcp_server_send_context.cpp
js/napi/socket/async_context/src/udp_extra_context.cpp
js/napi/socket/async_context/src/udp_send_context.cpp
js/napi/socket/async_work/include/socket_async_work.h
js/napi/socket/async_work/src/socket_async_work.cpp
js/napi/socket/constant/include/context_key.h
js/napi/socket/constant/include/event_list.h
js/napi/socket/constant/include/socket_constant.h
js/napi/socket/options/include/extra_options_base.h
js/napi/socket/options/include/local_socket_options.h
js/napi/socket/options/include/net_address.h
js/napi/socket/options/include/socket_remote_info.h
js/napi/socket/options/include/socket_state_base.h
js/napi/socket/options/include/tcp_connect_options.h
js/napi/socket/options/include/tcp_extra_options.h
js/napi/socket/options/include/tcp_send_options.h
js/napi/socket/options/include/udp_extra_options.h
js/napi/socket/options/include/udp_send_options.h
js/napi/socket/options/src/extra_options_base.cpp
js/napi/socket/options/src/local_socket_options.cpp
js/napi/socket/options/src/net_address.cpp
js/napi/socket/options/src/socket_remote_info.cpp
js/napi/socket/options/src/socket_state_base.cpp
js/napi/socket/options/src/tcp_connect_options.cpp
js/napi/socket/options/src/tcp_extra_options.cpp
js/napi/socket/options/src/tcp_send_options.cpp
js/napi/socket/options/src/udp_extra_options.cpp
js/napi/socket/options/src/udp_send_options.cpp
js/napi/socket/socket_exec/include/local_socket_exec.h
js/napi/socket/socket_exec/include/socket_exec.h
js/napi/socket/socket_exec/include/socket_exec_common.h
js/napi/socket/socket_exec/src/local_socket_exec.cpp
js/napi/socket/socket_exec/src/socket_exec.cpp
js/napi/socket/socket_exec/src/socket_extra_exec.cpp
js/napi/socket/socket_module/include/socket_module.h
js/napi/socket/socket_module/src/socket_module.cpp
js/napi/socket/task_queue/include/task_queue.h
js/napi/socket/task_queue/src/task_queue.cpp
js/napi/tls/include/constant.h
js/napi/tls/include/context/tls_bind_context.h
js/napi/tls/include/context/tls_connect_context.h
js/napi/tls/include/context/tls_extra_context.h
js/napi/tls/include/context/tls_init_context.h
js/napi/tls/include/context/tls_napi_context.h
js/napi/tls/include/context/tls_send_context.h
js/napi/tls/include/context/tls_server_close_context.h
js/napi/tls/include/context/tls_server_napi_context.h
js/napi/tls/include/context/tls_server_send_context.h
js/napi/tls/include/monitor.h
js/napi/tls/include/monitor_server.h
js/napi/tls/include/tlssocket_async_work.h
js/napi/tls/include/tlssocket_exec.h
js/napi/tls/include/tlssocket_module.h
js/napi/tls/include/tlssocketserver_async_work.h
js/napi/tls/include/tlssocketserver_exec.h
js/napi/tls/include/tlssocketserver_module.h
js/napi/tls/src/context/tls_bind_context.cpp
js/napi/tls/src/context/tls_connect_context.cpp
js/napi/tls/src/context/tls_extra_context.cpp
js/napi/tls/src/context/tls_init_context.cpp
js/napi/tls/src/context/tls_napi_context.cpp
js/napi/tls/src/context/tls_send_context.cpp
js/napi/tls/src/context/tls_server_close_context.cpp
js/napi/tls/src/context/tls_server_napi_context.cpp
js/napi/tls/src/context/tls_server_send_context.cpp
js/napi/tls/src/monitor.cpp
js/napi/tls/src/monitor_server.cpp
js/napi/tls/src/tls_socket.cpp
js/napi/tls/src/tls_socket_server.cpp
js/napi/tls/src/tlssocket_async_work.cpp
js/napi/tls/src/tlssocket_exec.cpp
js/napi/tls/src/tlssocket_module.cpp
js/napi/tls/src/tlssocketserver_async_work.cpp
js/napi/tls/src/tlssocketserver_exec.cpp
js/napi/tls/src/tlssocketserver_module.cpp
js/napi/websocket/BUILD.gn
js/napi/websocket/async_context/include/close_context.h
js/napi/websocket/async_context/include/connect_context.h
js/napi/websocket/async_context/include/send_context.h
js/napi/websocket/async_context/src/close_context.cpp
js/napi/websocket/async_context/src/connect_context.cpp
js/napi/websocket/async_context/src/send_context.cpp
js/napi/websocket/async_work/include/websocket_async_work.h
js/napi/websocket/async_work/src/websocket_async_work.cpp
js/napi/websocket/constant/include/constant.h
js/napi/websocket/constant/src/constant.cpp
js/napi/websocket/websocket_exec/include/websocket_exec.h
js/napi/websocket/websocket_exec/src/websocket_exec.cpp
js/napi/websocket/websocket_module/include/websocket_module.h
js/napi/websocket/websocket_module/src/websocket_module.cpp
native/http/http_client/http_client.cpp
native/http/http_client/http_client_constant.cpp
native/http/http_client/http_client_error.cpp
native/http/http_client/http_client_request.cpp
native/http/http_client/http_client_response.cpp
native/http/http_client/http_client_task.cpp
native/http/http_client/http_client_time.cpp
native/http/http_client/include/http_client_time.h
native/http/http_curl/include/http_curl.h
native/http/http_rust/include/http_rust.h
native/net_ssl/include/net_ssl_verify_cert.h
native/net_ssl/net_ssl.cpp
native/net_ssl/net_ssl_verify_cert.cpp
native/tls_socket/include/secure_data.h
native/tls_socket/include/socket_error.h
native/tls_socket/include/tls.h
native/tls_socket/include/tls_certificate.h
native/tls_socket/include/tls_config_enhanced.h
native/tls_socket/include/tls_configuration.h
native/tls_socket/include/tls_context.h
native/tls_socket/include/tls_context_server.h
native/tls_socket/include/tls_key.h
native/tls_socket/include/tls_utils.h
native/tls_socket/src/secure_data.cpp
native/tls_socket/src/socket_error.cpp
native/tls_socket/src/tls_certificate.cpp
native/tls_socket/src/tls_config_enhanced.cpp
native/tls_socket/src/tls_configuration.cpp
native/tls_socket/src/tls_context.cpp
native/tls_socket/src/tls_context_server.cpp
native/tls_socket/src/tls_key.cpp
native/tls_socket/src/tls_utils.cpp
native/websocket_client/include/websocket_client_error.h
native/websocket_client/websocket_client.cpp