summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improvements to stopwatch implementationstopwatchPhilip Kelley2013-09-212-5/+20
* Add stopwatch APIs for timingPhilip Kelley2013-09-212-0/+196
* msvc: No void* arithmetic on WindowsVicent Marti2013-09-181-1/+1
* Merge pull request #1860 from libgit2/cmn/indexer-hashVicent Martí2013-09-171-19/+71
|\
| * indexer: don't reiterate the class in the messageCarlos Martín Nieto2013-09-181-3/+3
| * indexer: check the packfile trailer for correctnessCarlos Martín Nieto2013-09-181-17/+69
* | Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-176-19/+62
|\ \
| * | Can load default template directoryLinquize2013-09-183-5/+24
| * | Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize2013-09-181-0/+13
| * | Can guess win32 git template dirLinquize2013-09-172-2/+13
| * | Refactor git_win32__find_system_dirs() to extract "etc\\" as subpath parameterLinquize2013-09-173-12/+12
* | | Bug fixes and cleanupsRussell Belfer2013-09-175-28/+33
* | | More filtering tests including orderRussell Belfer2013-09-171-1/+6
* | | Some tests with ident and crlf filtersRussell Belfer2013-09-171-1/+1
* | | Add clar helpers for testing file equalityRussell Belfer2013-09-171-11/+1
* | | Fix win32 warningsRussell Belfer2013-09-171-3/+3
* | | Port tests from PR 1683Russell Belfer2013-09-171-0/+5
* | | Move binary check to CRLF filter itselfRussell Belfer2013-09-172-1/+5
* | | Merge git_buf and git_bufferRussell Belfer2013-09-1712-219/+113
* | | Add ident filterRussell Belfer2013-09-179-16/+170
* | | Add functions to manipulate filter listsRussell Belfer2013-09-173-8/+61
* | | Update filter registry codeRussell Belfer2013-09-172-58/+122
* | | Add simple global shutdown hooksRussell Belfer2013-09-1710-45/+62
* | | Fix longstanding valgrind warningRussell Belfer2013-09-171-1/+1
* | | Hook up filter initialize callbackRussell Belfer2013-09-171-2/+32
* | | Extend public filter api with filter listsRussell Belfer2013-09-179-205/+171
* | | Add attributes to filters and fix registryRussell Belfer2013-09-173-62/+264
* | | Make git_filter_source opaqueRussell Belfer2013-09-172-5/+37
* | | Create public filter object and use itRussell Belfer2013-09-1711-237/+372
* | | Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-176-30/+141
* | | Merge pull request #1833 from libgit2/cmn/config-includeVicent Martí2013-09-171-112/+208
|\ \ \ | |/ / |/| |
| * | config: handle realloc issues from larger depthsCarlos Martín Nieto2013-09-071-0/+9
| * | config: return an error when reaching the maximum include depthCarlos Martín Nieto2013-09-071-3/+4
| * | config: fix variable overridingCarlos Martín Nieto2013-09-071-1/+6
| * | config: refresh included filesCarlos Martín Nieto2013-09-071-5/+16
| * | config: keep a list of included filesCarlos Martín Nieto2013-09-071-47/+58
| * | config: add support for include directivesCarlos Martín Nieto2013-09-071-5/+52
| * | config: decouple the backend from the reader at the low levelCarlos Martín Nieto2013-09-051-84/+96
* | | Fix failure in win32_find_git_in_registry() when UAC is turned onLinquize2013-09-171-1/+1
* | | Fix failure in win32_find_git_in_registry()Linquize2013-09-171-1/+1
| |/ |/|
* | Merge pull request #1856 from libgit2/cmn/no-orphansVicent Martí2013-09-178-10/+10
|\ \
| * | No such thing as an orphan branchCarlos Martín Nieto2013-09-178-10/+10
* | | Merge pull request #1851 from tiennou/libssh2-errorsVicent Martí2013-09-171-14/+22
|\ \ \ | |/ / |/| |
| * | Whitespace.Etienne Samson2013-09-161-1/+1
| * | Add a wrapper to provide the libssh2 error messageEtienne Samson2013-09-161-13/+21
* | | clone: Anal as fuckVicent Marti2013-09-161-2/+1
|/ /
* | git_clone supports optional init_optionsLinquize2013-09-161-3/+11
* | Fix memory leak in git_tree_walk on error or when stopping the walk from the ...wilke2013-09-131-1/+2
* | Prevent git_tree_walk 'skip entry' callback return code from leaking through ...wilke2013-09-131-1/+3
* | Merge pull request #1839 from isaac/ssh-repository-invalidVicent Martí2013-09-111-0/+1
|\ \