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
/
win32
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add bounds checking to UTF-8 conversion
Vicent Marti
2012-08-28
5
-60
/
+35
*
windows: Keep UTF-8 on the stack yo
Vicent Marti
2012-08-28
5
-215
/
+64
*
UTF-8 changes yo
Vicent Martí
2012-08-28
1
-0
/
+92
*
Merge pull request #778 from ben/clone
Vicent Martí
2012-08-19
2
-0
/
+10
|
\
|
*
Checkout: obey core.symlinks.
Ben Straub
2012-07-17
1
-2
/
+5
|
*
Merge branch 'development' into clone
Ben Straub
2012-07-17
1
-1
/
+1
|
|
\
|
*
|
Checkout: handle symlinks.
Ben Straub
2012-07-16
2
-0
/
+7
*
|
|
win32: set errno to ENOENT or ENOTDIR when appropriate in do_lstat
Carlos Martín Nieto
2012-08-02
1
-0
/
+7
|
|
/
|
/
|
*
|
fix below issues on mingw:
liyuray
2012-06-21
1
-1
/
+1
|
/
*
Precompile headers for MSVC.
Ben Straub
2012-06-13
2
-0
/
+20
*
misc: Fix warnings from PVS Studio trial
Vicent Martí
2012-06-07
1
-1
/
+1
*
Merge pull request #684 from benstraub/rev-parse
Vicent Martí
2012-06-07
1
-0
/
+76
|
\
|
*
Rename posix wrappers with 'p_' prefix.
Ben Straub
2012-06-06
2
-7
/
+3
|
*
Merge branch 'development' into rev-parse
Ben Straub
2012-06-05
4
-221
/
+11
|
|
\
|
*
|
Fix date.c build in msvc.
Ben Straub
2012-05-15
2
-0
/
+80
*
|
|
repository: make git_repository_init() value the core.filemode config entry
nulltoken
2012-06-05
1
-0
/
+1
|
|
/
|
/
|
*
|
Fix bugs in UTF-8 <-> UTF-16 conversion
Russell Belfer
2012-05-24
1
-13
/
+10
*
|
Hook up Windows compat fnmatch() for Solaris
Scott J. Goldman
2012-05-10
3
-208
/
+1
|
/
*
compat: make p_realpath Windows implementation be a bit more POSIX compliant ...
nulltoken
2012-05-08
1
-4
/
+17
*
compat: make p_open able to accept optional mode when passing the O_CREAT flag
nulltoken
2012-05-07
2
-4
/
+18
*
Merge remote-tracking branch 'scottjg/fix-mingw32' into development
Vicent Martí
2012-05-05
1
-0
/
+1
|
\
|
*
Fix missing prototype warning in utf-conv.c
Scott J. Goldman
2012-05-05
1
-0
/
+1
*
|
Fix warnings on 64-bit windows builds
Russell Belfer
2012-04-17
3
-25
/
+40
*
|
Continue error conversion
Russell Belfer
2012-03-14
4
-130
/
+180
*
|
Resolve comments from pull request
Russell Belfer
2012-03-13
1
-2
/
+1
*
|
Migrate ODB files to new error handling
Russell Belfer
2012-03-12
2
-36
/
+21
*
|
error-handling: Repository
Vicent Martí
2012-03-07
1
-10
/
+5
*
|
error-handling: Add new routines
Vicent Martí
2012-03-03
1
-2
/
+6
|
/
*
Clean up GIT_UNUSED macros on all platforms
Russell Belfer
2012-03-02
2
-9
/
+9
*
Update diff to use iterators
Russell Belfer
2012-03-02
2
-6
/
+12
*
Simplify GIT_UNUSED macros
Russell Belfer
2012-03-02
1
-3
/
+3
*
Fix readdir usage across platforms
Russell Belfer
2012-02-23
2
-11
/
+26
*
Update Copyright header
schu
2012-02-13
14
-14
/
+14
*
msvc: Move `ssize_t` typedef to MSVC-only
Vicent Martí
2012-01-26
1
-0
/
+3
*
Move path related functions from fileops to path
Russell Belfer
2012-01-17
1
-0
/
+39
*
Fix MSVC compilation warning
nulltoken
2012-01-17
1
-1
/
+1
*
Windows: store all 64 bits of the size in the stat structure
Carlos Martín Nieto
2012-01-16
1
-1
/
+1
*
Add missing semicolon
Vincent Lee
2012-01-03
1
-1
/
+1
*
Add support for macros and cache flush API.
Russell Belfer
2011-12-29
2
-0
/
+6
*
posix_w32: prevent segfaulting on Windows when building a temporary filename
nulltoken
2011-12-14
1
-1
/
+1
*
Use git_buf for path storage instead of stack-based buffers
Russell Belfer
2011-12-07
1
-15
/
+20
*
Implement p_rename
Carlos Martín Nieto
2011-11-07
2
-0
/
+15
*
Merge pull request #456 from brodie/perm-fixes
Vicent Martí
2011-10-28
2
-8
/
+8
|
\
|
*
fileops/posix: replace usage of "int mode" with "mode_t mode"
Brodie Rao
2011-10-14
2
-8
/
+8
*
|
global: Properly use `git__` memory wrappers
Vicent Marti
2011-10-28
4
-32
/
+32
*
|
windows: Add support for non-UTF codepages
Vicent Marti
2011-10-26
5
-27
/
+48
|
/
*
include version information in git2.dll on Windows
Sven Strickroth
2011-10-09
1
-0
/
+42
*
msvc: Properly handle inttypes.h/stdint.h
Vicent Marti
2011-10-05
2
-38
/
+15
*
mingw: Fix compilation warnings
Vicent Marti
2011-09-29
1
-0
/
+7
*
http-parser: Disable MSVC warnings locally
Vicent Marti
2011-09-29
1
-10
/
+0
[next]