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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/queue.c | null | null | null | null | null | null | C | 2026-05-04T19:39:50.644778 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_void_t tb_queue_put_and_pop_test()
{
// init
tb_queue_ref_t qu... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/list.c | null | null | null | null | null | null | C | 2026-05-04T19:39:50.646069 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* test
*/
static tb_void_t tb_list_insert_prev_test()
{
tb_list_ref_t list = tb_list_init(0, tb_... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/list_entry.c | null | null | null | null | null | null | C | 2026-05-04T19:39:50.646924 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* types
*/
// the demo entry type
typedef struct __tb_demo_entry_t
{
// the list entry
tb_l... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/bloom_filter.c | null | null | null | null | null | null | C | 2026-05-04T19:39:50.648180 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* globals
*/
static tb_size_t g_func_indx = 0;
static tb_element_t g_func_prev;
/* /////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/single_list_entry.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.229391 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* types
*/
// the demo entry type
typedef struct __tb_demo_entry_t
{
// the list entry
tb_s... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/channel.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.241082 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// the switch count
#define COUNT (10000000)
/* ////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/single_list.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.260777 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* test
*/
static tb_void_t tb_single_list_insert_next_test()
{
// init list
tb_single_list_r... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/dns.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.266296 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_void_t tb_demo_coroutine_dns(tb_cpointer_t priv)
{
tb_ipaddr_t ... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/vector.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.267425 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define TB_VECTOR_GROW_SIZE (256)
/* /////////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/echo_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.279123 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// port
#define TB_DEMO_PORT (9001)
// timeout
#define TB_DEMO_TIMEOUT (-1)... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/stack.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.280230 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_size_t tb_stack_put_and_pop_test()
{
// init
tb_stack_ref_t st... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/echo_client.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.342927 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// port
#define TB_DEMO_PORT (9001)
// timeout
#define TB_DEMO_TIMEOUT (-1)... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/fwatcher.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.854241 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* private implementation
*/
static tb_void_t tb_demo_coroutine_watch(tb_cpointer_t priv)
{
tb_ch... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/nest.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.896535 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_void_t tb_demo_coroutine_nest_next(tb_size_t start, tb_size_t end)
{
... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/lock.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.898153 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_void_t tb_demo_coroutine_lock_test_func(tb_cpointer_t priv)
{
// c... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/file_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.899286 | /* //////////////////////////////////////////////////////////////////////////////////////
* trace
*/
#define TB_TRACE_MODULE_NAME "file_server"
#define TB_TRACE_MODULE_DEBUG (1)
/* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "..... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/pipe.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.914146 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define BUFSIZE (32767)
#define COUNT (100000)
/* ///////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/http_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.937643 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// the port
#define TB_DEMO_PORT (8080)
// the timeout
#define TB_DEMO_TIMEOUT ... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/ping.c | null | null | null | null | null | null | C | 2026-05-04T19:39:52.965725 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define TB_ICMP_ECHOREPLY (0)
#define TB_ICMP_ECHOREQ (8)
/* //////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/process.c | null | null | null | null | null | null | C | 2026-05-04T19:39:53.000358 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define COUNT (50)
/* ///////////////////////////////////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/spider.c | null | null | null | null | null | null | C | 2026-05-04T19:39:53.870678 | /* //////////////////////////////////////////////////////////////////////////////////////
* trace
*/
#define TB_TRACE_MODULE_NAME "spider"
#define TB_TRACE_MODULE_DEBUG (1)
/* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/sleep.c | null | null | null | null | null | null | C | 2026-05-04T19:39:53.871328 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_void_t tb_demo_coroutine_sleep_func(tb_cpointer_t priv)
{
// the i... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/semaphore.c | null | null | null | null | null | null | C | 2026-05-04T19:39:53.900208 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
*/
static tb_void_t tb_demo_coroutine_semaphore_wait_func(tb_cpointer_t priv)
{
... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/echo_client.c | null | null | null | null | null | null | C | 2026-05-04T19:39:53.901472 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// port
#define TB_DEMO_PORT (9090)
// timeout
#define TB_DEMO_TIMEOUT (... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/process_pipe.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.138471 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define COUNT (50)
/* ///////////////////////////////////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/lock.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.469798 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* types
*/
// the lock type
typedef struct __tb_demo_lo_lock_t
{
// the count
tb_size_t ... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/http_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.517444 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// the port
#define TB_DEMO_PORT (8080)
// the timeout
#define TB_DEMO_TIMEO... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/nest.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.532781 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* types
*/
// the nest type
typedef struct __tb_demo_lo_nest_t
{
// the count
tb_size_t ... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/process.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.537377 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define COUNT (50)
/* ////////////////////////////////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/echo_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.580851 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// port
#define TB_DEMO_PORT (9090)
// timeout
#define TB_DEMO_TIMEOUT (... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/file_client.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.742461 | /* //////////////////////////////////////////////////////////////////////////////////////
* trace
*/
#define TB_TRACE_MODULE_NAME "file_client"
#define TB_TRACE_MODULE_DEBUG (0)
/* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "..... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/file_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.751674 | /* //////////////////////////////////////////////////////////////////////////////////////
* trace
*/
#define TB_TRACE_MODULE_NAME "file_server"
#define TB_TRACE_MODULE_DEBUG (0)
/* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "..... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/process_pipe.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.780535 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define COUNT (50)
/* ////////////////////////////////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/container/hash_set.c | null | null | null | null | null | null | C | 2026-05-04T19:39:54.911162 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* main
*/
tb_int_t tb_demo_container_hash_set_main(tb_int_t argc, tb_char_t** argv)
{
// init ha... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/sleep.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.059520 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* types
*/
// the sleep local type
typedef struct __tb_demo_lo_sleep_t
{
// the interval
... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stream.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.120552 | /* //////////////////////////////////////////////////////////////////////////////////////
* trace
*/
#define TB_TRACE_MODULE_NAME "stream"
#define TB_TRACE_MODULE_DEBUG (1)
/* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/thread.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.156151 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
#define BUFSIZE (32767)
#define COUNT (100000)
/* ///////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/switch.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.171155 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// the switch count
#define COUNT (10000000)
/* ////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/stackless/switch.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.234255 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// the switch count
#define COUNT (10000000)
/* /////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/unix_echo_server.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.329654 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// timeout
#define TB_DEMO_TIMEOUT (-1)
/* ///////////////////////////////////////... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/unix_echo_client.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.347602 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* types
*/
typedef struct __tb_demo_args_t
{
tb_size_t count;
tb_char_t* path;
}tb_demo_... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/database/sql.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.437118 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "../demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* test
*/
static tb_void_t tb_demo_database_sql_test_done(tb_database_sql_ref_t database, tb_char_t ... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/demo.c | null | null | null | null | null | null | C | 2026-05-04T19:39:55.672958 | /* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "demo.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* macros
*/
// the main item
#define TB_DEMO_MAIN_ITEM(name) { #name, tb_demo_##name##_main }
... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/demo.h | null | null | null | null | null | null | C | 2026-05-04T19:39:55.702714 | /*!The Treasure Box Library
*
* 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 wr... |
tboox/tbox | https://github.com/tboox/tbox | null | null | null | null | 5,111 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/demo/coroutine/file_client.c | null | null | null | null | null | null | C | 2026-05-04T19:39:56.697830 | /* //////////////////////////////////////////////////////////////////////////////////////
* trace
*/
#define TB_TRACE_MODULE_NAME "file_client"
#define TB_TRACE_MODULE_DEBUG (1)
/* //////////////////////////////////////////////////////////////////////////////////////
* includes
*/
#include "..... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl.h | null | null | null | null | null | null | C | 2026-05-04T19:39:59.165630 | //go:build ignore
// #include "../vmlinux/vmlinux.h"
#include "vmlinux.h"
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_tracing.h>
#include <bpf/bpf_core_read.h>
#include <bpf/bpf_endian.h>
#include "pktlatency.h"
#include "data_common.h"
const struct kern_evt *kern_evt_unused __attribute__((unused));
const struct... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_1_1_0a.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.209123 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_1_1_0_A_KERN_H
#define ECAPTURE_OPENSSL_1_1_0_A_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.0l 10 Sep 2019 */
/* OPENSSL_VERSION_NUMBER: 269484239 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x178
// ssl_st->s3
#define SSL_S... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/gotls.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.222094 | //go:build ignore
#include "vmlinux.h"
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_tracing.h>
#include <bpf/bpf_core_read.h>
#include <bpf/bpf_endian.h>
#include "pktlatency.h"
#include "data_common.h"
#include "go_common.h"
// Utility macro for use in BPF code, so the probe can exit if the symbol doesn't exist.
... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_1_0_2a.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.229751 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_1_0_2_A_KERN_H
#define ECAPTURE_OPENSSL_1_0_2_A_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.0.2u 20 Dec 2019 */
/* OPENSSL_VERSION_NUMBER: 268443999 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x130
// ssl_st->s3
#define SSL_S... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_1_1_1d.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.230908 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_1_1_1_D_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_D_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1i 8 Dec 2020 */
/* OPENSSL_VERSION_NUMBER: 269488287 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x510
// ssl_st->s3
#define SSL_ST... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_1_1_1j.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.245518 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_1_1_1_J_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_J_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1w 11 Sep 2023 */
/* OPENSSL_VERSION_NUMBER: 269488511 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x510
// ssl_st->s3
#define SSL_S... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/data_common.h | null | null | null | null | null | null | C | 2026-05-04T19:39:59.246394 | #ifndef _DATA_COMMON_H__
#define _DATA_COMMON_H__
#include "protocol_inference.h"
const struct kern_evt_ssl_data *kern_evt_ssl_data_unused __attribute__((unused));
struct nested_syscall_fd_t {
int fd;
bool mismatched_fds;
uint32_t syscall_len;
};
struct {
__uint(type, BPF_MAP_TYPE_HASH);
__uint(max_... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/go_common.h | null | null | null | null | null | null | C | 2026-05-04T19:39:59.258266 | // A set of symbols that are useful for various different uprobes.
// Currently, this includes mostly connection related items,
// which applies to any network protocol tracing (HTTP2, TLS, etc.).
struct go_common_symaddrs_t {
// ---- itable symbols ----
// net.Conn interface types.
// go.itab.*google.golang.org... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_1_1_1b.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.278434 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_1_1_1_B_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_B_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1c 28 May 2019 */
/* OPENSSL_VERSION_NUMBER: 269488191 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x508
// ssl_st->s3
#define SSL_S... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_1_1_1a.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.312274 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_1_1_1_A_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_A_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1a 20 Nov 2018 */
/* OPENSSL_VERSION_NUMBER: 269488159 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x510
// ssl_st->s3
#define SSL_S... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_0_0.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.816993 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_0_0_KERN_H
#define ECAPTURE_OPENSSL_3_0_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.0.9 30 May 2023 */
/* OPENSSL_VERSION_NUMBER: 805306512 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x918
// ssl_st->s3
#define SSL_ST_S3 0... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_2_3.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.843071 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_2_3_KERN_H
#define ECAPTURE_OPENSSL_3_2_3_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.2.3 3 Sep 2024 */
/* OPENSSL_VERSION_NUMBER: 807403568 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_s... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_1_0.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.852035 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_0_0_KERN_H
#define ECAPTURE_OPENSSL_3_0_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.1.7 3 Sep 2024 */
/* OPENSSL_VERSION_NUMBER: 806355056 */
// ssl_st->version
#define SSL_ST_VERSION 0x0
// ssl_st->session
#define SSL_ST_SESSION 0x918
// ssl_st->s3
#define SSL_ST_S3 0x... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_2_0.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.879836 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_2_0_KERN_H
#define ECAPTURE_OPENSSL_3_2_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.2.2 4 Jun 2024 */
/* OPENSSL_VERSION_NUMBER: 807403552 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_s... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_4_0.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.886647 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_4_0_KERN_H
#define ECAPTURE_OPENSSL_3_4_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.4.0 22 Oct 2024 */
/* OPENSSL_VERSION_NUMBER: 809500672 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_5_0.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.887963 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_5_0_KERN_H
#define ECAPTURE_OPENSSL_3_5_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.5.0 8 Apr 2025 */
/* OPENSSL_VERSION_NUMBER: 810549248 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x48
// ssl_connection_s... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/openssl_3_3_0.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.916799 | //go:build ignore
#ifndef ECAPTURE_OPENSSL_3_2_0_KERN_H
#define ECAPTURE_OPENSSL_3_2_0_KERN_H
/* OPENSSL_VERSION_TEXT: OpenSSL 3.3.2 3 Sep 2024 */
/* OPENSSL_VERSION_NUMBER: 808452128 */
// ssl_st->type
#define SSL_ST_TYPE 0x0
// ssl_connection_st->version
#define SSL_CONNECTION_ST_VERSION 0x40
// ssl_connection_s... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/pktlatency.h | null | null | null | null | null | null | C | 2026-05-04T19:39:59.920364 | _Pragma("GCC diagnostic ignored \"-Wint-conversion\"")
#ifndef __KPROBE_H__
#define __KPROBE_H__
#define PX_AF_UNKNOWN 0xff
#define AF_INET 2
#define AF_INET6 10
#define MAX_MSG_SIZE 30720
#define EINPROGRESS 115
#define MSG_OOB 1
#define MSG_PEEK 2
// #include <bpf/bpf_tracing.h>
// #include <bpf/bpf_endian.h>
// #... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/protocol_inference.h | null | null | null | null | null | null | C | 2026-05-04T19:39:59.922312 | #ifndef __P_INFER_H__
#define __P_INFER_H__
#include "pktlatency.h"
static __always_inline int32_t read_big_endian_int32(const char* buf) {
int32_t length;
bpf_probe_read(&length, sizeof(length), buf);
return bpf_ntohl(length);
}
static __always_inline int16_t read_big_endian_int16(const char* buf) {
int16_t... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | bpf/pktlatency.bpf.c | null | null | null | null | null | null | C | 2026-05-04T19:39:59.934339 | //go:build ignore
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/* Copyright (c) 2021 Sartura */
// #include "../vmlinux/vmlinux.h"
#include "vmlinux.h"
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_tracing.h>
#include <bpf/bpf_core_read.h>
#include <bpf/bpf_endian.h>
#include "pktlatency.h"
#include "protocol... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | utils/openssl_1_1_0_offset.c | null | null | null | null | null | null | C | 2026-05-04T19:40:00.642129 | #include <ctype.h>
#include <crypto/bio/bio_lcl.h>
#include <openssl/crypto.h>
#include <ssl/ssl_locl.h>
#include <stddef.h>
#include <stdio.h>
#define SSL_STRUCT_OFFSETS \
X(ssl_st, version) \
X(ssl_st, session) \
X(ssl_st, s3) \
X(ssl_st, rbio) ... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | utils/openssl_1_0_2_offset.c | null | null | null | null | null | null | C | 2026-05-04T19:40:00.643412 | #include <ctype.h>
#include <openssl/crypto.h>
#include <ssl/ssl_locl.h>
#include <stddef.h>
#include <stdio.h>
#define SSL_STRUCT_OFFSETS \
X(ssl_st, version) \
X(ssl_st, session) \
X(ssl_st, s3) \
X(ssl_st, rbio) \
X(ssl_st, wbi... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | utils/openssl_3_5_0_offset.c | null | null | null | null | null | null | C | 2026-05-04T19:40:00.851046 | // clang -I include/ -I . offset.c -o offset
#include <crypto/bio/bio_local.h>
#include <openssl/crypto.h>
#include <ssl/ssl_local.h>
#include <stddef.h>
#include <stdio.h>
#define SSL_STRUCT_OFFSETS \
X(ssl_st, type) \
X(ssl_connection_st, version) ... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | utils/openssl_3_0_offset.c | null | null | null | null | null | null | C | 2026-05-04T19:40:01.556091 | // clang -I include/ -I . offset.c -o offset
#include <crypto/bio/bio_local.h>
#include <openssl/crypto.h>
#include <ssl/ssl_local.h>
#include <stddef.h>
#include <stdio.h>
#define SSL_STRUCT_OFFSETS \
X(ssl_st, version) \
X(ssl_st, session) \
X(ssl_st, s3)... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | utils/openssl_3_2_0_offset.c | null | null | null | null | null | null | C | 2026-05-04T19:40:01.556907 | // clang -I include/ -I . offset.c -o offset
#include <crypto/bio/bio_local.h>
#include <openssl/crypto.h>
#include <ssl/ssl_local.h>
#include <stddef.h>
#include <stdio.h>
#define SSL_STRUCT_OFFSETS \
X(ssl_st, type) \
X(ssl_connection_st, version) ... |
hengyoush/kyanos | https://github.com/hengyoush/kyanos | null | null | null | null | 5,017 | null | null | apache-2.0 | null | null | null | null | null | null | null | utils/openssl_1_1_1_offset.c | null | null | null | null | null | null | C | 2026-05-04T19:40:01.557564 | #include <ctype.h>
#include <openssl/crypto.h>
#include <stddef.h>
#include <stdio.h>
#if defined(BIO_LCL)
#include <crypto/bio/bio_lcl.h>
#else
#include <crypto/bio/bio_local.h>
#endif
#if defined(SSL_LOCL_H)
#include <ssl/ssl_locl.h>
#else
#include <ssl/ssl_local.h>
#endif
#define SSL_STRUCT_OFFSETS ... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/configutl.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.288190 | /*
* Copyright 2025-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/ciphers.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.290105 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/crl.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.303165 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/ca.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.320740 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/dgst.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.322322 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/crl2pkcs7.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.323724 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/dhparam.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.324767 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/asn1parse.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.338851 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/cms.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.351147 | /*
* Copyright 2008-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/dsa.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.393944 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/ech.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.892956 | /*
* Copyright 2024-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/errstr.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.920346 | /*
* Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/dsaparam.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.962204 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/ec.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.976081 | /*
* Copyright 2002-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/ecparam.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.993761 | /*
* Copyright 2002-2026 The OpenSSL Project Authors. All Rights Reserved.
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LIC... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/fipsinstall.c | null | null | null | null | null | null | C | 2026-05-04T19:40:08.994913 | /*
* Copyright 2019-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/gendsa.c | null | null | null | null | null | null | C | 2026-05-04T19:40:09.013821 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/genpkey.c | null | null | null | null | null | null | C | 2026-05-04T19:40:09.024039 | /*
* Copyright 2006-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/enc.c | null | null | null | null | null | null | C | 2026-05-04T19:40:09.025194 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/genrsa.c | null | null | null | null | null | null | C | 2026-05-04T19:40:09.050085 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/app_libctx.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.484354 | /*
* Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/licens... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/apps_ui.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.567467 | /*
* Copyright 2018-2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/app_params.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.571888 | /*
* Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/apps.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.614376 | /*
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/cmp_mock_srv.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.649408 | /*
* Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Siemens AG 2018-2020
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/ec_common.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.666827 | /*
* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/fmt.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.679575 | /*
* Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/http_server.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.691972 | /*
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
openssl/openssl | https://github.com/openssl/openssl | null | null | null | null | 30,090 | null | null | apache-2.0 | null | null | null | null | null | null | null | apps/include/function.h | null | null | null | null | null | null | C | 2026-05-04T19:40:09.693215 | /*
* Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.