summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Handle git+ssh:// and ssh+git:// protocols supportChris Bargren2015-12-222-17/+35
| * | | | Updating http parser to accept a `+` in the schemaChris Bargren2015-12-221-1/+1
* | | | | Merge pull request #3652 from libgit2/cmn/commit-to-memoryEdward Thomson2016-03-084-47/+216
|\ \ \ \ \
| * | | | | commit: split creating the commit and writing it outcmn/commit-to-memoryCarlos Martín Nieto2016-03-084-47/+216
| | |/ / / | |/| | |
* | | | | Merge pull request #3655 from ethomson/nanosecond_defaultsCarlos Martín Nieto2016-03-084-31/+66
|\ \ \ \ \
| * | | | | index::racy: force racy entryEdward Thomson2016-03-081-19/+12
| * | | | | index::nsec: don't expect shit filesystems to not suckEdward Thomson2016-03-071-9/+51
| * | | | | merge::workdir::dirty: update to use `st_ctime_nsec`Edward Thomson2016-03-071-2/+2
| * | | | | Enable nanosecond resolution by defaultEdward Thomson2016-03-031-1/+1
* | | | | | Merge pull request #3658 from patrickmckenna/update-pro-git-linkEdward Thomson2016-03-081-3/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update link to Pro Git's Git internals chapter.Patrick McKenna2016-03-071-3/+2
|/ / / / /
* | | | | Merge pull request #3653 from libgit2/cmn/treebuilder-submodulev0.24.0Edward Thomson2016-03-042-1/+14
|\ \ \ \ \
| * | | | | treebuilder: don't try to verify submodules exist in the odbcmn/treebuilder-submoduleCarlos Martín Nieto2016-03-042-1/+14
|/ / / / /
* | | | | Merge pull request #3651 from libgit2/cmn/init-libssh2Edward Thomson2016-03-033-1/+31
|\ \ \ \ \
| * | | | | ssh: initialize libssh2cmn/init-libssh2Carlos Martín Nieto2016-03-033-1/+31
|/ / / / /
* | | | | Merge pull request #3639 from srajko/threading-openssl-libssh2Carlos Martín Nieto2016-03-031-5/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Expand OpenSSL and libssh2 thread safety documentationStjepan Rajko2016-02-261-5/+11
* | | | | tests: take the version from our defineCarlos Martín Nieto2016-03-031-1/+1
* | | | | Bump version to 0.24.0Carlos Martín Nieto2016-03-031-3/+3
* | | | | CHANGELOG: prepre tamplate for releaseCarlos Martín Nieto2016-03-031-1/+14
* | | | | CHANGELOG: add note about WinHTTP cred handlingCarlos Martín Nieto2016-03-031-0/+3
* | | | | Merge pull request #3648 from libgit2/cmn/auth-retryCarlos Martín Nieto2016-03-034-4/+17
|\ \ \ \ \
| * | | | | tests: create a ctest target for cred_callbackcmn/auth-retryCarlos Martín Nieto2016-03-033-4/+8
| * | | | | winhttp: retry authenticationCarlos Martín Nieto2016-03-031-2/+3
| * | | | | test: make sure we retry the auth callback on all platformsCarlos Martín Nieto2016-03-032-1/+9
* | | | | | Merge pull request #3646 from pks-t/pks/xdiff-fix-from-upstreamCarlos Martín Nieto2016-03-031-2/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | xdiff: fix memleak on error casePatrick Steinhardt2016-03-011-2/+5
* | | | | | tests: plug a leakCarlos Martín Nieto2016-03-031-0/+1
* | | | | | Merge pull request #3633 from ethomson/safe_creationEdward Thomson2016-03-0124-75/+468
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | turn on strict object validation by defaultEdward Thomson2016-02-285-29/+34
| * | | | | tests: use legitimate object idsEdward Thomson2016-02-2812-44/+57
| * | | | | refs: honor strict object creationEdward Thomson2016-02-282-9/+25
| * | | | | git_object__is_valid: use `odb_read_header`Edward Thomson2016-02-282-15/+28
| * | | | | git_index_add: validate objects in index entries (optionally)Edward Thomson2016-02-283-6/+120
| * | | | | treebuilder: validate tree entries (optionally)Edward Thomson2016-02-282-0/+70
| * | | | | git_commit: validate tree and parent idsEdward Thomson2016-02-282-16/+143
| * | | | | git_object__is_valid: simple object validity testEdward Thomson2016-02-281-0/+16
| * | | | | git_libgit2_opts: introduce `GIT_OPT_ENABLE_STRICT_OBJECT_CREATION`Edward Thomson2016-02-284-0/+19
* | | | | | 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