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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/memtable.c | null | null | null | null | null | null | C | 2026-05-04T18:57:10.528038 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
*-----------------------------------------------------------------------------
* memtable.c --
*
* This file contains the implementation for the splinter memtable.
*-------------------------------------------------------------------... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/merge.c | null | null | null | null | null | null | C | 2026-05-04T18:57:10.540704 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#include "merge.h"
#include "iterator.h"
#include "util.h"
#include "platform_sort.h"
#include "platform_log.h"
#include "platform_typed_alloc.h"
#include "poison.h"
/* This struct is just used to define type-safe flags. */
struct merge_behavi... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/mini_allocator.h | null | null | null | null | null | null | C | 2026-05-04T18:57:10.671274 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
* mini_allocator.h --
*
* This file contains the abstract interface for an allocator which
* allocates individual pages from extents.
*
* The purpose of the mini allocator is to allocate pages from extents
* and to mai... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/laio.c | null | null | null | null | null | null | C | 2026-05-04T18:57:10.681374 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
* laio.c --
*
* This file contains the implementation for a libaio wrapper.
*
* The external callable interfaces are defined in io.h. This module
* supports both synchronous and async IO.
*
* - Sync IO interfaces: io_read(), io_... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/merge.h | null | null | null | null | null | null | C | 2026-05-04T18:57:10.722450 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
* merge.h --
*
* Merging functionality, notably merge iterators.
*/
#pragma once
#include "data_internal.h"
#include "iterator.h"
// Hard limit tall tree range query?
#define MAX_MERGE_ARITY (1024)
typedef struct ordered_iterator ... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/mini_allocator.c | null | null | null | null | null | null | C | 2026-05-04T18:57:10.742186 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
*-----------------------------------------------------------------------------
* mini_allocator.c --
*
* This file contains the implementation for an allocator which
* allocates individual pages from extents.
*-----------------... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/laio.h | null | null | null | null | null | null | C | 2026-05-04T18:57:10.772091 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
* laio.h --
*
* This file contains the interface for a libaio wrapper.
*/
#pragma once
#include "platform_io.h"
#include "platform_threads.h"
#include "platform_status.h"
#include "async.h"
#include <libaio.h>
typedef enum process... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/async.h | null | null | null | null | null | null | C | 2026-05-04T18:57:10.773195 | // Copyright 2024-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
* async.h --
*
* This file contains the tools for implementing and using async functions.
*
* The goal of this module is to make it easy to write async functions. The
* main procedure for writing an async function is:
*
* 1. Wri... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/pcq.h | null | null | null | null | null | null | C | 2026-05-04T18:57:10.784011 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
/*
* pcq.h --
*
* Multi-producer, single-consumer queue. The queue has a fixed
* number of maximum elements.
*/
#pragma once
#include "splinterdb/public_platform.h"
#include "platform_machine.h"
#include "platform_heap.h"
#includ... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform.h | null | null | null | null | null | null | C | 2026-05-04T18:57:11.111936 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#define PLATFORM_LINUX
#include "splinterdb/platform_linux/public_platform.h"
#include "platform_assert.h"
#include "platform_util.h"
#include "platform_machine.h"
#include "platform_status.h"
#include "platform_log.h"
#include "... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_assert.c | null | null | null | null | null | null | C | 2026-05-04T18:57:11.112458 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#include "platform_assert.h"
#include "platform_log.h"
#include "platform_threads.h"
#include <pthread.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/syscall.h>
#include <unistd.h>
/*
* platform_assert_false() -
... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_assert.h | null | null | null | null | null | null | C | 2026-05-04T18:57:11.174127 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "splinterdb/platform_linux/public_platform.h"
#include <stdarg.h>
#include <stdio.h>
#if !defined(SPLINTER_DEBUG)
# define SPLINTER_DEBUG 0
#else
# if SPLINTER_DEBUG != 0 && SPLINTER_DEBUG != 1
# error SPLINTER_... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_backtrace.h | null | null | null | null | null | null | C | 2026-05-04T18:57:11.298138 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <execinfo.h>
static inline int
platform_backtrace(void **buffer, int size)
{
return backtrace(buffer, size);
}
|
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_condvar.c | null | null | null | null | null | null | C | 2026-05-04T18:57:11.390234 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#include "platform_condvar.h"
#include "platform_assert.h"
#include "platform_status.h"
#include "platform_log.h"
#include <pthread.h>
platform_status
platform_condvar_init(platform_condvar *cv, platform_heap_id heap_id)
{
platform_status s... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_condvar.h | null | null | null | null | null | null | C | 2026-05-04T18:57:11.395996 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "platform_status.h"
#include "platform_heap.h"
#include <pthread.h>
typedef struct platform_condvar {
pthread_mutex_t lock;
pthread_cond_t cond;
} platform_condvar;
platform_status
platform_condvar_init(platform_... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_heap.c | null | null | null | null | null | null | C | 2026-05-04T18:57:11.396476 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#include "platform_heap.h"
#include "platform_status.h"
#include <sys/mman.h>
/*
* Declare globals to track heap handle/ID that may have been created when
* using shared memory. We stash away these handles so that we can return the
* right ... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_buffer.c | null | null | null | null | null | null | C | 2026-05-04T18:57:11.440785 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#include "platform_buffer.h"
#include "platform_log.h"
#include <sys/mman.h>
bool32 platform_use_hugetlb = FALSE;
bool32 platform_use_mlock = FALSE;
/*
* Certain modules, e.g. the buffer cache, need a very large buffer which
* may not be ... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_buffer.h | null | null | null | null | null | null | C | 2026-05-04T18:57:11.498466 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "splinterdb/platform_linux/public_platform.h"
#include "platform_status.h"
extern bool32 platform_use_hugetlb;
extern bool32 platform_use_mlock;
// Buffer handle
typedef struct {
void *addr;
size_t length;
} buff... |
vmware/splinterdb | https://github.com/vmware/splinterdb | null | null | null | null | 726 | null | null | apache-2.0 | null | null | null | null | null | null | null | src/platform_linux/platform_hash.h | null | null | null | null | null | null | C | 2026-05-04T18:57:11.499134 | // Copyright 2018-2026 VMware, Inc.
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "splinterdb/platform_linux/public_platform.h"
#include <xxhash.h>
// hash functions
typedef uint32 (*hash_fn)(const void *input, size_t length, unsigned int seed);
#define HASH_SEED (42)
// checksums
typedef XXH32_hash... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/ssl/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:13.961952 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT over SSL Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/tcp/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:13.976772 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT (over TCP) Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/mqtt5_client.h | null | null | null | null | null | null | C | 2026-05-04T18:57:13.978466 | /*
* SPDX-FileCopyrightText: 2022-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _MQTT5_CLIENT_H_
#define _MQTT5_CLIENT_H_
#include "mqtt_client.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct esp_mqtt_client *esp_mqtt5_client_handle_t;
/**
* MQTT5 protoc... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/ssl_psk/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:13.981936 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT over SSL Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/ws/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:13.983917 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT over Websockets Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distrib... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/ssl_ds/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:13.984485 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT Mutual Authentication Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is d... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/ssl_mutual_auth/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:13.988545 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT Mutual Authentication Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is d... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/wss/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:14.001333 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT over Secure Websockets Example
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/custom_outbox/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:14.023169 | /*
* SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
/* MQTT (over TCP) Example with custom outbox
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | examples/mqtt5/main/app_main.c | null | null | null | null | null | null | C | 2026-05-04T18:57:14.052621 | /*
* SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include "esp_system.h"
#include "nvs_flash.h"
#include "esp_event.h"
#include "esp_netif.h"
#include "protocol_exampl... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/mqtt_client_priv.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.610563 | /*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _MQTT_CLIENT_PRIV_H_
#define _MQTT_CLIENT_PRIV_H_
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdatomic.h>
#include "esp_err.h"
#include "platform.h"
#include "esp_eve... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/mqtt_client.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.612198 | /*
* SPDX-FileCopyrightText: 2025-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _MQTT_CLIENT_H_
#defi... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/mqtt_supported_features.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.618787 | /*
* SPDX-FileCopyrightText: 2015-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _MQTT_SUPPORTED_FEATURES_H_
#define _MQTT_SUPPORTED_FEATURES_H_
#if __has_include("esp_idf_version.h")
#include "esp_idf_version.h"
#endif
/**
* @brief This header defines supported feat... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/mqtt5_client_priv.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.642057 | /*
* SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _MQTT5_CLIENT_PRIV_H_
#define _MQTT5_CLIENT_PRIV_H_
#include "mqtt5_client.h"
#include "mqtt_client_priv.h"
#include "mqtt5_msg.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef struct m... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/mqtt5_msg.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.657480 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef MQTT5_MSG_H
#define MQTT5_MSG_H
#include <stdint.h>
#include <stdbool.h>
#include "sys/queue.h"
#include "mqtt_config.h"
#include "mqtt_msg.h"
#include "mqtt_client.h"
#ifdef __cplusplus
extern ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/mqtt_msg.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.658702 | /*
* SPDX-FileCopyrightText: 2014 Stephen Robinson
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef MQTT_MSG_H
#define MQTT_MSG_H
#include <stdint.h>
#include <stdbool.h>
#include "mqtt_config.h"
#include "mqtt_client.h"
#ifdef __cplusplus
extern "C" {
#endif
/* 7 6 5 4 3 2 1 0 ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/mqtt_config.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.661484 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _MQTT_CONFIG_H_
#define _MQ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/platform.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.662999 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _PLATFORM_H__
#define _PLAT... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/mqtt_outbox.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.664040 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _MQTT_OUTOBX_H_
#define _MQ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/include/platform_esp32_idf.h | null | null | null | null | null | null | C | 2026-05-04T18:57:14.702537 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* This file is subject to the terms and conditions defined in
* file 'LICENSE', which is part of this source code package.
* Tuan PM <tuanpm at live dot com>
*/
#ifndef _ESP_PLATFORM_H__
#define _... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/mqtt_msg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:15.456237 | /*
* SPDX-FileCopyrightText: 2014 Stephen Robinson
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <string.h>
#include "mqtt_client.h"
#include "mqtt_msg.h"
#include "mqtt_config.h"
#include "platform.h"
#define MQTT_MAX_FIXED_HEADER_SIZE 5
#define MQTT_3_1_VARIABLE_HEADER_SIZE 12
#define MQTT_3_1_1_VARIABLE... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/mqtt_utils/mqtt_utils.c | null | null | null | null | null | null | C | 2026-05-04T18:57:15.489215 | /*
* SPDX-FileCopyrightText: 2025-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include <ctype.h>
#include <stdlib.h>
#include "include/mqtt_utils.h"
char *mqtt_create_string(const char *ptr, int len)
{
if (len <= 0) {
return NULL;
}
c... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/common/test_mqtt_connection.c | null | null | null | null | null | null | C | 2026-05-04T18:57:15.511558 | /*
* SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "esp_eth.h"
#include "esp_event.h"
#include "esp_log.h"
#include "esp_netif.h"
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "unity.h"
#include "esp_idf_versio... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/common/include/test_mqtt_connection.h | null | null | null | null | null | null | C | 2026-05-04T18:57:15.513265 | /*
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "soc/soc_caps.h"
/**
* Connection test fixture setup, so we expect the broker is available
* on network
*/
void connect_test_fixture_setup(void);
/**
* Cleans up the conn... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/mqtt_utils/include/mqtt_utils.h | null | null | null | null | null | null | C | 2026-05-04T18:57:15.514024 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif // #ifdef __cplusplus
char *mqtt_create_string(const char *ptr, int len);
int esp_mqtt_decode_percent_encoded_string(char *uri);
#ifdef __cplusplus
... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | mqtt5_client.c | null | null | null | null | null | null | C | 2026-05-04T18:57:15.515197 | /*
* SPDX-FileCopyrightText: 2022-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "mqtt_client_priv.h"
#include "esp_log.h"
#include <string.h>
static const char *TAG = "mqtt5_client";
static void esp_mqtt5_print_error_code(esp_mqtt5_client_handle_t client, int code);... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt/main/test_mqtt.c | null | null | null | null | null | null | C | 2026-05-04T18:57:15.523008 | /*
* SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*
* This test code is in the Public Domain (or CC0 licensed, at your option.)
*
* Unless required by applicable law or agreed to in writing, this
* software is distributed on an "AS IS" B... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/mqtt5_msg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:15.705980 | /*
* SPDX-FileCopyrightText: 2025-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <string.h>
#include "mqtt5_msg.h"
#include "mqtt_client.h"
#include "mqtt_config.h"
#include "platform.h"
#include "esp_log.h"
#define MQTT5_MAX_FIXED_HEADER_SIZE 5
#define MQTT5_MAX_PROPE... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/mqtt_outbox.c | null | null | null | null | null | null | C | 2026-05-04T18:57:16.324867 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "mqtt_outbox.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "mqtt_config.h"
#include "sys/queue.h"
#include "esp_heap_caps.h"
#include "esp_log.h"
#ifndef CONFIG_MQTT_C... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt_conformance/main/mqtt_conformance.c | null | null | null | null | null | null | C | 2026-05-04T18:57:16.857148 | /*
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include <inttypes.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "esp_event.h"
#include "esp_random.h"
#include "esp_system.h"
#include "esp_log.h"
#include "mqtt_clien... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt/main/test_mqtt_client_broker.h | null | null | null | null | null | null | C | 2026-05-04T18:57:16.858473 | /*
* SPDX-FileCopyrightText: 2021-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_log.h"
/**
* @brief MQTT client-broker tests are not implemented as separate test cases
* due to time consuming connection setup/teardown.
* This utility macro is used... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt/main/test_mqtt_client_broker.c | null | null | null | null | null | null | C | 2026-05-04T18:57:16.859359 | /*
* SPDX-FileCopyrightText: 2021-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "mqtt_client.h"
#include "esp_log.h"
#include "esp_mac.h"
#define WAIT_FOR_EVENT(event) \
TEST_ASSERT_TRUE(xEventGroup... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt5/main/test_mqtt5.c | null | null | null | null | null | null | C | 2026-05-04T18:57:16.861087 | /*
* SPDX-FileCopyrightText: 2022-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <sys/time.h>
#include "unity_fixture.h"
#include "unity_fixture_extras.h"
#include "test_utils.h"
#include "memory_checks.h"
#include "mqtt_client.h"
#include "esp_ota_ops.h"
#include "tes... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt5/main/test_mqtt5_client_broker.c | null | null | null | null | null | null | C | 2026-05-04T18:57:16.862324 | /*
* SPDX-FileCopyrightText: 2022-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "mqtt_client.h"
#include "mqtt5_client.h"
#include "esp_log.h"
#include "esp_mac.h"
#define WAIT_FOR_EVENT(event) \
T... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt5/main/test_mqtt5_client_broker.h | null | null | null | null | null | null | C | 2026-05-04T18:57:16.862876 | /*
* SPDX-FileCopyrightText: 2022-2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#pragma once
#include "esp_log.h"
/**
* @brief MQTT5 client-broker tests are not implemented as separate test cases
* due to time consuming connection setup/teardown.
* This utility macro is us... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/publish_connect_test/main/connect_test.c | null | null | null | null | null | null | C | 2026-05-04T18:57:18.232866 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT connect test
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/host/mocks/include/sys/queue.h | null | null | null | null | null | null | C | 2026-05-04T18:57:18.320687 | /*
* SPDX-FileCopyrightText: 1991-1993 The Regents of the University of California
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
/* Implementation from BSD headers*/
#define QMD_SAVELINK(name, link) void **name = (void *)&(link)
#define TRASHIT(x) do {(x) = (void *)-1;} while (0)
#define STAILQ_NEXT(el... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/publish_connect_test/main/publish_test.c | null | null | null | null | null | null | C | 2026-05-04T18:57:18.324077 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT publish test
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distributed on an ... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/publish_connect_test/main/publish_connect_test.c | null | null | null | null | null | null | C | 2026-05-04T18:57:18.340309 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
/* MQTT publish-connect test
This example code is in the Public Domain (or CC0 licensed, at your option.)
Unless required by applicable law or agreed to in writing, this
software is distribute... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/publish_connect_test/main/publish_connect_test.h | null | null | null | null | null | null | C | 2026-05-04T18:57:18.346465 | /*
* SPDX-FileCopyrightText: 2023-2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#pragma once
#include "mqtt_client.h"
typedef enum {NONE, TCP, SSL, WS, WSS} transport_t;
typedef struct {
esp_mqtt_client_handle_t mqtt_client;
void *data;
} command_context_t;... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt_conformance/main/mqtt_conformance.h | null | null | null | null | null | null | C | 2026-05-04T18:57:18.429999 | /*
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#pragma once
#include "mqtt_client.h"
struct arg_int;
struct arg_str;
struct arg_end;
typedef struct {
esp_mqtt_client_handle_t mqtt_client;
} command_context_t;
typedef struct {
st... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | lib/platform_esp32_idf.c | null | null | null | null | null | null | C | 2026-05-04T18:57:20.349934 | /*
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "platform.h"
#ifdef ESP_PLATFORM
#include "esp_log.h"
#include "esp_mac.h"
#include "soc/soc_caps.h"
#include "esp_timer.h"
#include "esp_random.h"
#include <stdlib.h>
#include <stdint.h>
stat... |
espressif/esp-mqtt | https://github.com/espressif/esp-mqtt | null | null | null | null | 725 | null | null | apache-2.0 | null | null | null | null | null | null | null | test/apps/mqtt_conformance/main/mqtt_conformance_console.c | null | null | null | null | null | null | C | 2026-05-04T18:57:22.057048 | /*
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include <inttypes.h>
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "esp_system.h"
#include "mqtt_client.h"
#include "nvs_flash.h"
#include "esp_event.... |
Octoberfest7/Inline-Execute-PE | https://github.com/Octoberfest7/Inline-Execute-PE | null | null | null | null | 719 | null | null | apache-2.0 | null | null | null | null | null | null | null | Inline-Execute-PE/peload.c | null | null | null | null | null | null | C | 2026-05-04T18:57:24.261190 | #include "bofdefs.h"
#include "beacon.h"
#pragma warning (disable: 4996)
#define _CRT_SECURE_NO_WARNINGS
#define ARRAY_MODULES_SIZE 128
//PE vars
IMAGE_NT_HEADERS* ntHeader = NULL;
FILE *__cdecl __acrt_iob_funcs(int index)
{
return &(__iob_func()[index]);
}
#define stdin (__acrt_iob_funcs(0))
#define stdout (__... |
Octoberfest7/Inline-Execute-PE | https://github.com/Octoberfest7/Inline-Execute-PE | null | null | null | null | 719 | null | null | apache-2.0 | null | null | null | null | null | null | null | Inline-Execute-PE/bofdefs.h | null | null | null | null | null | null | C | 2026-05-04T18:57:24.262927 | #pragma once
#include <windows.h>
#include <stdio.h>
#include <corecrt.h>
#include <winternl.h>
#include <stdlib.h>
#include <io.h>
#include <fcntl.h>
#include <inttypes.h>
#include <tlhelp32.h>
//MSVCRT
WINBASEAPI void __cdecl MSVCRT$free(void *_Memory);
WINBASEAPI void *__cdecl MSVCRT$malloc(size_t size);
WINBASEAPI... |
Octoberfest7/Inline-Execute-PE | https://github.com/Octoberfest7/Inline-Execute-PE | null | null | null | null | 719 | null | null | apache-2.0 | null | null | null | null | null | null | null | Inline-Execute-PE/perun.c | null | null | null | null | null | null | C | 2026-05-04T18:57:24.269985 | #include "bofdefs.h"
#include "beacon.h"
#pragma warning (disable: 4996)
#define _CRT_SECURE_NO_WARNINGS
#define BUFFER_SIZE 8192
#define _WAIT_TIMEOUT 5000
//cmdline args vars
BOOL hijackCmdline = FALSE;
char *sz_masqCmd_Ansi = NULL;
char *sz_masqCmd_ArgvAnsi[100];
wchar_t *sz_masqCmd_Widh = NULL;
wchar_t *sz_masqCm... |
Octoberfest7/Inline-Execute-PE | https://github.com/Octoberfest7/Inline-Execute-PE | null | null | null | null | 719 | null | null | apache-2.0 | null | null | null | null | null | null | null | Inline-Execute-PE/peunload.c | null | null | null | null | null | null | C | 2026-05-04T18:57:24.288053 | #include "bofdefs.h"
#include "beacon.h"
#pragma warning (disable: 4996)
#define _CRT_SECURE_NO_WARNINGS
#define ARRAY_MODULES_SIZE 128
struct MemAddrs *pMemAddrs;
BOOL bUnloadLibraries;
FILE *__cdecl __acrt_iob_funcs(unsigned index)
{
return &(__iob_func()[index]);
}
#define stdin (__acrt_iob_funcs(0))
#define... |
Octoberfest7/Inline-Execute-PE | https://github.com/Octoberfest7/Inline-Execute-PE | null | null | null | null | 719 | null | null | apache-2.0 | null | null | null | null | null | null | null | Inline-Execute-PE/beacon.h | null | null | null | null | null | null | C | 2026-05-04T18:57:24.349704 | /*
* Beacon Object Files (BOF)
* -------------------------
* A Beacon Object File is a light-weight post exploitation tool that runs
* with Beacon's inline-execute command.
*
* Additional BOF resources are available here:
* - https://github.com/Cobalt-Strike/bof_template
*
* Cobalt Strike 4.x
* ChangeLog:
... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/COSMIC/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:31.598984 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/NonPaged/COSMIC/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:31.602717 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/COSMIC/OS_CPU.h | null | null | null | null | null | null | C | 2026-05-04T18:57:31.604568 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Cfg/Template/app_hooks.c | null | null | null | null | null | null | C | 2026-05-04T18:57:31.605807 | /*
*********************************************************************************************************
* EXAMPLE CODE
*
* This file is provided as an example on how to use Micrium products.
*
* Please feel free to use any application code labe... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Cfg/Template/app_cfg.h | null | null | null | null | null | null | C | 2026-05-04T18:57:31.607047 | /*
*********************************************************************************************************
* EXAMPLE CODE
*
* This file is provided as an example on how to use Micrium products.
*
* Please feel free to use any application code labe... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/NonPaged/IAR/OS_CPU.h | null | null | null | null | null | null | C | 2026-05-04T18:57:31.608407 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/NonPaged/COSMIC/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:31.618365 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/NonPaged/COSMIC/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:31.638388 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Cfg/Template/os_cfg.h | null | null | null | null | null | null | C | 2026-05-04T18:57:31.647434 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/NonPaged/IAR/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:31.648907 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.194226 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.229811 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/Ex1/includes.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.263627 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/Ex1/vectors.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.277818 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/IAR/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.289181 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/Ex1/test.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.291169 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/IAR/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.296767 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.298568 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/CodeWarrior/Ex1/os_cfg.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.299462 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/DG128A/Paged/IAR/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.315521 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/NonPaged/COSMIC/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.830695 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/NonPaged/COSMIC/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.865216 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/78K0/IAR/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.909706 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/78K0/IAR/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.910663 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/NonPaged/COSMIC/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.919591 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/Paged/COSMIC/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.935306 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/Paged/COSMIC/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.941397 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/78K0/IAR/os_dbg.c | null | null | null | null | null | null | C | 2026-05-04T18:57:32.945692 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/68HC12/Paged/COSMIC/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.954898 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/78K0R/IAR/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:32.977652 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/80x86/DOS/L-FP/BC45/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:33.789143 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/80x86/DOS/L-FP-I/BC45/os_cpu.h | null | null | null | null | null | null | C | 2026-05-04T18:57:33.790204 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
weston-embedded/uC-OS2 | https://github.com/weston-embedded/uC-OS2 | null | null | null | null | 718 | null | null | apache-2.0 | null | null | null | null | null | null | null | Ports/80186/DOS/L/BC45/os_cpu_c.c | null | null | null | null | null | null | C | 2026-05-04T18:57:33.791189 | /*
*********************************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* Copyright 1992-2021 Silicon Laboratories Inc. www.silabs.com
*
* ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.