Sign in
fuchsia
/
third_party
/
libgit2
/
HEAD
25a4b97
Added support for http.cookieFile
by Ankur Mittal
· 8 years ago
main
master
15e1193
CHANGELOG: document git_filter_init and GIT_FILTER_INIT
by Edward Thomson
· 8 years ago
8296da5
Merge pull request #4267 from mohseenrm/master
by Edward Thomson
· 8 years ago
4e257da
Merge pull request #4268 from pks-t/pks/homebrew-dupes-deprecation
by Edward Thomson
· 8 years ago
953427b
Merge pull request #4269 from pks-t/pks/tests
by Edward Thomson
· 8 years ago
a78441b
Adding git_filter_init for initializing `git_filter` struct + unit test
by Mohseen Mukaddam
· 8 years ago
7f7dabd
adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of convention
by Mohseen Mukaddam
· 8 years ago
a180e7d
tests: odb: add more low-level backend tests
by Patrick Steinhardt
· 8 years ago
b2e53f3
tests: odb: implement `exists_prefix` for the fake backend
by Patrick Steinhardt
· 8 years ago
983e627
tests: odb: use correct OID length
by Patrick Steinhardt
· 8 years ago
c4cbb3b
tests: odb: have the fake backend detect ambiguous prefixes
by Patrick Steinhardt
· 8 years ago
9517029
tests: core: test initialization of `git_proxy_options`
by Patrick Steinhardt
· 8 years ago
bee423c
tests: network: add missing include for `git_repository_new`
by Patrick Steinhardt
· 8 years ago
a64532e
cmake: disable optimization on debug builds
by Patrick Steinhardt
· 8 years ago
6139995
cmake: set "-D_DEBUG" on non-Windows platforms
by Patrick Steinhardt
· 8 years ago
e94be4c
cmake: remove stale comment on precompiled headers
by Patrick Steinhardt
· 8 years ago
96d0298
travis: replace use of deprecated homebrew/dupes tap
by Patrick Steinhardt
· 8 years ago
2ca088b
Merge pull request #4265 from pks-t/pks/read-prefix-tests
by Edward Thomson
· 8 years ago
99e40a6
Merge pull request #4263 from libgit2/ethomson/config_for_inmemory_repo
by Edward Thomson
· 8 years ago
d9914fb
Merge pull request #4266 from libgit2/ethomson/travis-explicit-openssl
by Edward Thomson
· 8 years ago
844e85f
travis: install openssl explicitly
by Edward Thomson
· 8 years ago
fe9a5dd
remote: ensure we can create an anon remote on inmemory repo
by Edward Thomson
· 8 years ago
2d48678
repository: don't fail to create config option in inmemory repo
by Edward Thomson
· 8 years ago
9d49a43
repository_item_path: return ENOTFOUND when appropriate
by Edward Thomson
· 8 years ago
f148258
tests: odb: add tests with multiple backends
by Patrick Steinhardt
· 8 years ago
6e010bb
tests: odb: allow passing fake objects to the fake backend
by Patrick Steinhardt
· 8 years ago
369cb45
tests: do not reuse OID from backend
by Patrick Steinhardt
· 8 years ago
2add34d
tests: odb: move fake backend into its own file
by Patrick Steinhardt
· 8 years ago
9927e95
Merge pull request #4261 from RogerGee/fix_wait_while_ack
by Edward Thomson
· 8 years ago
2ade8fb
Merge pull request #4264 from libgit2/ethomson/read_prefix
by Patrick Steinhardt
· 8 years ago
cb3010c
odb_read_prefix: reset error in backends loop
by Edward Thomson
· 8 years ago
fb3fc83
repository_item_path: error messages lowercased
by Edward Thomson
· 8 years ago
bd69280
Merge pull request #4262 from libgit2/ethomson/bump-v26
by Edward Thomson
· 8 years ago
2a3cc40
Update version number to v0.26
by Edward Thomson
· 8 years ago
a1b4caf
changelog: add some final 0.26 changes
by Edward Thomson
· 8 years ago
29ef7d3
Merge pull request #4254 from pks-t/pks/changelog-v0.26
by Edward Thomson
· 8 years ago
6f960b5
Merge pull request #4088 from chescock/packfile-name-using-complete-hash
by Edward Thomson
· 8 years ago
d2c4f76
Merge pull request #4260 from libgit2/ethomson/forced_checkout_2
by Edward Thomson
· 8 years ago
4a0df57
git_futils_rmdir: only allow `EBUSY` when asked
by Edward Thomson
· 8 years ago
83989d7
checkout: cope with untracked files in directory deletion
by Edward Thomson
· 8 years ago
0ef405b
checkout: do not delete directories with untracked entries
by Patrick Steinhardt
· 8 years ago
e141f07
smart_protocol: fix parsing of server ACK responses
by Roger Gee
· 8 years ago
a151088
CHANGELOG: add various changes introduced since v0.25
by Patrick Steinhardt
· 8 years ago
e476d52
Merge pull request #4259 from pks-t/pks/fsync-option-rename
by Edward Thomson
· 8 years ago
6c23704
settings: rename `GIT_OPT_ENABLE_SYNCHRONOUS_OBJECT_CREATION`
by Patrick Steinhardt
· 8 years ago
458cea5
Merge pull request #4255 from pks-t/pks/buffer-grow-errors
by Edward Thomson
· 8 years ago
90500d8
Merge pull request #4253 from pks-t/pks/cov-fixes
by Edward Thomson
· 8 years ago
90388aa
refdb_fs: be explicit about using null-OID if we cannot resolve ref
by Patrick Steinhardt
· 8 years ago
78a8f68
path: only set dotgit flags when configs were read
by Patrick Steinhardt
· 8 years ago
9be4c30
worktree: use `git__free` instead of `free`
by Patrick Steinhardt
· 8 years ago
0f642f3
refs: properly report errors from `update_wt_heads`
by Patrick Steinhardt
· 8 years ago
0c28c72
fileops: check return value of `git_path_dirname`
by Patrick Steinhardt
· 8 years ago
a693b87
buffer: use `git_buf_init` with length
by Patrick Steinhardt
· 8 years ago
4796c91
buffer: return errors for `git_buf_init` and `git_buf_attach`
by Patrick Steinhardt
· 8 years ago
9a8386a
buffer: consistently use `ENSURE_SIZE` to grow buffers on-demand
by Patrick Steinhardt
· 8 years ago
e82dd81
buffer: fix `ENSURE_SIZE` macro referencing wrong variable
by Patrick Steinhardt
· 8 years ago
97eb5ef
buffer: rely on `GITERR_OOM` set by `git_buf_try_grow`
by Patrick Steinhardt
· 8 years ago
3a8801a
Merge pull request #4258 from pks-t/pks/sha1dc-update
by Edward Thomson
· 8 years ago
db1abff
sha1dc: do not use standard includes
by Patrick Steinhardt
· 8 years ago
63d86c2
sha1dc: update to fix errors with endianess and unaligned access
by Patrick Steinhardt
· 8 years ago
3bc95cf
Merge pull request #4236 from pks-t/pks/index-v4-fixes
by Edward Thomson
· 8 years ago
6a13cf1
Merge pull request #4256 from libgit2/ethomson/unc_tests
by Edward Thomson
· 8 years ago
f218508
ctest: temporarily disable UNC path tests
by Edward Thomson
· 8 years ago
40139fe
Merge pull request #4251 from Keruspe/master
by Patrick Steinhardt
· 8 years ago
f28744a
openssl_stream: fix building with libressl
by Marc-Antoine Perennou
· 8 years ago
92d3ea4
tests: index::version: improve write test for index v4
by Patrick Steinhardt
· 8 years ago
8fe3353
tests: index::version: verify we write compressed index entries
by Patrick Steinhardt
· 8 years ago
82368b1
tests: index::version: add test to read index version v4
by Patrick Steinhardt
· 8 years ago
fea0c81
tests: index::version: move up cleanup function
by Patrick Steinhardt
· 8 years ago
064a60e
index: verify we have enough space left when writing index entries
by Patrick Steinhardt
· 8 years ago
c71dff7
index: fix shared prefix computation when writing index entry
by Patrick Steinhardt
· 8 years ago
83e0392
index: also sanity check entry size with compressed entries
by Patrick Steinhardt
· 8 years ago
350d2c4
index: remove file-scope entry size macros
by Patrick Steinhardt
· 8 years ago
46b6703
index: don't right-pad paths when writing compressed entries
by Patrick Steinhardt
· 8 years ago
29f498e
index: move index entry size computation into its own function
by Patrick Steinhardt
· 8 years ago
8ceb890
index: set last written index entry in foreach-entry-loop
by Patrick Steinhardt
· 8 years ago
11d0be2
index: set last entry when reading compressed entries
by Patrick Steinhardt
· 8 years ago
febe8c1
index: fix confusion with shared prefix in compressed path names
by Patrick Steinhardt
· 8 years ago
8a5e7aa
varint: fix computation for remaining buffer space
by Patrick Steinhardt
· 8 years ago
dd0aa81
Merge branch 'pr/4228'
by Edward Thomson
· 8 years ago
f0848dd
worktree: upgrade lock to an int
by Edward Thomson
· 8 years ago
82e929a
Merge pull request #4239 from roblg/toplevel-dir-ignore-fix
by Edward Thomson
· 8 years ago
04de614
Merge pull request #4243 from pks-t/pks/submodule-workdir
by Edward Thomson
· 8 years ago
a1023a4
Merge pull request #4179 from libgit2/ethomson/expand_tilde
by Carlos Martín Nieto
· 8 years ago
9b1260d
Merge pull request #4097 from implausible/fix/auto-detect-proxy-callbacks
by Carlos Martín Nieto
· 8 years ago
e694e4e
Merge pull request #4174 from libgit2/ethomson/set_head_to_tag
by Carlos Martín Nieto
· 8 years ago
119bdd8
Merge pull request #4231 from wabain/open-revrange
by Carlos Martín Nieto
· 8 years ago
c0e5415
indexer: name pack files after trailer hash
by Chris Hescock
· 8 years ago
2696c5c
repository: make check if repo is a worktree more strict
by Patrick Steinhardt
· 8 years ago
9f9fd05
repository: factor out worktree check
by Patrick Steinhardt
· 8 years ago
3284197
repository: improve parameter names for `find_repo`
by Patrick Steinhardt
· 8 years ago
57121a2
repository: clear out-parameter instead of freeing it
by Patrick Steinhardt
· 8 years ago
c3b8e8b
Fix issue with directory glob ignore in subdirectories
by Robert Gay
· 8 years ago
e526fbc
tests: add test suite for opening submodules
by Patrick Steinhardt
· 8 years ago
924f5d1
Merge pull request #4240 from pks-t/pks/fix-gcc-warnings
by Carlos Martín Nieto
· 8 years ago
98a5f08
tests: threads::basic: remove unused function `exit_abruptly`
by Patrick Steinhardt
· 8 years ago
7d7f6d3
tests: clone::local: compile UNC functions for Windows only
by Patrick Steinhardt
· 8 years ago
8d93a11
odb: fix printf formatter for git_off_t
by Patrick Steinhardt
· 8 years ago
f0ca00e
examples: network: refactor credentials callback
by Patrick Steinhardt
· 8 years ago
7776db5
odb: shut up gcc warnings regarding uninitilized variables
by Patrick Steinhardt
· 8 years ago
Next »
Otomatik - 173.194.76.82
CloudFlare DNS
Türk Telekom DNS
Google DNS
Open DNS
OSZAR »