Sign in
googlers
/
jrn
/
git
/
f4e4756c545359fed7786b11d22f84db61babe21
/
abspath.c
5d1344b
abspath: move related functions to abspath
by Calvin Wan
· 1 year, 9 months ago
0b027f6
abspath.h: move absolute path functions from cache.h
by Elijah Newren
· 2 years ago
a8bfa99
bundle: don't blindly apply prefix_filename() to "-"
by Junio C Hamano
· 2 years ago
be6e0da
abspath: add a function to resolve paths with missing components
by brian m. carlson
· 4 years, 3 months ago
4530a85
real_path_if_valid(): remove unsafe API
by Alexandr Miloslavskiy
· 5 years ago
3d7747e
real_path: remove unsafe API
by Alexandr Miloslavskiy
· 5 years ago
d83d846
real_path: clarify return value ownership
by Han-Wen Nienhuys
· 7 years ago
6412757
Spelling fixes
by Ville Skyttä
· 8 years ago
af10e8b
prefix_filename: simplify windows #ifdef
by Jeff King
· 8 years ago
e4da43b
prefix_filename: return newly allocated string
by Jeff King
· 8 years ago
116fb64
prefix_filename: drop length parameter
by Jeff King
· 8 years ago
5980197
prefix_filename: move docstring to header file
by Jeff King
· 8 years ago
ce83ead
real_pathdup(): fix callsites that wanted it to die on error
by Johannes Schindelin
· 8 years ago
6f1c08b
Merge branch 'rs/absolute-pathdup'
by Junio C Hamano
· 8 years ago
b1edb40
abspath: add absolute_pathdup()
by René Scharfe
· 8 years ago
0b9864a
real_path: set errno when max number of symlinks is exceeded
by Brandon Williams
· 8 years ago
7aeb81f
real_path: prevent redefinition of MAXSYMLINKS
by Brandon Williams
· 8 years ago
e9a379c
real_path: canonicalize directory separators in root parts
by Johannes Sixt
· 8 years ago
7241764
real_path: create real_pathdup
by Brandon Williams
· 8 years ago
a1ae484
real_path: convert real_path_internal to strbuf_realpath
by Brandon Williams
· 8 years ago
05b458c
real_path: resolve symlinks by hand
by Brandon Williams
· 8 years ago
8e9b208
Windows: shorten code by re-using convert_slashes()
by Johannes Sixt
· 9 years ago
679eebe
abspath: convert absolute_path() to strbuf
by René Scharfe
· 11 years ago
2fdb9ce
abspath: convert real_path_internal() to strbuf
by René Scharfe
· 11 years ago
251277a
abspath: use strbuf_getcwd() to remember original working directory
by René Scharfe
· 11 years ago
273c54f
Merge branch 'ap/path-max'
by Junio C Hamano
· 11 years ago
fc2b621
Prevent buffer overflows when path is too long
by Antoine Pelisse
· 11 years ago
e46c92e
abspath: trivial style fix
by Felipe Contreras
· 11 years ago
f1e835f
abspath.c: have SP around arithmetic operators
by Junio C Hamano
· 11 years ago
380395d
mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE
by Jonathan Nieder
· 12 years ago
e3e46cd
Introduce new function real_path_if_valid()
by Michael Haggerty
· 12 years ago
d6052ab
real_path_internal(): add comment explaining use of cwd
by Michael Haggerty
· 12 years ago
038e55f
Introduce new static function real_path_internal()
by Michael Haggerty
· 12 years ago
f4c21e8
real_path(): properly handle nonexistent top-level paths
by Michael Haggerty
· 13 years ago
3efe5d1
real_path(): reject the empty string
by Michael Haggerty
· 13 years ago
a0601dc
absolute_path(): reject the empty string
by Michael Haggerty
· 13 years ago
0687628
Reduce parse-options.o dependencies
by Dmitry Ivankov
· 14 years ago
b075227
Merge branch 'js/maint-add-path-stat-pwd'
by Junio C Hamano
· 14 years ago
7d092ad
get_pwd_cwd(): Do not trust st_dev/st_ino blindly
by Johannes Schindelin
· 14 years ago
033c2dc
Merge branch 'ef/maint-win-verify-path'
by Junio C Hamano
· 14 years ago
d1c6925
real_path: do not assume '/' is the path seperator
by Theo Niessink
· 14 years ago
e2a57aa
Name make_*_path functions more accurately
by Carlos Martín Nieto
· 14 years ago
1d679de
make_absolute_path: return the input path if it points to our buffer
by Carlos Martín Nieto
· 14 years ago
b248e95
Fix 'clone' failure at DOS root directory.
by Eric Sunshine
· 15 years ago
ed0cb46
make_absolute_path(): Do not append redundant slash
by Nguyễn Thái Ngọc Duy
· 15 years ago
1630726
abspath.c: move declaration of 'len' into inner block and use appropriate type
by Brandon Casey
· 16 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
737e31a
make_absolute_path(): check bounds when seeing an overlong symlink
by Junio C Hamano
· 16 years ago
90b4a71
is_directory(): a generic helper function
by Junio C Hamano
· 17 years ago
10c4c88
Allow add_path() to add non-existent directories to the path
by Johannes Sixt
· 17 years ago
5b8e6f8
shrink git-shell by avoiding redundant dependencies
by Dmitry Potapov
· 17 years ago