pjproject/pjlib/src/pj
sauwming d762276861
Fixed deprecation warnings on Mac and iOS (#3837)
2024-01-22 16:26:23 +08:00
..
compat Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
activesock.c Fixed deprecation warnings on Mac and iOS (#3837) 2024-01-22 16:26:23 +08:00
addr_resolv_sock.c Minor changes based on reviews 2023-03-29 11:28:27 +07:00
addr_resolv_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
array.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
config.c Show config in pjlib-test, add SSL config 2023-02-16 13:18:34 +00:00
ctype.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
errno.c Replace unsafe string functions such as strcpy, strncpy, strcat, and sprintf with newly implemented pj_ansi_strxcpy, pj_ansi_strxcpy2, and pj_ansi_strxcat 2023-03-24 11:11:20 +07:00
except.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
exception_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
extra-exports.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
fifobuf.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
file_access_unistd.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
file_access_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
file_io_ansi.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
file_io_win32.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
guid.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
guid_android.c Fixed build failure if PJ_JNI_HAS_JNI_ONLOAD is disabled (#3496) 2023-04-13 11:14:48 +08:00
guid_bsd.c BSD (freebsd,openbsd,netbsd..) generate uuid use os native api (#2816) 2021-09-10 08:54:38 +07:00
guid_darwin.c Add Mac and iOS implementation of guid generation (#2784) 2021-08-09 11:12:04 +08:00
guid_simple.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
guid_uuid.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
guid_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
hash.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
ioqueue_common_abs.c Fixed Coverity and build warnings (#3707) 2023-09-21 17:43:10 +08:00
ioqueue_common_abs.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
ioqueue_dummy.c Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
ioqueue_epoll.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
ioqueue_kqueue.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
ioqueue_select.c Fixed Coverity and build warnings (#3707) 2023-09-21 17:43:10 +08:00
ioqueue_symbian.cpp Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
ioqueue_uwp.cpp Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
ioqueue_winnt.c Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
ip_helper_generic.c Fix scan-build reports (#3471) 2023-04-06 10:26:10 +08:00
ip_helper_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
ip_helper_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
ip_helper_winphone8.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
list.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
lock.c don't shadow local function parameter (#3435) 2023-03-13 17:11:01 +08:00
log.c Replace unsafe string functions such as strcpy, strncpy, strcat, and sprintf with newly implemented pj_ansi_strxcpy, pj_ansi_strxcpy2, and pj_ansi_strxcat 2023-03-24 11:11:20 +07:00
log_writer_printk.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
log_writer_stdout.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
log_writer_symbian_console.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_core_darwin.m Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
os_core_symbian.cpp Replace unsafe string functions such as sprintf, strcpy with the safer counterparts e.g. snprintf, strxcpy 2023-03-27 18:48:25 +07:00
os_core_unix.c Fixed coverity warning and various warnings (#3578) 2023-05-25 17:47:25 +08:00
os_core_win32.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
os_error_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_error_unix.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_error_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_info.c Replace unsafe string functions such as sprintf, strcpy with the safer counterparts e.g. snprintf, strxcpy 2023-03-27 18:48:25 +07:00
os_info_iphone.m Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_info_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_rwmutex.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_symbian.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_time_bsd.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_time_common.c Fix multiple definition of pj_time_local_to_gmt() and pj_time_gmt_to_local() (#3408) 2023-02-28 07:54:17 +07:00
os_time_unix.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_time_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_timestamp_common.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_timestamp_posix.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
os_timestamp_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pool.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
pool_buf.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pool_caching.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
pool_dbg.c Replace unsafe string functions such as sprintf, strcpy with the safer counterparts e.g. snprintf, strxcpy 2023-03-27 18:48:25 +07:00
pool_policy_kmalloc.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pool_policy_malloc.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pool_policy_new.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
pool_signature.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
rand.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
rbtree.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_bsd.c Add MSG_NOSIGNAL flag to sendto() (#3695) 2023-09-18 12:37:37 +07:00
sock_common.c Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
sock_qos_bsd.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_qos_common.c Update the QoS DSCP map to follow RFC4594 guidelines (#3610) 2023-07-05 10:44:07 +07:00
sock_qos_darwin.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_qos_dummy.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_qos_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_qos_wm.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_select.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_select_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
sock_uwp.cpp Add close-on-exec flag (#3553) 2023-05-16 11:59:37 +08:00
sock_uwp.h Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
ssl_sock_apple.m Add option to disable renegotiation on TLSv1.2 or earlier (#3663) 2023-08-23 09:52:04 +07:00
ssl_sock_common.c Set default SSL sockopt param to have TCP_NODELAY for GnuTLS backend (#3708) 2023-09-20 18:04:13 +08:00
ssl_sock_darwin.c Fix build with CFLAGS -Wextra warning reports (#3428) 2023-03-14 09:56:18 +08:00
ssl_sock_dump.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
ssl_sock_gtls.c Replace unsafe string functions such as strcpy, strncpy, strcat, and sprintf with newly implemented pj_ansi_strxcpy, pj_ansi_strxcpy2, and pj_ansi_strxcat 2023-03-24 11:11:20 +07:00
ssl_sock_imp_common.c Fix to uninitialized ssock in ssl_sock_imp_common. (#3742) 2023-10-27 10:45:22 +07:00
ssl_sock_imp_common.h Fix to ssl_sock_imp_common warning 'io_read': 'void' function returning a value MSVC(C4098) (#3727) 2023-10-09 13:27:39 +08:00
ssl_sock_ossl.c Adjust code to support LibreSSL without the ASN1 macros (#3822) 2024-01-09 11:48:33 +08:00
ssl_sock_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
string.c Fix build errors & warnings on MSVC2005 (#3722) 2023-10-02 09:00:56 +07:00
symbols.c Replace unsafe string functions such as sprintf, strcpy with the safer counterparts e.g. snprintf, strxcpy 2023-03-27 18:48:25 +07:00
timer.c Fixed printf format warnings (#3813) 2023-12-27 10:32:32 +08:00
timer_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
types.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
unicode_symbian.cpp Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00
unicode_win32.c Expand tab to spaces and remove $Id$ (#3292) 2022-11-22 16:26:54 +07:00