summaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAgeFilesLines
* iterator: free paths when skipping themEdward Thomson2014-10-261-1/+4
* is_empty_dir (wi32): cope with empty mount pointsEdward Thomson2014-10-131-16/+26
* path: fix invalid accessErdur2014-09-301-1/+4
* Merge pull request #2571 from libgit2/vmg/walk-up-pathVicent Marti2014-09-171-2/+17
|\
| * path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile2014-09-171-2/+17
* | Merge pull request #2572 from cirosantilli/factor-voidVicent Marti2014-09-171-2/+2
|\ \ | |/ |/|
| * Replace void casts with GIT_UNUSED.Ciro Santilli2014-09-171-2/+2
* | Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-171-1/+3
|/
* Introduce git_path_make_relativeEdward Thomson2014-09-021-0/+55
* Don't report status on named pipesRussell Belfer2014-08-081-11/+12
* Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-221-29/+25
|\
| * Handle local file:/// paths on WindowsEdward Thomson2014-07-111-29/+25
* | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-041-0/+18
|\ \ | |/
| * clone: re-use the local transport's path resolutioncmn/path-to-pathCarlos Martín Nieto2014-06-031-0/+18
* | Clear out the struct.Alan Rogers2014-06-041-0/+1
* | Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan Rogers2014-05-211-2/+9
* | Rename GIT_ENOACCESS -> GIT_EUNREADABLEAlan Rogers2014-05-201-7/+4
* | Skip unreadable files for now.Alan Rogers2014-05-151-2/+1
* | Return a specific error for EACCES.Alan Rogers2014-05-151-0/+4
|/
* Pass unconverted data when iconv doesn't like itRussell Belfer2014-05-081-1/+62
* React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley2014-04-231-1/+1
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-25/+26
* Pop ignore only if whole relative path matchesRussell Belfer2014-04-181-1/+1
* vmg is always rightRussell Belfer2014-04-071-1/+1
* Fix bug with multiple iconv conversions in one dirRussell Belfer2014-04-071-0/+2
* Update behavior for untracked sub-reposRussell Belfer2014-03-251-9/+2
* refdb: catch a directory disappearingCarlos Martín Nieto2014-03-051-0/+3
* Remove now-duplicated stdarg.h includeEdward Thomson2014-02-241-1/+0
* Fix up some valgrind leaks and warningsRussell Belfer2013-12-111-1/+1
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-2/+2
* Some callback error check style cleanupsRussell Belfer2013-12-111-4/+9
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-7/+5
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-4/+7
* iconv: Do not fake an API when iconv is not availableVicent Marti2013-11-011-2/+28
* More filemode cleanups for FAT on MacOSRussell Belfer2013-10-081-7/+26
* Wrap iconv stuff and write testsRussell Belfer2013-10-031-58/+47
* Simplify git_path_is_empty_dir implementationRussell Belfer2013-10-031-28/+23
* Initial iconv hookup for precomposed unicodeRussell Belfer2013-10-031-47/+139
* Put hooks in place for precompose in dirload fnRussell Belfer2013-10-031-3/+11
* Ignore files that disappear while iteratingEdward Thomson2013-09-241-1/+9
* Merge git_buf and git_bufferRussell Belfer2013-09-171-1/+1
* path: Make direach() return EUSER on callback errornulltoken2013-09-101-2/+2
* Fix resolving relative windows network pathsRussell Belfer2013-09-031-2/+2
* path: properly resolve relative pathsNikolai Vladimirov2013-09-031-5/+26
* Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí2013-08-131-3/+4
|\
| * Minor win32 fixes and improvementsRussell Belfer2013-08-131-0/+2
| * Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-1/+1
| * windows: Require orderVicent Marti2013-08-131-1/+0
| * windows: Path conversion with better semanticsVicent Marti2013-08-131-2/+2
| * Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-1/+1