summaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-1/+1
| * Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-2/+2
| * Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-2/+2
* | Improve building ignore file listsRussell Belfer2013-08-091-1/+1
|/
* Three submodule status bug fixesRussell Belfer2013-03-181-4/+11
* Improved tree iterator internalsRussell Belfer2013-03-141-26/+3
* Fix some incorrect MSVC #ifdef's. Fixes #1305Philip Kelley2013-02-111-1/+1
* Add git_path_icmp to case-insensitive path cmpRussell Belfer2013-01-151-0/+24
* update copyrightsEdward Thomson2013-01-081-1/+1
* Give proper license notice to code from AndroidMartin Woodward2013-01-031-1/+27
* path: ifdef GIT_WIN32 looks_like_network_computer_name()Michael Schubert2013-01-021-0/+2
* path: Teach UNC paths to git_path_dirname_r()nulltoken2012-12-261-0/+25
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-4/+31
* Consolidate text buffer functionsRussell Belfer2012-11-281-1/+1
* Rework checkout with new strategy optionsRussell Belfer2012-11-091-2/+3
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-281-3/+2
* 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