summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
10 daysMerge branch 'pw/adopt-c99-bool-officially'Junio C Hamano
2025-07-16git-compat-util: convert string predicates to return boolPhillip Wood
2025-06-25Merge branch 'jc/you-still-use-whatchanged'Junio C Hamano
2025-05-22midx repack: avoid integer overflow on 32 bit systemsPhillip Wood
2025-05-12you-still-use-that??: help deprecating commands for removalJunio C Hamano
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt
2025-04-08Merge branch 'ps/reftable-sans-compat-util'Junio C Hamano
2025-04-08Merge branch 'en/assert-wo-side-effects'Junio C Hamano
2025-03-29Merge branch 'jk/use-wunreachable-code-for-devs'Junio C Hamano
2025-03-21ci: add build checking for side-effects in assert() callsElijah Newren
2025-03-21git-compat-util: introduce ASSERT() macroElijah Newren
2025-03-17git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()Junio C Hamano
2025-02-18git-compat-util.h: split out POSIX-emulating bitsPatrick Steinhardt
2025-02-06Merge branch 'ps/zlib-ng'Junio C Hamano
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt
2025-01-28compat: introduce new "zlib.h" headerPatrick Steinhardt
2025-01-28git-compat-util: drop `z_const` definePatrick Steinhardt
2025-01-28compat: drop `uncompress2()` compatibility shimPatrick Steinhardt
2025-01-17usage: add show_usage_if_asked()Junio C Hamano
2024-12-06git-compat-util: introduce macros to disable "-Wsign-compare" warningsPatrick Steinhardt
2024-11-21git-compat-util: drop now-unused `UNLEAK()` macroPatrick Steinhardt
2024-08-29CodingGuidelines: also mention MAYBE_UNUSEDJunio C Hamano
2024-07-13win32: override `fspathcmp()` with a directory separator-aware versionJohannes Schindelin
2024-04-23Merge branch 'rs/no-openssl-compilation-fix-on-macos'Junio C Hamano
2024-04-15git-compat-util: fix NO_OPENSSL on current macOSRené Scharfe
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer
2024-01-12Merge branch 'tb/multi-pack-verbatim-reuse'Junio C Hamano
2023-12-18git-compat-util: convert skip_{prefix,suffix}{,_mem} to boolRené Scharfe
2023-12-14git-compat-util.h: implement checked size_t to uint32_t conversionTaylor Blau
2023-08-24Merge branch 'mp/rebase-label-length-limit'Junio C Hamano
2023-08-10sequencer: truncate labels to accommodate loose refsMark Ruvald Pedersen
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05kwset: move translation table from ctypeCalvin Wan
2023-07-05sane-ctype.h: create header for sane-ctype macrosCalvin Wan
2023-07-05git-compat-util: move wrapper.c funcs to its headerCalvin Wan
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-03-28Merge branch 'pe/time-use-gettimeofday'Junio C Hamano
2023-03-21git-compat-util: use gettimeofday(2) for time(2)Paul Eggert
2023-03-17Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano
2023-02-27http: read HTTP WWW-Authenticate response headersMatthew John Cheetham
2023-02-23hex.h: move some hex-related declarations from cache.hElijah Newren