aboutsummaryrefslogtreecommitdiffstats
path: root/git-compat-util.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin1-0/+8
2024-04-23Merge branch 'rs/no-openssl-compilation-fix-on-macos'Junio C Hamano1-0/+1
2024-04-15git-compat-util: fix NO_OPENSSL on current macOSRené Scharfe1-0/+1
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer1-0/+12
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano1-0/+9
2023-12-18git-compat-util: convert skip_{prefix,suffix}{,_mem} to boolRené Scharfe1-20/+22
2023-12-14git-compat-util.h: implement checked size_t to uint32_t conversionTaylor Blau1-0/+9
2023-08-24Merge branch 'mp/rebase-label-length-limit'Junio C Hamano1-0/+4
2023-08-10sequencer: truncate labels to accommodate loose refsMark Ruvald Pedersen1-0/+4
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-207/+77
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-0/+2
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-0/+75
2023-07-05kwset: move translation table from ctypeCalvin Wan1-3/+0
2023-07-05sane-ctype.h: create header for sane-ctype macrosCalvin Wan1-61/+1
2023-07-05git-compat-util: move wrapper.c funcs to its headerCalvin Wan1-111/+1
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan1-32/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-0/+2
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren1-2/+0
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-6/+0
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-6/+0
2023-03-28Merge branch 'pe/time-use-gettimeofday'Junio C Hamano1-0/+19
2023-03-21git-compat-util: use gettimeofday(2) for time(2)Paul Eggert1-0/+19
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano1-0/+19
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham1-0/+19
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren1-0/+1
2023-01-23Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano1-0/+5
2023-01-21Merge branch 'rs/dup-array'Junio C Hamano1-2/+13
2023-01-16Sync with 2.39.1Junio C Hamano1-0/+8
2023-01-09add DUP_ARRAYRené Scharfe1-0/+5
2023-01-09do full type check in BARF_UNLESS_COPYABLERené Scharfe1-3/+6
2023-01-09factor out BARF_UNLESS_COPYABLERené Scharfe1-2/+5
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe1-0/+5
2022-12-19Merge branch 'jk/avoid-redef-system-functions-2.30'Junio C Hamano1-5/+12
2022-12-13Sync with 2.38.3Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.37.5Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.36' into maint-2.37Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.35' into maint-2.36Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.34' into maint-2.35Junio C Hamano1-0/+8
2022-12-13Merge branch 'maint-2.33' into maint-2.34Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.32.5Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.31.6Junio C Hamano1-0/+8
2022-12-13Sync with Git 2.30.7Junio C Hamano1-0/+8
2022-12-09pretty: fix integer overflow in wrapping formatPatrick Steinhardt1-0/+8
2022-12-05git-compat-util: undefine system names before redeclaring themJeff King1-0/+4
2022-12-01git-compat-util: avoid redefining system function namesJeff King1-3/+8
2022-10-27Merge branch 'ab/unused-annotation' into maint-2.38Junio C Hamano1-1/+4
2022-10-27Merge branch 'jk/unused-anno-more'Junio C Hamano1-6/+10
2022-10-17mark unused parameters in trivial compat functionsJeff King1-6/+10
2022-10-17Merge branch 'ab/unused-annotation'Junio C Hamano1-1/+4
2022-10-07Merge branch 'ds/use-platform-regex-on-macos'Junio C Hamano1-0/+1