index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
1
-18
/
+13
|
\
|
*
daemon: fix type of `max_connections`
Patrick Steinhardt
2024-12-06
1
-6
/
+5
|
*
daemon: fix loops that have mismatching integer types
Patrick Steinhardt
2024-12-06
1
-13
/
+8
|
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
|
Merge branch 'bc/allow-upload-pack-from-other-people'
Junio C Hamano
2024-12-10
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Allow cloning from repositories owned by another user
brian m. carlson
2024-11-15
1
-2
/
+4
*
|
daemon: replace atoi() with strtoul_ui() and strtol_i()
Usman Akinyemi
2024-10-24
1
-4
/
+8
*
|
Merge branch 'jk/mark-unused-parameters'
Junio C Hamano
2024-08-26
1
-3
/
+3
|
\
\
|
*
|
daemon: mark unused parameters in non-posix fallbacks
Jeff King
2024-08-17
1
-3
/
+3
|
|
/
*
/
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
2024-08-13
1
-0
/
+2
|
/
*
daemon: free listen_addr before returning
Jeff King
2023-10-05
1
-16
/
+21
*
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-2
/
+0
|
\
|
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
|
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
2023-06-18
1
-42
/
+19
|
/
*
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-24
1
-1
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
protocol.h: move definition of DEFAULT_GIT_PORT from cache.h
Elijah Newren
2023-04-18
1
-0
/
+1
*
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-1
/
+1
|
\
|
*
mark unused parameters in signal handlers
Jeff King
2023-02-24
1
-1
/
+1
*
|
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
daemon: clarify directory arguments
Derrick Stolee
2022-07-19
1
-4
/
+4
*
Merge branch 'ab/env-array'
Junio C Hamano
2022-06-11
1
-7
/
+7
|
\
|
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-7
/
+7
*
|
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-1
/
+1
*
|
Merge branch 'rs/daemon-plug-leak'
Junio C Hamano
2022-01-05
1
-1
/
+1
|
\
\
|
*
|
daemon: plug memory leak on overlong path
René Scharfe
2021-12-20
1
-1
/
+1
|
|
/
*
|
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-11
/
+7
*
|
run-command API users: use strvec_pushv(), not argv assignment
Ævar Arnfjörð Bjarmason
2021-11-26
1
-1
/
+1
|
/
*
Merge branch 'ab/pkt-line-cleanup'
Junio C Hamano
2021-10-26
1
-1
/
+1
|
\
|
*
pkt-line.[ch]: remove unused packet_read_line_buf()
Ævar Arnfjörð Bjarmason
2021-10-15
1
-1
/
+1
*
|
daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro
Ævar Arnfjörð Bjarmason
2021-09-28
1
-12
/
+7
|
/
*
Merge branch 'rs/daemon-sanitize-dir-sep'
Junio C Hamano
2021-04-08
1
-4
/
+4
|
\
|
*
daemon: sanitize all directory separators
René Scharfe
2021-03-27
1
-4
/
+4
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
|
/
*
strvec: rename struct fields
Jeff King
2020-07-31
1
-4
/
+4
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-3
/
+3
*
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-26
/
+26
*
Fix spelling errors in code comments
Elijah Newren
2019-11-10
1
-2
/
+2
*
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
2018-04-25
1
-1
/
+1
|
\
|
*
daemon.c: fix condition for redirecting stderr
Lucas Werkmeister
2018-04-09
1
-1
/
+1
*
|
Merge branch 'lw/daemon-log-destination'
Junio C Hamano
2018-02-21
1
-7
/
+39
|
\
|
|
*
daemon: add --log-destination=(stderr|syslog|none)
Lucas Werkmeister
2018-02-05
1
-7
/
+39
*
|
daemon: fix length computation in newline stripping
Jeff King
2018-01-25
1
-4
/
+2
*
|
daemon: handle NULs in extended attribute string
Jeff King
2018-01-25
1
-5
/
+4
[next]