summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano
2017-05-30Merge branch 'bw/forking-and-threading'Junio C Hamano
2017-05-30compat-util: is_missing_file_error()Junio C Hamano
2017-05-29Merge branch 'jk/bug-to-abort'Junio C Hamano
2017-05-26wrapper.c: make warn_on_inaccessible() staticNguyễn Thái Ngọc Duy
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy
2017-05-26git_fopen: fix a sparse 'not declared' warningRamsay Jones
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-16Merge branch 'dt/raise-core-packed-git-limit'Junio C Hamano
2017-05-15usage.c: drop set_error_handle()Jeff King
2017-05-15usage.c: add BUG() functionJeff King
2017-04-27use uintmax_t for timestampsJohannes Schindelin
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-04-21Increase core.packedGitLimitDavid Turner
2017-04-19xgethostname: handle long hostnamesDavid Turner
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe
2017-03-28Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-16move odb_* declarations out of git-compat-util.hJeff King
2017-02-28wrapper.c: remove unused gitmkstemps() functionRamsay Jones
2017-02-15Merge branch 'rs/swap'Junio C Hamano
2017-01-30add SWAP macroRené Scharfe
2017-01-23add QSORT_SRené Scharfe
2017-01-23compat: add qsort_s()René Scharfe
2016-12-05Merge branch 'jk/common-main' into maint-2.10Junio C Hamano
2016-10-31Merge branch 'jk/common-main'Junio C Hamano
2016-10-28Merge branch 'jk/tighten-alloc' into maintJunio C Hamano
2016-10-27git-compat-util: move content inside ifdef/endif guardsJeff King
2016-10-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-10-17inline xalloc_flex() into FLEXPTR_ALLOC_MEMRené Scharfe
2016-10-17avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEMRené Scharfe
2016-10-11Merge branch 'rs/copy-array' into maintJunio C Hamano
2016-10-10Merge branch 'rs/qsort'Junio C Hamano
2016-10-03Merge branch 'rs/copy-array'Junio C Hamano
2016-09-29Merge branch 'js/regexec-buf' into maintJunio C Hamano
2016-09-29add QSORTRené Scharfe
2016-09-26Merge branch 'js/regexec-buf'Junio C Hamano
2016-09-25add COPY_ARRAYRené Scharfe
2016-09-21regex: add regexec_buf() that can work on a non NUL-terminated stringJohannes Schindelin
2016-09-19Merge branch 'rs/compat-strdup' into maintJunio C Hamano
2016-09-19Merge branch 'jk/squelch-false-warning-from-gcc-o3' into maintJunio C Hamano
2016-09-19Merge branch 'cc/apply-am'Junio C Hamano
2016-09-12Merge branch 'rs/compat-strdup'Junio C Hamano
2016-09-12Merge branch 'jk/squelch-false-warning-from-gcc-o3'Junio C Hamano
2016-09-07usage: add get_error_routine() and get_warn_routine()Christian Couder