summaryrefslogtreecommitdiff
path: root/src/path.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * 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