index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fileops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fileops: allow linking files when copying directory structures
Carlos Martín Nieto
2014-05-28
1
-2
/
+4
*
Fix broken logic for attr cache invalidation
Russell Belfer
2014-04-17
1
-0
/
+14
*
Attribute file cache refactor
Russell Belfer
2014-04-17
1
-3
/
+1
*
Move system directory cache out of utils
Edward Thomson
2014-02-24
1
-220
/
+0
*
Cleanups, renames, and leak fixes
Russell Belfer
2013-12-12
1
-3
/
+10
*
Remove converting user error to GIT_EUSER
Russell Belfer
2013-12-11
1
-30
/
+17
*
Improve GIT_EUSER handling
Russell Belfer
2013-12-11
1
-39
/
+36
*
Plug configuration file search paths leaks
nulltoken
2013-11-05
1
-1
/
+1
*
move mode_t to filebuf_open instead of _commit
Edward Thomson
2013-11-04
1
-1
/
+10
*
preserve windows error numbers as well
Edward Thomson
2013-11-01
1
-2
/
+2
*
Merge pull request #1562 from libgit2/cmn/refs-namespace-lookup
Vicent Martí
2013-10-11
1
-1
/
+7
|
\
|
*
futils: return GIT_ENOTFOUND when trying to read a directory
Carlos Martín Nieto
2013-10-11
1
-1
/
+7
*
|
More filemode cleanups for FAT on MacOS
Russell Belfer
2013-10-08
1
-52
/
+33
*
|
Initial iconv hookup for precomposed unicode
Russell Belfer
2013-10-03
1
-44
/
+29
*
|
Merge pull request #1858 from linquize/win32-template-dir
Vicent Martí
2013-09-17
1
-3
/
+20
|
\
\
|
*
|
Can load default template directory
Linquize
2013-09-18
1
-1
/
+8
|
*
|
Can guess win32 git template dir
Linquize
2013-09-17
1
-1
/
+11
|
*
|
Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameter
Linquize
2013-09-17
1
-1
/
+1
*
|
|
Add clar helpers for testing file equality
Russell Belfer
2013-09-17
1
-11
/
+1
*
|
|
Add simple global shutdown hooks
Russell Belfer
2013-09-17
1
-7
/
+10
|
/
/
*
|
path: Make direach() return EUSER on callback error
nulltoken
2013-09-10
1
-9
/
+21
*
|
Add more file mode permissions macros
Russell Belfer
2013-09-05
1
-2
/
+2
*
|
index: report when it's locked
Carlos Martín Nieto
2013-08-19
1
-1
/
+1
|
/
*
Merge pull request #1781 from brodie/brodie/stat-before-open
Vicent Martí
2013-08-14
1
-5
/
+12
|
\
|
*
fileops: stat() before open()ing in git_futils_readbuffer_updated()
Brodie Rao
2013-08-13
1
-5
/
+12
*
|
Rename git__win32_path fns to git_win32_path
Russell Belfer
2013-08-13
1
-1
/
+1
*
|
windows: Path conversion with better semantics
Vicent Marti
2013-08-13
1
-2
/
+2
*
|
Discriminate path-specific and general UTF-X conversions
Ben Straub
2013-08-08
1
-1
/
+1
*
|
Rename git_win_str_utf* to git_win32_path_utf*
Ben Straub
2013-08-07
1
-1
/
+1
*
|
Add typedefs for win32 utf-8 and utf-16 buffers
Ben Straub
2013-08-07
1
-2
/
+2
*
|
Split UTF-16 and UTF-8 buffer sizes for win32
Ben Straub
2013-08-05
1
-2
/
+2
|
/
*
Fix possible double close
Sven Strickroth
2013-07-27
1
-0
/
+1
*
Fix warning message about mismatched types
Russell Belfer
2013-07-22
1
-5
/
+3
*
preload configuration paths
Edward Thomson
2013-07-11
1
-0
/
+14
*
Revert "Work around reparse point stat issues"
Sven Strickroth
2013-06-25
1
-2
/
+1
*
Merge pull request #1670 from arrbee/open-cloexec
Vicent Martí
2013-06-24
1
-2
/
+4
|
\
|
*
Add O_CLOEXEC to open calls
Russell Belfer
2013-06-22
1
-2
/
+4
*
|
Work around reparse point stat issues
Russell Belfer
2013-06-24
1
-1
/
+2
|
/
*
fileops: fix invalid read
yorah
2013-06-14
1
-1
/
+1
*
Make mkdir early exit cases clearer
Russell Belfer
2013-06-05
1
-35
/
+30
*
Simplify git_futils_mkdir
Russell Belfer
2013-06-05
1
-46
/
+36
*
I'm a dick
Vicent Marti
2013-06-05
1
-7
/
+7
*
Ensure git_futils_mkdir won't mkdir root
Russell Belfer
2013-06-05
1
-13
/
+14
*
Allow creation of directories under the volume root in Win32
Jameson Miller
2013-06-05
1
-5
/
+13
*
Add more diff rename detection tests
Russell Belfer
2013-05-20
1
-0
/
+26
*
Merge pull request #1526 from arrbee/cleanup-error-return-without-msg
Vicent Martí
2013-05-06
1
-1
/
+3
|
\
|
*
Report stat error when checking if file modified
Russell Belfer
2013-05-01
1
-1
/
+3
*
|
allow checkout to proceed when a dir to be removed is in use (win32)
Edward Thomson
2013-05-03
1
-2
/
+2
|
/
*
Merge pull request #1417 from arrbee/opts-for-paths
Vicent Martí
2013-03-18
1
-49
/
+160
|
\
|
*
Fixes and cleanups
Russell Belfer
2013-03-18
1
-3
/
+3
[next]