libgit2/src
2014-10-26 22:27:56 -04:00
..
hash hash: use CommonCrypto on OSX for SHA-1 2014-10-24 13:31:18 +02:00
transports Cleanup memory leak in ssh transport 2014-10-26 22:27:46 -04:00
unix Introduce some consistency in definition/declaration ordering 2014-08-05 20:52:00 +02:00
win32 p_lstat win32: don't canonicalize volume mounts 2014-10-13 10:58:03 -04:00
xdiff
array.h array: mark the array to grow as volatile 2014-07-25 08:25:41 +02:00
attr_file.c For negative matches, always use leading dir match 2014-08-08 15:19:15 -07:00
attr_file.h Improve checks for ignore containment 2014-05-06 12:41:26 -07:00
attr.c Style 2014-09-17 15:24:56 +02:00
attr.h Attribute file cache refactor 2014-04-17 14:56:41 -07:00
attrcache.c Merge pull request #2303 from jacquesg/mingw-lseek 2014-05-19 12:20:31 +02:00
attrcache.h Fix broken logic for attr cache invalidation 2014-04-17 15:04:41 -07:00
bitvec.h Address PR comments 2014-02-20 14:27:10 -08:00
blame_git.c Reset num_parents to 1 only for merge commits 2014-02-26 19:25:07 +01:00
blame_git.h Blame: minor cleanup 2013-09-25 14:40:19 -07:00
blame.c Several CppCat warnings fixed 2014-09-03 01:01:25 +04:00
blame.h Improve GIT_EUSER handling 2013-12-11 10:57:49 -08:00
blob.c Increase binary detection len to 8k 2014-05-16 11:08:19 -07:00
blob.h Fix rename detection to use actual blob size 2013-07-25 12:27:39 -07:00
branch.c repository: introduce a convenience config snapshot method 2014-05-07 11:34:32 +02:00
branch.h branch: rename 'tracking' to 'upstream' 2013-03-30 15:45:57 +01:00
bswap.h update copyrights 2013-01-08 17:31:27 -06:00
buf_text.c Just put it all in buffer. 2014-07-16 13:34:25 -07:00
buf_text.h Just put it all in buffer. 2014-07-16 13:34:25 -07:00
buffer.c Introduce git_buf_decode_base64 2014-08-15 11:12:42 -04:00
buffer.h Introduce git_buf_decode_base64 2014-08-15 11:12:42 -04:00
cache.c Refactor git_cache to use an rwlock 2014-08-26 15:12:43 -07:00
cache.h Refactor git_cache to use an rwlock 2014-08-26 15:12:43 -07:00
cc-compat.h There is no "z" size specifier on MSVC 2014-10-13 16:32:26 +02:00
checkout.c config: remove the refresh function and backend field 2014-10-23 19:05:02 +02:00
checkout.h git_checkout_opts -> git_checkout_options 2014-03-06 09:44:51 -08:00
cherrypick.c git_cherry_pick -> git_cherrypick 2014-07-22 10:40:23 -04:00
clone.c remote: allow overriding the refspecs for download and fetch 2014-09-30 15:42:32 +02:00
clone.h clone: add flags to override whether to perform a local clone 2014-05-28 15:40:22 +02:00
commit_list.c Replace pqueue with code from hashsig heap 2014-02-03 21:02:08 -08:00
commit_list.h Move un-namespaced constant to internal header 2014-10-10 15:17:05 -07:00
commit.c commit: safer commit creation with reference update 2014-04-30 00:41:37 +02:00
commit.h Introduce git_revert to revert a single commit 2013-12-02 16:57:41 -06:00
common.h Make init_options fns use unsigned ints and macro 2014-05-02 09:21:33 -07:00
config_cache.c Ignore core.safecrlf=warn until we have a warn infrastructure 2014-05-30 11:30:53 -05:00
config_file.c config: remove the refresh function and backend field 2014-10-23 19:05:02 +02:00
config_file.h Make submodule refresh a bit smarter 2014-04-01 09:48:37 -07:00
config.c config: remove the refresh function and backend field 2014-10-23 19:05:02 +02:00
config.h Increase use of config snapshots 2014-05-13 16:32:27 -07:00
crlf.c Update text=auto / core.autocrlf=false behavior 2014-06-24 13:46:32 -04:00
date.c Introduce git__date_rfc2822_fmt. Allows for RFC2822 date headers 2014-04-11 21:55:35 +02:00
delta-apply.c update copyrights 2013-01-08 17:31:27 -06:00
delta-apply.h update copyrights 2013-01-08 17:31:27 -06:00
delta.c Fixed left shift size of int. 2013-12-08 01:50:10 -08:00
delta.h
describe.c Clean up various compiler warnings 2014-10-26 22:13:40 -04:00
diff_driver.c Increase binary detection len to 8k 2014-05-16 11:08:19 -07:00
diff_driver.h Initial take on builtin drivers with multiline 2014-01-24 10:43:05 -08:00
diff_file.c Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE. 2014-05-20 23:57:40 +10:00
diff_file.h Add buffer to buffer diff and patch APIs 2014-02-27 14:13:22 -08:00
diff_patch.c Merge pull request #2575 from cirosantilli/factor-struct-typedef 2014-10-10 18:06:36 +02:00
diff_patch.h Rename diff objects and split patch.h 2013-10-11 14:51:54 -07:00
diff_print.c Introduce git_buf_decode_base64 2014-08-15 11:12:42 -04:00
diff_stats.c Don't scale diff stat when not needed 2014-05-12 10:28:45 -07:00
diff_tform.c hashsig: Export as a sys header 2014-10-01 12:03:24 +02:00
diff_xdiff.c Remove converting user error to GIT_EUSER 2013-12-11 10:57:49 -08:00
diff_xdiff.h Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
diff.c Merge remote-tracking branch 'origin/development' into fix-git-status-list-new-unreadable-folder 2014-06-04 15:36:28 -07:00
diff.h Remove trace / add git_diff_perfdata struct + api 2014-05-02 09:21:33 -07:00
errors.c Allow NULL error message prefix when class=GITERR_OS 2014-08-13 14:55:24 -04:00
fetch.c Don't reset need_pack 2014-03-30 19:08:56 +02:00
fetch.h Don't redefine the same callback types, their signatures may change 2014-04-21 11:28:49 +02:00
fetchhead.c fetchhead: deal with quotes in branch names 2014-04-24 14:08:29 +02:00
fetchhead.h Join typedef and struct definitions in single file. 2014-09-24 11:00:51 +02:00
filebuf.c filebuf: make unlocking atomic 2014-06-04 11:58:18 -07:00
filebuf.h Join typedef and struct definitions in single file. 2014-09-24 11:00:51 +02:00
fileops.c path: Fix git_path_walk_up to work with non-rooted paths 2014-09-17 15:00:12 +02:00
fileops.h fileops: allow linking files when copying directory structures 2014-05-28 15:40:22 +02:00
filter.c git_filter: dup the filter name 2014-10-09 14:54:48 -04:00
filter.h Increase binary detection len to 8k 2014-05-16 11:08:19 -07:00
fnmatch.c Restore attributions for fnmatch 2014-05-19 14:39:45 +01:00
fnmatch.h Restore attributions for fnmatch 2014-05-19 14:39:45 +01:00
global.c global: clean up openssl_locks on shutdown 2014-10-26 22:27:52 -04:00
global.h Factor 40 and 41 constants from source. 2014-09-16 13:07:04 +02:00
graph.c graph: fix ahead-behind logic 2014-08-28 13:36:58 +02:00
hash.c update copyrights 2013-01-08 17:31:27 -06:00
hash.h hash: use CommonCrypto on OSX for SHA-1 2014-10-24 13:31:18 +02:00
hashsig.c hashsig: Export as a sys header 2014-10-01 12:03:24 +02:00
ident.c Bug fixes and cleanups 2013-09-17 09:31:46 -07:00
ignore.c path: Fix git_path_walk_up to work with non-rooted paths 2014-09-17 15:00:12 +02:00
ignore.h Improve checks for ignore containment 2014-05-06 12:41:26 -07:00
index.c index: write out the tree cache extension 2014-10-10 19:43:42 +02:00
index.h tree-cache: move to use a pool allocator 2014-10-10 19:35:18 +02:00
indexer.c Properly report failure when expanding a packfile 2014-07-09 14:12:30 -07:00
iterator.c Improve checks for ignore containment 2014-05-06 12:41:26 -07:00
iterator.h Improve checks for ignore containment 2014-05-06 12:41:26 -07:00
khash.h
map.h indexer: use mmap for writing 2014-05-17 01:39:43 +02:00
merge_file.c Cleanups 2014-03-31 13:31:01 -07:00
merge_file.h Introduce git_merge_file for consumers 2014-03-20 09:25:05 -07:00
merge.c Extract shared functionality. 2014-10-09 14:19:00 +02:00
merge.h git_checkout_index: checkout other indexes 2014-07-01 17:32:15 -04:00
message.c message: don't assume the comment char 2014-05-18 10:06:49 +02:00
message.h update copyrights 2013-01-08 17:31:27 -06:00
mwindow.c mwindow: clean up pack map at shutdown 2014-10-26 22:27:56 -04:00
mwindow.h pack: clean up error returns 2014-06-25 21:35:58 +02:00
netops.c Correctly handle getaddrinfo return result 2014-09-24 12:01:14 -07:00
netops.h Merge pull request #2575 from cirosantilli/factor-struct-typedef 2014-10-10 18:06:36 +02:00
notes.c index: rename an entry's id to 'id' 2014-01-25 08:15:44 +01:00
notes.h note: rename the id getter to git_note_id() 2014-01-24 11:18:51 +01:00
object_api.c object: haha 2013-04-30 13:19:02 +02:00
object.c object: fix a brace 2014-05-06 21:29:55 +02:00
object.h object: Explicitly define helper API methods for all obj types 2013-04-30 13:13:38 +02:00
odb_loose.c Factor 40 and 41 constants from source. 2014-09-16 13:07:04 +02:00
odb_mempack.c In-memory packing backend 2014-03-26 18:17:08 +01:00
odb_pack.c Share packs across repository instances 2014-06-23 21:50:36 +02:00
odb.c odb: clear backend errors on successful read 2014-05-23 06:01:57 +02:00
odb.h Create public filter object and use it 2013-09-17 09:30:06 -07:00
offmap.h pack: introduce a delta base cache 2013-01-11 16:55:37 +01:00
oid.c oid: Export git_oid_tostr_s instead of _allocfmt 2014-08-18 12:41:06 +02:00
oid.h oid: Export git_oid_tostr_s instead of _allocfmt 2014-08-18 12:41:06 +02:00
oidarray.c merge: expose multiple merge bases 2014-07-27 17:17:22 +02:00
oidarray.h merge: expose multiple merge bases 2014-07-27 17:17:22 +02:00
oidmap.h object: introduce git_describe_object() 2014-04-30 09:46:25 +02:00
pack-objects.c Win32: Fix object::cache::threadmania test on x64 2014-06-07 12:51:48 -04:00
pack-objects.h Packbuilder contains its own zstream 2014-01-14 09:45:14 -08:00
pack.c Silence uninitialized warning 2014-09-26 12:12:08 +02:00
pack.h Share packs across repository instances 2014-06-23 21:50:36 +02:00
path.c is_empty_dir (wi32): cope with empty mount points 2014-10-13 10:58:05 -04:00
path.h path: Fix git_path_walk_up to work with non-rooted paths 2014-09-17 15:00:12 +02:00
pathspec.c Minor fixes 2014-04-18 15:45:59 -07:00
pathspec.h Add git_pathspec_match_diff API 2013-07-10 20:50:33 +02:00
pool.c Ensure pool data is aligned on an 8 byte boundary 2014-09-25 17:56:56 +02:00
pool.h Improved tree iterator internals 2013-03-14 13:40:15 -07:00
posix.c Can read large file larger than 2GB on Windows 2014-08-10 22:00:04 +08:00
posix.h Can read large file larger than 2GB on Windows 2014-08-10 22:00:04 +08:00
pqueue.c Fix pqueue sort boundary condition bug 2014-03-12 11:21:55 -07:00
pqueue.h Convert pqueue to just be a git_vector 2014-02-04 10:01:37 -08:00
push.c Make init_options fns use unsigned ints and macro 2014-05-02 09:21:33 -07:00
push.h Initial Implementation of progress reports during push 2013-09-30 13:22:28 -04:00
refdb_fs.c Introduce reference transactions 2014-09-30 15:44:32 +02:00
refdb_fs.h immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
refdb.c Introduce reference transactions 2014-09-30 15:44:32 +02:00
refdb.h Introduce reference transactions 2014-09-30 15:44:32 +02:00
reflog.c reflog: constify byindex 2014-09-30 15:44:32 +02:00
reflog.h reflog: move the reflog implementation into refdb_fs 2013-10-02 06:53:24 +02:00
refs.c Introduce reference transactions 2014-09-30 15:44:32 +02:00
refs.h Introduce reference transactions 2014-09-30 15:44:32 +02:00
refspec.c Check that the refspec matches before modifying the out buffer 2014-08-21 18:53:43 +02:00
refspec.h refspec: git_refspec_parse() does not exist 2014-04-01 20:18:36 +02:00
remote.c Clean up some memory leaks 2014-10-26 22:27:44 -04:00
remote.h remote: implement opportunistic remote-tracking branch updates 2014-09-30 15:43:24 +02:00
repo_template.h Make mode handling during init more like git 2013-02-27 13:44:15 -08:00
repository.c repository_head_unborn: clear error when HEAD is unborn 2014-10-03 19:34:37 -04:00
repository.h Increase use of config snapshots 2014-05-13 16:32:27 -07:00
reset.c Allow to propagate checkout callbacks to git HARD reset 2014-08-03 16:29:51 +02:00
revert.c git_checkout_index: checkout other indexes 2014-07-01 17:32:15 -04:00
revparse.c reflog: Error handling on empty reflog 2014-09-05 03:25:53 +02:00
revwalk.c revwalk: clear first-parent flag on reset 2014-10-08 17:17:31 +02:00
revwalk.h revwalk: catch no-push and no-hide cases 2014-10-08 17:14:48 +02:00
settings.c Add support for setting the SSL CA location 2014-09-30 17:26:39 -07:00
sha1_lookup.c Backport @peff's fix for duplicates in sha1_lookup 2013-09-04 13:16:57 +02:00
sha1_lookup.h sha1_lookup: do not use the "experimental" lookup mode 2013-08-14 10:28:01 +02:00
signature.c signature: add a dup function which takes a pool 2014-09-30 15:44:32 +02:00
signature.h signature: add a dup function which takes a pool 2014-09-30 15:44:32 +02:00
sortedcache.c Attribute file cache refactor 2014-04-17 14:56:41 -07:00
sortedcache.h Add stddef include for sortedcache 2013-08-28 11:20:47 -07:00
stash.c transaction: rename lock() to lock_ref() 2014-10-09 16:29:30 +02:00
status.c Remove debug printfs. 2014-07-22 11:25:56 +10:00
status.h Rename diff objects and split patch.h 2013-10-11 14:51:54 -07:00
strmap.c config: get rid of a useless asignment 2013-08-12 11:40:57 +02:00
strmap.h Add diff threading tests and attr file cache locks 2014-04-17 14:43:45 -07:00
strnlen.h strnlen() is only available from Visual Studio 2005+ 2014-07-06 09:22:24 +02:00
submodule.c Introduce option to use relative paths for repository work directory 2014-09-02 21:07:26 -04:00
submodule.h Make submodule refresh a bit smarter 2014-04-01 09:48:37 -07:00
sysdir.c Fix the issues in git__on_shutdown 2014-05-06 12:16:24 -07:00
sysdir.h Move system directory cache out of utils 2014-02-24 17:52:38 -08:00
tag.c Fixed memory leak in git_tag_delete() 2014-10-24 08:23:14 -07:00
tag.h Simplify object table parse functions 2013-04-22 16:52:06 +02:00
thread-utils.c update copyrights 2013-01-08 17:31:27 -06:00
thread-utils.h Clean up various compiler warnings 2014-10-26 22:13:40 -04:00
trace.c Remove trace / add git_diff_perfdata struct + api 2014-05-02 09:21:33 -07:00
trace.h Variadic macros is only available from Visual Studio 2005+ 2014-07-06 09:22:24 +02:00
transaction.c Clean up various compiler warnings 2014-10-26 22:13:40 -04:00
transport.c remote: delete git_remote_supported_url() 2014-10-24 13:40:42 +02:00
tree-cache.c tree-cache: correct the entry_count calculation 2014-10-22 21:25:08 +02:00
tree-cache.h index: write out the tree cache extension 2014-10-10 19:43:42 +02:00
tree.c index: fill the tree cache on write-tree 2014-10-10 19:43:42 +02:00
tree.h treentry: no need for manual size book-keeping 2014-06-10 15:14:13 +02:00
tsort.c Sorting function cleanup and MinGW fix 2013-03-11 16:43:58 -07:00
userdiff.h Update the javascript diff driver's function pattern. 2014-10-09 22:21:34 +02:00
util.c qsort_r is only available from Visual Studio 2005+ 2014-07-06 09:22:24 +02:00
util.h Fix typo in timer normalization constants 2014-08-05 15:06:45 -07:00
vector.c Decouple index iterator sort from index 2014-04-17 14:43:45 -07:00
vector.h Some vector utility tweaks 2014-04-17 14:43:45 -07:00
zstream.c zstream: grow based on used memory rather than allocated 2014-04-26 18:04:43 +02:00
zstream.h Reorganize zstream API and fix wrap problems 2014-01-30 09:59:59 -08:00