repo_full_name
stringlengths
6
93
repo_url
stringlengths
25
112
repo_api_url
stringclasses
28 values
owner
stringclasses
28 values
repo_name
stringclasses
28 values
description
stringclasses
28 values
stars
int64
617
98.8k
forks
int64
31
355
watchers
int64
990
999
license
stringclasses
2 values
default_branch
stringclasses
2 values
repo_created_at
timestamp[s]date
2012-07-24 23:12:50
2025-06-16 08:07:28
repo_updated_at
timestamp[s]date
2026-02-23 15:23:15
2026-05-03 18:52:12
repo_topics
listlengths
0
13
repo_languages
unknown
is_fork
bool
1 class
open_issues
int64
3
104
file_path
stringlengths
3
208
file_name
stringclasses
509 values
file_extension
stringclasses
1 value
file_size_bytes
int64
101
84k
file_url
stringclasses
627 values
file_raw_url
stringclasses
627 values
file_sha
stringclasses
624 values
language
stringclasses
8 values
parsed_at
stringdate
2026-05-04 01:12:36
2026-05-04 19:41:55
text
stringlengths
100
102k
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/checks.h
null
null
null
null
null
null
C
2026-05-04T18:53:06.473368
#ifndef _HAVE_CHECKS_H #include "types.h" #include "http_client.h" #include "database.h" /* The init crawler structure which loads the test/check combos */ void init_injection_checks(void); /* The crawler structure helper functions */ void display_injection_checks(void); void release_injection_checks(void); void to...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/auth.c
null
null
null
null
null
null
C
2026-05-04T18:53:06.497004
/* skipfish - form authentication ------------------------------ Author: Niels Heinen <heinenn@google.com> Copyright 2012 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may o...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/database.c
null
null
null
null
null
null
C
2026-05-04T18:53:06.521592
/* skipfish - database & crawl management -------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/debug.h
null
null
null
null
null
null
C
2026-05-04T18:53:06.540670
/* skipfish - debugging and messaging macros ----------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in com...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/database.h
null
null
null
null
null
null
C
2026-05-04T18:53:06.542340
/* skipfish - database & crawl management -------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/auth.h
null
null
null
null
null
null
C
2026-05-04T18:53:06.543911
/* skipfish - form authentication matching ---------------------------------------- Author: Niels Heinen <heinenn@google.com> Copyright 2012 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Li...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/options.c
null
null
null
null
null
null
C
2026-05-04T18:53:07.045453
/* skipfish - Config parsing ---------------------------------------- Author: Niels Heinen <heinenn@google.com>, Copyright 2012 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/http_client.h
null
null
null
null
null
null
C
2026-05-04T18:53:07.046551
/* skipfish - high-performance, single-process asynchronous HTTP client -------------------------------------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/http_client.c
null
null
null
null
null
null
C
2026-05-04T18:53:07.109011
/* skipfish - high-performance, single-process asynchronous HTTP client -------------------------------------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/same_test.c
null
null
null
null
null
null
C
2026-05-04T18:53:07.130409
/* skipfish - same_page() test utility ----------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with ...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/report.h
null
null
null
null
null
null
C
2026-05-04T18:53:07.130890
/* skipfish - post-processing and reporting ---------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compli...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/options.h
null
null
null
null
null
null
C
2026-05-04T18:53:07.137120
/* skipfish - option and config parsing ------------------------------------ Author: Niels Heinen <heinenn@google.com> Copyright 2012 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/skipfish.c
null
null
null
null
null
null
C
2026-05-04T18:53:07.149943
/* skipfish - main entry point --------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/signatures.h
null
null
null
null
null
null
C
2026-05-04T18:53:07.153030
/* skipfish - signature matching ---------------------------------------- Author: Niels Heinen <heinenn@google.com> Copyright 2011 - 2012 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the Lice...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/report.c
null
null
null
null
null
null
C
2026-05-04T18:53:07.157685
/* skipfish - post-processing and reporting ---------------------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compli...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/signatures.c
null
null
null
null
null
null
C
2026-05-04T18:53:07.238624
/* skipfish - Signature Matching ---------------------------------------- Author: Niels Heinen <heinenn@google.com>, Sebastian Roschke <s.roschke@gmail.com> Copyright 2011, 2012 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may n...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/string-inl.h
null
null
null
null
null
null
C
2026-05-04T18:53:08.025032
/* skipfish - various string manipulation helpers ---------------------------------------------- Some modern operating systems still ship with no strcasestr() or memmem() implementations in place, for reasons beyond comprehension. This file includes a simplified version of these routines, copied from N...
spinkham/skipfish
https://github.com/spinkham/skipfish
null
null
null
null
859
null
null
apache-2.0
null
null
null
null
null
null
null
src/types.h
null
null
null
null
null
null
C
2026-05-04T18:53:08.288863
/* skipfish - type definitions --------------------------- Author: Michal Zalewski <lcamtuf@google.com> Copyright 2009, 2010, 2011 by Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/bpf/bpf_map.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.678131
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _BPF_MAP_H_ #define _BPF_MAP_...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/arp.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.685578
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _ARP_H_ #define _ARP_H_ SEC("...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/const.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.686104
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _CONST_H_ #define _CONST_H_ #...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/defs.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.695992
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _DEFS_H_ #define _DEFS_H_ #de...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/bootstrap.c
null
null
null
null
null
null
C
2026-05-04T18:53:10.725279
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #pragma clang diagnostic push #pragma ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/cgroup.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.725792
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _CGROUP_H #define _CGROUP_H _...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
dockerhub/pause/pause.c
null
null
null
null
null
null
C
2026-05-04T18:53:10.765583
/* Copyright 2016 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, sof...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/base64.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.794364
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _BASE64_H_ #define _BASE64_H_ ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/bpf.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.803225
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _BPF_H_ #define _BPF_H_ #incl...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/bpf/bpf_helpers.h
null
null
null
null
null
null
C
2026-05-04T18:53:10.835448
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ #ifndef __BPF_HELPERS__ #define __BPF_HELPERS__ #define __uint(name, val) int (*name)[val] #define __type(name, val) val *name /* helper macro to print out debug messages */ #define bpf_printk(fmt, ...) \ ({ \ char ____fmt[] = fmt; \ bpf_trace_pr...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/dns.h
null
null
null
null
null
null
C
2026-05-04T18:53:11.818044
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _DNS_H_ #define _DNS_H_ struc...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/docker.h
null
null
null
null
null
null
C
2026-05-04T18:53:11.951420
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _DOCKER_H_ #define _DOCKER_H_ ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/http_action.h
null
null
null
null
null
null
C
2026-05-04T18:53:12.013273
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _HTTP_ACTION_H_ #define _HTTP_...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/http_router.h
null
null
null
null
null
null
C
2026-05-04T18:53:12.545403
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _HTTP_ROUTER_H_ #define _HTTP_...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/kmod.h
null
null
null
null
null
null
C
2026-05-04T18:53:12.585610
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _KMOD_H_ #define _KMOD_H_ SEC...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/network_discovery.h
null
null
null
null
null
null
C
2026-05-04T18:53:12.676577
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _NETWORK_MONITOR_H_ #define _N...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/parser.h
null
null
null
null
null
null
C
2026-05-04T18:53:13.147856
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _PARSER_H_ #define _PARSER_H_ ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/postgres.h
null
null
null
null
null
null
C
2026-05-04T18:53:13.261528
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _POSTGRES_H_ #define _POSTGRES...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/pipe.h
null
null
null
null
null
null
C
2026-05-04T18:53:13.272844
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _PIPE_H_ #define _PIPE_H_ str...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/process.h
null
null
null
null
null
null
C
2026-05-04T18:53:13.721739
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _PROCESS_H_ #define _PROCESS_H...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/signal.h
null
null
null
null
null
null
C
2026-05-04T18:53:13.825871
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _SIGNAL_H_ #define _SIGNAL_H_ ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/raw_syscalls.h
null
null
null
null
null
null
C
2026-05-04T18:53:14.066294
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _RAW_SYSCALLS_H_ #define _RAW_...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/sqli.h
null
null
null
null
null
null
C
2026-05-04T18:53:14.334142
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _SQLI_H_ #define _SQLI_H_ #de...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/stat.h
null
null
null
null
null
null
C
2026-05-04T18:53:14.447355
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _STAT_H_ #define _STAT_H_ str...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/tc.h
null
null
null
null
null
null
C
2026-05-04T18:53:14.824598
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _TC_H_ #define _TC_H_ SEC("cl...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/tcp_ack_override.h
null
null
null
null
null
null
C
2026-05-04T18:53:15.012936
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _TCP_ACK_OVERRIDE_H_ #define _...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/tcp_check.h
null
null
null
null
null
null
C
2026-05-04T18:53:15.187666
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _TCP_CHECK_H_ #define _TCP_CHE...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/xdp.h
null
null
null
null
null
null
C
2026-05-04T18:53:15.470626
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _XDP_H_ #define _XDP_H_ SEC("...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/main.c
null
null
null
null
null
null
C
2026-05-04T18:53:15.675561
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #pragma clang diagnostic push #pragma ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/fs_action_user.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.349785
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _FS_ACTION_USER_H_ #define _FS...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/fs_watch.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.370725
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _FS_WATCH_H_ #define _FS_WATCH...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/fs_action.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.378832
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _FS_ACTION_H_ #define _FS_ACTI...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/fs_action_defs.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.394039
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _FS_ACTION_DEFS_H_ #define _FS...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/hash.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.519016
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _HASH_H_ #define _HASH_H_ // ...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/http_response.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.531229
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _HTTP_RESPONSE_H_ #define _HTT...
Gui774ume/ebpfkit
https://github.com/Gui774ume/ebpfkit
null
null
null
null
846
null
null
apache-2.0
null
null
null
null
null
null
null
ebpf/ebpfkit/fs.h
null
null
null
null
null
null
C
2026-05-04T18:53:16.564340
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* Copyright (c) 2021 * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. */ #ifndef _FS_H_ #define _FS_H_ struct ...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/aquasecurity/libbpfgo/libbpfgo.c
null
null
null
null
null
null
C
2026-05-04T18:53:21.697741
#include "libbpfgo.h" extern void loggerCallback(enum libbpf_print_level level, char *output); extern void perfCallback(void *ctx, int cpu, void *data, __u32 size); extern void perfLostCallback(void *ctx, int cpu, __u64 cnt); extern int ringbufferCallback(void *ctx, void *data, size_t size); int libbpf_print_fn(enum ...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
internal/pkg/daemon/enricher/auditsource/bpf/enricher.bpf.c
null
null
null
null
null
null
C
2026-05-04T18:53:21.716581
// clang-format off #include <vmlinux.h> #include <linux/limits.h> #include <bpf/bpf_core_read.h> #include <bpf/bpf_helpers.h> #include <bpf/bpf_tracing.h> // clang-format on char LICENSE[] SEC("license") = "Dual BSD/GPL"; #ifndef likely #define likely(x) __builtin_expect((x), 1) #endif #define MAX_NAMESPACES 8096 ...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/miekg/pkcs11/pkcs11.h
null
null
null
null
null
null
C
2026-05-04T18:53:21.721787
/* Copyright (c) OASIS Open 2016. All Rights Reserved./ * /Distributed under the terms of the OASIS IPR Policy, * [http://www.oasis-open.org/policies-guidelines/ipr], AS-IS, WITHOUT ANY * IMPLIED OR EXPRESS WARRANTY; there is no warranty of MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE or NONINFRINGEMENT of t...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
internal/pkg/daemon/bpfrecorder/bpf/recorder.bpf.c
null
null
null
null
null
null
C
2026-05-04T18:53:21.723036
#include <vmlinux.h> #include <linux/limits.h> #include "bpf_d_path_tetragon.h" #include <asm-generic/errno.h> #include <bpf/bpf_core_read.h> #include <bpf/bpf_helpers.h> #include <bpf/bpf_tracing.h> #define MAX_ENTRIES 8 * 1024 #define MAX_SYSCALLS 1024 #define MAX_CHILD_PIDS 1024 // We don't have TASK_COMM_LEN in...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/aquasecurity/libbpfgo/libbpfgo.h
null
null
null
null
null
null
C
2026-05-04T18:53:21.750461
#ifndef __LIBBPF_GO_H__ #define __LIBBPF_GO_H__ #ifdef __powerpc64__ #define __SANE_USERSPACE_TYPES__ 1 #endif #include <stdio.h> #include <errno.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include <sys/resource.h> #include <sys/syscall.h> #include <unistd.h> #include <bpf/bpf.h> #include <bp...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
internal/pkg/daemon/bpfrecorder/bpf/bpf_d_path_tetragon.h
null
null
null
null
null
null
C
2026-05-04T18:53:21.751004
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) /* Copyright Authors of Cilium */ // https://raw.githubusercontent.com/cilium/tetragon/d72f98aefb8e88c06caec7cfbc687bbeabf97a5f/bpf/process/bpf_process_event.h // Modified for security-profiles-operator: // - Added definitions included from other files (see bl...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/miekg/pkcs11/pkcs11f.h
null
null
null
null
null
null
C
2026-05-04T18:53:21.751539
/* Copyright (c) OASIS Open 2016. All Rights Reserved./ * /Distributed under the terms of the OASIS IPR Policy, * [http://www.oasis-open.org/policies-guidelines/ipr], AS-IS, WITHOUT ANY * IMPLIED OR EXPRESS WARRANTY; there is no warranty of MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE or NONINFRINGEMENT of t...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/opencontainers/runc/libcontainer/internal/userns/userns_maps_linux.c
null
null
null
null
null
null
C
2026-05-04T18:53:21.761345
//go:build linux #define _GNU_SOURCE #include <fcntl.h> #include <sched.h> #include <stdio.h> #include <unistd.h> #include <stdarg.h> #include <stdlib.h> /* * All of the code here is run inside an aync-signal-safe context, so we need * to be careful to not call any functions that could cause issues. In theory, * s...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/miekg/pkcs11/pkcs11go.h
null
null
null
null
null
null
C
2026-05-04T18:53:21.775311
// // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // #define CK_PTR * #ifndef NULL_PTR #define NULL_PTR 0 #endif #define CK_DEFINE_FUNCTION(returnType, name) returnType name #define CK_DECLARE_FUNCTION(returnType, name) returnType name #define CK_DECLARE_FUNCTIO...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/miekg/pkcs11/pkcs11t.h
null
null
null
null
null
null
C
2026-05-04T18:53:21.775957
/* Copyright (c) OASIS Open 2016. All Rights Reserved./ * /Distributed under the terms of the OASIS IPR Policy, * [http://www.oasis-open.org/policies-guidelines/ipr], AS-IS, WITHOUT ANY * IMPLIED OR EXPRESS WARRANTY; there is no warranty of MERCHANTABILITY, FITNESS FOR A * PARTICULAR PURPOSE or NONINFRINGEMENT of t...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/github.com/prometheus/client_golang/prometheus/process_collector_mem_cgo_darwin.c
null
null
null
null
null
null
C
2026-05-04T18:53:27.559555
// Copyright 2024 The Prometheus Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/golang.org/x/sys/cpu/cpu_gccgo_x86.c
null
null
null
null
null
null
C
2026-05-04T18:53:27.560182
// Copyright 2018 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build (386 || amd64 || amd64p32) && gccgo #include <cpuid.h> #include <stdint.h> #include <x86intrin.h> // Need to wrap __get_cpuid_count because it's de...
kubernetes-sigs/security-profiles-operator
https://github.com/kubernetes-sigs/security-profiles-operator
null
null
null
null
842
null
null
apache-2.0
null
null
null
null
null
null
null
vendor/golang.org/x/sys/unix/gccgo_c.c
null
null
null
null
null
null
C
2026-05-04T18:53:27.763915
// Copyright 2015 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build gccgo && !aix && !hurd #include <errno.h> #include <stdint.h> #include <unistd.h> #define _STRINGIFY2_(x) #x #define _STRINGIFY_(x) _STRINGIFY2_(x)...
KhronosGroup/SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect
null
null
null
null
834
null
null
apache-2.0
null
null
null
null
null
null
null
common/output_stream.h
null
null
null
null
null
null
C
2026-05-04T18:53:30.587942
#ifndef SPIRV_REFLECT_OUTPUT_STREAM_H #define SPIRV_REFLECT_OUTPUT_STREAM_H #include <map> #include <ostream> #include <string> #include "spirv_reflect.h" std::string ToStringSpvSourceLanguage(SpvSourceLanguage lang); std::string ToStringSpvExecutionModel(SpvExecutionModel model); std::string ToStringSpvStorageClass...
KhronosGroup/SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect
null
null
null
null
834
null
null
apache-2.0
null
null
null
null
null
null
null
examples/common.h
null
null
null
null
null
null
C
2026-05-04T18:53:30.593308
#ifndef SPIRV_REFLECT_EXAMPLES_COMMON_H #define SPIRV_REFLECT_EXAMPLES_COMMON_H #include <iostream> #include "spirv_reflect.h" void PrintModuleInfo(std::ostream& os, const SpvReflectShaderModule& obj, const char* indent = ""); void PrintDescriptorSet(std::ostream& os, const SpvReflectDescriptorSet& obj, const char* ...
KhronosGroup/SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect
null
null
null
null
834
null
null
apache-2.0
null
null
null
null
null
null
null
tests/issues/68/sample_spv.h
null
null
null
null
null
null
C
2026-05-04T18:53:30.619979
#ifndef SAMPLE_SPV_H #define SAMPLE_SPV_H /* Source from sample.hlsl #version 460 core #extension GL_ARB_separate_shader_objects : enable layout(location=0) in dvec2 position; layout(location=1) in double in_thing; layout(location=0) out VertexData { double out_thing; } VertexOut; void main() { gl_Position = v...
KhronosGroup/SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect
null
null
null
null
834
null
null
apache-2.0
null
null
null
null
null
null
null
examples/arg_parser.h
null
null
null
null
null
null
C
2026-05-04T18:53:30.622435
#ifndef __VERIFLECT_ARG_PARSER_H__ #define __VERIFLECT_ARG_PARSER_H__ #include <iostream> #include <string> #include <unordered_map> #include <vector> class ArgParser { public: enum OptionType { OPTION_TYPE_UNDEFINED = 0, OPTION_TYPE_FLAG, OPTION_TYPE_STRING, OPTION_TYPE_INT, OPTION_TYPE_FLOAT }; struct OptionV...
KhronosGroup/SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect
null
null
null
null
834
null
null
apache-2.0
null
null
null
null
null
null
null
examples/sample_spv.h
null
null
null
null
null
null
C
2026-05-04T18:53:30.631538
#ifndef SAMPLE_SPV_H #define SAMPLE_SPV_H #include <stdint.h> /* Source from sample.hlsl Texture2D MyTexture : register(t0, space0); SamplerState MySampler : register(s1, space1); struct RGB { float r; float g; float b; }; struct UBO { float4x4 XformMatrix; float3 Scale; RGB Rgb; float...
KhronosGroup/SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect
null
null
null
null
834
null
null
apache-2.0
null
null
null
null
null
null
null
spirv_reflect.h
null
null
null
null
null
null
C
2026-05-04T18:53:30.652821
/* Copyright 2017-2022 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/fifo.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.203600
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-25 23:54:38 * @LastEditTime: 2020-06-17 15:10:03 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _FIFO_H_ #define _FIFO_H_ #include "salof_defconfig.h"...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/fifo.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.215885
#include "fifo.h" #include <string.h> #ifdef SALOF_USING_LOG static unsigned int _flbs(unsigned int x) /* find last bit set*/ { unsigned int r = 32; if (!x) return 0; if (!(x & 0xffff0000u)) { x <<= 16; r -= 16; } if (!(x & 0xff000000u)) { x <<= 8; r -= 8...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/arch/linux/arch.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.216923
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-26 19:11:37 * @LastEditTime: 2020-02-25 04:01:18 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include "salof_defconfig.h" #ifdef SALOF_USING_LOG ...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/arch/rt-thread/arch.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.227894
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-26 19:11:34 * @LastEditTime: 2020-06-17 16:25:18 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include "salof_defconfig.h" #ifdef SALOF_USING_LOG ...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/format.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.229348
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-25 23:54:19 * @LastEditTime: 2020-06-17 15:23:09 * @Description: the code belongs to jiejie, please keep the author insalof_formation and source code according to the license. */ #include "format.h" #include "salof_defconfig.h" #ifdef ...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/arch/freertos/arch.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.230404
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-26 19:11:40 * @LastEditTime : 2019-12-28 01:15:29 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include "salof_defconfig.h" #ifdef SALOF_USING_LOG ...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/arch/tencentos-tiny/arch.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.252236
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-26 19:11:34 * @LastEditTime: 2020-03-02 01:32:23 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include "salof_defconfig.h" #ifdef SALOF_USING_LOG ...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/format.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.253660
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-25 23:54:38 * @LastEditTime: 2020-06-17 15:22:42 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _FORMAT_H_ #define _FORMAT_H_ #include <stdarg.h> #de...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/arch/windows/arch.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.281892
/* * @Author: IoTSharp * @Github: https://github.com/IoTSharp * @Date: 2026-02-11 * @Description: Windows platform implementation for salof logging */ #include "salof_defconfig.h" #ifdef SALOF_USING_LOG #include <time.h> void *salof_alloc(unsigned int size) { return malloc((size_t)size); } void salof_free(...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/salof.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.283061
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-27 23:10:36 * @LastEditTime: 2020-06-17 15:22:56 * @Description: the code belongs to jiejie, please keep the author insalof_formation and source code according to the license. */ /** synchronous asynchronous log output framework */ #in...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/mqtt_list.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.860950
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-11 22:46:33 * @LastEditTime: 2020-04-27 23:28:12 * @Description: the following code references TencentOS tiny, please keep the author information and source code according to the license. */ #include <stddef.h> #include "mqtt_list.h" ...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/salof.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.861472
#ifndef _SALOF_H_ #define _SALOF_H_ #include "salof_defconfig.h" #include "format.h" #include "fifo.h" #include <stdio.h> int salof_init(void); void salof(const char *fmt, ...); /** font color */ #define SALOF_FC_BLACK 30 #define SALOF_FC_RED 31 #define SALOF_FC_GREEN 32 #define SAL...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/mqtt_defconfig.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.901867
/* * @Author : jiejie * @GitHub : https://github.com/jiejieTop * @Date : 2021-02-26 12:00:24 * @LastEditors : jiejie * @LastEditTime : 2022-06-15 23:22:10 * @FilePath : /mqttclient/mqttclient/mqtt_defconfig.h * Copyright (c) 2022 jiejie, All Rights Reserved. Please keep the author inform...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/mqtt_log.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.922487
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-27 03:25:58 * @LastEditTime: 2020-10-17 14:15:55 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_LOG_H_ #define _MQTT_LOG_H_ #include "mqtt_defco...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/log/salof_config.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.923773
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2020-02-25 06:01:24 * @LastEditTime: 2020-02-25 09:28:09 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _SALOF_CONFIG_H_ #define _SALOF_CONFIG_H_ /* * Plat...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/random.c
null
null
null
null
null
null
C
2026-05-04T18:53:33.924299
/* * @Author : jiejie * @GitHub : https://github.com/jiejieTop * @Date : 2021-02-26 12:00:24 * @LastEditors : jiejie * @LastEditTime : 2022-06-15 19:44:22 * @FilePath : /mqttclient/common/random.c * Copyright (c) 2022 jiejie, All Rights Reserved. Please keep the author information and so...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/mqtt_list.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.941723
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-11 22:47:55 * @LastEditTime: 2020-10-17 14:18:02 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_LIST_H_ #define _MQTT_LIST_H_ #ifdef __cplusplus...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/mqtt_error.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.943206
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-15 00:42:16 * @LastEditTime: 2020-10-17 14:16:15 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_ERROR_H_ #define _MQTT_ERROR_H_ #ifdef __cpluspl...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
common/random.h
null
null
null
null
null
null
C
2026-05-04T18:53:33.970759
/* * @Author : jiejie * @GitHub : https://github.com/jiejieTop * @Date : 2021-02-26 12:00:24 * @LastEditors : jiejie * @LastEditTime : 2022-06-15 19:40:10 * @FilePath : /mqttclient/common/random.h * Copyright (c) 2022 jiejie, All Rights Reserved. Please keep the author information and so...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
config/mqtt_config.h
null
null
null
null
null
null
C
2026-05-04T18:53:34.504420
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @LastEditTime: 2020-06-17 19:31:41 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_CONFIG_H_ #define _MQTT_CONFIG_H_ #define MQTT_LOG_IS_SALOF #defi...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/ali/ali.c
null
null
null
null
null
null
C
2026-05-04T18:53:34.505618
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-11 21:53:07 * @LastEditTime: 2020-06-08 20:40:47 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #inc...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/ali/mqtt_config.h
null
null
null
null
null
null
C
2026-05-04T18:53:34.558307
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @LastEditTime: 2020-06-17 19:31:41 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_CONFIG_H_ #define _MQTT_CONFIG_H_ #define MQTT_LOG_IS_SALOF #defi...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/emqx/emqx.c
null
null
null
null
null
null
C
2026-05-04T18:53:34.589405
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-11 21:53:07 * @LastEditTime : 2022-06-15 23:03:30 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #i...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/emqx/mqtt_config.h
null
null
null
null
null
null
C
2026-05-04T18:53:34.590475
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @LastEditTime: 2020-06-17 19:31:41 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_CONFIG_H_ #define _MQTT_CONFIG_H_ #define MQTT_LOG_IS_SALOF #defi...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/baidu/baidu.c
null
null
null
null
null
null
C
2026-05-04T18:53:34.596411
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @Date: 2019-12-11 21:53:07 * @LastEditTime: 2020-06-08 20:38:41 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #inc...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/example.h
null
null
null
null
null
null
C
2026-05-04T18:53:34.597437
#ifndef _EXAMPLE_H_ #define _EXAMPLE_H_ /* Platform-specific includes */ #if defined(_WIN32) || defined(_WIN64) || defined(__CYGWIN__) #include <windows.h> #define sleep(x) Sleep((x)*1000) /* Windows Sleep is in milliseconds */ typedef HANDLE pthread_t; typedef DWORD(WINAPI* thread_func_t)(LPVOID); #define pthread_cre...
IoTSharp/mqttclient
https://github.com/IoTSharp/mqttclient
null
null
null
null
831
null
null
apache-2.0
null
null
null
null
null
null
null
example/onenet/mqtt_config.h
null
null
null
null
null
null
C
2026-05-04T18:53:34.617474
/* * @Author: jiejie * @Github: https://github.com/jiejieTop * @LastEditTime: 2020-06-17 19:31:41 * @Description: the code belongs to jiejie, please keep the author information and source code according to the license. */ #ifndef _MQTT_CONFIG_H_ #define _MQTT_CONFIG_H_ #define MQTT_LOG_IS_SALOF #defi...