summaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add template dir and set gid to repo initRussell Belfer2012-08-221-6/+40
* Merge branch 'development' into cloneBen Straub2012-07-171-5/+68
|\
| * Add path utilities to resolve relative pathsRussell Belfer2012-07-101-3/+66
| * Fix libgit2 on GNU/Hurd.Cyril Roelandt2012-07-061-2/+2
* | Move is_dot_or_dotdotW into path.h.Ben Straub2012-07-111-8/+1
* | Fix compile and workings on msvc.Ben Straub2012-07-111-5/+23
* | Add git_path_is_empty_dir.Ben Straub2012-07-111-0/+52
* | Add git_path_is_dot_or_dotdot.Ben Straub2012-07-111-10/+2
|/
* tree: Proper path comparison logicVicent Marti2012-06-191-7/+12
* Better fix for isalpha in drive letter detectionRussell Belfer2012-06-081-4/+7
* isalpha is not great for UTF-8Russell Belfer2012-06-081-1/+2
* Fix readdir_r() usage for SolarisScott J. Goldman2012-05-121-6/+27
* compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken2012-05-081-1/+5
* path: Make git_path_prettify() properly handle ENOTDIR errno valuenulltoken2012-05-081-1/+1
* Merge branch 'new-error-handling' into developmentVicent Martí2012-05-021-129/+138
|\
| * buf: deploy git_buf_len()nulltoken2012-04-301-7/+7
| * Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-7/+8
| * Refactor git_repository_open with new optionsRussell Belfer2012-04-111-14/+11
| * Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-1/+1
| * Make git_path_root() cope with windows network pathsnulltoken2012-03-161-0/+9
| * Continue error conversionRussell Belfer2012-03-141-15/+22
| * Convert attr and other files to new errorsRussell Belfer2012-03-141-67/+60
| * Migrating diff to new error handlingRussell Belfer2012-03-061-1/+1
| * error-handling: RepositoryVicent Martí2012-03-071-17/+22
| * error-handling: ReferencesVicent Martí2012-03-061-41/+33
| * refs: Error handling rework. WIPVicent Martí2012-03-031-11/+16
* | GetFileAttributes does not work for utf-8 encoded pathsSven Strickroth2012-04-201-9/+1
|/
* Fixing memory leaks indicated by valgrindRussell Belfer2012-03-021-0/+2
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+43
* Fix readdir usage across platformsRussell Belfer2012-02-231-3/+3
* Fix iterators based on pull request feedbackRussell Belfer2012-02-221-12/+8
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+65
* Update Copyright headerschu2012-02-131-1/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-1/+174
* Fix several memory issuesRussell Belfer2012-01-111-1/+3
* Convert git_path_walk_up to regular functionRussell Belfer2012-01-111-0/+42
* Restore portability to git_path_prettify.Russell Belfer2012-01-091-11/+5
* Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí2012-01-041-0/+74
|\
| * path: add git_path_fromurl()nulltoken2011-12-281-0/+35
| * path: add git__percent_decode()nulltoken2011-12-281-0/+35
|/
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-99/+68
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-2/+2
* Tabify everythingVicent Marti2011-09-191-66/+66
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Fix for issue #387Jerome Lambourg2011-09-021-0/+10
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-0/+50
* fileops: CleanupVicent Marti2011-07-051-0/+204