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
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup.h
null
null
null
null
null
null
C
2026-05-04T19:18:35.903166
/*------------------------------------------------------------------------- * * pg_backup.h * * Public interface to the pg_dump archiver routines. * * See the headers to pg_restore for more details. * * Copyright (c) 2000, Philip Warner * Rights are granted to use this software in any way so long * as this ...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_archiver.h
null
null
null
null
null
null
C
2026-05-04T19:18:36.119154
/*------------------------------------------------------------------------- * * pg_backup_archiver.h * * Private interface to the pg_dump archiver routines. * It is NOT intended that these routines be called by any * dumper directly. * * See the headers to pg_restore for more details. * * Copyright (c) 2000, ...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_custom.c
null
null
null
null
null
null
C
2026-05-04T19:18:36.324200
/*------------------------------------------------------------------------- * * pg_backup_custom.c * * Implements the custom output format. * * The comments with the routines in this code are a good place to * understand how to write a new format. * * See the headers to pg_restore for more details. * * Copyr...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_db.c
null
null
null
null
null
null
C
2026-05-04T19:18:36.394563
/*------------------------------------------------------------------------- * * pg_backup_db.c * * Implements the basic DB functions used by the archiver. * * IDENTIFICATION * src/bin/pg_dump/pg_backup_db.c * *------------------------------------------------------------------------- */ #include "postgres_fe...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_db.h
null
null
null
null
null
null
C
2026-05-04T19:18:36.540796
/* * Definitions for pg_backup_db.c * * IDENTIFICATION * src/bin/pg_dump/pg_backup_db.h */ #ifndef PG_BACKUP_DB_H #define PG_BACKUP_DB_H #include "pg_backup.h" extern int ExecuteSqlCommandBuf(Archive *AHX, const char *buf, size_t bufLen); extern void ExecuteSqlStatement(Archive *AHX, const char *query); exte...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_directory.c
null
null
null
null
null
null
C
2026-05-04T19:18:36.781642
/*------------------------------------------------------------------------- * * pg_backup_directory.c * * A directory format dump is a directory, which contains a "toc.dat" file * for the TOC, and a separate file for each data entry, named "<oid>.dat". * Large objects (BLOBs) are stored in separate files named "b...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_null.c
null
null
null
null
null
null
C
2026-05-04T19:18:36.982157
/*------------------------------------------------------------------------- * * pg_backup_null.c * * Implementation of an archive that is never saved; it is used by * pg_dump to output a plain text SQL script instead of saving * a real archive. * * See the headers to pg_restore for more details. * * Copyright...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_tar.c
null
null
null
null
null
null
C
2026-05-04T19:18:37.028029
/*------------------------------------------------------------------------- * * pg_backup_tar.c * * This file is copied from the 'files' format file, but dumps data into * one temp file then sends it to the output TAR archive. * * The tar format also includes a 'restore.sql' script which is there for * the bene...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/13/pg_dump/pg_backup_tar.c
null
null
null
null
null
null
C
2026-05-04T19:18:37.378708
/*------------------------------------------------------------------------- * * pg_backup_tar.c * * This file is copied from the 'files' format file, but dumps data into * one temp file then sends it to the output TAR archive. * * The tar format also includes a 'restore.sql' script which is there for * the bene...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/13/pg_dump/pg_backup_db.c
null
null
null
null
null
null
C
2026-05-04T19:18:37.388064
/*------------------------------------------------------------------------- * * pg_backup_db.c * * Implements the basic DB functions used by the archiver. * * IDENTIFICATION * src/bin/pg_dump/pg_backup_db.c * *------------------------------------------------------------------------- */ #include "postgres_fe...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_utils.c
null
null
null
null
null
null
C
2026-05-04T19:18:37.516554
/*------------------------------------------------------------------------- * * pg_backup_utils.c * Utility routines shared by pg_dump and pg_restore * * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/bin/pg...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_utils.h
null
null
null
null
null
null
C
2026-05-04T19:18:37.621566
/*------------------------------------------------------------------------- * * pg_backup_utils.h * Utility routines shared by pg_dump and pg_restore. * * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/bin/p...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/13/pg_dump/pg_backup_tar.h
null
null
null
null
null
null
C
2026-05-04T19:18:37.634577
/* * src/bin/pg_dump/pg_backup_tar.h * * TAR Header (see "ustar interchange format" in POSIX 1003.1) * * Offset Length Contents * 0 100 bytes File name ('\0' terminated, 99 maximum length) * 100 8 bytes File mode (in octal ascii) * 108 8 bytes User ID (in octal ascii) * 116 8 bytes Group ID (in octa...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_dump.h
null
null
null
null
null
null
C
2026-05-04T19:18:37.739507
/*------------------------------------------------------------------------- * * pg_dump.h * Common header file for the pg_dump utility * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/bin/pg_dump/pg_dump.h ...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/13/pg_dump/pg_backup_directory.c
null
null
null
null
null
null
C
2026-05-04T19:18:37.874797
/*------------------------------------------------------------------------- * * pg_backup_directory.c * * A directory format dump is a directory, which contains a "toc.dat" file * for the TOC, and a separate file for each data entry, named "<oid>.dat". * Large objects (BLOBs) are stored in separate files named "b...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_backup_tar.h
null
null
null
null
null
null
C
2026-05-04T19:18:38.036704
/* * src/bin/pg_dump/pg_backup_tar.h * * TAR Header (see "ustar interchange format" in POSIX 1003.1) * * Offset Length Contents * 0 100 bytes File name ('\0' terminated, 99 maximum length) * 100 8 bytes File mode (in octal ascii) * 108 8 bytes User ID (in octal ascii) * 116 8 bytes Group ID (in octa...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/pg_dump_sort.c
null
null
null
null
null
null
C
2026-05-04T19:18:38.110263
/*------------------------------------------------------------------------- * * pg_dump_sort.c * Sort the items of a dump into a safe order for dumping * * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDE...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/string_utils.c
null
null
null
null
null
null
C
2026-05-04T19:18:38.219364
/*------------------------------------------------------------------------- * * String-processing utility routines for frontend code * * Assorted utility functions that are useful in constructing SQL queries * and interpreting backend output. * * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/13/pgactive_compat.h
null
null
null
null
null
null
C
2026-05-04T19:18:39.237478
#ifndef PG_pgactive_COMPAT_H #define PG_pgactive_COMPAT_H #include "access/heapam.h" #include "access/genam.h" #include "common/hashfn.h" #include "access/htup_details.h" #include "utils/syscache.h" /* * XXX Should it be table_slot_create for >= 12 instead of * ExecInitExtraTupleSlot? */ #define ExecInitExtraTuple...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pg_dump/dumputils.h
null
null
null
null
null
null
C
2026-05-04T19:18:41.397373
/*------------------------------------------------------------------------- * * Utility routines for SQL dumping * * Basically this is stuff that is useful in both pg_dump and pg_dumpall. * * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the Un...
aws/pgactive
https://github.com/aws/pgactive
null
null
null
null
1,094
null
null
apache-2.0
null
null
null
null
null
null
null
src/compat/14/pgactive_compat.h
null
null
null
null
null
null
C
2026-05-04T19:18:43.738918
#ifndef PG_pgactive_COMPAT_H #define PG_pgactive_COMPAT_H #include "access/heapam.h" #include "access/genam.h" #include "common/hashfn.h" #include "access/htup_details.h" #include "utils/syscache.h" /* * XXX Should it be table_slot_create for >= 12 instead of * ExecInitExtraTupleSlot? */ #define ExecInitExtraTuple...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/cache.h
null
null
null
null
null
null
C
2026-05-04T19:18:47.956587
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/redis.c
null
null
null
null
null
null
C
2026-05-04T19:18:47.980898
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/redis.h
null
null
null
null
null
null
C
2026-05-04T19:18:47.982148
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/cfg.c
null
null
null
null
null
null
C
2026-05-04T19:18:47.990922
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/file.c
null
null
null
null
null
null
C
2026-05-04T19:18:47.996161
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/common.c
null
null
null
null
null
null
C
2026-05-04T19:18:48.031003
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/cfg_int.h
null
null
null
null
null
null
C
2026-05-04T19:18:48.961411
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/dir.c
null
null
null
null
null
null
C
2026-05-04T19:18:48.963393
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/cmds.c
null
null
null
null
null
null
C
2026-05-04T19:18:48.964750
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/dir.h
null
null
null
null
null
null
C
2026-05-04T19:18:49.078437
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/shm.c
null
null
null
null
null
null
C
2026-05-04T19:18:49.290752
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/cache.c
null
null
null
null
null
null
C
2026-05-04T19:18:49.292770
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/oauth.c
null
null
null
null
null
null
C
2026-05-04T19:18:49.983463
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/parse.h
null
null
null
null
null
null
C
2026-05-04T19:18:50.016211
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/parse.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.046202
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/oauth.h
null
null
null
null
null
null
C
2026-05-04T19:18:50.126146
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/authz.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.620977
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/content.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.638928
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cache/memcache.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.663038
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/discovery.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.673934
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/dpop.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.722932
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/provider.c
null
null
null
null
null
null
C
2026-05-04T19:18:50.935112
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/cache.h
null
null
null
null
null
null
C
2026-05-04T19:18:51.126195
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/handle.h
null
null
null
null
null
null
C
2026-05-04T19:18:51.223808
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/jwks.c
null
null
null
null
null
null
C
2026-05-04T19:18:51.242675
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/info.c
null
null
null
null
null
null
C
2026-05-04T19:18:51.259876
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/refresh.c
null
null
null
null
null
null
C
2026-05-04T19:18:51.312507
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/request_uri.c
null
null
null
null
null
null
C
2026-05-04T19:18:51.732610
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/request.c
null
null
null
null
null
null
C
2026-05-04T19:18:51.802334
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/logout.c
null
null
null
null
null
null
C
2026-05-04T19:18:52.236915
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/http.h
null
null
null
null
null
null
C
2026-05-04T19:18:52.436022
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/jose.c
null
null
null
null
null
null
C
2026-05-04T19:18:52.875717
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/jose.h
null
null
null
null
null
null
C
2026-05-04T19:18:53.036539
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/response.c
null
null
null
null
null
null
C
2026-05-04T19:18:53.099353
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/userinfo.c
null
null
null
null
null
null
C
2026-05-04T19:18:53.218032
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/metadata.c
null
null
null
null
null
null
C
2026-05-04T19:18:53.472105
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/cfg.h
null
null
null
null
null
null
C
2026-05-04T19:18:53.697940
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/metrics.h
null
null
null
null
null
null
C
2026-05-04T19:18:53.814261
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/metadata.h
null
null
null
null
null
null
C
2026-05-04T19:18:54.142573
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/oauth.c
null
null
null
null
null
null
C
2026-05-04T19:18:54.519574
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/oauth.h
null
null
null
null
null
null
C
2026-05-04T19:18:54.824621
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/const.h
null
null
null
null
null
null
C
2026-05-04T19:18:54.980236
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/proto/auth.c
null
null
null
null
null
null
C
2026-05-04T19:18:55.197446
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/cfg/provider.h
null
null
null
null
null
null
C
2026-05-04T19:18:56.446228
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/revoke.c
null
null
null
null
null
null
C
2026-05-04T19:18:57.470311
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/handle/session_management.c
null
null
null
null
null
null
C
2026-05-04T19:18:57.480072
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/http.c
null
null
null
null
null
null
C
2026-05-04T19:18:58.772364
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/metrics.c
null
null
null
null
null
null
C
2026-05-04T19:18:59.531915
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/mod_auth_openidc.h
null
null
null
null
null
null
C
2026-05-04T19:18:59.633736
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
OpenIDC/mod_auth_openidc
https://github.com/OpenIDC/mod_auth_openidc
null
null
null
null
1,086
null
null
apache-2.0
null
null
null
null
null
null
null
src/mod_auth_openidc.c
null
null
null
null
null
null
C
2026-05-04T19:18:59.691990
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
include/bare/target.h
null
null
null
null
null
null
C
2026-05-04T19:19:05.972318
#ifndef BARE_TARGET_H #define BARE_TARGET_H #if defined(__APPLE__) #include <TargetConditionals.h> #if TARGET_OS_IOS #define BARE_PLATFORM "ios" #define BARE_PLATFORM_IOS #elif TARGET_OS_MAC #define BARE_PLATFORM "darwin" #define BARE_PLATFORM_DARWIN #else #error Unsupported platform #endif #elif defined(__linux__) #i...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/addon.h
null
null
null
null
null
null
C
2026-05-04T19:19:05.988209
#ifndef BARE_ADDON_H #define BARE_ADDON_H #include <js.h> #include <uv.h> #include "types.h" js_value_t * bare_addon_get_static(bare_runtime_t *runtime); js_value_t * bare_addon_get_dynamic(bare_runtime_t *runtime); bare_addon_t * bare_addon_load_static(bare_runtime_t *runtime, const char *specifier); bare_addon_...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/bare.c
null
null
null
null
null
null
C
2026-05-04T19:19:05.996665
#include <js.h> #include <stddef.h> #include <stdlib.h> #include <uv.h> #include "../include/bare.h" #include "runtime.h" #include "types.h" #define bare__option(options, min_version, field) \ (options && options->version >= min_version ? options->field : bare__default_options.field) static const bare_options_t b...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
bin/bare.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.016653
#include <assert.h> #include <js.h> #include <rlimit.h> #include <signal.h> #include <string.h> #include <uv.h> #include "../include/bare.h" #include "bare.bundle.h" static uv_barrier_t bare__platform_ready; static uv_async_t bare__platform_shutdown; static js_platform_options_t bare__platform_options; static js_pla...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
include/bare/module.h
null
null
null
null
null
null
C
2026-05-04T19:19:06.017907
#ifndef BARE_MODULE_H #define BARE_MODULE_H #include <js.h> #include "helper.h" #define BARE_MODULE_VERSION 0 #ifndef BARE_MODULE_NAME #define BARE_MODULE_NAME NULL #endif #define BARE_MODULE_SYMBOL_HELPER(base, version) BARE_CONCAT(base, version) #define BARE_MODULE_SYMBOL_NAME_BASE bare_get_module_name_v #defi...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/addon.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.019800
#include <assert.h> #include <js.h> #include <napi.h> #include <stdbool.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <utf.h> #include <uv.h> #ifndef _WIN32 #include <dlfcn.h> #endif #ifndef thread_local #ifdef _WIN32 #define thread_local __declspec(thread) #else #define thread_local _Thread...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
include/bare/helper.h
null
null
null
null
null
null
C
2026-05-04T19:19:06.049163
#ifndef BARE_HELPER_H #define BARE_HELPER_H #define BARE_CONCAT(a, b) a##b #define BARE_STRING_LITERAL(x) #x #define BARE_STRING(x) BARE_STRING_LITERAL(x) #ifdef __cplusplus #define BARE_EXTERN_C_START extern "C" { #define BARE_EXTERN_C_END } #else #define BARE_EXTERN_C_START #define BARE_EXTERN_C_END #end...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
include/bare.h
null
null
null
null
null
null
C
2026-05-04T19:19:06.756940
#ifndef BARE_H #define BARE_H #ifdef __cplusplus extern "C" { #endif #include <js.h> #include <stddef.h> #include <uv.h> #include "bare/module.h" #include "bare/target.h" #include "bare/version.h" typedef struct bare_s bare_t; typedef struct bare_options_s bare_options_t; typedef void (*bare_before_exit_cb)(bare_t...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/runtime.h
null
null
null
null
null
null
C
2026-05-04T19:19:06.771189
#ifndef BARE_RUNTIME_H #define BARE_RUNTIME_H #include <js.h> #include <uv.h> #include "types.h" int bare_runtime_suspend(bare_runtime_t *runtime, int linger); int bare_runtime_wakeup(bare_runtime_t *runtime, int deadline); int bare_runtime_resume(bare_runtime_t *runtime); int bare_runtime_terminate(bare_runtime_...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
test/fixtures/dependent-addon/a/binding.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.775208
#include <assert.h> #include <bare.h> #include <js.h> int addon_a_fn(void) { return 42; } static js_value_t * addon_a_exports(js_env_t *env, js_value_t *exports) { int err = js_create_int32(env, addon_a_fn(), &exports); assert(err == 0); return exports; } BARE_MODULE(addon_a, addon_a_exports)
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
test/fixtures/addon/binding.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.776311
#include <assert.h> #include <bare.h> #include <js.h> #include <utf.h> static js_value_t * addon_exports(js_env_t *env, js_value_t *exports) { int err = js_create_string_utf8(env, (utf8_t *) "Hello from addon", -1, &exports); assert(err == 0); return exports; } BARE_MODULE(addon, addon_exports)
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
test/argv-empty.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.781291
#include <assert.h> #include <bare.h> #include <js.h> #include <uv.h> int main(int argc, char *argv[]) { int e; argc = 0; argv = NULL; argv = uv_setup_args(argc, argv); js_platform_t *platform; e = js_create_platform(uv_default_loop(), NULL, &platform); assert(e == 0); bare_t *bare; e = bare_setu...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/thread.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.785081
#ifndef BARE_THREAD_H #define BARE_THREAD_H #include <assert.h> #include <js.h> #include <stdbool.h> #include <stdlib.h> #include <string.h> #include <uv.h> #include "../include/bare.h" #include "runtime.h" #include "types.h" #define bare_thread__invoke_callback(runtime, callback, ...) \ if (runtime.process->call...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/types.h
null
null
null
null
null
null
C
2026-05-04T19:19:06.785594
#ifndef BARE_TYPES_H #define BARE_TYPES_H #include <js.h> #include <stdbool.h> #include <uv.h> #include "../include/bare.h" typedef struct bare_runtime_s bare_runtime_t; typedef struct bare_process_s bare_process_t; typedef struct bare_source_s bare_source_t; typedef struct bare_data_s bare_data_t; typedef struct ba...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/runtime.c
null
null
null
null
null
null
C
2026-05-04T19:19:06.826383
#include <assert.h> #include <js.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <utf.h> #include <uv.h> #include "../include/bare.h" #include "addon.h" #include "bare.js.h" #include "runtime.h" #include "thread.h" #include "types.h" #define bare_runti...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
test/fixtures/dependent-addon/b/binding.c
null
null
null
null
null
null
C
2026-05-04T19:19:07.447273
#include <assert.h> #include <bare.h> #include <js.h> int addon_a_fn(void); static js_value_t * addon_b_exports(js_env_t *env, js_value_t *exports) { int err = js_create_int32(env, addon_a_fn(), &exports); assert(err == 0); return exports; } BARE_MODULE(addon_b, addon_b_exports)
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
test/fixtures/scoped-addon/binding.c
null
null
null
null
null
null
C
2026-05-04T19:19:07.456735
#include <assert.h> #include <bare.h> #include <js.h> #include <utf.h> static js_value_t * addon_exports(js_env_t *env, js_value_t *exports) { int err = js_create_string_utf8(env, (utf8_t *) "Hello from scoped addon", -1, &exports); assert(err == 0); return exports; } BARE_MODULE(addon, addon_exports)
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
test/restart.c
null
null
null
null
null
null
C
2026-05-04T19:19:07.457368
#include <assert.h> #include <bare.h> #include <js.h> #include <string.h> #include <uv.h> int main(int argc, char *argv[]) { int e; argc = 0; argv = NULL; argv = uv_setup_args(argc, argv); js_platform_t *platform; e = js_create_platform(uv_default_loop(), NULL, &platform); assert(e == 0); int exit_...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
src/thread.h
null
null
null
null
null
null
C
2026-05-04T19:19:08.549300
#ifndef BARE_THREAD_H #define BARE_THREAD_H #include <stddef.h> #include <uv.h> #include "types.h" int bare_thread_create(bare_runtime_t *runtime, const char *filename, bare_source_t source, bare_data_t data, size_t stack_size, bare_thread_t **result); int bare_thread_join(bare_runtime_t *runtime, bare_thread_t *th...
holepunchto/bare
https://github.com/holepunchto/bare
null
null
null
null
1,073
null
null
apache-2.0
null
null
null
null
null
null
null
include/bare/version.h
null
null
null
null
null
null
C
2026-05-04T19:19:11.694538
#ifndef BARE_VERSION_H #define BARE_VERSION_H #include "helper.h" #define BARE_VERSION_MAJOR 1 #define BARE_VERSION_MINOR 28 #define BARE_VERSION_PATCH 4 #define BARE_VERSION BARE_STRING(BARE_VERSION_MAJOR) "." BARE_STRING(BARE_VERSION_MINOR) "." BARE_STRING(BARE_VERSION_PATCH) #endif // BARE_VERSION_H
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/blend.c
null
null
null
null
null
null
C
2026-05-04T19:19:15.091734
/* * blend.c * Copyright (c) 2012 Jacek Marchwicki * * 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 applicab...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/aes-protocol.h
null
null
null
null
null
null
C
2026-05-04T19:19:15.093375
/* * aes-protocol.h * Copyright (c) 2012 Jacek Marchwicki * * 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 a...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/ffmpeg-jni.c
null
null
null
null
null
null
C
2026-05-04T19:19:15.095719
/* * ffmpeg-jni.c * Copyright (c) 2012 Jacek Marchwicki * * 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 app...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/aes-protocol.c
null
null
null
null
null
null
C
2026-05-04T19:19:15.097170
/* * aes-protocol.c * Copyright (c) 2012 Jacek Marchwicki * * 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 a...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/convert.h
null
null
null
null
null
null
C
2026-05-04T19:19:15.100407
#ifndef CONVERT_H_ #define CONVERT_H_ #ifdef __cplusplus extern "C" { #endif #include <libyuv/basic_types.h> enum __FilterMode { __kFilterNone = 0, // Point sample; Fastest. __kFilterBilinear = 1, // Faster than box, but lower quality scaling down. __kFilterBox = 2 // Highest quality. }; int __I420ToARGB(...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/helpers.c
null
null
null
null
null
null
C
2026-05-04T19:19:15.120524
/* * helpers.c * Copyright (c) 2012 Jacek Marchwicki * * 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...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/blend.h
null
null
null
null
null
null
C
2026-05-04T19:19:15.121739
/* * blend.h * Copyright (c) 2012 Jacek Marchwicki * * 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 applicab...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/helpers.h
null
null
null
null
null
null
C
2026-05-04T19:19:15.123384
/* * helpers.h * Copyright (c) 2012 Jacek Marchwicki * * 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...
appunite/AndroidFFmpeg
https://github.com/appunite/AndroidFFmpeg
null
null
null
null
1,071
null
null
apache-2.0
null
null
null
null
null
null
null
library-jni/jni/jni-protocol.c
null
null
null
null
null
null
C
2026-05-04T19:19:15.124332
/* * jni-protocol.c * Copyright (c) 2012 Jacek Marchwicki * * 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 a...