summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* object validation: free some memleaksethomson/memleakEdward Thomson2017-05-012-0/+7
* signature: free dup'd buffers on parse errorEdward Thomson2017-05-011-1/+4
* remote: free the config snapshotEdward Thomson2017-05-011-8/+8
* worktrees: cleanup some memory leaksEdward Thomson2017-05-013-7/+10
* Merge pull request #4197 from pks-t/pks/verify-object-hashesEdward Thomson2017-05-017-25/+162
|\
| * odb: verify hashes in read_prefix_1Patrick Steinhardt2017-04-281-0/+12
| * odb: improve error handling in read_prefix_1Patrick Steinhardt2017-04-281-7/+20
| * odb: add option to turn off hash verificationPatrick Steinhardt2017-04-285-5/+29
| * odb: verify object hashesPatrick Steinhardt2017-04-285-4/+61
| * tests: object: test looking up corrupted objectsPatrick Steinhardt2017-04-281-0/+30
| * tests: object: create sandboxPatrick Steinhardt2017-04-281-3/+2
| * tests: odb: make hash of fake backend configurablePatrick Steinhardt2017-04-281-12/+14
* | Merge pull request #4206 from libgit2/cmn/transport-get-proxyEdward Thomson2017-05-012-0/+16
|\ \
| * | transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-172-0/+16
* | | Merge pull request #4216 from pks-t/pks/debian-test-failuresEdward Thomson2017-05-014-2/+7
|\ \ \
| * | | tests: core::features: only check for HTTPS if it is supportedPatrick Steinhardt2017-04-251-0/+2
| * | | cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-253-2/+5
* | | | Merge branch 'pr/4225'Edward Thomson2017-05-012-3/+3
|\ \ \ \
| * | | | git_remote_push: document that NULL refspecs allowedEdward Thomson2017-05-011-2/+2
| * | | | Allow NULL refspec in git_remote_pushYichao Yu2017-04-291-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #4224 from yuyichao/push-free-configEdward Thomson2017-05-011-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Do not free config when creating remoteYichao Yu2017-04-291-1/+0
|/ / /
* | | Merge pull request #4191 from pks-t/pks/wt-ref-renamesEdward Thomson2017-04-287-124/+257
|\ \ \
| * | | refs: update worktree HEADs when renaming branchesPatrick Steinhardt2017-04-053-8/+102
| * | | branch: use `foreach_head` to see if a branch is checked outPatrick Steinhardt2017-04-051-49/+16
| * | | repository: add function to iterate over all HEADsPatrick Steinhardt2017-04-052-0/+52
| * | | repository: get worktree HEAD via `git_reference__read_head`Patrick Steinhardt2017-04-051-50/+23
| * | | repository: extract function to get path to a file in a work treePatrick Steinhardt2017-04-051-11/+8
| * | | repository: set error message if trying to set HEAD to a checked out onePatrick Steinhardt2017-04-051-0/+2
| * | | refs: implement function to read references from filePatrick Steinhardt2017-04-052-0/+48
| * | | tests: worktree::refs: convert spaces to tabsPatrick Steinhardt2017-04-051-14/+14
* | | | Merge pull request #4219 from pks-t/pks/socket-stream-addrinfo-loopEdward Thomson2017-04-261-4/+2
|\ \ \ \
| * | | | socket_stream: continue to next addrinfo on socket creation failurePatrick Steinhardt2017-04-261-4/+2
| | |/ / | |/| |
* | | | Merge pull request #4217 from pks-t/pks/readonly-cfg-backendEdward Thomson2017-04-263-22/+106
|\ \ \ \
| * | | | tests: config: verify functionality with read-only backendsPatrick Steinhardt2017-04-261-0/+64
| * | | | config: skip r/o backends when writingPatrick Steinhardt2017-04-261-22/+41
| * | | | config_file: add missing include for `git_config_backend`Patrick Steinhardt2017-04-251-0/+1
| |/ / /
* | | | Merge pull request #4215 from pks-t/pks/diff-stack-freeEdward Thomson2017-04-251-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | diff_parse: free object instead of its pointerPatrick Steinhardt2017-04-251-1/+1
|/ / /
* | | Merge pull request #4210 from pks-t/pks/misc-fixesPatrick Steinhardt2017-04-212-1/+3
|\ \ \
| * | | tests: threads::diff: fix warning for unused variablePatrick Steinhardt2017-04-211-0/+2
| * | | global: fix typo in `git_libgit2_init` descriptionPatrick Steinhardt2017-04-211-1/+1
|/ / /
* | | Merge pull request #4192 from libgit2/ethomson/win32_posixCarlos Martín Nieto2017-04-179-111/+407
|\ \ \ | |_|/ |/| |
| * | win32: `remediation` not `cleanup`ethomson/win32_posixEdward Thomson2017-04-171-2/+2
| * | win32: only set `git_win32__retries` where it existsEdward Thomson2017-04-051-0/+5
| * | win32: enable `p_utimes` for readonly filesEdward Thomson2017-04-053-88/+160
| * | win32: make posix emulation retries configurableEdward Thomson2017-04-033-1/+11
| * | win32: do not inherit file descriptorsEdward Thomson2017-04-031-1/+8
| * | Allow to configure default file share mode for opening filesSven Strickroth2017-04-035-11/+37
| * | win32: deduplicate code: use p_open in p_creatSven Strickroth2017-04-021-8/+1