..
hash
transports
Merge pull request #3574 from chescock/buffer-sideband-pack-data
2016-03-24 06:56:25 -07:00
unix
Split the page size from the mmap alignment
2016-03-16 21:36:25 +01:00
win32
Split the page size from the mmap alignment
2016-03-16 21:36:25 +01:00
xdiff
leaks: call xdl_free_classifier
2016-03-31 10:43:57 -04:00
annotated_commit.c
merge: use annotated commits for recursion
2015-11-25 15:38:16 -05:00
annotated_commit.h
merge: use annotated commits for recursion
2015-11-25 15:38:16 -05:00
array.h
array: fix search for empty arrays
2016-03-23 16:51:52 +01:00
attr_file.c
attr_file: fix resource leak
2016-02-09 11:11:38 +01:00
attr_file.h
attr.c
attr.h
attrcache.c
pool: Simplify implementation
2015-10-28 10:13:13 +01:00
attrcache.h
bitvec.h
blame_git.c
blame_git: handle error returned by git_commit_parent
2016-03-11 14:20:15 +01:00
blame_git.h
blame: guard xdiff calls for large files
2015-10-05 22:59:53 +02:00
blame.c
blame: handle error when resoling HEAD in normalize_options
2016-03-11 14:20:15 +01:00
blame.h
blame: use size_t for line counts in git_blame__entry
2015-12-01 09:02:47 +01:00
blob.c
blob: remove _fromchunks()
2016-03-22 20:00:25 +01:00
blob.h
branch.c
refdb: delete a ref's reflog upon deletion
2015-07-12 19:08:06 +02:00
branch.h
buf_text.c
git_buf_text_lf_to_crlf: allow mixed line endings
2015-06-22 12:00:23 -04:00
buf_text.h
git_buf_text_lf_to_crlf: allow mixed line endings
2015-06-22 12:00:23 -04:00
buffer.c
buffer: make use of EINVALID for growing a borrowed buffer
2015-06-24 23:49:10 +02:00
buffer.h
buffer: don't allow growing borrowed buffers
2015-06-24 23:49:10 +02:00
cache.c
Fix #3094 - improve use of portable size_t/ssize_t format specifiers.
2015-07-12 19:55:19 +02:00
cache.h
cc-compat.h
checkout.c
iterator: drop advance_into_or_over
2016-03-23 17:17:02 -04:00
checkout.h
cherrypick.c
clone.c
errors: tighten up git_error_state OOMs a bit more
2015-08-03 19:44:51 -04:00
clone.h
commit_list.c
pool: Dot not assume mallocs are zeroed out
2015-10-28 10:50:25 +01:00
commit_list.h
merge-base: Remove redundant merge bases
2015-11-02 13:47:04 +01:00
commit.c
git_object_dup: introduce typesafe versions
2016-03-23 17:08:37 -04:00
commit.h
commit: introduce git_commit_body
2015-12-01 10:07:00 +01:00
common.h
common: introduce GITERR_CHECK_ALLOC_BUF
2016-02-23 11:50:23 +01:00
config_cache.c
config_cache: check return value of git_config__lookup_entry
2016-03-11 14:20:15 +01:00
config_file.c
Merge pull request #3712 from ethomson/config_duplicate_section
2016-03-29 03:26:43 -07:00
config_file.h
config: implement basic transactional support
2015-08-12 04:09:09 +02:00
config.c
config: add a ProgramData level
2015-10-21 15:11:18 +02:00
config.h
config: add a ProgramData level
2015-10-21 15:11:18 +02:00
crlf.c
crlf: do not ignore GIT_PASSTHROUGH error
2016-02-23 11:50:23 +01:00
curl_stream.c
curl_stream: fix unused cert infos
2016-02-08 17:05:57 +01:00
curl_stream.h
curl: remove the encrypted param to the constructor
2015-06-24 17:26:36 +02:00
date.c
delta-apply.c
delta-apply.h
delta.c
delta.h
describe.c
git_object_dup: introduce typesafe versions
2016-03-23 17:08:37 -04:00
diff_driver.c
diff: don't error out on an invalid regex
2015-08-15 18:46:38 +02:00
diff_driver.h
diff_file.c
diff: on win32, treat fake "symlinks" specially
2015-11-03 12:06:49 -05:00
diff_file.h
diff: introduce binary diff callbacks
2015-06-12 09:39:20 -04:00
diff_patch.c
diff: don't feed large files to xdiff
2015-10-05 22:59:50 +02:00
diff_patch.h
diff: determine DIFFABLE-ness for binaries
2015-06-24 12:06:41 -04:00
diff_print.c
diff_print: assert patch is non-NULL
2016-02-23 11:50:23 +01:00
diff_stats.c
diff_tform.c
diff_tform: fix potential NULL pointer access
2016-03-11 13:30:33 +01:00
diff_xdiff.c
diff: don't feed large files to xdiff
2015-10-05 22:59:50 +02:00
diff_xdiff.h
diff: don't feed large files to xdiff
2015-10-05 22:59:50 +02:00
diff.c
iterator: cleanups
2016-03-24 15:59:49 -04:00
diff.h
checkout: only consider nsecs when built that way
2015-11-23 15:49:54 -05:00
errors.c
errors: tighten up git_error_state OOMs a bit more
2015-08-03 19:44:51 -04:00
fetch.c
Rename FALLBACK to UNSPECIFIED
2015-06-25 12:48:44 +02:00
fetch.h
Fix #3093 - remove declaration of unused function git_fetch__download_pack
2015-06-30 16:48:47 -04:00
fetchhead.c
fetchhead.h
filebuf.c
filebuf: allow using a custom buffer size
2016-03-22 19:34:08 +01:00
filebuf.h
filebuf: allow using a custom buffer size
2016-03-22 19:34:08 +01:00
fileops.c
nsec: support NDK's crazy nanoseconds
2016-02-25 11:40:48 -05:00
fileops.h
Merge pull request #3170 from CmdrMoozy/nsec_fix
2015-11-12 19:53:09 +01:00
filter.c
filter: avoid races during filter registration
2016-02-08 16:31:42 -08:00
filter.h
filter: avoid races during filter registration
2016-02-08 16:31:42 -08:00
fnmatch.c
fnmatch.h
global.c
win32: free thread-local data on thread exit
2016-03-18 13:05:10 -07:00
global.h
Setup better defaults for OpenSSL ciphers
2016-03-14 12:07:13 +00:00
graph.c
hash.c
hash.h
hashsig.c
ident.c
idxmap.h
index: Also size-hint the hash table
2015-12-16 19:36:50 +01:00
ignore.c
ignore: don't use realpath to canonicalize path
2016-04-02 21:32:28 +02:00
ignore.h
index.c
tree: re-use the id and filename in the odb object
2016-03-20 11:00:12 +01:00
index.h
Fix the build when defining USE_NSEC
2016-01-25 14:06:15 +02:00
indexer.c
Merge pull request #3575 from pmq20/master-13jan16
2016-03-31 04:12:46 -07:00
integer.h
iterator.c
Merge pull request #3719 from libgit2/ethomson/submodule_status
2016-04-01 00:29:51 -07:00
iterator.h
iterator: cleanups
2016-03-24 15:59:49 -04:00
khash.h
khash: add eol so picky compilers stop warning
2015-07-10 09:53:31 -05:00
map.h
merge_driver.c
merge_driver: fix missing goto done;
2016-04-01 09:37:55 +02:00
merge_driver.h
merge driver: remove check callback
2016-03-17 11:06:00 -04:00
merge_file.c
merge driver: introduce custom merge drivers
2016-03-17 11:02:26 -04:00
merge.c
merge drivers: handle configured but not found driver
2016-03-17 11:06:00 -04:00
merge.h
merge driver: remove check callback
2016-03-17 11:06:00 -04:00
message.c
message.h
mwindow.c
mwindow: free unused windows if we fail to mmap
2016-03-09 11:16:16 +01:00
mwindow.h
netops.c
netops: fix memory leak when an error occurs
2016-02-18 20:50:33 +01:00
netops.h
Drop extra_http_headers from git_remote
2015-09-08 14:01:57 -04:00
notes.c
iterator: use an options struct instead of args
2015-08-28 18:39:47 -04:00
notes.h
object_api.c
git_object_dup: introduce typesafe versions
2016-03-23 17:08:37 -04:00
object.c
object: avoid call of memset with ouf of bounds pointer
2016-03-11 12:14:01 +01:00
object.h
git_object__is_valid: use odb_read_header
2016-02-28 18:54:39 -05:00
odb_loose.c
odb: improved not found error messages
2016-03-07 10:20:01 -05:00
odb_mempack.c
mempack: expose clear function
2015-09-11 20:06:14 -04:00
odb_pack.c
odb: improved not found error messages
2016-03-07 10:20:01 -05:00
odb.c
odb: Try to lookup headers in all backends before passthrough
2016-03-09 18:17:37 +01:00
odb.h
odb: improved not found error messages
2016-03-07 10:20:01 -05:00
offmap.h
oid.c
oid.h
git_odb_exists_many_prefixes: query odb for multiple short ids
2016-03-07 16:10:25 -05:00
oidarray.c
oidarray.h
oidmap.h
mempack: expose clear function
2015-09-11 20:06:14 -04:00
openssl_stream.c
Setup better defaults for OpenSSL ciphers
2016-03-14 12:07:13 +00:00
openssl_stream.h
global: make openssl registration like the rest
2016-02-08 16:30:39 -08:00
pack-objects.c
pack-objects: fix memory leak on overflow
2016-03-11 12:14:02 +01:00
pack-objects.h
pack.c
Merge pull request #3575 from pmq20/master-13jan16
2016-03-31 04:12:46 -07:00
pack.h
Make packfile_unpack_compressed a private API
2016-01-13 11:02:38 +08:00
path.c
Introduce git_path_common_dirlen
2016-03-24 15:59:48 -04:00
path.h
Introduce git_path_common_dirlen
2016-03-24 15:59:48 -04:00
pathspec.c
iterator: disambiguate reset and reset_range
2016-03-23 17:08:37 -04:00
pathspec.h
pool.c
Add a new build flag to disable the pool allocator and pass all git_pool_malloc calls straight to git__malloc
2016-01-12 16:08:38 -05:00
pool.h
Fixed typo in one of the ifndef's in pool.h used to enable/disable debug mode
2016-02-26 12:51:13 -05:00
posix.c
Split the page size from the mmap alignment
2016-03-16 21:36:25 +01:00
posix.h
Split the page size from the mmap alignment
2016-03-16 21:36:25 +01:00
pqueue.c
pqueue.h
push.c
tree: re-use the id and filename in the odb object
2016-03-20 11:00:12 +01:00
push.h
Tell the git_transport about the custom_headers
2015-09-08 14:02:33 -04:00
rebase.c
rebase: plug memory leak in rebase_alloc
2016-02-23 12:07:36 +01:00
refdb_fs.c
refdb_fs: fail if refcache returns NULL pointer
2016-03-11 14:20:15 +01:00
refdb_fs.h
refdb.c
refdb and odb backends must provide free function
2015-10-01 00:50:37 +02:00
refdb.h
reflog.c
reflog.h
refs.c
refs: honor strict object creation
2016-02-28 18:54:39 -05:00
refs.h
repository: distinguish sequencer cherry-pick and revert
2015-11-20 13:19:23 -05:00
refspec.c
refspec: check buffer with GITERR_CHECK_ALLOC_BUF
2016-02-23 11:50:23 +01:00
refspec.h
remote.c
remote: set error code in create_internal
2016-02-23 12:07:36 +01:00
remote.h
Drop extra_http_headers from git_remote
2015-09-08 14:01:57 -04:00
repo_template.h
repository.c
git_repository_init: include dotfiles when copying templates
2015-12-26 22:41:00 -06:00
repository.h
submodule: remove the per-repo cache
2015-06-22 17:02:54 +02:00
reset.c
reset: perform the checkout before moving HEAD or the index
2015-12-09 19:16:11 +01:00
revert.c
revparse.c
revwalk.c
revwalk: use GITERR_CHECK_ALLOC_BUF
2016-02-23 11:50:23 +01:00
revwalk.h
settings.c
Start error string with lower case character
2016-03-14 12:41:12 +00:00
sha1_lookup.c
sha1_lookup.h
signature.c
signature: use GITERR_CHECK_ALLOC to check for OOM situation
2016-02-18 20:50:33 +01:00
signature.h
socket_stream.c
socket_stream.h
sortedcache.c
pool: Simplify implementation
2015-10-28 10:13:13 +01:00
sortedcache.h
stash.c
Horrible fix for #3173 .
2016-02-11 23:41:34 +01:00
status.c
status.h
stransport_stream.c
git_cert: child types use proper base type
2015-07-10 09:28:33 -05:00
stransport_stream.h
stream.h
stream: accept NULL in the free function
2015-11-03 08:10:14 -08:00
strmap.c
strmap.h
strnlen.h
submodule.c
tree: re-use the id and filename in the odb object
2016-03-20 11:00:12 +01:00
submodule.h
submodule: handle writing out all enum values for settings
2015-06-22 17:02:56 +02:00
sysdir.c
config: add a ProgramData level
2015-10-21 15:11:18 +02:00
sysdir.h
config: add a ProgramData level
2015-10-21 15:11:18 +02:00
tag.c
typos in comments
2015-12-21 22:18:07 +03:00
tag.h
thread-utils.c
Fix macro redefinition warning
2015-07-15 11:40:06 +01:00
thread-utils.h
mingw: use gcc-like memory barrier
2016-02-08 16:30:41 -08:00
tls_stream.c
stream: allow registering a user-provided TLS constructor
2015-11-03 08:10:29 -08:00
tls_stream.h
trace.c
trace.h
transaction.c
pool: Simplify implementation
2015-10-28 10:13:13 +01:00
transaction.h
config: perform unlocking via git_transaction
2015-08-12 04:09:38 +02:00
transport.c
Tabs
2015-12-28 11:45:12 -07:00
tree-cache.c
tree-cache.h
tree.c
Plug a few leaks
2016-03-31 10:41:33 -04:00
tree.h
tree: drop the now-unnecessary entries vector
2016-03-22 06:21:13 -07:00
tsort.c
userdiff.h
util.c
qsort_r/qsort_s: detect their support
2015-09-30 05:49:04 -04:00
util.h
Merge pull request #3288 from ethomson/getenv
2015-07-07 00:48:17 +02:00
vector.c
index: Preallocate the entries vector with size hint
2015-12-16 17:04:08 +01:00
vector.h
index: Preallocate the entries vector with size hint
2015-12-16 17:04:08 +01:00
zstream.c
zstream.h