summaryrefslogtreecommitdiff
path: root/abspath.c
AgeCommit message (Expand)Author
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-02-02Merge branch 'rs/absolute-pathdup'Junio C Hamano
2017-01-26abspath: add absolute_pathdup()René Scharfe
2017-01-09real_path: set errno when max number of symlinks is exceededBrandon Williams
2017-01-09real_path: prevent redefinition of MAXSYMLINKSBrandon Williams
2016-12-22real_path: canonicalize directory separators in root partsJohannes Sixt
2016-12-12real_path: create real_pathdupBrandon Williams
2016-12-12real_path: convert real_path_internal to strbuf_realpathBrandon Williams
2016-12-12real_path: resolve symlinks by handBrandon Williams
2016-04-05Windows: shorten code by re-using convert_slashes()Johannes Sixt
2014-08-26abspath: convert absolute_path() to strbufRené Scharfe
2014-08-26abspath: convert real_path_internal() to strbufRené Scharfe
2014-08-26abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe
2014-01-10Merge branch 'ap/path-max'Junio C Hamano
2013-12-16Prevent buffer overflows when path is too longAntoine Pelisse
2013-12-09abspath: trivial style fixFelipe Contreras
2013-10-16abspath.c: have SP around arithmetic operatorsJunio C Hamano
2013-05-08mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder
2012-10-29Introduce new function real_path_if_valid()Michael Haggerty
2012-10-29real_path_internal(): add comment explaining use of cwdMichael Haggerty
2012-10-29Introduce new static function real_path_internal()Michael Haggerty
2012-09-06real_path(): properly handle nonexistent top-level pathsMichael Haggerty
2012-09-06real_path(): reject the empty stringMichael Haggerty
2012-09-06absolute_path(): reject the empty stringMichael Haggerty
2011-08-11Reduce parse-options.o dependenciesDmitry Ivankov
2011-07-22Merge branch 'js/maint-add-path-stat-pwd'Junio C Hamano
2011-07-11get_pwd_cwd(): Do not trust st_dev/st_ino blindlyJohannes Schindelin
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto
2011-03-16make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto
2010-10-03Fix 'clone' failure at DOS root directory.Eric Sunshine
2010-02-14make_absolute_path(): Do not append redundant slashNguyễn Thái Ngọc Duy
2009-08-27abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2008-12-17make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano
2008-09-09is_directory(): a generic helper functionJunio C Hamano
2008-07-26Allow add_path() to add non-existent directories to the pathJohannes Sixt
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov