Sign in
googlers
/
jrn
/
git
/
e66ceca94b6137dd73cab8b19ba8c890a0055544
/
wrapper.c
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
eb78e23
wrapper: rename 'template' variables
by Brandon Williams
· 7 years ago
0a288d1
wrapper.c: consistently quote filenames in error messages
by Simon Ruderich
· 7 years ago
06f46f2
avoid "write_in_full(fd, buf, len) != len" pattern
by Jeff King
· 7 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
b9a7d55
Merge branch 'nd/fopen-errors'
by Junio C Hamano
· 8 years ago
93dd544
Merge branch 'jc/noent-notdir'
by Junio C Hamano
· 8 years ago
c705420
treewide: use is_missing_file_error() where ENOENT and ENOTDIR are checked
by Junio C Hamano
· 8 years ago
382fb07
wrapper.c: make warn_on_inaccessible() static
by Nguyễn Thái Ngọc Duy
· 8 years ago
e9d983f
wrapper.c: add and use fopen_or_warn()
by Nguyễn Thái Ngọc Duy
· 8 years ago
11dc1fc
wrapper.c: add and use warn_on_fopen_errors()
by Nguyễn Thái Ngọc Duy
· 8 years ago
5938454
Merge branch 'dt/xgethostname-nul-termination'
by Junio C Hamano
· 8 years ago
5781a9a
xgethostname: handle long hostnames
by David Turner
· 8 years ago
b2d593a
wrapper.c: remove unused gitmkstemps() function
by Ramsay Jones
· 8 years ago
34de5e4
wrapper.c: remove unused git_mkstemp() function
by Ramsay Jones
· 8 years ago
2b6456b
Merge branch 'jk/write-file'
by Junio C Hamano
· 9 years ago
7725beb
Merge branch 'sb/submodule-parallel-fetch'
by Junio C Hamano
· 9 years ago
d751dd1
hoist out handle_nonblock function for xread and xwrite
by Eric Wong
· 9 years ago
52563d7
write_file: add pointer+len variant
by Jeff King
· 9 years ago
ee861e0
write_file: use xopen
by Jeff King
· 9 years ago
ef22318
write_file: drop "gently" form
by Jeff King
· 9 years ago
ef1cf01
xwrite: poll on non-blocking FDs
by Eric Wong
· 9 years ago
c22f620
xread: retry after poll on EAGAIN/EWOULDBLOCK
by Eric Wong
· 9 years ago
40cfc95
Merge branch 'nd/error-errno'
by Junio C Hamano
· 9 years ago
1da045f
wrapper.c: use warning_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
6594883
wrapper.c: delete dead function git_mkstemps()
by Nguyễn Thái Ngọc Duy
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
e7792a7
harden REALLOC_ARRAY and xcalloc against size_t overflow
by Jeff King
· 9 years ago
da07df3
Merge branch 'js/fopen-harder' into maint
by Junio C Hamano
· 9 years ago
7a63c9e
Merge branch 'js/fopen-harder'
by Junio C Hamano
· 9 years ago
187c0d3
Merge branch 'sb/submodule-parallel-fetch'
by Junio C Hamano
· 9 years ago
79d7582
commit: allow editing the commit message even in shared repos
by Johannes Schindelin
· 9 years ago
5498c57
Merge branch 'jk/ident-loosen-getpwuid'
by Junio C Hamano
· 9 years ago
1079c4b
xread: poll on non blocking fds
by Stefan Beller
· 9 years ago
e850194
ident: make xgetpwuid_self() a static local helper
by Jeff King
· 9 years ago
7b03c89
add xsnprintf helper function
by Jeff King
· 9 years ago
e7ffa38
write_file_v(): do not leave incomplete line at the end
by Junio C Hamano
· 10 years ago
12d6ce1
write_file(): drop "fatal" parameter
by Junio C Hamano
· 10 years ago
260eec2
wrapper: implement xfopen()
by Paul Tan
· 10 years ago
3ff53df
wrapper: implement xopen()
by Paul Tan
· 10 years ago
2024d31
help.c: wrap wait-only poll() invocation in sleep_millisec()
by Johannes Sixt
· 10 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
· 10 years ago
81a535d
Merge branch 'jc/max-io-size-and-ssize-max'
by Junio C Hamano
· 10 years ago
a983e6a
xread/xwrite: clip MAX_IO_SIZE to SSIZE_MAX
by Junio C Hamano
· 10 years ago
316e53e
wrapper.c: wrapper to open a file, fprintf then close
by Nguyễn Thái Ngọc Duy
· 10 years ago
9ccc0c0
wrapper.c: add a new function unlink_or_msg
by Ronnie Sahlberg
· 11 years ago
1054af7
wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
by Ronnie Sahlberg
· 11 years ago
f0d8900
Merge branch 'sp/stream-clean-filter'
by Junio C Hamano
· 10 years ago
bedd3b4
Merge branch 'nd/large-blobs'
by Junio C Hamano
· 10 years ago
9927d96
memory_limit: use git_env_ulong() to parse GIT_ALLOC_LIMIT
by Steffen Prohaska
· 11 years ago
aa14e98
wrapper: add xgetcwd()
by René Scharfe
· 11 years ago
f8bb1d9
wrapper.c: introduce gentle xmallocz that does not die()
by Nguyễn Thái Ngọc Duy
· 11 years ago
426ddee
read-cache.c: verify index file before we opportunistically update it
by Yiannis Marangos
· 11 years ago
9aa91af
wrapper.c: add xpread() similar to xread()
by Yiannis Marangos
· 11 years ago
382d20e
typofixes: fix misspelt comments
by Masanari Iida
· 11 years ago
ec145c9
wrapper.c: only define gitmkstemps if needed
by Ramsay Jones
· 11 years ago
0b6806b
xread, xwrite: limit size of IO to 8MB
by Steffen Prohaska
· 12 years ago
1d1934c
Merge branch 'tr/fd-gotcha-fixes'
by Junio C Hamano
· 12 years ago
a2cb86c
git_mkstemps: correctly test return value of open()
by Dale R. Worley
· 12 years ago
4698c8f
config: allow inaccessible configuration under $HOME
by Jonathan Nieder
· 12 years ago
e6f1550
Merge branch 'jn/warn-on-inaccessible-loosen' into maint
by Junio C Hamano
· 12 years ago
4f43e97
Merge branch 'jn/warn-on-inaccessible-loosen'
by Junio C Hamano
· 12 years ago
f7be59b
xmkstemp(): avoid showing truncated template more carefully
by Junio C Hamano
· 12 years ago
96b9e0e
config: treat user and xdg config permission problems as errors
by Jonathan Nieder
· 12 years ago
e5c52c9
config, gitignore: failure to access with ENOTDIR is ok
by Jonathan Nieder
· 12 years ago
55b38a4
warn_on_inaccessible(): a helper to warn on inaccessible paths
by Junio C Hamano
· 13 years ago
ba8bd83
config: warn on inaccessible files
by Jeff King
· 13 years ago
2f70587
ident: report passwd errors with a more friendly message
by Jeff King
· 13 years ago
d41489a
Add more large blob test cases
by Nguyễn Thái Ngọc Duy
· 13 years ago
56d7c27
read_in_full: always report errors
by Jeff King
· 14 years ago
e2a57aa
Name make_*_path functions more accurately
by Carlos Martín Nieto
· 14 years ago
b308bf1
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
1368f65
compat: helper for detecting unsigned overflow
by Jonathan Nieder
· 14 years ago
6cf6bb3
Improve error messages when temporary file creation fails
by Arnout Engelen
· 14 years ago
00b0d7f
set_try_to_free_routine(NULL) means "do nothing special"
by Junio C Hamano
· 14 years ago
e050029
Remove pack file handling dependency from wrapper.o
by Jonathan Nieder
· 14 years ago
b0613ce
wrapper: give zlib wrappers their own translation unit
by Jonathan Nieder
· 14 years ago
33f2393
path helpers: move git_mkstemp* to wrapper.c
by Jonathan Nieder
· 14 years ago
463db9b
wrapper: move odb_* to environment.c
by Jonathan Nieder
· 14 years ago
58ecbd5
wrapper: move xmmap() to sha1_file.c
by Jonathan Nieder
· 14 years ago
8bd9fd5
xmalloc: include size in the failure message
by Matthieu Moy
· 15 years ago
44e08b0
Merge branch 'js/try-to-free-stackable'
by Junio C Hamano
· 15 years ago
ea5f75a
Merge branch 'np/malloc-threading'
by Junio C Hamano
· 15 years ago
851c34b
Have set_try_to_free_routine return the previous routine
by Johannes Sixt
· 15 years ago
80d706a
Introduce remove_or_warn function
by Peter Collingbourne
· 15 years ago
d172329
Implement the rmdir_or_warn function
by Peter Collingbourne
· 15 years ago
10e13ec
Generalise the unlink_or_warn function
by Peter Collingbourne
· 15 years ago
a9a7463
Make xmalloc and xrealloc thread-safe
by Nicolas Pitre
· 15 years ago
f80c7ae
Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later.
by Matthieu Moy
· 15 years ago
b862b61
git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.
by Matthieu Moy
· 15 years ago
5bf9219
Add xmallocz()
by Ilari Liusvaara
· 15 years ago
d824cbb
Convert existing die(..., strerror(errno)) to die_errno()
by Thomas Rast
· 16 years ago
fc71db3
Introduce an unlink(2) wrapper which gives warning if unlink failed
by Alex Riesen
· 16 years ago
f474c52
Merge branch 'jc/maint-1.6.0-pack-directory'
by Junio C Hamano
· 16 years ago
2c626e5
Fix odb_mkstemp() on AIX
by Mike Ralphson
· 16 years ago
bb0cebd
Merge branch 'jc/maint-1.6.0-pack-directory'
by Junio C Hamano
· 16 years ago
6e180cd
Make sure objects/pack exists before creating a new pack
by Junio C Hamano
· 16 years ago
39c6854
Wrap inflate and other zlib routines for better error reporting
by Linus Torvalds
· 16 years ago
559e840
Move read_in_full() and write_in_full() to wrapper.c
by Junio C Hamano
· 17 years ago
Next »