- 06 Nov, 2012 1 commit
-
-
inet_pton is available only in windows vista or later, fixed the issue by reimplementing it using WSAStringToAddress
Eduardo Bart committed
-
- 05 Nov, 2012 4 commits
-
-
Edward Thomson committed
-
Justin Spahr-Summers committed
-
Justin Spahr-Summers committed
-
This fixes a crash from attempting to invoke git__strdup() against NULL.
Justin Spahr-Summers committed
-
- 04 Nov, 2012 1 commit
-
-
Keith Dahlby committed
-
- 02 Nov, 2012 4 commits
-
-
Philip Kelley committed
-
Russell Belfer committed
-
Philip Kelley committed
-
Edward Thomson committed
-
- 01 Nov, 2012 11 commits
-
-
This improves docs in some of the public header files, cleans up and improves some of the example code, and fixes a couple of pedantic warnings in places.
Russell Belfer committed -
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Vicent Marti committed
-
Do not interpret 0x85 as Next Line (NEL) char when gathering statistics for a text file.
Jameson Miller committed -
Philip Kelley committed
-
Philip Kelley committed
-
Philip Kelley committed
-
Carlos Martín Nieto committed
-
Let the user get each object as a buffer+size pair so they can handle the packfile content as they need to.
Carlos Martín Nieto committed
-
- 31 Oct, 2012 4 commits
-
-
Vicent Marti committed
-
Russell Belfer committed
-
Ben Straub committed
-
Ben Straub committed
-
- 30 Oct, 2012 4 commits
-
-
This adds a new API that allows users to reload the config if the file has changed on disk. A new config callback function to refresh the config was added. The modified time and file size are used to test if the file needs to be reloaded (and are now stored in the disk backend object). In writing tests, just using mtime was a problem / race, so I wanted to check file size as well. To support that, I extended `git_futils_readbuffer_updated` to optionally check file size in addition to mtime, and I added a new function `git_filebuf_stats` to fetch the mtime and size for an open filebuf (so that the config could be easily refreshed after a write). Lastly, I moved some similar file checking code for attributes into filebuf. It is still only being used for attrs, but it seems potentially reusable, so I thought I'd move it over.
Russell Belfer committed -
Michael Schubert committed
-
This improves the naming for the rename related functionality moving it to be called `git_diff_find_similar()` and renaming all the associated constants, etc. to make more sense. I also moved the new code (plus the existing `git_diff_merge`) into a new file `diff_tform.c` where I can put new functions related to manipulating git diff lists. This also updates the implementation significantly from the last revision fixing some ordering issues (where break-rewrite needs to be handled prior to copy and rename detection) and improving config option handling.
Russell Belfer committed -
Edward Thomson committed
-
- 29 Oct, 2012 1 commit
-
-
This memset was being reached after the entire packfile under WinHttp, so the byte count was being lost for small repos.
Ben Straub committed
-
- 27 Oct, 2012 1 commit
-
-
nulltoken committed
-
- 26 Oct, 2012 9 commits