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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/c/ssession_test/client.c | null | null | null | null | null | null | C | 2026-05-04T19:02:22.456812 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 ... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/c/session_buffer_test/session_buffer_test.h | null | null | null | null | null | null | C | 2026-05-04T19:02:22.486353 | #ifndef THEMIS_SESSION_BUFFER_TEST_H
#define THEMIS_SESSION_BUFFER_TEST_H
#include <stdint.h>
#include <string.h>
#include <stdio.h>
#include <themis/themis_error.h>
#include <themis/secure_session.h>
#define SERVER_ID "server"
#define CLIENT_ID "client"
/* Client credentials */
static uint8_t client_pub[] = {0x55, ... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/objc/macOS-Carthage/ThemisTest/AppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.105560 | // Copyright (c) 2019 Cossack Labs Limited
//
// 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 agre... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/objc/iOS-SPM/ThemisTest/SceneDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.118291 | // Copyright (c) 2021 Cossack Labs Limited
//
// 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 agre... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/objc/iOS-SPM/ThemisTest/AppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.119305 | // Copyright (c) 2021 Cossack Labs Limited
//
// 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 agre... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/objc/macOS-SPM/ThemisTest/ViewController.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.120378 | // Copyright (c) 2021 Cossack Labs Limited
//
// 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 agre... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/react-native/ThemisTest/android/app/src/main/jni/MainComponentsRegistry.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.140769 | #pragma once
#include <ComponentFactory.h>
#include <fbjni/fbjni.h>
#include <react/renderer/componentregistry/ComponentDescriptorProviderRegistry.h>
#include <react/renderer/componentregistry/ComponentDescriptorRegistry.h>
namespace facebook {
namespace react {
class MainComponentsRegistry
: public facebook::jn... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/objc/iOS-SPM/ThemisTest/ViewController.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.141300 | // Copyright (c) 2021 Cossack Labs Limited
//
// 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 agre... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/react-native/ThemisTest/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.164832 | #include <memory>
#include <string>
#include <ReactCommon/TurboModuleManagerDelegate.h>
#include <fbjni/fbjni.h>
namespace facebook {
namespace react {
class MainApplicationTurboModuleManagerDelegate
: public jni::HybridClass<
MainApplicationTurboModuleManagerDelegate,
TurboModuleManagerDeleg... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/react-native/ThemisTest/android/app/src/main/jni/MainApplicationModuleProvider.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.165494 | #pragma once
#include <memory>
#include <string>
#include <ReactCommon/JavaTurboModule.h>
namespace facebook {
namespace react {
std::shared_ptr<TurboModule> MainApplicationModuleProvider(
const std::string &moduleName,
const JavaTurboModule::InitParams ¶ms);
} // namespace react
} // namespace faceboo... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/objc/macOS-SPM/ThemisTest/AppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.167162 | // Copyright (c) 2021 Cossack Labs Limited
//
// 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 agre... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/react-native/ThemisTest/ios/ThemisTest/AppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:23.207820 | #import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end
|
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/react-native/react-native-example/ios/ThemisExample/AppDelegate.h | null | null | null | null | null | null | C | 2026-05-04T19:02:24.161136 | #import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@end
|
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | gothemis/session/session.c | null | null | null | null | null | null | C | 2026-05-04T19:02:24.161717 | #include "session.h"
const int GOTHEMIS_INVALID_PARAMETER = THEMIS_INVALID_PARAMETER;
const int GOTHEMIS_BUFFER_TOO_SMALL = THEMIS_BUFFER_TOO_SMALL;
const int GOTHEMIS_SUCCESS = THEMIS_SUCCESS;
const int GOTHEMIS_SSESSION_GET_PUB_FOR_ID_ERROR = THEMIS_SSESSION_GET_PUB_FOR_ID_CALLBACK_ERROR;
const int GOTHEMIS_SSESSION... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | docs/examples/swift/iOS-CocoaPods/ThemisSwift/ThemisSwift/ThemisSwift-Bridging-Header.h | null | null | null | null | null | null | C | 2026-05-04T19:02:24.163541 | //
// ThemisSwift-Bridging-Header.h
// ThemisSwift
//
// Created by Anastasi Voitova on 18.04.16.
// Copyright © 2016 CossackLabs. All rights reserved.
//
#ifndef ThemisSwift_Bridging_Header_h
#define ThemisSwift_Bridging_Header_h
#endif /* ThemisSwift_Bridging_Header_h */
|
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | gothemis/session/session.h | null | null | null | null | null | null | C | 2026-05-04T19:02:24.196187 | #ifndef GOTHEMIS_SECURE_SESSION_H
#define GOTHEMIS_SECURE_SESSION_H
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdbool.h>
#include <themis/themis_error.h>
#include <themis/secure_session.h>
struct session_with_callbacks_type
{
secure_session_t *session;
secure_session_user_callbacks_t ca... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter.h | null | null | null | null | null | null | C | 2026-05-04T19:02:24.197385 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_hash.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.208595 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_hmac.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.222320 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_asym_ka.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.296918 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_api.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.298134 | /*
* Copyright (c) 2019 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_asym_sign.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.322062 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_rsa_key_pair_gen.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.818147 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_wipe.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.819327 | /*
* Copyright (c) 2019 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_sym.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.864077 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_kdf.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.931138 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/secure_cell.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.940718 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/secure_keygen.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.941978 | /*
* Copyright (c) 2019 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/secure_comparator.h | null | null | null | null | null | null | C | 2026-05-04T19:02:25.950140 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_rand.h | null | null | null | null | null | null | C | 2026-05-04T19:02:26.044318 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/secure_message.h | null | null | null | null | null | null | C | 2026-05-04T19:02:26.370366 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/secure_session.h | null | null | null | null | null | null | C | 2026-05-04T19:02:26.446668 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/themis.h | null | null | null | null | null | null | C | 2026-05-04T19:02:26.519060 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | jni/themis_cell.c | null | null | null | null | null | null | C | 2026-05-04T19:02:26.549270 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/themis_api.h | null | null | null | null | null | null | C | 2026-05-04T19:02:26.560357 | /*
* Copyright (c) 2019 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | jni/crypto_dummy.c | null | null | null | null | null | null | C | 2026-05-04T19:02:26.605701 | /* DO NOT DELETE THIS FILE
*
* This file is used to compile dummy crypto library for Android.
*
* Android does not expose OpenSSL as part of its public NDK APIs, so to use it we do following steps:
* 1. Use OpenSSL header files from AOSP in our sources.
* 2. Compile and use this dummy library instead of libcrypto... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/themis/themis_error.h | null | null | null | null | null | null | C | 2026-05-04T19:02:26.606286 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | jni/themis_compare.c | null | null | null | null | null | null | C | 2026-05-04T19:02:26.673704 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | jni/themis_jni.c | null | null | null | null | null | null | C | 2026-05-04T19:02:26.959873 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | jni/themis_keygen.c | null | null | null | null | null | null | C | 2026-05-04T19:02:27.055525 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_asym_cipher.h | null | null | null | null | null | null | C | 2026-05-04T19:02:33.769598 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
cossacklabs/themis | https://github.com/cossacklabs/themis | null | null | null | null | 1,963 | null | null | apache-2.0 | null | null | null | null | null | null | null | include/soter/soter_error.h | null | null | null | null | null | null | C | 2026-05-04T19:02:33.869907 | /*
* Copyright (c) 2015 Cossack Labs Limited
*
* 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 a... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/benchmarks/storage_slab/storage_slab.c | null | null | null | null | null | null | C | 2026-05-04T19:02:36.762925 | #include <bench_storage.h>
#include <storage/slab/item.h>
#include <storage/slab/slab.h>
static slab_metrics_st metrics = { SLAB_METRIC(METRIC_INIT) };
unsigned
bench_storage_config_nopts(void)
{
return OPTION_CARDINALITY(slab_options_st);
}
void
bench_storage_config_init(void *options)
{
slab_options_st *o... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_debug.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.763574 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_array.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.767822 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/benchmarks/storage_cuckoo/storage_cuckoo.c | null | null | null | null | null | null | C | 2026-05-04T19:02:36.777649 | #include <bench_storage.h>
#include <storage/cuckoo/item.h>
#include <storage/cuckoo/cuckoo.h>
static cuckoo_metrics_st metrics = { CUCKOO_METRIC(METRIC_INIT) };
unsigned
bench_storage_config_nopts(void)
{
return OPTION_CARDINALITY(cuckoo_options_st);
}
void
bench_storage_config_init(void *options)
{
cuckoo... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/benchmarks/bench_storage.c | null | null | null | null | null | null | C | 2026-05-04T19:02:36.778773 | #include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <pthread.h>
#include <bench_storage.h>
#include <time/cc_timer.h>
#include <cc_debug.h>
#include <cc_mm.h>
#include <cc_array.h>
static __thread unsigned int rseed = 1234; /* XXX: make this an option */
#define... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/benchmarks/bench_storage.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.780447 | #pragma once
#include <cc_define.h>
#include <stddef.h>
typedef size_t benchmark_key_u;
struct benchmark_entry {
char *key;
benchmark_key_u key_size;
char *value;
size_t value_size;
};
rstatus_i bench_storage_init(void *opts, size_t item_size, size_t nentries);
rstatus_i bench_storage_deinit(void);
... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_define.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.787656 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_bstring.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.789421 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/buffer/cc_buf.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.880748 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/buffer/cc_dbuf.h | null | null | null | null | null | null | C | 2026-05-04T19:02:36.882107 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_event.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.346962 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_log.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.415228 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_metric.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.417164 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_option.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.430738 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_itt.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.431907 | #pragma once
#include <cc_define.h>
#ifdef CC_ITT
#include "ittnotify.h"
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef CC_ITT
#define ITT_DOMAIN_NAME "cc_itt"
#define cc_declare_itt_function(_keyword, _name) \
_keyword __itt_heap_function _name
#define cc_create_itt_mall... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_mm.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.460321 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_print.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.519872 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_rbuf.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.520914 | /*
* ccommon - a cache common library.
* Copyright (C) 2015 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_pool.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.528098 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_queue.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.543589 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_ring_array.h | null | null | null | null | null | null | C | 2026-05-04T19:02:37.982569 | /*
* ccommon - a cache common library.
* Copyright (C) 2015 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_signal.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.004615 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_stream.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.084171 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/channel/cc_channel.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.085161 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_stats_log.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.095286 | #pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <cc_metric.h>
#include <cc_option.h>
#define STATS_LOG_FILE NULL /* default log file */
#define STATS_LOG_NBUF 0 /* default log buf size */
/* name type default description */
#define STATS_LOG_OPTION... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/cc_util.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.097184 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/channel/cc_pipe.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.135205 | /*
* ccommon - a cache common library.
* Copyright (C) 2015 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/channel/cc_tcp.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.180353 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/hash/cc_murmur3.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.181889 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/rust/cc_log_rs.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.209770 | /* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/stream/cc_sockio.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.574501 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/time/cc_timer.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.814615 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/rust/ccommon-sys/wrapper.h | null | null | null | null | null | null | C | 2026-05-04T19:02:38.930587 | /* ccommon - a cache common library.
* Copyright (C) 2018 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/buffer/cc_dbuf.c | null | null | null | null | null | null | C | 2026-05-04T19:02:38.932205 | #include <buffer/cc_dbuf.h>
#include <cc_bstring.h>
#include <cc_debug.h>
#include <cc_mm.h>
#include <stddef.h>
#define DBUF_MODULE_NAME "ccommon::buffer::dbuf"
static bool dbuf_init = false;
/* Maximum size of the buffer */
static uint8_t max_power = DBUF_DEFAULT_MAX;
static uint32_t max_size = BUF_INIT_SIZE << ... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_array.c | null | null | null | null | null | null | C | 2026-05-04T19:02:38.966990 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_bstring.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.149362 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_debug.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.233092 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/include/time/cc_wheel.h | null | null | null | null | null | null | C | 2026-05-04T19:02:39.270455 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_log.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.326442 | /*
* ccommon cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/buffer/cc_buf.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.478437 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_option.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.512386 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_rbuf.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.557274 | /*
* ccommon - a cache common library.
* Copyright (C) 2015 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_print.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.557778 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_ring_array.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.572653 | /*
* ccommon - a cache common library.
* Copyright (C) 2015 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_signal.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.789867 | #include <cc_signal.h>
#include <cc_bstring.h>
#include <cc_define.h>
#include <cc_debug.h>
#include <errno.h>
#include <signal.h>
#include <string.h>
struct signal signals[SIGNAL_MAX];
#ifndef CC_HAVE_SIGNAME
const char* sys_signame[SIGNAL_MAX + 1] = {
"UNDEFINED",
"SIGHUP",
"SIGINT",
"SIGQUIT",
... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/channel/cc_pipe.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.876177 | /*
* ccommon - a cache common library.
* Copyright (C) 2015 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/channel/cc_tcp.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.903253 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/event/cc_epoll.c | null | null | null | null | null | null | C | 2026-05-04T19:02:39.972988 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/event/cc_kqueue.c | null | null | null | null | null | null | C | 2026-05-04T19:02:40.072111 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
twitter/pelikan | https://github.com/twitter/pelikan | null | null | null | null | 1,961 | null | null | apache-2.0 | null | null | null | null | null | null | null | legacy/deps/ccommon/src/cc_mm.c | null | null | null | null | null | null | C | 2026-05-04T19:02:44.442285 | /*
* ccommon - a cache common library.
* Copyright (C) 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | bind/refine.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.781039 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | database/bigint.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.785782 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | bind/bindformat.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.805845 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | database/class.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.819943 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | database/binding.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.821451 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | bind/bind.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.823162 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | database/block.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.824432 | // Copyright 2021 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
google/rune | https://github.com/google/rune | null | null | null | null | 1,927 | null | null | apache-2.0 | null | null | null | null | null | null | null | bind/create_vars.c | null | null | null | null | null | null | C | 2026-05-04T19:02:46.828945 | // Copyright 2023 Google LLC.
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.