Age | Commit message (Expand) | Author | Files | Lines |
2017-09-27 | real_path: clarify return value ownership | Han-Wen Nienhuys | 1 | -0/+4 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2017-03-21 | prefix_filename: simplify windows #ifdef | Jeff King | 1 | -9/+6 |
2017-03-21 | prefix_filename: return newly allocated string | Jeff King | 1 | -6/+4 |
2017-03-21 | prefix_filename: drop length parameter | Jeff King | 1 | -1/+3 |
2017-03-21 | prefix_filename: move docstring to header file | Jeff King | 1 | -5/+0 |
2017-03-08 | real_pathdup(): fix callsites that wanted it to die on error | Johannes Schindelin | 1 | -2/+2 |
2017-02-02 | Merge branch 'rs/absolute-pathdup' | Junio C Hamano | 1 | -0/+7 |
2017-01-26 | abspath: add absolute_pathdup() | René Scharfe | 1 | -0/+7 |
2017-01-09 | real_path: set errno when max number of symlinks is exceeded | Brandon Williams | 1 | -0/+2 |
2017-01-09 | real_path: prevent redefinition of MAXSYMLINKS | Brandon Williams | 1 | -1/+3 |
2016-12-22 | real_path: canonicalize directory separators in root parts | Johannes Sixt | 1 | -12/+17 |
2016-12-12 | real_path: create real_pathdup | Brandon Williams | 1 | -0/+13 |
2016-12-12 | real_path: convert real_path_internal to strbuf_realpath | Brandon Williams | 1 | -28/+25 |
2016-12-12 | real_path: resolve symlinks by hand | Brandon Williams | 1 | -61/+129 |
2016-04-04 | Windows: shorten code by re-using convert_slashes() | Johannes Sixt | 1 | -4/+1 |
2014-08-26 | abspath: convert absolute_path() to strbuf | René Scharfe | 1 | -42/+4 |
2014-08-26 | abspath: convert real_path_internal() to strbuf | René Scharfe | 1 | -44/+25 |
2014-08-26 | abspath: use strbuf_getcwd() to remember original working directory | René Scharfe | 1 | -4/+5 |
2014-01-10 | Merge branch 'ap/path-max' | Junio C Hamano | 1 | -7/+9 |
2013-12-16 | Prevent buffer overflows when path is too long | Antoine Pelisse | 1 | -7/+9 |
2013-12-09 | abspath: trivial style fix | Felipe Contreras | 1 | -1/+1 |
2013-10-16 | abspath.c: have SP around arithmetic operators | Junio C Hamano | 1 | -2/+2 |
2013-05-08 | mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE | Jonathan Nieder | 1 | -1/+1 |
2012-10-29 | Introduce new function real_path_if_valid() | Michael Haggerty | 1 | -0/+5 |
2012-10-29 | real_path_internal(): add comment explaining use of cwd | Michael Haggerty | 1 | -0/+7 |
2012-10-29 | Introduce new static function real_path_internal() | Michael Haggerty | 1 | -21/+72 |
2012-09-06 | real_path(): properly handle nonexistent top-level paths | Michael Haggerty | 1 | -1/+1 |
2012-09-06 | real_path(): reject the empty string | Michael Haggerty | 1 | -0/+3 |
2012-09-06 | absolute_path(): reject the empty string | Michael Haggerty | 1 | -1/+3 |
2011-08-11 | Reduce parse-options.o dependencies | Dmitry Ivankov | 1 | -0/+28 |
2011-07-22 | Merge branch 'js/maint-add-path-stat-pwd' | Junio C Hamano | 1 | -1/+2 |
2011-07-11 | get_pwd_cwd(): Do not trust st_dev/st_ino blindly | Johannes Schindelin | 1 | -1/+2 |
2011-06-29 | Merge branch 'ef/maint-win-verify-path' | Junio C Hamano | 1 | -2/+2 |
2011-05-27 | real_path: do not assume '/' is the path seperator | Theo Niessink | 1 | -2/+2 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -2/+16 |
2011-03-16 | make_absolute_path: return the input path if it points to our buffer | Carlos Martín Nieto | 1 | -0/+4 |
2010-10-03 | Fix 'clone' failure at DOS root directory. | Eric Sunshine | 1 | -1/+5 |
2010-02-14 | make_absolute_path(): Do not append redundant slash | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2009-08-27 | abspath.c: move declaration of 'len' into inner block and use appropriate type | Brandon Casey | 1 | -3/+3 |
2009-06-27 | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 1 | -6/+6 |
2008-12-17 | make_absolute_path(): check bounds when seeing an overlong symlink | Junio C Hamano | 1 | -0/+2 |
2008-09-09 | is_directory(): a generic helper function | Junio C Hamano | 1 | -1/+12 |
2008-07-25 | Allow add_path() to add non-existent directories to the path | Johannes Sixt | 1 | -0/+36 |
2008-06-27 | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 1 | -0/+68 |