summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* http: don't require a passwordethomson/http_empty_passwordEdward Thomson2021-08-051-2/+6
* Merge branch 'pr/5948' into mainEdward Thomson2021-07-221-13/+17
|\
| * trace: drop unnecessary write indirectionEdward Thomson2021-07-221-17/+9
| * Remove macro magicCalvin Buckley2021-07-191-10/+0
| * Variadic arguments aren't in C89Calvin Buckley2021-07-171-5/+27
* | Update src/allocators/stdalloc.cEdward Thomson2021-07-201-1/+1
* | merge: don't try to malloc(0)Edward Thomson2021-07-191-1/+2
* | packbuilder: don't try to malloc(0)Edward Thomson2021-07-191-10/+16
* | alloc: add GIT_DEBUG_STRICT_ALLOCEdward Thomson2021-07-193-10/+48
|/
* Merge pull request #5941 from NattyNarwhal/stdintificationEdward Thomson2021-07-169-25/+16
|\
| * khash 64-bit type is unsigned, use int32_t tooCalvin Buckley2021-07-151-7/+2
| * Remove sus unsigned long constantCalvin Buckley2021-07-071-1/+1
| * Convert long long constant specifiers to stdint macrosCalvin Buckley2021-07-076-10/+10
| * Initial pass at using int64_t instead of long longCalvin Buckley2021-07-064-10/+6
* | Allow compilation on systems without CLOCK_MONOTONICPeter Pettersson2021-07-153-12/+13
* | Merge pull request #5824 from palmin/fix-ignore-negateEdward Thomson2021-07-141-3/+11
|\ \
| * | Apply suggestions from code reviewEdward Thomson2021-06-151-4/+4
| * | Update src/ignore.cAnders Borum2021-06-131-2/+2
| * | Update src/ignore.cAnders Borum2021-06-131-2/+1
| * | fix check for ignoring of negate rulesAnders Borum2021-03-201-2/+11
* | | Merge pull request #5938 from NattyNarwhal/time-type-mismatchEdward Thomson2021-07-141-1/+1
|\ \ \
| * | | Fix wrong time_t used in functionCalvin Buckley2021-07-061-1/+1
| | |/ | |/|
* | | Merge pull request #5926 from Batchyx/batchyx/config-refresh-twiceEdward Thomson2021-07-141-6/+14
|\ \ \
| * | | config: fix included configs not refreshed more than onceNicolas Cavallari2021-06-231-6/+14
* | | | Merge pull request #5908 from punkymaniac/patch-mem-leakEdward Thomson2021-07-131-0/+2
|\ \ \ \
| * | | | Remove useless conditionpunkymaniac2021-06-041-2/+1
| * | | | Fix memory leak in git_smart__connectpunkymaniac2021-06-031-0/+3
* | | | | Limit ITimer usage to AmigaOS4Peter Pettersson2021-07-061-1/+1
| |_|/ / |/| | |
* | | | Merge pull request #5915 from novalis/executableEdward Thomson2021-07-021-1/+1
|\ \ \ \
| * | | | Consider files executable only if the user can execute themDavid Turner2021-06-161-1/+1
| | |/ / | |/| |
* | | | define WINHTTP_NO_CLIENT_CERT_CONTEXT if neededJacques Germishuys2021-06-261-0/+4
|/ / /
* | | Tolerate readlink size less than st_sizeDavid Tolnay2021-05-301-3/+4
|/ /
* | Merge branch 'pr/5853'Edward Thomson2021-05-191-0/+3
|\ \
| * | diff:add option to ignore blank line changesyuuri2021-05-011-0/+3
* | | tests: exit with error on win32 leakcheckEdward Thomson2021-05-182-0/+7
* | | Merge pull request #5852 from implausible/httpclient/skip-entire-bodyEdward Thomson2021-05-161-4/+9
|\ \ \
| * | | httpclient: no proxy creds in requests if proxy is CONNECT typeTyler Ang-Wanek2021-05-121-3/+8
| * | | httpclient: git_http_client_skip_body should drain socket of bodyTyler Ang-Wanek2021-05-121-1/+1
| |/ /
* | | Merge branch 'zero_oid_in_old'Edward Thomson2021-05-161-1/+4
|\ \ \
| * | | git_reference_create_matching: Treat all-zero OID as "must be absent"David Turner2021-04-201-1/+4
* | | | diff: Fix bug in git_diff_find_similar.Kartikaya Gupta2021-05-121-2/+2
* | | | Merge pull request #5860 from libgit2/ethomson/buf_textEdward Thomson2021-05-1114-477/+418
|\ \ \ \
| * | | | buf: bom enum is in the buf namespaceEdward Thomson2021-05-114-22/+22
| * | | | buf: remove internal `git_buf_text` namespaceEdward Thomson2021-05-1114-473/+414
* | | | | filter: internal git_buf filter handling functionEdward Thomson2021-05-065-8/+34
* | | | | filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-061-11/+11
* | | | | filter: introduce git_filter_list_apply_to_bufferEdward Thomson2021-05-061-1/+1
* | | | | filter: remove git_buf sharing in `git_filter_list_apply_to_data`Edward Thomson2021-05-061-12/+20
* | | | | filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-061-10/+24
|/ / / /
* | | | Merge pull request #5858 from libgit2/ethomson/memleaksEdward Thomson2021-05-061-0/+1
|\ \ \ \