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
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
afl-gotcpu.c
null
null
null
null
null
null
C
2026-05-04T19:25:10.326913
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
alloc-inl.h
null
null
null
null
null
null
C
2026-05-04T19:25:10.432742
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
config.h
null
null
null
null
null
null
C
2026-05-04T19:25:10.577158
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
experimental/persistent_demo/persistent_demo.c
null
null
null
null
null
null
C
2026-05-04T19:25:10.666402
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
experimental/argv_fuzzing/test.c
null
null
null
null
null
null
C
2026-05-04T19:25:10.670546
#include <stdio.h> #include "argv-fuzz-inl.h" int main(int argc, char *argv[]) { AFL_INIT_SET0("a.out"); int i; printf("argc = %d\n", argc); for (i = 0; i < argc; i++) printf("argv[%d] = '%s'\n", i, argv[i]); return 0; }
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
experimental/post_library/post_library.so.c
null
null
null
null
null
null
C
2026-05-04T19:25:10.922403
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
experimental/post_library/post_library_png.so.c
null
null
null
null
null
null
C
2026-05-04T19:25:11.030191
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
llvm_mode/afl-clang-fast.c
null
null
null
null
null
null
C
2026-05-04T19:25:11.643389
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
afl-as.h
null
null
null
null
null
null
C
2026-05-04T19:25:14.439080
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
afl-tmin.c
null
null
null
null
null
null
C
2026-05-04T19:25:14.959105
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
qemu_mode/patches/afl-qemu-cpu-inl.h
null
null
null
null
null
null
C
2026-05-04T19:25:14.979941
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
afl-showmap.c
null
null
null
null
null
null
C
2026-05-04T19:25:15.009117
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
afl-gcc.c
null
null
null
null
null
null
C
2026-05-04T19:25:15.076166
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
afl-as.c
null
null
null
null
null
null
C
2026-05-04T19:25:15.126911
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
test-instr.c
null
null
null
null
null
null
C
2026-05-04T19:25:15.221446
/* Copyright 2014 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
types.h
null
null
null
null
null
null
C
2026-05-04T19:25:15.645279
/* Copyright 2013 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
test-libfuzzer-target.c
null
null
null
null
null
null
C
2026-05-04T19:25:15.707193
/* Copyright 2019 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
hash.h
null
null
null
null
null
null
C
2026-05-04T19:25:16.389348
/* Copyright 2016 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
libdislocator/libdislocator.so.c
null
null
null
null
null
null
C
2026-05-04T19:25:16.433415
/* Copyright 2016 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
libtokencap/libtokencap.so.c
null
null
null
null
null
null
C
2026-05-04T19:25:16.434125
/* Copyright 2016 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
google/AFL
https://github.com/google/AFL
null
null
null
null
4,095
null
null
apache-2.0
null
null
null
null
null
null
null
llvm_mode/afl-llvm-rt.o.c
null
null
null
null
null
null
C
2026-05-04T19:25:17.551809
/* Copyright 2015 Google LLC All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agr...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/insert.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.104181
/*------------------------------------------------------------------------- * * insert.h * Declarations for inserting tuples into B-tree. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/insert.h * *-------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/build.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.107166
/*------------------------------------------------------------------------- * * build.h * Declarations for sort-based B-tree index building. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/build.h * *----------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/iterator.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.109099
/*------------------------------------------------------------------------- * * iterator.h * Declarations of orioledb B-tree iterator. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/iterator.h * *--------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/merge.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.110611
/*------------------------------------------------------------------------- * * merge.h * Declarations for B-tree pages merge. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/merge.h * *------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/modify.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.121770
/*------------------------------------------------------------------------- * * modify.h * Declarations for OrioleDB B-tree modification. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/modify.h * *------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/check.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.184849
/*------------------------------------------------------------------------- * * check.h * Declarations for checking the OrioleDB B-tree structure. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/check.h * *-----------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/find.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.221091
/*------------------------------------------------------------------------- * * find.h * Declarations for finding page in orioledb B-tree. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/find.h * *--------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/btree.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.392196
/*------------------------------------------------------------------------- * * btree.h * General declarations for OrioleDB B-tree implementation * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/btree.h * *-----------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/fastpath.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.929406
/*------------------------------------------------------------------------- * * fastpath.h * Declarations for fastpath intra-page navigation in B-tree. * * Copyright (c) 2025-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/fastpath.h * *---...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/page_state.h
null
null
null
null
null
null
C
2026-05-04T19:25:20.988586
/*------------------------------------------------------------------------- * * page_state.h * Declarations of OrioleDB B-tree page state. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/page_state.h * *--------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog/free_extents.h
null
null
null
null
null
null
C
2026-05-04T19:25:21.267920
/*------------------------------------------------------------------------- * * free_extents.h * Routines for an orioledb free file extents list. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/catalog/free_extents.h * *--...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog/indices.h
null
null
null
null
null
null
C
2026-05-04T19:25:21.614837
/*------------------------------------------------------------------------- * * indices.h * Indices routines. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/catalog/indices.h * *--------------------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/page_chunks.h
null
null
null
null
null
null
C
2026-05-04T19:25:21.802887
/*------------------------------------------------------------------------- * * page_chunks.h * Declarations for routines dealing with OrioleDB page chunks. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/page_chunks.h ...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/print.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.072387
/*------------------------------------------------------------------------- * * print.h * Declarations of OrioleDB B-tree printing routines. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/print.h * *-----------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/page_contents.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.073787
/*------------------------------------------------------------------------- * * page_contents.h * Declarations of OrioleDB B-tree page structure. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/page_contents.h * *----...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/undo.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.386732
/*------------------------------------------------------------------------- * * undo.h * Declarations of B-tree undo records and routines dealing with them. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/undo.h * *--...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog/o_tables.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.387971
/*------------------------------------------------------------------------- * * o_tables.h * Routines for orioledb tables system tree. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/catalog/o_tables.h * *-----------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog/sys_trees.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.517249
/*------------------------------------------------------------------------- * * sys_trees.h * Headers for system trees * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/catalog/sys_trees.h * *---------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog/o_indices.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.818780
/*------------------------------------------------------------------------- * * o_indices.h * Declarations for orioledb indices system tree. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/catalog/o_indices.h * *----------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/checkpoint/control.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.907388
/*------------------------------------------------------------------------- * * control.h * Declarations for control file. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/checkpoint/control.h * *----------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/indexam/handler.h
null
null
null
null
null
null
C
2026-05-04T19:25:22.976933
/*------------------------------------------------------------------------- * * handler.h * Declarations of index access method handler * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/indexam/handler.h * *------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/orioledb.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.095063
/*------------------------------------------------------------------------- * * orioledb.h * Common declarations for orioledb engine. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/orioledb.h * *---------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/recovery/internal.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.159184
/*------------------------------------------------------------------------- * * internal.h * Internal declarations for orioledb engine recovery. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/recovery/internal.h * *-------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/catalog/o_sys_cache.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.230858
/*------------------------------------------------------------------------- * * o_sys_cache.h * Generic interface for system catalog duplicate trees. * * Generic system catalog tree interface that used to prevent syscache * usage during recovery. System catalog cache trees shoud use o_sys_cache_* * functions in...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/recovery/logical.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.454685
/*------------------------------------------------------------------------- * * logical.h * External declarations for logical decoding of OrioleDB tables. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/recovery/logical.h * ...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/recovery/wal.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.713322
/*------------------------------------------------------------------------- * * wal.h * WAL declarations for orioledb. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/recovery/wal.h * *-------------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/recovery/wal_reader.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.754343
/*------------------------------------------------------------------------- * * wal_reader.h * WAL parser declarations for OrioleDB. * * Copyright (c) 2026, Oriole DB Inc. * Copyright (c) 2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/recovery/wal_reader.h * *--------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/rewind/rewind.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.913244
/*------------------------------------------------------------------------- * * rewind.h * Routines for rewind worker. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/rewind/rewind.h * *-------------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/checkpoint/checkpoint.h
null
null
null
null
null
null
C
2026-05-04T19:25:23.998994
/*------------------------------------------------------------------------- * * checkpoint.h * Declarations for checkpoint. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/checkpoint/checkpoint.h * *-----------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/checkpoint.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.116930
/*------------------------------------------------------------------------- * * checkpoint.h * Declarations for S3 checkpointing. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/checkpoint.h * *--------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/recovery/wal_record.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.349299
/*------------------------------------------------------------------------- * * wal_record.h * WAL records list. The exact representation of a WAL record is determined * by a X-Macro, which is not defined in this file; it can be defined by the * caller for special purposes. * * Copyright (c) 2026, Oriole D...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/checksum.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.381815
/*------------------------------------------------------------------------- * * checksum.h * Declarations for calculating checksums of S3-specific data. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/checksum.h * *----...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/control.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.434607
/*------------------------------------------------------------------------- * * control.h * Declarations for S3 control and lock files. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/control.h * *-----------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/headers.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.568819
/*------------------------------------------------------------------------- * * headers.h * Declarations for handling of S3-specific data file headers. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/headers.h * *------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/recovery/recovery.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.630804
/*------------------------------------------------------------------------- * * recovery.h * External declarations for orioledb engine recovery. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/recovery/recovery.h * *-------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/requests.h
null
null
null
null
null
null
C
2026-05-04T19:25:24.782064
/*------------------------------------------------------------------------- * * requests.h * Declarations for S3 requests. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/requests.h * *-----------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/bitmap_scan.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.006757
/*------------------------------------------------------------------------- * * bitmap_scan.h * Declarations for bitmap scan of OrioleDB table. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/bitmap_scan.h * *------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/worker.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.024373
/*------------------------------------------------------------------------- * * worker.h * Declarations for S3 worker process. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/worker.h * *---------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/descr.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.117758
/*------------------------------------------------------------------------- * * descr.h * Declarations of descriptors used for table access method definition. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/descr.h *...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/handler.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.238566
/*------------------------------------------------------------------------- * * handler.h * Declarations of table access method handler * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/handler.h * *------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/index_scan.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.309228
/*------------------------------------------------------------------------- * * index_scan.h * Declarations for index scan of OrioleDB table. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/index_scan.h * *---------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/io.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.346866
/*------------------------------------------------------------------------- * * io.h * Declarations for orioledb B-tree IO. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/io.h * *-------------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/operations.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.642539
/*------------------------------------------------------------------------- * * operations.h * Declarations of table-level operations * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/operations.h * *-----------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/toast.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.761040
/*------------------------------------------------------------------------- * * toast.h * Table-level declarations for orioledb TOAST implementation * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/toast.h * *------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/tree.h
null
null
null
null
null
null
C
2026-05-04T19:25:25.913380
/*------------------------------------------------------------------------- * * tree.h * Declarations for implementation of BTree interface for OrioleDB * tables. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/tree...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/split.h
null
null
null
null
null
null
C
2026-05-04T19:25:26.568818
/*------------------------------------------------------------------------- * * split.h * Declarations for splitting B-tree pages. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/split.h * *---------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/s3/queue.h
null
null
null
null
null
null
C
2026-05-04T19:25:29.942975
/*------------------------------------------------------------------------- * * queue.h * Declarations for queue of tasks for S3 workers. * * Copyright (c) 2024-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/s3/queue.h * *----------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/key_range.h
null
null
null
null
null
null
C
2026-05-04T19:25:30.604041
/*------------------------------------------------------------------------- * * key_range.h * Declarations of range of keys. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/key_range.h * *---------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/tableam/scan.h
null
null
null
null
null
null
C
2026-05-04T19:25:30.822723
/*------------------------------------------------------------------------- * * scan.h * Scan Provider for orioledb tables. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/tableam/scan.h * *---------------------------------...
orioledb/orioledb
https://github.com/orioledb/orioledb
null
null
null
null
4,053
null
null
apache-2.0
null
null
null
null
null
null
null
include/btree/scan.h
null
null
null
null
null
null
C
2026-05-04T19:25:30.997683
/*------------------------------------------------------------------------- * * scan.h * Declarations for sequential scan of OrioleDB B-tree. * * Copyright (c) 2021-2026, Oriole DB Inc. * Copyright (c) 2025-2026, Supabase Inc. * * IDENTIFICATION * contrib/orioledb/include/btree/scan.h * *-----------------...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Actions.h
null
null
null
null
null
null
C
2026-05-04T19:25:34.459108
/* * Copyright (c) 2016 Cloudbase Solutions Srl * * 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 ...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/include/OvsDpInterfaceCtExt.h
null
null
null
null
null
null
C
2026-05-04T19:25:34.466844
/* * Copyright (c) 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-nat.c
null
null
null
null
null
null
C
2026-05-04T19:25:34.509512
#include "Conntrack-nat.h" #include "Jhash.h" PLIST_ENTRY ovsNatTable = NULL; PLIST_ENTRY ovsUnNatTable = NULL; static NDIS_SPIN_LOCK ovsCtNatLock; static ULONG ovsNatEntries; /* *--------------------------------------------------------------------------- * OvsHashNatKey * Hash NAT related fields in a Conntrack...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-ftp.c
null
null
null
null
null
null
C
2026-05-04T19:25:34.539256
/* * Copyright (c) 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Actions.c
null
null
null
null
null
null
C
2026-05-04T19:25:34.577313
/* * Copyright (c) 2014, 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/include/OvsDpInterfaceExt.h
null
null
null
null
null
null
C
2026-05-04T19:25:34.728690
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-nat.h
null
null
null
null
null
null
C
2026-05-04T19:25:35.091906
#ifndef _CONNTRACK_NAT_H #define _CONNTRACK_NAT_H #include "precomp.h" #include "Flow.h" #include "Debug.h" #include <stddef.h> #include "Conntrack.h" #define NAT_HASH_TABLE_SIZE ((UINT32)1 << 10) #define NAT_HASH_TABLE_MASK (NAT_HASH_TABLE_SIZE - 1) typedef struct OVS_NAT_ENTRY { LIST_ENTRY link; LIST_ENTRY...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-tcp.c
null
null
null
null
null
null
C
2026-05-04T19:25:35.218091
/*- * Copyright (c) 2001 Daniel Hartmeier * Copyright (c) 2002 - 2008 Henning Brauer * Copyright (c) 2012 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 2015, 2016 VMware, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provid...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack.h
null
null
null
null
null
null
C
2026-05-04T19:25:35.694347
/* * Copyright (c) 2015, 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack.c
null
null
null
null
null
null
C
2026-05-04T19:25:35.695793
/* * Copyright (c) 2015, 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-icmp.c
null
null
null
null
null
null
C
2026-05-04T19:25:35.785970
/* * Copyright (c) 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-other.c
null
null
null
null
null
null
C
2026-05-04T19:25:35.787142
/* * Copyright (c) 2015, 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/BufferMgmt.h
null
null
null
null
null
null
C
2026-05-04T19:25:35.821530
/* * Copyright (c) 2014, 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Conntrack-related.c
null
null
null
null
null
null
C
2026-05-04T19:25:36.151443
/* * Copyright (c) 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Debug.c
null
null
null
null
null
null
C
2026-05-04T19:25:36.391389
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Driver.c
null
null
null
null
null
null
C
2026-05-04T19:25:36.437207
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Ethernet.h
null
null
null
null
null
null
C
2026-05-04T19:25:36.478362
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Event.c
null
null
null
null
null
null
C
2026-05-04T19:25:37.237412
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Geneve.c
null
null
null
null
null
null
C
2026-05-04T19:25:37.427743
/* * Copyright (c) 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Flow.h
null
null
null
null
null
null
C
2026-05-04T19:25:37.440733
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Debug.h
null
null
null
null
null
null
C
2026-05-04T19:25:37.470628
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Event.h
null
null
null
null
null
null
C
2026-05-04T19:25:37.546822
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Geneve.h
null
null
null
null
null
null
C
2026-05-04T19:25:38.165219
/* * Copyright (c) 2016 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Gre.c
null
null
null
null
null
null
C
2026-05-04T19:25:38.605845
/* * Copyright (c) 2015, 2016 Cloudbase Solutions Srl * * 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 applic...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Ip6Fragment.c
null
null
null
null
null
null
C
2026-05-04T19:25:38.607122
/* * Copyright (c) 2022 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/IpFragment.c
null
null
null
null
null
null
C
2026-05-04T19:25:39.067502
/* * Copyright (c) 2017 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/Gre.h
null
null
null
null
null
null
C
2026-05-04T19:25:39.292834
/* * Copyright (c) 2015, 2016 Cloudbase Solutions Srl * * 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 applic...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/IpHelper.c
null
null
null
null
null
null
C
2026-05-04T19:25:39.294543
/* * Copyright (c) 2014 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
openvswitch/ovs
https://github.com/openvswitch/ovs
null
null
null
null
3,942
null
null
apache-2.0
null
null
null
null
null
null
null
datapath-windows/ovsext/IpFragment.h
null
null
null
null
null
null
C
2026-05-04T19:25:39.505153
/* * Copyright (c) 2017 VMware, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...