summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #3567 from sba1/few-p_getaddrinfo-fixesEdward Thomson2016-02-281-2/+5
|\ \ \ \
| * | | | Copy into the correct destination.Sebastian Bauer2015-12-311-1/+1
| * | | | Bail out early when no memory is available.Sebastian Bauer2015-12-311-1/+4
* | | | | Merge pull request #3644 from ethomson/debug_poolCarlos Martín Nieto2016-02-281-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | travis ci: enable debug pool for valgrind buildsEdward Thomson2016-02-281-2/+2
* | | | | Merge pull request #3577 from rossdylan/rossdylan/pooldebugEdward Thomson2016-02-284-30/+117
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Fixed typo in one of the ifndef's in pool.h used to enable/disable debug modeRoss Delinger2016-02-261-1/+1
| * | | Remove unnecessary ifdef in pool.hRoss Delinger2016-02-191-3/+0
| * | | Add a new build flag to disable the pool allocator and pass all git_pool_mall...Ross Delinger2016-01-124-30/+120
| |/ /
* | | Merge pull request #3638 from ethomson/nsecCarlos Martín Nieto2016-02-256-20/+51
|\ \ \
| * | | nsec: support NDK's crazy nanosecondsEdward Thomson2016-02-255-20/+42
| * | | nsec: update staging test for GIT_USE_NSECSEdward Thomson2016-02-251-0/+9
* | | | Merge pull request #3628 from pks-t/pks/coverity-fixesEdward Thomson2016-02-2517-62/+107
|\ \ \ \
| * | | | diff_tform: fix potential NULL pointer accessPatrick Steinhardt2016-02-231-11/+16
| * | | | xmerge: fix memory leak on error pathPatrick Steinhardt2016-02-231-0/+2
| * | | | openssl_stream: fix NULL pointer dereferencePatrick Steinhardt2016-02-231-0/+2
| * | | | openssl_stream: fix memory leak when creating new streamPatrick Steinhardt2016-02-231-2/+10
| * | | | rebase: plug memory leak in `rebase_alloc`Patrick Steinhardt2016-02-231-10/+12
| * | | | remote: set error code in `create_internal`Patrick Steinhardt2016-02-231-2/+2
| * | | | index: fix contradicting comparisonPatrick Steinhardt2016-02-232-4/+4
| * | | | index: plug memory leak in `read_conflict_names`Patrick Steinhardt2016-02-231-4/+14
| * | | | transports: smart_pkt: fix memory leaks on error pathsPatrick Steinhardt2016-02-231-10/+11
| * | | | refdb_fs: remove unnecessary check for NULLPatrick Steinhardt2016-02-231-2/+1
| * | | | diff_print: assert patch is non-NULLPatrick Steinhardt2016-02-231-1/+5
| * | | | 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