summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4852 from libgit2/ethomson/unc_pathsEdward Thomson2018-10-205-96/+122
|\
| * win32: refactor `git_win32_path_remove_namespace`ethomson/unc_pathsEdward Thomson2018-10-191-25/+36
| * win32: rename `git_win32__canonicalize_path`Edward Thomson2018-10-195-108/+111
| * Fix issue with path canonicalization for Win32 pathsGabriel DeBacker2018-09-301-2/+14
* | Merge pull request #4840 from libgit2/cmn/validity-tree-from-unowned-indexEdward Thomson2018-10-201-29/+34
|\ \
| * | tree: unify the entry validity checksCarlos Martín Nieto2018-10-081-29/+34
* | | Merge branch 'issue-4203'Edward Thomson2018-10-201-1/+6
|\ \ \
| * | | merge: don't leak the index during reloadsethomson/issue-4203Edward Thomson2018-10-201-3/+4
| * | | merge: add error handling for index reloadEtiene Dalcol2017-11-111-3/+4
| * | | merge: reload index before git_mergeGreg Collinge2017-11-111-0/+3
* | | | Merge pull request #4819 from libgit2/cmn/config-nonewlinePatrick Steinhardt2018-10-191-6/+26
|\ \ \ \
| * | | | config: variables might appear on the same line as a section headercmn/config-nonewlineCarlos Martín Nieto2018-10-151-6/+26
* | | | | Merge pull request #4849 from libgit2/cmn/expose-gitfile-checkEdward Thomson2018-10-171-38/+2
|\ \ \ \ \
| * | | | | path: export the dotgit-checking functionscmn/expose-gitfile-checkCarlos Martín Nieto2018-10-151-38/+2
| |/ / / /
* | | | | Merge pull request #4845 from pks-t/pks/object-fuzzerCarlos Martín Nieto2018-10-151-1/+3
|\ \ \ \ \
| * | | | | object: properly propagate errors on parsing failuresPatrick Steinhardt2018-10-111-1/+3
* | | | | | Merge commit 'afd10f0' (Follow 308 redirects)Carlos Martín Nieto2018-10-151-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Follow 308 redirects (as used by GitLab)Zander Brown2018-10-131-1/+2
| |/ / / /
* | | | | Merge pull request #4842 from nelhage/fuzz-config-memoryPatrick Steinhardt2018-10-122-3/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Apply code review feedbackNelson Elhage2018-10-111-1/+1
| * | | | config: Refactor `git_config_backend_from_string` to take a lengthNelson Elhage2018-10-092-3/+4
* | | | | Merge pull request #4830 from pks-t/pks/diff-stats-rename-commonEdward Thomson2018-10-071-4/+18
|\ \ \ \ \
| * | | | | diff_stats: use git's formatting of renames with common directoriesPatrick Steinhardt2018-10-041-4/+18
| | |_|_|/ | |/| | |
* | | | | ignore unsupported http authentication schemesAnders Borum2018-10-061-1/+4
| |_|/ / |/| | |
* | | | Merge pull request #4837 from pks-t/cmn/reject-option-submodule-url-pathPatrick Steinhardt2018-10-051-8/+23
|\ \ \ \
| * | | | submodule: ignore path and url attributes if they look like optionsCarlos Martín Nieto2018-10-051-8/+23
| | |/ / | |/| |
* | | | Merge pull request #4836 from pks-t/pks/smart-packetsPatrick Steinhardt2018-10-053-109/+125
|\ \ \ \
| * | | | smart_pkt: do not accept callers passing in no line lengthPatrick Steinhardt2018-10-031-3/+3
| * | | | smart_pkt: return parsed length via out-parameterPatrick Steinhardt2018-10-031-29/+34
| * | | | smart_pkt: reorder and rename parameters of `git_pkt_parse_line`Patrick Steinhardt2018-10-033-24/+24
| * | | | smart_pkt: fix buffer overflow when parsing "unpack" packetsPatrick Steinhardt2018-10-031-4/+2
| * | | | smart_pkt: fix "ng" parser accepting non-space characterPatrick Steinhardt2018-10-031-2/+2
| * | | | smart_pkt: fix buffer overflow when parsing "ok" packetsPatrick Steinhardt2018-10-031-9/+12
| * | | | smart_pkt: fix buffer overflow when parsing "ACK" packetsPatrick Steinhardt2018-10-031-14/+23
| * | | | smart_pkt: adjust style of "ref" packet parsing functionPatrick Steinhardt2018-10-031-25/+19
| * | | | smart_pkt: check whether error packets are prefixed with "ERR "Patrick Steinhardt2018-10-031-2/+9
| * | | | smart_pkt: explicitly avoid integer overflows when parsing packetsPatrick Steinhardt2018-10-032-6/+6
| * | | | smart_pkt: honor line length when determining packet typePatrick Steinhardt2018-10-031-6/+6
| | |/ / | |/| |
* | | | config_file: properly ignore includes without "path" valuePatrick Steinhardt2018-10-051-1/+4
| |/ / |/| |
* | | fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum2018-10-011-1/+1
|/ /
* | Merge pull request #4767 from pks-t/pks/config-memCarlos Martín Nieto2018-09-2811-538/+839
|\ \
| * | config: introduce new read-only in-memory backendPatrick Steinhardt2018-09-283-1/+234
| * | config_entries: refactor entries iterator memory ownershipPatrick Steinhardt2018-09-283-13/+53
| * | config_entries: internalize structure declarationsPatrick Steinhardt2018-09-282-11/+13
| * | config_entries: abstract away reference countingPatrick Steinhardt2018-09-283-11/+16
| * | config_entries: abstract away iteration over entriesPatrick Steinhardt2018-09-283-25/+24
| * | config_entries: abstract away retrieval of config entriesPatrick Steinhardt2018-09-283-103/+112
| * | config_entries: rename functions and structurePatrick Steinhardt2018-09-283-38/+38
| * | config_entries: pull out implementation of entry storePatrick Steinhardt2018-09-283-146/+174
| * | config_file: remove unnecessary snapshot indirectionPatrick Steinhardt2018-09-281-10/+2