summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4174 from libgit2/ethomson/set_head_to_tagCarlos Martín Nieto2017-05-201-37/+40
|\
| * git_repository_set_head: use remote name in reflogethomson/set_head_to_tagEdward Thomson2017-04-031-2/+4
| * git_repository_set_head: use tag name in reflogEdward Thomson2017-03-211-37/+38
* | Merge pull request #4231 from wabain/open-revrangeCarlos Martín Nieto2017-05-201-3/+22
|\ \
| * | revparse: support open-ended rangesWilliam Bain2017-05-051-3/+22
* | | odb: fix printf formatter for git_off_tPatrick Steinhardt2017-05-151-3/+3
* | | odb: shut up gcc warnings regarding uninitilized variablesPatrick Steinhardt2017-05-151-2/+2
|/ /
* | transports: ssh: clean up after libssh2 on exitPatrick Steinhardt2017-05-022-1/+10
* | transports: ssh: report failure initializing libssh2Patrick Steinhardt2017-05-021-1/+4
* | object validation: free some memleaksethomson/memleakEdward Thomson2017-05-011-0/+6
* | 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-013-10/+79
|\ \
| * | 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-283-5/+16
| * | odb: verify object hashesPatrick Steinhardt2017-04-282-3/+36
* | | Merge pull request #4206 from libgit2/cmn/transport-get-proxyEdward Thomson2017-05-011-0/+6
|\ \ \
| * | | transport: provide a getter for the proxy optionscmn/transport-get-proxyCarlos Martín Nieto2017-04-171-0/+6
* | | | Merge pull request #4216 from pks-t/pks/debian-test-failuresEdward Thomson2017-05-011-1/+1
|\ \ \ \
| * | | | cmake: define GIT_HTTPS when HTTPS is supportedPatrick Steinhardt2017-04-251-1/+1
* | | | | Merge branch 'pr/4225'Edward Thomson2017-05-011-1/+1
|\ \ \ \ \
| * | | | | Allow NULL refspec in git_remote_pushYichao Yu2017-04-291-1/+1
| | |_|/ / | |/| | |
* | | | | 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-285-110/+186
|\ \ \ \
| * | | | refs: update worktree HEADs when renaming branchesPatrick Steinhardt2017-04-051-8/+45
| * | | | 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
* | | | | 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-262-22/+42
|\ \ \ \ \
| * | | | | 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
| |/ / / /
* | | | | diff_parse: free object instead of its pointerPatrick Steinhardt2017-04-251-1/+1
|/ / / /
* | | | Merge pull request #4192 from libgit2/ethomson/win32_posixCarlos Martín Nieto2017-04-174-111/+351
|\ \ \ \ | |_|/ / |/| | |
| * | | win32: `remediation` not `cleanup`ethomson/win32_posixEdward Thomson2017-04-171-2/+2
| * | | win32: enable `p_utimes` for readonly filesEdward Thomson2017-04-052-88/+135
| * | | win32: make posix emulation retries configurableEdward Thomson2017-04-032-1/+3
| * | | win32: do not inherit file descriptorsEdward Thomson2017-04-031-1/+8
| * | | Allow to configure default file share mode for opening filesSven Strickroth2017-04-033-11/+20
| * | | win32: deduplicate code: use p_open in p_creatSven Strickroth2017-04-021-8/+1
| * | | win32: use CreateFile in p_openSven Strickroth2017-04-021-5/+57
| * | | win32: teach p_open about do_with_retriesEdward Thomson2017-04-021-21/+12
| * | | win32: teach p_unlink about do_with_retriesEdward Thomson2017-04-021-47/+35
| * | | win32: make p_rename use do_with_retriesEdward Thomson2017-04-021-39/+24