index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wrapper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/pipe-command-nonblock'
Junio C Hamano
2022-08-25
1
-22
/
+0
|
\
|
*
git-compat-util: make MAX_IO_SIZE define globally available
Jeff King
2022-08-17
1
-22
/
+0
*
|
trace2: only include "fsync" events if we git_fsync()
Ævar Arnfjörð Bjarmason
2022-07-18
1
-2
/
+8
|
/
*
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-1
/
+1
|
\
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
trace2: add stats for fsync operations
Neeraj Singh
2022-03-30
1
-0
/
+12
*
|
core.fsyncmethod: add writeout-only mode
Neeraj Singh
2022-03-11
1
-0
/
+64
*
|
wrapper: make inclusion of Windows csprng header tightly scoped
Neeraj Singh
2022-03-11
1
-0
/
+7
*
|
wrapper: use a CSPRNG to generate random file names
brian m. carlson
2022-01-17
1
-11
/
+4
*
|
wrapper: add a helper to generate numbers from a CSPRNG
brian m. carlson
2022-01-17
1
-0
/
+66
|
/
*
wrapper: remove xunsetenv()
Carlo Marcelo Arenas Belón
2021-10-29
1
-6
/
+0
*
wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
Ævar Arnfjörð Bjarmason
2021-09-22
1
-0
/
+12
*
xopen: explicitly report creation failures
René Scharfe
2021-08-25
1
-1
/
+3
*
add open_nofollow() helper
Jeff King
2021-02-16
1
-0
/
+16
*
xrealloc: do not reuse pointer freed by zero-length realloc()
Jeff King
2020-09-02
1
-2
/
+5
*
wrapper: add function to compare strings with different NUL termination
brian m. carlson
2020-05-27
1
-0
/
+8
*
Merge branch 'dl/wrapper-fix-indentation'
Junio C Hamano
2020-04-22
1
-2
/
+2
|
\
|
*
wrapper: indent with tabs
Denton Liu
2020-03-29
1
-2
/
+2
*
|
Merge branch 'ah/cleanups'
Junio C Hamano
2019-10-09
1
-10
/
+11
|
\
\
|
*
|
git_mkstemps_mode(): replace magic numbers with computed value
Jeff King
2019-10-03
1
-5
/
+7
|
*
|
wrapper: use a loop instead of repetitive statements
Alex Henrie
2019-10-02
1
-6
/
+5
*
|
|
packfile: drop release_pack_memory()
Jeff King
2019-08-13
1
-50
/
+13
|
/
/
*
|
wrapper: avoid undefined behaviour in macOS
Carlo Marcelo Arenas Belón
2019-06-19
1
-1
/
+1
*
|
wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
Pranit Bauva
2019-01-02
1
-0
/
+13
*
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-2
/
+2
*
|
wrapper: rename 'template' variables
Brandon Williams
2018-02-22
1
-20
/
+20
*
|
wrapper.c: consistently quote filenames in error messages
Simon Ruderich
2017-11-06
1
-4
/
+4
*
|
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-1
/
+1
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-5
/
+26
|
\
\
\
|
*
|
|
wrapper.c: make warn_on_inaccessible() static
Nguyễn Thái Ngọc Duy
2017-05-26
1
-5
/
+5
|
*
|
|
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-0
/
+11
|
*
|
|
wrapper.c: add and use warn_on_fopen_errors()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-0
/
+10
|
|
/
/
*
|
|
Merge branch 'jc/noent-notdir'
Junio C Hamano
2017-06-13
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
Junio C Hamano
2017-05-30
1
-2
/
+2
*
|
|
Merge branch 'dt/xgethostname-nul-termination'
Junio C Hamano
2017-04-24
1
-0
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
xgethostname: handle long hostnames
David Turner
2017-04-19
1
-0
/
+13
*
|
|
wrapper.c: remove unused gitmkstemps() function
Ramsay Jones
2017-02-28
1
-7
/
+0
*
|
|
wrapper.c: remove unused git_mkstemp() function
Ramsay Jones
2017-02-28
1
-17
/
+0
|
/
/
*
|
Merge branch 'jk/write-file'
Junio C Hamano
2016-07-19
1
-40
/
+12
|
\
\
|
*
|
write_file: add pointer+len variant
Jeff King
2016-07-08
1
-5
/
+11
|
*
|
write_file: use xopen
Jeff King
2016-07-08
1
-3
/
+1
|
*
|
write_file: drop "gently" form
Jeff King
2016-07-08
1
-43
/
+11
*
|
|
Merge branch 'sb/submodule-parallel-fetch'
Junio C Hamano
2016-07-19
1
-16
/
+27
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hoist out handle_nonblock function for xread and xwrite
Eric Wong
2016-07-11
1
-28
/
+20
|
*
|
xwrite: poll on non-blocking FDs
Eric Wong
2016-06-27
1
-2
/
+20
|
*
|
xread: retry after poll on EAGAIN/EWOULDBLOCK
Eric Wong
2016-06-27
1
-0
/
+1
*
|
|
Merge branch 'nd/error-errno'
Junio C Hamano
2016-05-17
1
-2
/
+2
|
\
\
\
|
*
|
|
wrapper.c: use warning_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-2
/
+2
[next]