Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: Refactor the mainrelay.c #1301

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1d4a694
Replace socket_set_nonblocking() with evutil_make_socket_nonblocking()
KangLin Nov 22, 2023
7d824a5
Refactor: Modify udp_recvfrom. Raplace recvmsg with WSARecvMsg in win…
KangLin Nov 22, 2023
f4885ff
Windows: add current process and thread id in log
KangLin Nov 2, 2023
537e560
Log: add log category
KangLin Nov 3, 2023
b61a060
Refactor: Refactor the mainrelay.c
KangLin Oct 24, 2023
86ef9e2
Refactor: modify print feature
KangLin Oct 26, 2023
88f760c
Refactor:
KangLin Oct 27, 2023
f862b79
Windows: refactor find_config_file
KangLin Oct 27, 2023
40f073d
Refactor: update show log in service_start
KangLin Oct 29, 2023
3bcd50f
Refactor: modify get_bool_value to remove exit()
KangLin Oct 30, 2023
17eaa35
Refacotr: modify drop_privileges to remove exit()
KangLin Oct 30, 2023
a1c03e6
Refactor: modify setup_listener and setup_server to remove exit()
KangLin Oct 30, 2023
c451810
add free_super_memory_region() to free resource
KangLin Oct 31, 2023
09352cc
FIX: memory leak in turn_event_base_new()
KangLin Oct 31, 2023
202bdad
Refactor: Modify admin server to remove exit. Free resource when the
KangLin Oct 31, 2023
be095e4
Format src/apps/relay/mainrelay.c
KangLin Oct 31, 2023
7a10d58
Modify prompt in print_abs_file_name
KangLin Oct 31, 2023
ff10209
Refactor: modify create_ioa_engine to remove exit()
KangLin Nov 2, 2023
0795a0d
Refactor: format set_ioa_temer
KangLin Nov 2, 2023
e9c019a
Refactor: clean lister server
KangLin Nov 2, 2023
866ad17
Modify log information in allocate_relay_addrs_ports
KangLin Nov 3, 2023
c255b59
Refactor: use TURN_LOG_CATEGORY to modify relay log
KangLin Nov 3, 2023
c937210
Refactor: modify log category for replay server
KangLin Nov 3, 2023
908b405
Refactor: modify log category for admin server
KangLin Nov 3, 2023
2a99c69
Refactor: modify create_server_listener to remove exit() (#1327)
KangLin Nov 3, 2023
8f46296
Refactor: fix block bug in relay_receive_message() and
KangLin Nov 6, 2023
1153eff
Refactor: modify create_server_socket to #1327
KangLin Nov 7, 2023
37f14f8
CI: modify lint.yml
KangLin Nov 7, 2023
c91f063
Refactor: modify setup_socket_per_endpoint_udp_listener_servers() to …
KangLin Nov 7, 2023
90946b7
Refactor: remove exit() in admin server stop command
KangLin Nov 7, 2023
f855317
Refactor: modify log
KangLin Nov 8, 2023
2cd39e0
Fix #1303 : Disable log output to standard output in turnadmin.
KangLin Nov 14, 2023
6622494
Refactor: modify error log in apputils.c
KangLin Nov 15, 2023
88430b9
Refactor: addr_bind (#1327)
KangLin Nov 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Lint

on:
push:
branches: [ $default-branch ]
pull_request:
types: [ opened, reopened, synchronize ]

Expand Down