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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/json.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.403390 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
int rc = SQLITE_OK;
sqlite3 *db;
sqlite3_stmt *stmt;
//rc = sqlite3_auto_extension... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/metadata-columns.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.417552 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < 8) return 0;
int rc;
sqlite3 *db;
rc = sqlite3_open(":memory:", &db);
... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-create.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.498807 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
int rc = SQLITE_OK;
sqlite3 *db;
sqlite3_stmt *stmt;
rc = sqlite3_open(":memory:", ... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-interleave.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.511232 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
/**
* Fuzz target: interleaved insert/update/delete/KNN operations on rescore
* tables with BOTH quantizer types, exercising the int8 quantizer path
* a... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-quantize-edge.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.767858 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
/* Test wrappers from sqlite-vec-rescore.c (SQLITE_VEC_TEST build) */
extern void _test_rescore_quantize_float_to_bit(const float *src, u... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-knn-deep.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.872771 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
/**
* Fuzz target: deep exercise of rescore KNN with fuzz-controlled query vectors
* and both quantizer types (bit + int8), multiple distance metrics.
*... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-quantize.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.919378 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
/* These are SQLITE_VEC_TEST wrappers defined in sqlite-vec-rescore.c */
extern void _test_rescore_quantize_float_to_bit(const float *src, uint8_t *dst, si... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-shadow-corrupt.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.934580 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
/**
* Fuzz target: corrupt rescore shadow tables then exercise KNN/read/write.
*
* This targets the dangerous code paths in rescore_knn (Phase 1 + 2):
... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/rescore-operations.c | null | null | null | null | null | null | C | 2026-05-04T19:37:39.968008 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < 6) return 0;
int rc;
sqlite3 *db;
sqlite3_stmt *stmtInsert = NULL;
sql... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/scalar-functions.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.034629 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < 2) return 0;
int rc;
sqlite3 *db;
sqlite3_stmt *stmt = NULL;
rc = sql... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/vec-each.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.062829 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
int rc;
sqlite3 *db;
sqlite3_stmt *stmt = NULL;
rc = sqlite3_open(":memory:", &db);... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/shadow-corrupt.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.063460 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < 2) return 0;
int rc;
sqlite3 *db;
rc = sqlite3_open(":memory:", &db);
... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/vec-mismatch.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.246462 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
/*
* Fuzz target that exercises error-path cleanup in vector functions.
*
* The key insight: when a vector is parsed from JSON TEXT, the cleanup
* func... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/vec0-create-full.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.246918 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
int rc;
sqlite3 *db;
rc = sqlite3_open(":memory:", &db);
assert(rc == SQLITE_OK);
... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/vec0-create.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.390898 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
int rc = SQLITE_OK;
sqlite3 *db;
sqlite3_stmt *stmt;
rc = sqlite3_open(":memory:",... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/vec0-delete-completeness.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.497038 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < 6) return 0;
int rc;
sqlite3 *db;
sqlite3_stmt *stmtInsert = NULL;
sql... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/fuzz/vec0-operations.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.570254 | #include <stdint.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite-vec.h"
#include "sqlite3.h"
#include <assert.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
if (size < 6) return 0;
int rc;
sqlite3 *db;
sqlite3_stmt *stmtInsert = NULL;
sql... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/minimum/demo.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.570908 | #include "sqlite3.h"
#include "sqlite-vec.h"
#include <stdio.h>
#include <unistd.h>
#include <assert.h>
int main(int argc, char *argv[]) {
int rc = SQLITE_OK;
sqlite3 *db;
sqlite3_stmt *stmt;
rc = sqlite3_open(":memory:", &db);
assert(rc == SQLITE_OK);
rc = sqlite3_vec_init(db, NULL, NULL);
assert(rc =... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/sqlite-vec-internal.h | null | null | null | null | null | null | C | 2026-05-04T19:37:40.714820 | #ifndef SQLITE_VEC_INTERNAL_H
#define SQLITE_VEC_INTERNAL_H
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>
#ifndef SQLITE_VEC_ENABLE_IVF
#define SQLITE_VEC_ENABLE_IVF 1
#endif
int min_idx(
const float *distances,
int32_t n,
uint8_t *candidates,
int32_t *out,
int32_t k,
uint8_t *bTaken,
int... |
asg017/sqlite-vec | https://github.com/asg017/sqlite-vec | null | null | null | null | 7,535 | null | null | apache-2.0 | null | null | null | null | null | null | null | tests/test-unit.c | null | null | null | null | null | null | C | 2026-05-04T19:37:40.760533 | #include "../sqlite-vec.h"
#include "sqlite-vec-internal.h"
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#define countof(x) (sizeof(x) / sizeof((x)[0]))
// Tests vec0_token_next(), the low-level tokenizer that extracts the next
// token from a raw char range. Covers every token type (i... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-alloc.c | null | null | null | null | null | null | C | 2026-05-04T19:37:46.260185 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-alloc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:46.283538 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/debugger/debugger.c | null | null | null | null | null | null | C | 2026-05-04T19:37:46.347422 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/config.h | null | null | null | null | null | null | C | 2026-05-04T19:37:46.359696 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/api/jerry-debugger.c | null | null | null | null | null | null | C | 2026-05-04T19:37:46.392503 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/api/jerry-snapshot.c | null | null | null | null | null | null | C | 2026-05-04T19:37:46.393706 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/api/jerry-module.c | null | null | null | null | null | null | C | 2026-05-04T19:37:46.426878 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/api/jerry-debugger-transport.c | null | null | null | null | null | null | C | 2026-05-04T19:37:46.460897 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/debugger/debugger.h | null | null | null | null | null | null | C | 2026-05-04T19:37:46.496398 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/api/jerry-snapshot.h | null | null | null | null | null | null | C | 2026-05-04T19:37:46.530067 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-error-messages.inc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:47.216626 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-errors.c | null | null | null | null | null | null | C | 2026-05-04T19:37:47.237316 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-extended-info.c | null | null | null | null | null | null | C | 2026-05-04T19:37:47.255894 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-extended-info.h | null | null | null | null | null | null | C | 2026-05-04T19:37:47.256847 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-errors.h | null | null | null | null | null | null | C | 2026-05-04T19:37:47.292700 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-gc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:47.293878 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-collection.c | null | null | null | null | null | null | C | 2026-05-04T19:37:47.298185 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-gc.c | null | null | null | null | null | null | C | 2026-05-04T19:37:47.363292 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-globals.h | null | null | null | null | null | null | C | 2026-05-04T19:37:47.388052 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-conversion.c | null | null | null | null | null | null | C | 2026-05-04T19:37:47.663855 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-errol.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.051843 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-number.h | null | null | null | null | null | null | C | 2026-05-04T19:37:48.052365 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-init-finalize.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.085506 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-number.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.093814 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-external-pointers.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.098846 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-value.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.127620 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers.h | null | null | null | null | null | null | C | 2026-05-04T19:37:48.135871 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.161566 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-helpers-string.c | null | null | null | null | null | null | C | 2026-05-04T19:37:48.174053 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-init-finalize.h | null | null | null | null | null | null | C | 2026-05-04T19:37:48.393582 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-lcache.c | null | null | null | null | null | null | C | 2026-05-04T19:37:49.273210 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-literal-storage.h | null | null | null | null | null | null | C | 2026-05-04T19:37:49.275836 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-line-info.c | null | null | null | null | null | null | C | 2026-05-04T19:37:49.276498 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-line-info.h | null | null | null | null | null | null | C | 2026-05-04T19:37:49.280657 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-literal-storage.c | null | null | null | null | null | null | C | 2026-05-04T19:37:49.290649 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-module.h | null | null | null | null | null | null | C | 2026-05-04T19:37:49.291796 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-lcache.h | null | null | null | null | null | null | C | 2026-05-04T19:37:49.298532 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-module.c | null | null | null | null | null | null | C | 2026-05-04T19:37:49.334028 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-aggregateerror.inc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:50.613547 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype-unscopables.inc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:50.969843 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-property-hashmap.c | null | null | null | null | null | null | C | 2026-05-04T19:37:50.971112 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-array-iterator-prototype.inc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:51.582660 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype-unscopables.c | null | null | null | null | null | null | C | 2026-05-04T19:37:51.583346 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-aggregateerror-prototype.inc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:51.583957 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-aggregateerror-prototype.c | null | null | null | null | null | null | C | 2026-05-04T19:37:51.628383 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-aggregateerror.c | null | null | null | null | null | null | C | 2026-05-04T19:37:51.719436 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-array-iterator-prototype.c | null | null | null | null | null | null | C | 2026-05-04T19:37:51.801053 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.c | null | null | null | null | null | null | C | 2026-05-04T19:37:51.954339 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/builtin-objects/ecma-builtin-array-prototype.inc.h | null | null | null | null | null | null | C | 2026-05-04T19:37:52.046569 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
jerryscript-project/jerryscript | https://github.com/jerryscript-project/jerryscript | null | null | null | null | 7,388 | null | null | apache-2.0 | null | null | null | null | null | null | null | jerry-core/ecma/base/ecma-property-hashmap.h | null | null | null | null | null | null | C | 2026-05-04T19:37:55.823712 | /* Copyright JS Foundation and other contributors, http://js.foundation
*
* 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... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/bsb.h | null | null | null | null | null | null | C | 2026-05-04T19:38:00.381917 | /******************************************************************************/
/* bsb.h -- Byte Safe Buffers
*
* Simple macros that deal with byte safe importing/exporting and deal with
* buffer overflows.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _BSB_HEADER
#define _BSB_HEADER
#define BSB_INIT(b,... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/command.c | null | null | null | null | null | null | C | 2026-05-04T19:38:00.409654 | /******************************************************************************/
/* command.c
*
* Copyright 2024 All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <inttypes.h>
#include <sys/stat.h>
#include "gio/gio.h"
#include "glib-object.h"
#include "arkime.h"
extern ArkimeConfig_t ... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/dedup.c | null | null | null | null | null | null | C | 2026-05-04T19:38:00.411618 | /******************************************************************************/
/* dedup.c -- dedup packets
*
* Copyright 2020 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Circular array of chained hashtable where space is preallocated and
* there is a count array of elements per... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/cloud.c | null | null | null | null | null | null | C | 2026-05-04T19:38:00.413293 | /******************************************************************************/
/* cloud.c
*
* Common cloud code
*
* Copyright 2024 All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <fcntl.h>
#include <curl/curl.h>
#include "arkime.h"
extern ArkimeConfig_t config;
LOCAL void ... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/hash.h | null | null | null | null | null | null | C | 2026-05-04T19:38:00.419473 | /******************************************************************************/
/* hash.h -- Hashtable
*
* Simple macro based hashtable using DLL buckets with counts that supports
* having a single item in multiple lists or hash tables by using a prefix.
* Every element in the hash table needs to follow the DLL r... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/dll.h | null | null | null | null | null | null | C | 2026-05-04T19:38:00.425876 | /******************************************************************************/
/* dll.h -- Double Linked List
*
* Simple macro based DLL with counts that supports having a single item in
* multiple lists by using a prefix. Every element in the list needs to
* have a [prefix]next and [prefix]prev elements. The ... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/field.c | null | null | null | null | null | null | C | 2026-05-04T19:38:00.442340 | /******************************************************************************/
/* field.c -- Functions dealing with declaring fields
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <stdarg.h>
#include <arpa/inet.h>
#include <math.h>
#... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/arkime.h | null | null | null | null | null | null | C | 2026-05-04T19:38:00.450582 | /******************************************************************************/
/* arkime.h -- General Arkime include file
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <unist... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/config.c | null | null | null | null | null | null | C | 2026-05-04T19:38:00.451872 | /******************************************************************************/
/* config.c -- Functions dealing with the config file
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkimeconfig.h"
#include "arkime.h"
#include <sys/types.h>
#include <sy... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/drophash.c | null | null | null | null | null | null | C | 2026-05-04T19:38:00.498320 | /* drophash.c - simple hash that locks on writes but not on reads
* used for dropping packets by ip:port before the packet copy
*
* Copyright 2018 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include "dll.h"
/*****************************************... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/adb.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.188427 | /* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
/******************************************************************************/
/* ADB command constants (little-endian) */
#define A_SYNC 0x434e5953
#define A_CNXN 0x4e584e43
#define A_OPEN 0x4e4... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/main.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.210850 | /* main.c -- Initialization of components
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <pwd.h>
#include <grp.h>
#include <errno.h>
#include <sys/resource.h>
#ifdef _POSIX_MEMLOCK
#include <sys/mman.h>
#endif
#ifdef _POSIX_PRIORITY_S... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/http.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.236793 | /* http.c -- Functions dealing with http connections.
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#define CURL_DISABLE_DEPRECATION
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <string.h>
#include <ctype.h>
#include <sys/types.h>
#... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/mprotocol.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.243672 | /* mprotocol.c -- Handle mProtocol registration and unknown/corrupt packets
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <netinet/ip.h>
#include <netinet/ip6.h>
/*********************************************************************... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/bacnet.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.303188 | /* Copyright 2026 Andy Wick. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
/*
* BACnet/IP (Building Automation and Control Networks)
* BVLC (BACnet Virtual Link Control) header followed by NPDU and optionally APDU
*
* BVLC Header (4 bytes minimum):
* Type (1 byte): 0x81 ... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/ah.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.305680 | /* ah.c
*
* Copyright 2019 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include "patricia.h"
#include <inttypes.h>
#include <arpa/inet.h>
#include <errno.h>
/******************************************************************************/
extern ArkimeConfig_t ... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/arp.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.336780 | /* Copyright 2019 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
//#define ARPDEBUG 1
extern ArkimeConfig_t config;
LOCAL int arpMProtocol;
/******************************************************************************/
LOCAL void arp_create_sessionid(uint8_t... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/bgp.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.393726 | /* Copyright 2019 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
//#define BGPDEBUG 1
extern ArkimeConfig_t config;
LOCAL ArkimePQ_t *bgpPq;
LOCAL int typeField;
/*******************************************************************... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.441068 | /* parsers.c -- Functions for dealing with classification and parsers
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <inttypes.h>
#include <fcntl.h>
#include "gmodule.h"
#include "magic.h"
#include "bsb.h"
//#define DEBUG_PARSERS 1
... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/packet.c | null | null | null | null | null | null | C | 2026-05-04T19:38:01.445380 | /* packet.c -- Functions for acquiring data
*
* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include "patricia.h"
#include <inttypes.h>
#include <arpa/inet.h>
#include <net/ethernet.h>
#include <errno.h>
#include "pcap.h"
#include "arkimeconfig... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/camel.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.064393 | /* camel.c - CAMEL/CAP parser for SS7/SIGTRAN
*
* Handles TCAP messages containing CAP/CAMEL operations.
* Registers as a sub-parser with tcap using CAMEL application context OIDs.
*
* Copyright 2026 Andy Wick. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
extern ArkimeCo... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/c1222.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.065505 | /* c1222.c
*
* Copyright 2026 All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* ANSI C12.22 Protocol Parser
* Parses C12.22 (IEEE 1703) smart meter communication protocol
* which uses ACSE (Association Control Service Element) over TCP port 1153
*/
#include "arkime.h"
extern ArkimeConfig_t ... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/certs.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.072963 | /* Copyright 2023 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <inttypes.h>
#include "openssl/objects.h"
extern ArkimeConfig_t config;
LOCAL int certsField;
LOCAL int certAltField;
extern uint8_t arkime_char_to_hexstr[256][3];
LOCAL uint32_t tls_... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/ciscometadata.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.314268 | /* Copyright 2019 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <net/ethernet.h>
extern ArkimeConfig_t config;
/******************************************************************************/
SUPPRESS_ALIGNMENT
LOCAL ArkimePacketRC ciscometadata_packet... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/dhcp.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.315600 | /* Copyright 2018, Oath Inc.. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <arpa/inet.h>
#include <netinet/udp.h>
extern ArkimeConfig_t config;
LOCAL int dhcpMProtocol;
LOCAL int dhcpv6MProtocol;
LOCAL int typeField;
LOCAL int hostField;
LOCAL int macField;
L... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/dtls.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.316812 | /* Copyright 2019 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
//#define DTLSDEBUG 1
extern ArkimeConfig_t config;
LOCAL uint32_t tls_process_server_certificate_func;
LOCAL uint32_t dtls_process_server_hello_func;
LOCAL uint32_t dtls_process_client_hello_func... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/dcerpc.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.382860 | /* Copyright 2026 Andy Wick. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
/*
* DCE/RPC - Distributed Computing Environment / Remote Procedure Call
*
* Used by Windows for many services including:
* - DRSUAPI (Active Directory replication)
* - SAMR (Security Account Ma... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/diameter.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.665256 | /* Copyright 2026 Andy Wick. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
extern ArkimeConfig_t config;
LOCAL int originHostField;
LOCAL int originRealmField;
LOCAL int destHostField;
LOCAL int destRealmField;
LOCAL int sessionIdField;
LOCAL int userNameField;
LOCAL in... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/dnp3.c | null | null | null | null | null | null | C | 2026-05-04T19:38:03.666354 | /* dnp3.c
*
* Copyright 2026 Andy Wick. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
* DNP3 (Distributed Network Protocol 3) parser for SCADA/ICS systems
*/
#include <string.h>
#include "arkimeconfig.h"
#include "arkime.h"
extern ArkimeConfig_t config;
LOCAL int srcField;
LOCAL int d... |
arkime/arkime | https://github.com/arkime/arkime | null | null | null | null | 7,366 | null | null | apache-2.0 | null | null | null | null | null | null | null | capture/parsers/dns.c | null | null | null | null | null | null | C | 2026-05-04T19:38:04.273263 | /* Copyright 2012-2017 AOL Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "arkime.h"
#include <arpa/inet.h>
#include <sys/socket.h>
//#define DNSDEBUG 1
#define MAX_IPS 2000
#define DEFAULT_JSON_LEN 200
#define HOST_IP_JSON_LEN 250
#define ANSWER_JSON_LEN 200
#define FNV_OFFSET ((u... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.