Age | Commit message (Expand) | Author | Files | Lines |
2016-04-22 | wrapper.c: delete dead function git_mkstemps() | Nguyễn Thái Ngọc Duy | 1 | -17/+0 |
2016-02-26 | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 1 | -0/+3 |
2016-02-22 | harden REALLOC_ARRAY and xcalloc against size_t overflow | Jeff King | 1 | -0/+3 |
2016-02-05 | Merge branch 'js/fopen-harder' into maint | Junio C Hamano | 1 | -0/+13 |
2016-01-20 | Merge branch 'js/fopen-harder' | Junio C Hamano | 1 | -0/+13 |
2016-01-12 | Merge branch 'sb/submodule-parallel-fetch' | Junio C Hamano | 1 | -2/+18 |
2016-01-07 | commit: allow editing the commit message even in shared repos | Johannes Schindelin | 1 | -0/+13 |
2015-12-21 | Merge branch 'jk/ident-loosen-getpwuid' | Junio C Hamano | 1 | -12/+0 |
2015-12-16 | xread: poll on non blocking fds | Stefan Beller | 1 | -2/+18 |
2015-12-10 | ident: make xgetpwuid_self() a static local helper | Jeff King | 1 | -12/+0 |
2015-09-25 | add xsnprintf helper function | Jeff King | 1 | -0/+16 |
2015-08-25 | write_file_v(): do not leave incomplete line at the end | Junio C Hamano | 1 | -0/+1 |
2015-08-24 | write_file(): drop "fatal" parameter | Junio C Hamano | 1 | -4/+24 |
2015-08-04 | wrapper: implement xfopen() | Paul Tan | 1 | -0/+21 |
2015-08-04 | wrapper: implement xopen() | Paul Tan | 1 | -0/+35 |
2015-06-05 | help.c: wrap wait-only poll() invocation in sleep_millisec() | Johannes Sixt | 1 | -0/+5 |
2015-05-11 | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 1 | -0/+31 |
2015-02-25 | Merge branch 'jc/max-io-size-and-ssize-max' | Junio C Hamano | 1 | -1/+15 |
2015-02-12 | xread/xwrite: clip MAX_IO_SIZE to SSIZE_MAX | Junio C Hamano | 1 | -1/+15 |
2014-12-01 | wrapper.c: wrapper to open a file, fprintf then close | Nguyễn Thái Ngọc Duy | 1 | -0/+31 |
2014-10-15 | wrapper.c: add a new function unlink_or_msg | Ronnie Sahlberg | 1 | -0/+14 |
2014-10-15 | wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success | Ronnie Sahlberg | 1 | -8/+6 |
2014-10-08 | Merge branch 'sp/stream-clean-filter' | Junio C Hamano | 1 | -9/+10 |
2014-09-11 | Merge branch 'nd/large-blobs' | Junio C Hamano | 1 | -16/+52 |
2014-08-28 | memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMIT | Steffen Prohaska | 1 | -7/+8 |
2014-08-26 | wrapper: add xgetcwd() | René Scharfe | 1 | -0/+8 |
2014-08-18 | wrapper.c: introduce gentle xmallocz that does not die() | Nguyễn Thái Ngọc Duy | 1 | -16/+52 |
2014-04-10 | read-cache.c: verify index file before we opportunistically update it | Yiannis Marangos | 1 | -0/+20 |
2014-04-10 | wrapper.c: add xpread() similar to xread() | Yiannis Marangos | 1 | -0/+18 |
2013-11-12 | typofixes: fix misspelt comments | Masanari Iida | 1 | -1/+1 |
2013-10-14 | wrapper.c: only define gitmkstemps if needed | Ramsay Jones | 1 | -0/+2 |
2013-08-20 | xread, xwrite: limit size of IO to 8MB | Steffen Prohaska | 1 | -0/+12 |
2013-07-22 | Merge branch 'tr/fd-gotcha-fixes' | Junio C Hamano | 1 | -1/+1 |
2013-07-12 | git_mkstemps: correctly test return value of open() | Dale R. Worley | 1 | -1/+1 |
2013-04-15 | config: allow inaccessible configuration under $HOME | Jonathan Nieder | 1 | -4/+10 |
2013-01-11 | Merge branch 'jn/warn-on-inaccessible-loosen' into maint | Junio C Hamano | 1 | -1/+9 |
2013-01-06 | Merge branch 'jn/warn-on-inaccessible-loosen' | Junio C Hamano | 1 | -1/+9 |
2012-12-18 | xmkstemp(): avoid showing truncated template more carefully | Junio C Hamano | 1 | -1/+1 |
2012-10-13 | config: treat user and xdg config permission problems as errors | Jonathan Nieder | 1 | -0/+8 |
2012-10-13 | config, gitignore: failure to access with ENOTDIR is ok | Jonathan Nieder | 1 | -1/+1 |
2012-08-21 | warn_on_inaccessible(): a helper to warn on inaccessible paths | Junio C Hamano | 1 | -1/+6 |
2012-08-21 | config: warn on inaccessible files | Jeff King | 1 | -0/+8 |
2012-05-22 | ident: report passwd errors with a more friendly message | Jeff King | 1 | -0/+12 |
2012-03-07 | Add more large blob test cases | Nguyễn Thái Ngọc Duy | 1 | -3/+24 |
2011-05-26 | read_in_full: always report errors | Jeff King | 1 | -2/+4 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -2/+2 |
2011-02-10 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-02-10 | compat: helper for detecting unsigned overflow | Jonathan Nieder | 1 | -1/+1 |
2010-12-21 | Improve error messages when temporary file creation fails | Arnout Engelen | 1 | -4/+28 |
2010-12-21 | set_try_to_free_routine(NULL) means "do nothing special" | Junio C Hamano | 1 | -0/+2 |