code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/http_ntlm.c
C
apache-2.0
7,419
#ifndef HEADER_CURL_HTTP_NTLM_H #define HEADER_CURL_HTTP_NTLM_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/http_ntlm.h
C
apache-2.0
1,571
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/http_proxy.c
C
apache-2.0
22,960
#ifndef HEADER_CURL_HTTP_PROXY_H #define HEADER_CURL_HTTP_PROXY_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/http_proxy.h
C
apache-2.0
1,934
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/idn_win32.c
C
apache-2.0
3,723
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/if2ip.c
C
apache-2.0
6,965
#ifndef HEADER_CURL_IF2IP_H #define HEADER_CURL_IF2IP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/if2ip.h
C
apache-2.0
3,004
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/imap.c
C
apache-2.0
60,104
#ifndef HEADER_CURL_IMAP_H #define HEADER_CURL_IMAP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/imap.h
C
apache-2.0
3,941
/* * Copyright (C) 1996-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" A...
YifuLiu/AliOS-Things
components/curl/lib/inet_ntop.c
C
apache-2.0
5,407
#ifndef HEADER_CURL_INET_NTOP_H #define HEADER_CURL_INET_NTOP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/inet_ntop.h
C
apache-2.0
1,408
/* This is from the BIND 4.9.4 release, modified to compile by itself */ /* Copyright (c) 1996 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission n...
YifuLiu/AliOS-Things
components/curl/lib/inet_pton.c
C
apache-2.0
6,122
#ifndef HEADER_CURL_INET_PTON_H #define HEADER_CURL_INET_PTON_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/inet_pton.h
C
apache-2.0
1,428
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 1998 - 2019, Daniel St...
YifuLiu/AliOS-Things
components/curl/lib/ldap.c
C
apache-2.0
28,761
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/llist.c
C
apache-2.0
4,279
#ifndef HEADER_CURL_LLIST_H #define HEADER_CURL_LLIST_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/llist.h
C
apache-2.0
2,022
/* * !checksrc! disable COPYRIGHT * This is an OpenSSL-compatible implementation of the RSA Data Security, Inc. * MD4 Message-Digest Algorithm (RFC 1320). * * Homepage: https://openwall.info/wiki/people/solar/software/public-domain-source-code/md4 * * Author: * Alexander Peslyak, better known as Solar Designer...
YifuLiu/AliOS-Things
components/curl/lib/md4.c
C
apache-2.0
9,572
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/md5.c
C
apache-2.0
16,661
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/memdebug.c
C
apache-2.0
13,374
#ifndef HEADER_CURL_MEMDEBUG_H #define HEADER_CURL_MEMDEBUG_H #ifdef CURLDEBUG /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/memdebug.h
C
apache-2.0
6,934
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/mime.c
C
apache-2.0
51,009
#ifndef HEADER_CURL_MIME_H #define HEADER_CURL_MIME_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/mime.h
C
apache-2.0
6,990
#!/usr/bin/env perl # *************************************************************************** # * _ _ ____ _ # * Project ___| | | | _ \| | # * / __| | | | |_) | | # * | (__| |_| | _ <| |___ # * ...
YifuLiu/AliOS-Things
components/curl/lib/mk-ca-bundle.pl
Perl
apache-2.0
19,351
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/mprintf.c
C
apache-2.0
30,444
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/multi.c
C
apache-2.0
95,565
#ifndef HEADER_CURL_MULTIHANDLE_H #define HEADER_CURL_MULTIHANDLE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/multihandle.h
C
apache-2.0
5,540
#ifndef HEADER_CURL_MULTIIF_H #define HEADER_CURL_MULTIIF_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
YifuLiu/AliOS-Things
components/curl/lib/multiif.h
C
apache-2.0
4,065
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/netrc.c
C
apache-2.0
7,009
#ifndef HEADER_CURL_NETRC_H #define HEADER_CURL_NETRC_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/netrc.h
C
apache-2.0
1,773
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/non-ascii.c
C
apache-2.0
9,786
#ifndef HEADER_CURL_NON_ASCII_H #define HEADER_CURL_NON_ASCII_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/non-ascii.h
C
apache-2.0
2,481
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/nonblock.c
C
apache-2.0
2,629
#ifndef HEADER_CURL_NONBLOCK_H #define HEADER_CURL_NONBLOCK_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/nonblock.h
C
apache-2.0
1,296
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/nwlib.c
C
apache-2.0
9,645
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/nwos.c
C
apache-2.0
2,621
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2010, Howard Chu, <hyc...
YifuLiu/AliOS-Things
components/curl/lib/openldap.c
C
apache-2.0
21,430
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/parsedate.c
C
apache-2.0
16,737
#ifndef HEADER_CURL_PARSEDATE_H #define HEADER_CURL_PARSEDATE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/parsedate.h
C
apache-2.0
1,268
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/pingpong.c
C
apache-2.0
15,676
#ifndef HEADER_CURL_PINGPONG_H #define HEADER_CURL_PINGPONG_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/pingpong.h
C
apache-2.0
5,523
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/pop3.c
C
apache-2.0
43,663
#ifndef HEADER_CURL_POP3_H #define HEADER_CURL_POP3_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/pop3.h
C
apache-2.0
3,665
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/progress.c
C
apache-2.0
21,752
#ifndef HEADER_CURL_PROGRESS_H #define HEADER_CURL_PROGRESS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/progress.h
C
apache-2.0
2,475
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/psl.c
C
apache-2.0
3,281
#ifndef HEADER_PSL_H #define HEADER_PSL_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| ...
YifuLiu/AliOS-Things
components/curl/lib/psl.h
C
apache-2.0
1,672
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/rand.c
C
apache-2.0
5,326
#ifndef HEADER_CURL_RAND_H #define HEADER_CURL_RAND_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/rand.h
C
apache-2.0
1,989
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/rtsp.c
C
apache-2.0
25,656
#ifndef HEADER_CURL_RTSP_H #define HEADER_CURL_RTSP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/rtsp.h
C
apache-2.0
2,265
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/select.c
C
apache-2.0
15,998
#ifndef HEADER_CURL_SELECT_H #define HEADER_CURL_SELECT_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
YifuLiu/AliOS-Things
components/curl/lib/select.h
C
apache-2.0
3,380
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/sendf.c
C
apache-2.0
24,491
#ifndef HEADER_CURL_SENDF_H #define HEADER_CURL_SENDF_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/sendf.h
C
apache-2.0
3,459
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/setopt.c
C
apache-2.0
83,353
#ifndef HEADER_CURL_SETOPT_H #define HEADER_CURL_SETOPT_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
YifuLiu/AliOS-Things
components/curl/lib/setopt.h
C
apache-2.0
1,275
#ifndef HEADER_CURL_SETUP_OS400_H #define HEADER_CURL_SETUP_OS400_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/setup-os400.h
C
apache-2.0
10,320
#ifndef HEADER_CURL_SETUP_VMS_H #define HEADER_CURL_SETUP_VMS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/setup-vms.h
C
apache-2.0
14,767
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/sha256.c
C
apache-2.0
9,455
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/share.c
C
apache-2.0
6,314
#ifndef HEADER_CURL_SHARE_H #define HEADER_CURL_SHARE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/share.h
C
apache-2.0
2,108
#ifndef HEADER_CURL_SIGPIPE_H #define HEADER_CURL_SIGPIPE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
YifuLiu/AliOS-Things
components/curl/lib/sigpipe.h
C
apache-2.0
2,711
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/slist.c
C
apache-2.0
3,940
#ifndef HEADER_CURL_SLIST_H #define HEADER_CURL_SLIST_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/slist.h
C
apache-2.0
1,608
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/smb.c
C
apache-2.0
28,947
#ifndef HEADER_CURL_SMB_H #define HEADER_CURL_SMB_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_...
YifuLiu/AliOS-Things
components/curl/lib/smb.h
C
apache-2.0
6,826
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/smtp.c
C
apache-2.0
46,836
#ifndef HEADER_CURL_SMTP_H #define HEADER_CURL_SMTP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/smtp.h
C
apache-2.0
3,627
#ifndef HEADER_CURL_SOCKADDR_H #define HEADER_CURL_SOCKADDR_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/sockaddr.h
C
apache-2.0
1,472
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/socks.c
C
apache-2.0
26,392
#ifndef HEADER_CURL_SOCKS_H #define HEADER_CURL_SOCKS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/socks.h
C
apache-2.0
2,735
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/socks_gssapi.c
C
apache-2.0
20,127
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/socks_sspi.c
C
apache-2.0
22,868
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/speedcheck.c
C
apache-2.0
2,496
#ifndef HEADER_CURL_SPEEDCHECK_H #define HEADER_CURL_SPEEDCHECK_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/speedcheck.h
C
apache-2.0
1,320
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/splay.c
C
apache-2.0
7,707
#ifndef HEADER_CURL_SPLAY_H #define HEADER_CURL_SPLAY_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__...
YifuLiu/AliOS-Things
components/curl/lib/splay.h
C
apache-2.0
2,816
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/ssh-libssh.c
C
apache-2.0
81,473
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/ssh.c
C
apache-2.0
108,450
#ifndef HEADER_CURL_SSH_H #define HEADER_CURL_SSH_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_...
YifuLiu/AliOS-Things
components/curl/lib/ssh.h
C
apache-2.0
8,198
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/strcase.c
C
apache-2.0
4,471
#ifndef HEADER_CURL_STRCASE_H #define HEADER_CURL_STRCASE_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
YifuLiu/AliOS-Things
components/curl/lib/strcase.h
C
apache-2.0
1,967
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/strdup.c
C
apache-2.0
2,859
#ifndef HEADER_CURL_STRDUP_H #define HEADER_CURL_STRDUP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
YifuLiu/AliOS-Things
components/curl/lib/strdup.h
C
apache-2.0
1,321
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/strerror.c
C
apache-2.0
28,345
#ifndef HEADER_CURL_STRERROR_H #define HEADER_CURL_STRERROR_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/strerror.h
C
apache-2.0
1,358
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/strtok.c
C
apache-2.0
2,176
#ifndef HEADER_CURL_STRTOK_H #define HEADER_CURL_STRTOK_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
YifuLiu/AliOS-Things
components/curl/lib/strtok.h
C
apache-2.0
1,312
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/strtoofft.c
C
apache-2.0
5,798
#ifndef HEADER_CURL_STRTOOFFT_H #define HEADER_CURL_STRTOOFFT_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/strtoofft.h
C
apache-2.0
2,121
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/system_win32.c
C
apache-2.0
12,825
#ifndef HEADER_CURL_SYSTEM_WIN32_H #define HEADER_CURL_SYSTEM_WIN32_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/system_win32.h
C
apache-2.0
2,277
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/telnet.c
C
apache-2.0
47,119
#ifndef HEADER_CURL_TELNET_H #define HEADER_CURL_TELNET_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
YifuLiu/AliOS-Things
components/curl/lib/telnet.h
C
apache-2.0
1,208
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/tftp.c
C
apache-2.0
42,136
#ifndef HEADER_CURL_TFTP_H #define HEADER_CURL_TFTP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
YifuLiu/AliOS-Things
components/curl/lib/tftp.h
C
apache-2.0
1,198
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/timeval.c
C
apache-2.0
5,896
#ifndef HEADER_CURL_TIMEVAL_H #define HEADER_CURL_TIMEVAL_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
YifuLiu/AliOS-Things
components/curl/lib/timeval.h
C
apache-2.0
2,032
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
YifuLiu/AliOS-Things
components/curl/lib/transfer.c
C
apache-2.0
63,424
#ifndef HEADER_CURL_TRANSFER_H #define HEADER_CURL_TRANSFER_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
YifuLiu/AliOS-Things
components/curl/lib/transfer.h
C
apache-2.0
3,184