You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmppipe/src
Michael Santos 24b5a81456 Replace ctype usage
The ctype functions are error prone. The argument is an int which must
be in the range of an unsigned char and is interpreted based on the
locale:

    These functions check whether c, which must have the value of
    an unsigned char or EOF, falls into a certain character class
    according to the  specified  locale. The  functions without the
    "_l" suffix perform the check based on the current locale.
12 months ago
..
iq.c XEP-0363: HTTP File Upload 5 years ago
message.c Always display chat markers 5 years ago
muc.c muc: free child stanzas 5 years ago
null.c Consistently format using clang-format 5 years ago
ping.c ping: free child stanza 5 years ago
presence.c Consistently format using clang-format 5 years ago
restrict_process_capsicum.c capsicum: disable fs writes 1 year ago
restrict_process_null.c s/XMPPIPE_RESTRICT/RESTRICT/gi 5 years ago
restrict_process_pledge.c s/XMPPIPE_RESTRICT/RESTRICT/gi 5 years ago
restrict_process_rlimit.c rlimit: test if stdout is a file 1 year ago
restrict_process_seccomp.c seccomp: remove duplicates, allow mremap in stdin mode 1 year ago
stream_management.c stream_management: warning: cast strotonum() result 5 years ago
strtonum.c sandbox->restrict_process 5 years ago
strtonum.h strtonum: fix prototype warning 5 years ago
version.c version: add child stanza before release 5 years ago
xmppipe.c 0.14.7: strophe 0.12: fix exit 1 on disconnect 1 year ago
xmppipe.h Replace ctype usage 12 months ago
xmppipe_conn.c Consistently format using clang-format 5 years ago
xmppipe_event.c Mark fun as static 5 years ago
xmppipe_fmt.c Replace ctype usage 12 months ago
xmppipe_send.c xmppipe_uuid_gen: xmpp_uuid_gen NULL check wrapper 5 years ago
xmppipe_util.c Fix function declarations without prototypes 1 year ago