Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-17fileops: set an error on write error for file copyCarlos Martín Nieto
2015-05-15fileops: set an error message if we fail to link a fileCarlos Martín Nieto
2015-05-11centralizing all IO buffer size valuesJ Wyman
2015-03-19mkdir-ext: Retry lstat on EEXIST raceVicent Marti
2015-02-15Remove extra semicolon outside of a functionStefan Widgren
2015-02-15Merge pull request #2895 from ethomson/alloc_overflowCarlos Martín Nieto
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Merge pull request #2897 from leoyanggit/fix_fileop_warningCarlos Martín Nieto
2015-02-13p_read: ensure requested len is ssize_tEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2015-02-13Fix build warning on AndroidLeo Yang
2015-02-12Merge pull request #2866 from ethomson/checkout_perf2Carlos Martín Nieto
2015-02-05mkdir: respect the root pathEdward Thomson
2015-02-04checkout: hold seen dir paths in a mapEdward Thomson
2015-01-21checkout: remove files before writing new onesEdward Thomson
2015-01-21mkdir: walk up tree to mkdirEdward Thomson
2015-01-21checkout: introduce git_checkout_perfdataEdward Thomson
2014-09-17path: Fix `git_path_walk_up` to work with non-rooted pathsThe rugged tests are fragile
2014-08-22Allow mkdir helper to skip parent errorsRussell Belfer
2014-05-28fileops: allow linking files when copying directory structuresCarlos Martín Nieto
2014-04-18Fix broken logic for attr cache invalidationRussell Belfer
2014-04-18Attribute file cache refactorRussell Belfer
2014-02-25Move system directory cache out of utilsEdward Thomson
2013-12-13Cleanups, renames, and leak fixesRussell Belfer
2013-12-11Remove converting user error to GIT_EUSERRussell Belfer
2013-12-11Improve GIT_EUSER handlingRussell Belfer
2013-11-05Plug configuration file search paths leaksnulltoken
2013-11-05move mode_t to filebuf_open instead of _commitEdward Thomson
2013-11-02preserve windows error numbers as wellEdward Thomson
2013-10-11Merge pull request #1562 from libgit2/cmn/refs-namespace-lookupVicent Martí
2013-10-11futils: return GIT_ENOTFOUND when trying to read a directoryCarlos Martín Nieto
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-09-17Merge pull request #1858 from linquize/win32-template-dirVicent Martí
2013-09-17Add clar helpers for testing file equalityRussell Belfer
2013-09-17Add simple global shutdown hooksRussell Belfer
2013-09-17Can load default template directoryLinquize
2013-09-17Can guess win32 git template dirLinquize
2013-09-17Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameterLinquize
2013-09-11path: Make direach() return EUSER on callback errornulltoken
2013-09-05Add more file mode permissions macrosRussell Belfer
2013-08-19index: report when it's lockedCarlos Martín Nieto
2013-08-14Merge pull request #1781 from brodie/brodie/stat-before-openVicent Martí
2013-08-13fileops: stat() before open()ing in git_futils_readbuffer_updated()Brodie Rao
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Path conversion with better semanticsVicent Marti
2013-08-08Discriminate path-specific and general UTF-X conversionsBen Straub
2013-08-08Rename git_win_str_utf* to git_win32_path_utf*Ben Straub
2013-08-08Add typedefs for win32 utf-8 and utf-16 buffersBen Straub
2013-08-05Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub