summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2017-05-30Merge branch 'bw/forking-and-threading'Junio C Hamano
2017-05-29Merge branch 'jk/bug-to-abort'Junio C Hamano
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-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
2016-09-07usage: add set_warn_routine()Christian Couder
2016-09-07compat: move strdup(3) replacement to its own fileRené Scharfe
2016-08-31error_errno: use constant return similar to error()Jeff King
2016-08-25Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile'Junio C Hamano
2016-08-23mingw: ensure temporary file handles are not inherited by child processesBen Wijen
2016-08-17Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-08-14correct FLEXPTR_* example in commentRené Scharfe
2016-07-19Merge branch 'jk/common-main'Junio C Hamano