summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'arrbee/minor-paranoia' into developmentVicent Marti2013-06-1213-16/+63
|\
| * Add safe memset and use itRussell Belfer2013-06-079-13/+26
| * Mutex init can failRussell Belfer2013-05-315-6/+26
| * Zero memory for major objects before freeingRussell Belfer2013-05-318-4/+18
* | Fix Windows warningsRussell Belfer2013-06-127-10/+15
* | Merge pull request #1643 from ethomson/rename_sourceVicent Martí2013-06-121-17/+23
|\ \
| * | keep source similarity in rename detectionEdward Thomson2013-06-101-17/+23
* | | Merge pull request #1642 from arrbee/diff-function-contextVicent Martí2013-06-1236-1999/+2721
|\ \ \
| * | | Fix diff header naming issuesRussell Belfer2013-06-126-95/+154
| * | | Improvements to git_arrayRussell Belfer2013-06-123-16/+41
| * | | Add patch from blobs APIRussell Belfer2013-06-121-50/+145
| * | | Fix some diff driver memory leaksRussell Belfer2013-06-121-16/+20
| * | | Add diff drivers tests (and fix bugs)Russell Belfer2013-06-111-25/+40
| * | | Implement regex pattern diff driverRussell Belfer2013-06-116-82/+292
| * | | start implementing diff driver registryRussell Belfer2013-06-102-4/+42
| * | | Fix some memory leaksRussell Belfer2013-06-102-1/+5
| * | | fix missing file and bad prototypeRussell Belfer2013-06-102-1/+42
| * | | Reorganize diff and add basic diff driverRussell Belfer2013-06-1033-1633/+1802
| * | | Move some diff helpers into separate fileRussell Belfer2013-06-052-422/+433
| * | | Basic function context headerRussell Belfer2013-06-051-16/+67
* | | | signature: extend trimming to more whitespaceCarlos Martín Nieto2013-06-111-2/+2
| |/ / |/| |
* | | Make mkdir early exit cases clearerRussell Belfer2013-06-051-35/+30
* | | Simplify git_futils_mkdirRussell Belfer2013-06-051-46/+36
|/ /
* | I'm a dickVicent Marti2013-06-051-7/+7
* | Ensure git_futils_mkdir won't mkdir rootRussell Belfer2013-06-051-13/+14
* | Merge pull request #1633 from jamill/directory_create_fixVicent Martí2013-06-051-5/+13
|\ \
| * | Allow creation of directories under the volume root in Win32Jameson Miller2013-06-051-5/+13
* | | Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-0316-542/+700
|\ \ \ | |/ / |/| |
| * | Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-318-121/+253
| * | FreesVicent Marti2013-05-301-2/+2
| * | RefcountingVicent Marti2013-05-303-3/+8
| * | ...Aaaand this worksVicent Marti2013-05-306-205/+186
| * | What are the chances, reallyVicent Marti2013-05-297-149/+203
| * | Liike thisVicent Marti2013-05-286-56/+51
| * | This refs iterator pleases the gods.Vicent Marti2013-05-281-78/+69
* | | Don't bail on parsing commits with an invalid timezoneScott J. Goldman2013-06-021-2/+4
* | | Make git_index_read_tree preserve stat cacheRussell Belfer2013-05-311-14/+54
| |/ |/|
* | Merge pull request #1626 from ethomson/index_ext_truncationVicent Martí2013-05-311-2/+3
|\ \
| * | improve test for index extension truncationEdward Thomson2013-05-311-2/+3
* | | Merge pull request #1621 from NHDaly/clone_transport_flagsVicent Martí2013-05-311-0/+4
|\ \ \
| * | | Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly2013-05-311-0/+4
| |/ /
* | | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+17
|\ \ \
| * | | Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+17
* | | | Merge pull request #1623 from yorah/fix/tag_autoVicent Martí2013-05-312-10/+3
|\ \ \ \
| * | | | Proposal to handle default value (auto = 0)yorah2013-05-302-7/+1
| * | | | remote: make default tag retrieving behaviour consistentyorah2013-05-301-6/+5
| | |/ / | |/| |
* | | | Merge pull request #1622 from yorah/fix/thread-segfaultBen Straub2013-05-301-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | thread: fix segfault on Windows 64 bitsyorah2013-05-301-1/+3
| | |/ | |/|
* | | allow (ignore) bare slash in gitignoreEdward Thomson2013-05-292-1/+7
|/ /
* | Fixing unwrapped callocRussell Belfer2013-05-271-1/+1