index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wrapper.c
Age
Commit message (
Expand
)
Author
2025-05-15
Merge branch 'cf/wrapper-bsd-eloop'
Junio C Hamano
2025-05-06
wrapper: NetBSD gives EFTYPE and FreeBSD gives EMFILE where POSIX uses ELOOP
Collin Funk
2025-04-15
object-file: move `xmmap()` into "wrapper.c"
Patrick Steinhardt
2025-01-07
wrapper: allow generating insecure random bytes
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-04-21
don't report vsnprintf(3) error as bug
René Scharfe
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-09-29
parse: separate out parsing functions from config.h
Calvin Wan
2023-09-29
wrapper: reduce scope of remove_or_warn()
Calvin Wan
2023-08-10
maintenance: add get_random_minute()
Derrick Stolee
2023-08-02
Merge branch 'bb/use-trace2-counters-for-fsync-stats'
Junio C Hamano
2023-07-25
Merge branch 'mh/mingw-case-sensitive-build'
Junio C Hamano
2023-07-20
wrapper: use trace2 counters to collect fsync stats
Beat Bolli
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-12
mingw: use lowercase includes for some Windows headers
Mike Hommey
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
treewide: be explicit about dependence on strbuf.h
Elijah Newren
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-03-21
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-08-25
Merge branch 'jk/pipe-command-nonblock'
Junio C Hamano
2022-08-17
git-compat-util: make MAX_IO_SIZE define globally available
Jeff King
2022-07-18
trace2: only include "fsync" events if we git_fsync()
Ævar Arnfjörð Bjarmason
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-03-30
trace2: add stats for fsync operations
Neeraj Singh
2022-03-10
core.fsyncmethod: add writeout-only mode
Neeraj Singh
2022-03-10
wrapper: make inclusion of Windows csprng header tightly scoped
Neeraj Singh
2022-01-17
wrapper: use a CSPRNG to generate random file names
brian m. carlson
2022-01-17
wrapper: add a helper to generate numbers from a CSPRNG
brian m. carlson
2021-10-29
wrapper: remove xunsetenv()
Carlo Marcelo Arenas Belón
2021-09-22
wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c
Ævar Arnfjörð Bjarmason
2021-08-25
xopen: explicitly report creation failures
René Scharfe
2021-02-16
add open_nofollow() helper
Jeff King
2020-09-02
xrealloc: do not reuse pointer freed by zero-length realloc()
Jeff King
2020-05-27
wrapper: add function to compare strings with different NUL termination
brian m. carlson
2020-04-22
Merge branch 'dl/wrapper-fix-indentation'
Junio C Hamano
2020-03-28
wrapper: indent with tabs
Denton Liu
2019-10-09
Merge branch 'ah/cleanups'
Junio C Hamano
2019-10-03
git_mkstemps_mode(): replace magic numbers with computed value
Jeff King
2019-10-02
wrapper: use a loop instead of repetitive statements
Alex Henrie
2019-08-13
packfile: drop release_pack_memory()
Jeff King
2019-06-19
wrapper: avoid undefined behaviour in macOS
Carlo Marcelo Arenas Belón
2019-01-02
wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
Pranit Bauva
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-02-22
wrapper: rename 'template' variables
Brandon Williams
2017-11-06
wrapper.c: consistently quote filenames in error messages
Simon Ruderich
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
[next]