summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pack-objects: return early when computing write order failsPatrick Steinhardt2016-02-231-4/+2
| * | | pack-objects: check realloc in try_delta with GITERR_CHECK_ALLOCPatrick Steinhardt2016-02-231-2/+4
| * | | crlf: do not ignore GIT_PASSTHROUGH errorPatrick Steinhardt2016-02-231-1/+1
| * | | refspec: check buffer with GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-4/+4
| * | | revwalk: use GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-2/+1
| * | | smart_pkt: check buffer with GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-1/+3
| * | | path: use GITERR_CHECK_ALLOC_BUF to verify passed in bufferPatrick Steinhardt2016-02-231-2/+1
| * | | common: introduce GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-232-0/+6
| * | | coverity: hint git_vector_foreach does not deref NULL contentsPatrick Steinhardt2016-02-231-0/+6
* | | | Merge pull request #3630 from libgit2/cmn/idx-extra-checkEdward Thomson2016-02-251-1/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | pack: don't allow a negative offsetcmn/idx-extra-checkCarlos Martín Nieto2016-02-251-0/+5
| * | | pack: make sure we don't go out of bounds for extended entriesCarlos Martín Nieto2016-02-251-1/+13
* | | | Merge pull request #3637 from libgit2/cmn/conventionsEdward Thomson2016-02-252-0/+38
|\ \ \ \
| * | | | CONVENTIONS: update to include general public API principlescmn/conventionsCarlos Martín Nieto2016-02-252-0/+38
|/ / / /
* | | | openssl: we already had the function, just needed the headercmn/thisisterribleCarlos Martín Nieto2016-02-241-6/+1
* | | | openssl: export the locking function when building without OpenSSLCarlos Martín Nieto2016-02-241-0/+6
|/ / /
* | | Merge pull request #3631 from ethomson/giterr_fixupsCarlos Martín Nieto2016-02-232-6/+1
|\ \ \ | |/ / |/| |
| * | giterr_set_str: remove `GITERR_OS` documentationEdward Thomson2016-02-231-5/+0
| * | map: use `giterr_set` internallyEdward Thomson2016-02-231-1/+1
|/ /
* | Merge pull request #3629 from ethomson/set_user_agent_docVicent Marti2016-02-233-0/+15
|\ \
| * | git_libgit2_opts: validate keyEdward Thomson2016-02-222-0/+9
| * | git_libgit2_opts: document GIT_OPT_SET_USER_AGENTEdward Thomson2016-02-221-0/+6
|/ /
* | Merge pull request #3627 from libgit2/cmn/typoEdward Thomson2016-02-222-3/+3
|\ \
| * | Fix a few checkout -> rebase typoscmn/typoCarlos Martín Nieto2016-02-222-3/+3
|/ /
* | openssl: re-export the last-resort locking functionv0.24.0-rc1cmn/init-sshCarlos Martín Nieto2016-02-191-0/+1
* | CHANGELOG: add a few missing changesCarlos Martín Nieto2016-02-191-1/+22
* | openssl: free the context even if we don't connectCarlos Martín Nieto2016-02-191-1/+1
* | global: remove an unused variableCarlos Martín Nieto2016-02-191-8/+0
* | Merge pull request #3597 from ethomson/filter_registrationCarlos Martín Nieto2016-02-197-304/+370
|\ \
| * | filter: clean up documentation around custom filtersEdward Thomson2016-02-091-25/+34
| * | filter: avoid races during filter registrationEdward Thomson2016-02-082-124/+157
| * | mingw: use gcc-like memory barrierEdward Thomson2016-02-081-1/+1
| * | global: make openssl registration like the restEdward Thomson2016-02-083-115/+128
| * | global: refactor setup and cleanupEdward Thomson2016-02-081-59/+70
* | | Merge pull request #3614 from pks-t/pks/coverity-fixesCarlos Martín Nieto2016-02-195-3/+30
|\ \ \
| * | | netops: fix memory leak when an error occursPatrick Steinhardt2016-02-181-0/+4
| * | | transports: smart_pkt: fix memory leaksPatrick Steinhardt2016-02-181-0/+3
| * | | transports: smart: fix memory leak on OOM pathPatrick Steinhardt2016-02-181-0/+2
| * | | signature: use GITERR_CHECK_ALLOC to check for OOM situationPatrick Steinhardt2016-02-181-3/+2
| * | | coverity: hint that string length is at least 2Patrick Steinhardt2016-02-181-0/+2
| * | | coverity: add nodefs for abort macrosPatrick Steinhardt2016-02-181-0/+17
|/ / /
* | | Merge pull request #3604 from ethomson/nsec_xplatCarlos Martín Nieto2016-02-183-7/+7
|\ \ \
| * | | xplat: use st_mtimespec everywhere on macEdward Thomson2016-02-092-6/+6
| * | | Fix the build when defining USE_NSECMarius Ungureanu2016-01-251-1/+1
* | | | Merge pull request #3606 from ethomson/drop_xpCarlos Martín Nieto2016-02-181-18/+3
|\ \ \ \
| * | | | win32: drop xp support in WideCharToMultiByteEdward Thomson2016-02-091-18/+3
* | | | | Merge pull request #3613 from ethomson/fixupsCarlos Martín Nieto2016-02-1816-48/+114
|\ \ \ \ \
| * | | | | winhttp: use an unsigned iteratorEdward Thomson2016-02-161-1/+1
| * | | | | submodule: explicitly cast to the teensy time valueEdward Thomson2016-02-161-2/+2
| * | | | | index: explicitly cast the teeny index entry membersEdward Thomson2016-02-161-3/+3