aboutsummaryrefslogtreecommitdiff
path: root/abspath.c
Commit message (Expand)AuthorAge
* real_path: clarify return value ownershipHan-Wen Nienhuys2017-09-27
* Spelling fixesVille Skyttä2017-06-27
* prefix_filename: simplify windows #ifdefJeff King2017-03-21
* prefix_filename: return newly allocated stringJeff King2017-03-21
* prefix_filename: drop length parameterJeff King2017-03-21
* prefix_filename: move docstring to header fileJeff King2017-03-21
* real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin2017-03-08
* Merge branch 'rs/absolute-pathdup'Junio C Hamano2017-02-02
|\
| * abspath: add absolute_pathdup()René Scharfe2017-01-26
* | real_path: set errno when max number of symlinks is exceededBrandon Williams2017-01-09
* | real_path: prevent redefinition of MAXSYMLINKSBrandon Williams2017-01-09
* | real_path: canonicalize directory separators in root partsJohannes Sixt2016-12-22
* | real_path: create real_pathdupBrandon Williams2016-12-12
* | real_path: convert real_path_internal to strbuf_realpathBrandon Williams2016-12-12
* | real_path: resolve symlinks by handBrandon Williams2016-12-12
|/
* Windows: shorten code by re-using convert_slashes()Johannes Sixt2016-04-04
* abspath: convert absolute_path() to strbufRené Scharfe2014-08-26
* abspath: convert real_path_internal() to strbufRené Scharfe2014-08-26
* abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe2014-08-26
* Merge branch 'ap/path-max'Junio C Hamano2014-01-10
|\
| * Prevent buffer overflows when path is too longAntoine Pelisse2013-12-16
* | abspath: trivial style fixFelipe Contreras2013-12-09
|/
* abspath.c: have SP around arithmetic operatorsJunio C Hamano2013-10-16
* mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVEJonathan Nieder2013-05-08
* Introduce new function real_path_if_valid()Michael Haggerty2012-10-29
* real_path_internal(): add comment explaining use of cwdMichael Haggerty2012-10-29
* Introduce new static function real_path_internal()Michael Haggerty2012-10-29
* real_path(): properly handle nonexistent top-level pathsMichael Haggerty2012-09-06
* real_path(): reject the empty stringMichael Haggerty2012-09-06
* absolute_path(): reject the empty stringMichael Haggerty2012-09-06
* Reduce parse-options.o dependenciesDmitry Ivankov2011-08-11
* Merge branch 'js/maint-add-path-stat-pwd'Junio C Hamano2011-07-22
|\
| * get_pwd_cwd(): Do not trust st_dev/st_ino blindlyJohannes Schindelin2011-07-11
* | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-29
|\ \
| * | real_path: do not assume '/' is the path seperatorTheo Niessink2011-05-27
* | | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
|/ /
* | make_absolute_path: return the input path if it points to our bufferCarlos Martín Nieto2011-03-16
* | Fix 'clone' failure at DOS root directory.Eric Sunshine2010-10-03
* | make_absolute_path(): Do not append redundant slashNguyễn Thái Ngọc Duy2010-02-14
* | abspath.c: move declaration of 'len' into inner block and use appropriate typeBrandon Casey2009-08-27
* | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-27
* | make_absolute_path(): check bounds when seeing an overlong symlinkJunio C Hamano2008-12-17
* | is_directory(): a generic helper functionJunio C Hamano2008-09-09
|/
* Allow add_path() to add non-existent directories to the pathJohannes Sixt2008-07-25
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-27