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
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/panel.h
null
null
null
null
null
null
C
2026-05-04T18:52:11.525224
/* Public Domain Curses */ /*----------------------------------------------------------------------* * Panels for PDCurses * *----------------------------------------------------------------------*/ #ifndef __PDCURSES_PANEL_H__ #define __PDCURSES_PANEL_H__ 1 #includ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/curspriv.h
null
null
null
null
null
null
C
2026-05-04T18:52:11.525807
/* Public Domain Curses */ /* Private definitions and declarations for use within PDCurses. These should generally not be referenced by applications. */ #ifndef __CURSES_INTERNALS__ #define __CURSES_INTERNALS__ 1 #define CURSES_LIBRARY #include <curses.h> #if defined(__TURBOC__) || defined(__EMX__) || defined(__...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/addchstr.c
null
null
null
null
null
null
C
2026-05-04T18:52:11.527783
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** addchstr -------- ### Synopsis int addchstr(const chtype *ch); int addchnstr(const chtype *ch, int n); int waddchstr(WINDOW *win, const chtype *ch); int waddchnstr(WINDOW *win,...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/curses.h
null
null
null
null
null
null
C
2026-05-04T18:52:11.555910
/* Public Domain Curses */ /*----------------------------------------------------------------------* * PDCurses * *----------------------------------------------------------------------*/ #ifndef __PDCURSES__ #define __PDCURSES__ 1 /*man-start************...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/border.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.059407
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** border ------ ### Synopsis int border(chtype ls, chtype rs, chtype ts, chtype bs, chtype tl, chtype tr, chtype bl, chtype br); int wborder(WINDOW *win, chtype ls, chtype...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/color.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.081766
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** color ----- ### Synopsis int start_color(void); int init_pair(short pair, short fg, short bg); int init_color(short color, short red, short green, short blue); bool has_colors(...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/getstr.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.145545
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** getstr ------ ### Synopsis int getstr(char *str); int wgetstr(WINDOW *win, char *str); int mvgetstr(int y, int x, char *str); int mvwgetstr(WINDOW *win, int y, int x, char *str...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/clear.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.146922
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** clear ----- ### Synopsis int clear(void); int wclear(WINDOW *win); int erase(void); int werase(WINDOW *win); int clrtobot(void); int wclrtobot(WINDOW *win); int clr...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/deprec.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.151843
/* Public Domain Curses */ #include <curspriv.h> /* Deprecated functions. These should not be used, and will eventually be removed. They're here solely for the benefit of applications that linked to them in older versions of PDCurses. */ bool PDC_check_bios_key(void) { return PDC_check_key(); } int PDC_...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/getyx.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.167532
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** getyx ----- ### Synopsis void getyx(WINDOW *win, int y, int x); void getparyx(WINDOW *win, int y, int x); void getbegyx(WINDOW *win, int y, int x); void getmaxyx(WINDOW *win, i...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/getch.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.168057
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** getch ----- ### Synopsis int getch(void); int wgetch(WINDOW *win); int mvgetch(int y, int x); int mvwgetch(WINDOW *win, int y, int x); int ungetch(int ch); int flushinp...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/debug.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.189091
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** debug ----- ### Synopsis void traceon(void); void traceoff(void); void PDC_debug(const char *, ...); ### Description traceon() and traceoff() toggle the recording of debugging...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/delch.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.190313
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** delch ----- ### Synopsis int delch(void); int wdelch(WINDOW *win); int mvdelch(int y, int x); int mvwdelch(WINDOW *win, int y, int x); ### Description The character under ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/deleteln.c
null
null
null
null
null
null
C
2026-05-04T18:52:12.227218
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** deleteln -------- ### Synopsis int deleteln(void); int wdeleteln(WINDOW *win); int insdelln(int n); int winsdelln(WINDOW *win, int n); int insertln(void); int winsertln...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/initscr.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.124801
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** initscr ------- ### Synopsis WINDOW *initscr(void); WINDOW *Xinitscr(int argc, char *argv[]); int endwin(void); bool isendwin(void); SCREEN *newterm(const char *type, FILE ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/insstr.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.249320
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** insstr ------ ### Synopsis int insstr(const char *str); int insnstr(const char *str, int n); int winsstr(WINDOW *win, const char *str); int winsnstr(WINDOW *win, const char *st...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/insch.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.251381
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** insch ----- ### Synopsis int insch(chtype ch); int winsch(WINDOW *win, chtype ch); int mvinsch(int y, int x, chtype ch); int mvwinsch(WINDOW *win, int y, int x, chtype ch); ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/inchstr.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.252581
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** inchstr ------- ### Synopsis int inchstr(chtype *ch); int inchnstr(chtype *ch, int n); int winchstr(WINDOW *win, chtype *ch); int winchnstr(WINDOW *win, chtype *ch, int n); ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/inch.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.254035
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** inch ---- ### Synopsis chtype inch(void); chtype winch(WINDOW *win); chtype mvinch(int y, int x); chtype mvwinch(WINDOW *win, int y, int x); int in_wch(cchar_t *wcval); ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/instr.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.258026
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** instr ----- ### Synopsis int instr(char *str); int innstr(char *str, int n); int winstr(WINDOW *win, char *str); int winnstr(WINDOW *win, char *str, int n); int mvinstr(int...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/kernel.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.259810
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** kernel ------ ### Synopsis int def_prog_mode(void); int def_shell_mode(void); int reset_prog_mode(void); int reset_shell_mode(void); int resetty(void); int savetty(void...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/inopts.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.260988
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** inopts ------ ### Synopsis int cbreak(void); int nocbreak(void); int echo(void); int noecho(void); int halfdelay(int tenths); int intrflush(WINDOW *win, bool bf); i...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/mouse.c
null
null
null
null
null
null
C
2026-05-04T18:52:13.438468
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** mouse ----- ### Synopsis int mouse_set(unsigned long mbe); int mouse_on(unsigned long mbe); int mouse_off(unsigned long mbe); int request_mouse_pos(void); int map_button(un...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/move.c
null
null
null
null
null
null
C
2026-05-04T18:52:15.276659
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** move ---- ### Synopsis int move(int y, int x); int wmove(WINDOW *win, int y, int x); ### Description The cursor associated with the window is moved to the given location. This...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/pad.c
null
null
null
null
null
null
C
2026-05-04T18:52:15.278454
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** pad --- ### Synopsis WINDOW *newpad(int nlines, int ncols); WINDOW *subpad(WINDOW *orig, int nlines, int ncols, int begy, int begx); int prefresh(WINDOW *win, int py, int px, i...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/refresh.c
null
null
null
null
null
null
C
2026-05-04T18:52:15.289741
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** refresh ------- ### Synopsis int refresh(void); int wrefresh(WINDOW *win); int wnoutrefresh(WINDOW *win); int doupdate(void); int redrawwin(WINDOW *win); int wredrawln(...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/scanw.c
null
null
null
null
null
null
C
2026-05-04T18:52:15.290815
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** scanw ----- ### Synopsis int scanw(const char *fmt, ...); int wscanw(WINDOW *win, const char *fmt, ...); int mvscanw(int y, int x, const char *fmt, ...); int mvwscanw(WINDOW *w...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/overlay.c
null
null
null
null
null
null
C
2026-05-04T18:52:15.319728
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** overlay ------- ### Synopsis int overlay(const WINDOW *src_w, WINDOW *dst_w) int overwrite(const WINDOW *src_w, WINDOW *dst_w) int copywin(const WINDOW *src_w, WINDOW *dst_w, int s...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/printw.c
null
null
null
null
null
null
C
2026-05-04T18:52:15.320919
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** printw ------ ### Synopsis int printw(const char *fmt, ...); int wprintw(WINDOW *win, const char *fmt, ...); int mvprintw(int y, int x, const char *fmt, ...); int mvwprintw(WIN...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/touch.c
null
null
null
null
null
null
C
2026-05-04T18:52:16.400553
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** touch ----- ### Synopsis int touchwin(WINDOW *win); int touchline(WINDOW *win, int start, int count); int untouchwin(WINDOW *win); int wtouchln(WINDOW *win, int y, int n, int c...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/termattr.c
null
null
null
null
null
null
C
2026-05-04T18:52:16.402657
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** termattr -------- ### Synopsis int baudrate(void); char erasechar(void); bool has_ic(void); bool has_il(void); char killchar(void); char *longname(void); chtype ter...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/slk.c
null
null
null
null
null
null
C
2026-05-04T18:52:16.403914
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** slk --- ### Synopsis int slk_init(int fmt); int slk_set(int labnum, const char *label, int justify); int slk_refresh(void); int slk_noutrefresh(void); char *slk_label(int l...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/terminfo.c
null
null
null
null
null
null
C
2026-05-04T18:52:17.014049
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** terminfo -------- ### Synopsis int mvcur(int oldrow, int oldcol, int newrow, int newcol); int vidattr(chtype attr); int vid_attr(attr_t attr, short color_pair, void *opt); int ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/util.c
null
null
null
null
null
null
C
2026-05-04T18:52:17.015130
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** util ---- ### Synopsis char *unctrl(chtype c); void filter(void); void use_env(bool x); int delay_output(int ms); int getcchar(const cchar_t *wcval, wchar_t *wch, attr_t *...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/scroll.c
null
null
null
null
null
null
C
2026-05-04T18:52:17.446220
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** scroll ------ ### Synopsis int scroll(WINDOW *win); int scrl(int n); int wscrl(WINDOW *win, int n); ### Description scroll() causes the window to scroll up one line. This inv...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/win32/pdcgetsc.c
null
null
null
null
null
null
C
2026-05-04T18:52:17.958117
/* Public Domain Curses */ #include "pdcwin.h" /* get the cursor size/shape */ int PDC_get_cursor_mode(void) { CONSOLE_CURSOR_INFO ci; PDC_LOG(("PDC_get_cursor_mode() - called\n")); GetConsoleCursorInfo(pdc_con_out, &ci); return ci.dwSize; } /* return number of screen rows */ int PDC_get_row...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/win32/pdcdisp.c
null
null
null
null
null
null
C
2026-05-04T18:52:18.000132
/* Public Domain Curses */ #include "pdcwin.h" #include <stdlib.h> #include <string.h> #ifdef CHTYPE_LONG # define A(x) ((chtype)x | A_ALTCHARSET) chtype acs_map[128] = { A(0), A(1), A(2), A(3), A(4), A(5), A(6), A(7), A(8), A(9), A(10), A(11), A(12), A(13), A(14), A(15), A(16), A(17), A(18), A(19), A(...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/outopts.c
null
null
null
null
null
null
C
2026-05-04T18:52:19.259516
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** outopts ------- ### Synopsis int clearok(WINDOW *win, bool bf); int idlok(WINDOW *win, bool bf); void idcok(WINDOW *win, bool bf); void immedok(WINDOW *win, bool bf); int l...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/panel.c
null
null
null
null
null
null
C
2026-05-04T18:52:19.260275
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** panel ----- ### Synopsis int bottom_panel(PANEL *pan); int del_panel(PANEL *pan); int hide_panel(PANEL *pan); int move_panel(PANEL *pan, int starty, int startx); PANEL *new...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/scr_dump.c
null
null
null
null
null
null
C
2026-05-04T18:52:19.315891
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** scr_dump -------- ### Synopsis int putwin(WINDOW *win, FILE *filep); WINDOW *getwin(FILE *filep); int scr_dump(const char *filename); int scr_init(const char *filename); in...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/term.h
null
null
null
null
null
null
C
2026-05-04T18:52:22.228735
/* Public Domain Curses */ /* PDCurses doesn't operate with terminfo, but we need these functions for compatibility, to allow some things (notably, interface libraries for other languages) to be compiled. Anyone who tries to actually _use_ them will be disappointed, since they only return ERR. */ #ifndef ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/win32/pdcclip.c
null
null
null
null
null
null
C
2026-05-04T18:52:22.229832
/* Public Domain Curses */ #include "pdcwin.h" /*man-start************************************************************** clipboard --------- ### Synopsis int PDC_getclipboard(char **contents, long *length); int PDC_setclipboard(const char *contents, long length); int PDC_freeclipboard(char *contents); ...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/window.c
null
null
null
null
null
null
C
2026-05-04T18:52:22.241048
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** window ------ ### Synopsis WINDOW *newwin(int nlines, int ncols, int begy, int begx); WINDOW *derwin(WINDOW* orig, int nlines, int ncols, int begy, int begx); WI...
tboox/ltui
https://github.com/tboox/ltui
null
null
null
null
871
null
null
apache-2.0
null
null
null
null
null
null
null
src/core/pdcurses/pdcurses/keyname.c
null
null
null
null
null
null
C
2026-05-04T18:52:22.864377
/* Public Domain Curses */ #include <curspriv.h> /*man-start************************************************************** keyname ------- ### Synopsis char *keyname(int key); char *key_name(wchar_t c); bool has_key(int key); ### Description keyname() returns a string corresponding to the argume...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-json-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:26.954098
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-b64.c
null
null
null
null
null
null
C
2026-05-04T18:52:26.990931
/* * Copyright (c) 1996, 1998 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
build/cmake/empty.c
null
null
null
null
null
null
C
2026-05-04T18:52:27.103841
/* This is an empty placeholder file used for miscellaneous build system tasks */ #include <stddef.h>
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-macros-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:27.531667
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-md5-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:27.599764
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-json.c
null
null
null
null
null
null
C
2026-05-04T18:52:27.644698
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-atomic-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:27.662106
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-md5.c
null
null
null
null
null
null
C
2026-05-04T18:52:27.712712
/* Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software fo...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-b64-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:27.729666
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-atomic.c
null
null
null
null
null
null
C
2026-05-04T18:52:27.740872
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-bits-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:27.843054
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-oid-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:27.854015
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-bson-dsl-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.036343
#include <common-prelude.h> #ifndef MONGO_C_DRIVER_COMMON_BSON_DSL_PRIVATE_H #define MONGO_C_DRIVER_COMMON_BSON_DSL_PRIVATE_H /** * @file common-bson-dsl-private.h * @brief Define a C-preprocessor DSL for working with BSON objects * * This file defines an embedded DSL for working with BSON objects consisely and ...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-oid.c
null
null
null
null
null
null
C
2026-05-04T18:52:28.191920
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-prelude.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.193282
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-string.c
null
null
null
null
null
null
C
2026-05-04T18:52:28.283719
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-string-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.297288
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-thread-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.319112
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-thread.c
null
null
null
null
null
null
C
2026-05-04T18:52:28.319660
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/common-utf8-private.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.374305
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/ckdint.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.450742
/** * @file mlib/ckdint.h * @brief Checked integer arithmetic * @date 2025-02-04 * * This file implements the C23 checked-integer-arithmetic functions as macros. * * The function-like macros are defined: * * - `mlib_add(Dst, L, R)` / `mlib_add(Dst, A)` * - `mlib_sub(Dst, L, R)` / `mlib_sub(Dst, A)` * - `mlib...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/cmp.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.505834
/** * @file mlib/cmp.h * @brief Safe integer comparison and range checking * @date 2024-08-29 * * This file provides safe and intuitive integer comparison macros that behave * appropriately, regardless of the sign or precision of the integer operands. * * @copyright Copyright 2009-present MongoDB, Inc. * * Li...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/config.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.734377
/** * @file mlib/config.h * @brief Provides utility macros * @date 2024-08-29 * * @note This file is intented to be standalone-includable, with no dependencies * other than the standard library and platform headers. This file (and other * `mlib` files), are for internal use only, and should not be used in any pu...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/duration.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.814303
/** * @file mlib/duration.h * @brief Duration types and functions * @date 2025-04-17 * * This file contains types and functions for working with a "duration" type, * which represents an elapsed amount of time, possibly negative. * * The type `mlib_duration_rep_t` is a typedef of the intregral type that is * us...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/intencode.h
null
null
null
null
null
null
C
2026-05-04T18:52:28.826345
/** * @file mlib/intencode.h * @brief Integer encoding functions * @date 2025-01-31 * * @copyright Copyright (c) 2025 * * 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://w...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/platform.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.129443
/** * @file mlib/platform.h * @brief Operating System Headers and Definitions * @date 2025-04-21 * * This file will conditionally include the general system headers available * for the current host platform. * * @copyright Copyright 2009-present MongoDB, Inc. * * Licensed under the Apache License, Version 2.0...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/intutil.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.129991
/** * @file mlib/intutil.h * @brief Integer utilities * @date 2025-01-28 * * @copyright Copyright 2009-present MongoDB, 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 * * h...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/str_vec.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.131790
/** * @file str_vec.h * @brief This file defines mstr_vec, a common "array of strings" type * @date 2025-09-30 * * @copyright Copyright 2009-present MongoDB, 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 obt...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/test.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.133118
/** * @file mlib/test.h * @brief Testing utilities * @date 2025-01-30 * * @copyright Copyright (c) 2025 * * 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/...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/str.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.134689
/** * @file mlib/str.h * @brief String handling utilities * @date 2025-04-30 * * This file provides utilities for handling *sized* strings. That is, strings * that carry their size, and do not rely on null termination. These APIs also * do a lot more bounds checking than is found in `<string.h>`. * * @copyrigh...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/loop.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.307891
/** * @file mlib/loop.h * @brief Looping utility macros * @date 2025-01-29 * * @copyright Copyright (c) 2025 * * 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...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/time_point.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.693098
/** * @file mlib/time_point.h * @brief A point-in-time type * @date 2025-04-17 * * The `mlib_time_point` type represents a stable point-in-time. The time point * itself is relative to a monotonic clock for the program, so it should not be * transmitted or persisted outside of the execution of a program that uses...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/src/mlib/timer.h
null
null
null
null
null
null
C
2026-05-04T18:52:29.694376
/** * @file mlib/timer.h * @brief Timer types and functions * @date 2025-04-18 * * This file contains APIs for creating fixed-deadline timer objects that represent * stable expiration points. * * @copyright Copyright 2009-present MongoDB, Inc. * * Licensed under the Apache License, Version 2.0 (the "License")...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/tests/test-common-atomic.c
null
null
null
null
null
null
C
2026-05-04T18:52:29.844225
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_crypto_apple.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.273425
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_crypto.h
null
null
null
null
null
null
C
2026-05-04T18:52:30.347768
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/tests/test-common-oid.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.453146
/* * Copyright 2009-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_crypto_libcrypto.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.625761
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_azure_request.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.831673
/* * Copyright 2020-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/hexlify.h
null
null
null
null
null
null
C
2026-05-04T18:52:30.837526
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/hexlify.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.872545
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_crypto_windows.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.939177
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_crypto_none.c
null
null
null
null
null
null
C
2026-05-04T18:52:30.984435
/* * Copyright 2018-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_b64.c
null
null
null
null
null
null
C
2026-05-04T18:52:31.005411
/* * Copyright (c) 1996, 1998 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/common/tests/test-mlib.c
null
null
null
null
null
null
C
2026-05-04T18:52:31.006101
#include <mlib/ckdint.h> #include <mlib/cmp.h> #include <mlib/config.h> #include <mlib/duration.h> #include <mlib/intencode.h> #include <mlib/intutil.h> #include <mlib/loop.h> #include <mlib/str.h> #include <mlib/test.h> #include <mlib/time_point.h> #include <mlib/timer.h> #include <TestSuite.h> #include <stddef.h> ...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_decrypt_request.c
null
null
null
null
null
null
C
2026-05-04T18:52:31.052365
/* * Copyright 2018-present MongoDB, 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...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_encrypt_request.c
null
null
null
null
null
null
C
2026-05-04T18:52:32.887218
/* * Copyright 2018-present MongoDB, 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...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_endian_private.h
null
null
null
null
null
null
C
2026-05-04T18:52:33.185526
/* * Copyright 2021-present MongoDB, 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 ag...
mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver
null
null
null
null
868
null
null
apache-2.0
null
null
null
null
null
null
null
src/kms-message/src/kms_caller_identity_request.c
null
null
null
null
null
null
C
2026-05-04T18:52:35.161050
/* * Copyright 2019-present MongoDB, 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...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/auracast/include/usb_audio.h
null
null
null
null
null
null
C
2026-05-04T18:52:39.219445
/* * 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 ...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/blecent/src/blecent.h
null
null
null
null
null
null
C
2026-05-04T18:52:39.236918
/* * 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 ...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/auracast/src/usb_desc.c
null
null
null
null
null
null
C
2026-05-04T18:52:39.238185
/* * 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 ...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/advertiser/src/main.c
null
null
null
null
null
null
C
2026-05-04T18:52:39.279991
/* * 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 ...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/blecent/src/main.c
null
null
null
null
null
null
C
2026-05-04T18:52:39.309200
/* * 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 ...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/blecent/src/misc.c
null
null
null
null
null
null
C
2026-05-04T18:52:39.322555
/* * 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 ...
apache/mynewt-nimble
https://github.com/apache/mynewt-nimble
null
null
null
null
866
null
null
apache-2.0
null
null
null
null
null
null
null
apps/auracast/src/app_priv.h
null
null
null
null
null
null
C
2026-05-04T18:52:39.362261
/* * 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 ...