| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #3646 from pks-t/pks/xdiff-fix-from-upstream | Carlos Martín Nieto | 2016-03-03 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | xdiff: fix memleak on error case | Patrick Steinhardt | 2016-03-01 | 1 | -2/+5 | |
| * | | | | | | | | tests: plug a leak | Carlos Martín Nieto | 2016-03-03 | 1 | -0/+1 | |
| * | | | | | | | | Merge pull request #3633 from ethomson/safe_creation | Edward Thomson | 2016-03-01 | 24 | -75/+468 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | turn on strict object validation by default | Edward Thomson | 2016-02-28 | 5 | -29/+34 | |
| | * | | | | | | | tests: use legitimate object ids | Edward Thomson | 2016-02-28 | 12 | -44/+57 | |
| | * | | | | | | | refs: honor strict object creation | Edward Thomson | 2016-02-28 | 2 | -9/+25 | |
| | * | | | | | | | git_object__is_valid: use `odb_read_header` | Edward Thomson | 2016-02-28 | 2 | -15/+28 | |
| | * | | | | | | | git_index_add: validate objects in index entries (optionally) | Edward Thomson | 2016-02-28 | 3 | -6/+120 | |
| | * | | | | | | | treebuilder: validate tree entries (optionally) | Edward Thomson | 2016-02-28 | 2 | -0/+70 | |
| | * | | | | | | | git_commit: validate tree and parent ids | Edward Thomson | 2016-02-28 | 2 | -16/+143 | |
| | * | | | | | | | git_object__is_valid: simple object validity test | Edward Thomson | 2016-02-28 | 1 | -0/+16 | |
| | * | | | | | | | git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION` | Edward Thomson | 2016-02-28 | 4 | -0/+19 | |
| * | | | | | | | | Merge pull request #3567 from sba1/few-p_getaddrinfo-fixes | Edward Thomson | 2016-02-28 | 1 | -2/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Copy into the correct destination. | Sebastian Bauer | 2015-12-31 | 1 | -1/+1 | |
| | * | | | | | | | | Bail out early when no memory is available. | Sebastian Bauer | 2015-12-31 | 1 | -1/+4 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #3644 from ethomson/debug_pool | Carlos Martín Nieto | 2016-02-28 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | travis ci: enable debug pool for valgrind builds | Edward Thomson | 2016-02-28 | 1 | -2/+2 | |
| * | | | | | | | | Merge pull request #3577 from rossdylan/rossdylan/pooldebug | Edward Thomson | 2016-02-28 | 4 | -30/+117 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | | | / / / / / | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Fixed typo in one of the ifndef's in pool.h used to enable/disable debug mode | Ross Delinger | 2016-02-26 | 1 | -1/+1 | |
| | * | | | | | | Remove unnecessary ifdef in pool.h | Ross Delinger | 2016-02-19 | 1 | -3/+0 | |
| | * | | | | | | Add a new build flag to disable the pool allocator and pass all git_pool_mall... | Ross Delinger | 2016-01-12 | 4 | -30/+120 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3638 from ethomson/nsec | Carlos Martín Nieto | 2016-02-25 | 6 | -20/+51 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | nsec: support NDK's crazy nanoseconds | Edward Thomson | 2016-02-25 | 5 | -20/+42 | |
| | * | | | | | | nsec: update staging test for GIT_USE_NSECS | Edward Thomson | 2016-02-25 | 1 | -0/+9 | |
| * | | | | | | | Merge pull request #3628 from pks-t/pks/coverity-fixes | Edward Thomson | 2016-02-25 | 17 | -62/+107 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | diff_tform: fix potential NULL pointer access | Patrick Steinhardt | 2016-02-23 | 1 | -11/+16 | |
| | * | | | | | | | xmerge: fix memory leak on error path | Patrick Steinhardt | 2016-02-23 | 1 | -0/+2 | |
| | * | | | | | | | openssl_stream: fix NULL pointer dereference | Patrick Steinhardt | 2016-02-23 | 1 | -0/+2 | |
| | * | | | | | | | openssl_stream: fix memory leak when creating new stream | Patrick Steinhardt | 2016-02-23 | 1 | -2/+10 | |
| | * | | | | | | | rebase: plug memory leak in `rebase_alloc` | Patrick Steinhardt | 2016-02-23 | 1 | -10/+12 | |
| | * | | | | | | | remote: set error code in `create_internal` | Patrick Steinhardt | 2016-02-23 | 1 | -2/+2 | |
| | * | | | | | | | index: fix contradicting comparison | Patrick Steinhardt | 2016-02-23 | 2 | -4/+4 | |
| | * | | | | | | | index: plug memory leak in `read_conflict_names` | Patrick Steinhardt | 2016-02-23 | 1 | -4/+14 | |
| | * | | | | | | | transports: smart_pkt: fix memory leaks on error paths | Patrick Steinhardt | 2016-02-23 | 1 | -10/+11 | |
| | * | | | | | | | refdb_fs: remove unnecessary check for NULL | Patrick Steinhardt | 2016-02-23 | 1 | -2/+1 | |
| | * | | | | | | | diff_print: assert patch is non-NULL | Patrick Steinhardt | 2016-02-23 | 1 | -1/+5 | |
| | * | | | | | | | pack-objects: return early when computing write order fails | Patrick Steinhardt | 2016-02-23 | 1 | -4/+2 | |
| | * | | | | | | | pack-objects: check realloc in try_delta with GITERR_CHECK_ALLOC | Patrick Steinhardt | 2016-02-23 | 1 | -2/+4 | |
| | * | | | | | | | crlf: do not ignore GIT_PASSTHROUGH error | Patrick Steinhardt | 2016-02-23 | 1 | -1/+1 | |
| | * | | | | | | | refspec: check buffer with GITERR_CHECK_ALLOC_BUF | Patrick Steinhardt | 2016-02-23 | 1 | -4/+4 | |
| | * | | | | | | | revwalk: use GITERR_CHECK_ALLOC_BUF | Patrick Steinhardt | 2016-02-23 | 1 | -2/+1 | |
| | * | | | | | | | smart_pkt: check buffer with GITERR_CHECK_ALLOC_BUF | Patrick Steinhardt | 2016-02-23 | 1 | -1/+3 | |
| | * | | | | | | | path: use GITERR_CHECK_ALLOC_BUF to verify passed in buffer | Patrick Steinhardt | 2016-02-23 | 1 | -2/+1 | |
| | * | | | | | | | common: introduce GITERR_CHECK_ALLOC_BUF | Patrick Steinhardt | 2016-02-23 | 2 | -0/+6 | |
| | * | | | | | | | coverity: hint git_vector_foreach does not deref NULL contents | Patrick Steinhardt | 2016-02-23 | 1 | -0/+6 | |
| * | | | | | | | | Merge pull request #3630 from libgit2/cmn/idx-extra-check | Edward Thomson | 2016-02-25 | 1 | -1/+18 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | pack: don't allow a negative offsetcmn/idx-extra-check | Carlos Martín Nieto | 2016-02-25 | 1 | -0/+5 | |
| | * | | | | | | | pack: make sure we don't go out of bounds for extended entries | Carlos Martín Nieto | 2016-02-25 | 1 | -1/+13 | |
| * | | | | | | | | Merge pull request #3637 from libgit2/cmn/conventions | Edward Thomson | 2016-02-25 | 2 | -0/+38 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
