.. |
hash
|
hash_generic: __extension__ keyword for pedantry
|
2015-02-04 15:26:09 -05:00 |
transports
|
local: plug a leak in the progress reporting
|
2015-05-14 17:26:09 +02:00 |
unix
|
git_path: introduce 'git_path_diriter'
|
2015-05-01 12:31:05 -04:00 |
win32
|
git_buf_put_w: introduce utf16->utf8 conversion
|
2015-05-01 12:31:44 -04:00 |
xdiff
|
Spelling fixes
|
2014-12-04 21:06:59 -06:00 |
annotated_commit.c
|
annotated_commit: provide a constructor from a revspec
|
2015-03-16 16:57:30 +01:00 |
annotated_commit.h
|
s/git_merge_head/git_annotated_commit
|
2014-10-26 22:59:48 -04:00 |
array.h
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
attr_file.c
|
attr: declare variable at top of block for msvc
|
2015-05-12 17:00:35 -04:00 |
attr_file.h
|
Improvements to ignore performance on Windows.
|
2015-04-28 14:24:58 -04:00 |
attr.c
|
attr: always return errors
|
2015-05-12 14:39:49 -04:00 |
attr.h
|
Attribute file cache refactor
|
2014-04-17 14:56:41 -07:00 |
attrcache.c
|
config: borrow refcounted references
|
2015-03-03 18:35:12 +01:00 |
attrcache.h
|
attrcache: don't re-read attrs during checkout
|
2015-02-03 00:31:08 -05:00 |
bitvec.h
|
Address PR comments
|
2014-02-20 14:27:10 -08:00 |
blame_git.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
blame_git.h
|
Blame: minor cleanup
|
2013-09-25 14:40:19 -07:00 |
blame.c
|
allocations: test for overflow of requested size
|
2015-02-12 22:54:46 -05:00 |
blame.h
|
Improve GIT_EUSER handling
|
2013-12-11 10:57:49 -08:00 |
blob.c
|
odb: make the writestream's size a git_off_t
|
2015-05-13 09:34:20 +02:00 |
blob.h
|
Fix rename detection to use actual blob size
|
2013-07-25 12:27:39 -07:00 |
branch.c
|
Add annotated commit versions of reflog-modifying functions
|
2015-03-16 16:57:30 +01:00 |
branch.h
|
|
|
buf_text.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
buf_text.h
|
Just put it all in buffer.
|
2014-07-16 13:34:25 -07:00 |
buffer.c
|
buffer: introduce git_buf_attach_notowned
|
2015-02-19 10:05:33 -05:00 |
buffer.h
|
buffer: introduce git_buf_attach_notowned
|
2015-02-19 10:05:33 -05: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
|
checkout: allow baseline to be specified as index
|
2015-05-11 14:12:01 -04:00 |
checkout.h
|
iterator: submodules are determined by an index or tree
|
2014-11-07 08:33:27 +01:00 |
cherrypick.c
|
cherrypick, revert: drop unnecessary SAFE_CREATE
|
2015-02-27 13:47:30 -05:00 |
clone.c
|
remote: remove git_remote_save()
|
2015-05-13 09:46:36 +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
|
Spelling fixes
|
2014-12-04 21:06:59 -06:00 |
commit_list.h
|
Move un-namespaced constant to internal header
|
2014-10-10 15:17:05 -07:00 |
commit.c
|
Remove the signature from ref-modifying functions
|
2015-03-03 14:40:50 +01:00 |
commit.h
|
Introduce git_revert to revert a single commit
|
2013-12-02 16:57:41 -06:00 |
common.h
|
centralizing all IO buffer size values
|
2015-05-11 10:32:08 -07:00 |
config_cache.c
|
config: borrow refcounted references
|
2015-03-03 18:35:12 +01:00 |
config_file.c
|
config: plug a couple of leaks
|
2015-05-05 09:47:16 +02:00 |
config_file.h
|
config: borrow refcounted references
|
2015-03-03 18:35:12 +01:00 |
config.c
|
Do not call regfree() on an empty regex that is not successfully created by regcomp
|
2015-04-29 13:40:42 -04:00 |
config.h
|
config: borrow refcounted references
|
2015-03-03 18:35:12 +01:00 |
crlf.c
|
git_filter_opt_t -> git_filter_flag_t
|
2015-02-19 11:09:54 -05:00 |
date.c
|
Introduce git__date_rfc2822_fmt. Allows for RFC2822 date headers
|
2014-04-11 21:55:35 +02:00 |
delta-apply.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
delta-apply.h
|
|
|
delta.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
delta.h
|
|
|
describe.c
|
describe: only abort without tags if fallback is not allowed.
|
2015-04-07 17:32:56 +02:00 |
diff_driver.c
|
Fix checking of return value for regcomp.
|
2015-04-10 09:40:33 +02:00 |
diff_driver.h
|
Initial take on builtin drivers with multiline
|
2014-01-24 10:43:05 -08:00 |
diff_file.c
|
git_filter_opt_t -> git_filter_flag_t
|
2015-02-19 11:09:54 -05:00 |
diff_file.h
|
Add buffer to buffer diff and patch APIs
|
2014-02-27 14:13:22 -08:00 |
diff_patch.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05: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
|
Make sure to also update delta->nfiles when merging diffs
|
2015-03-30 14:06:21 -07: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
|
checkout: break case-changes into delete/add
|
2015-05-04 07:18:28 -05: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
|
remote: move the tagopt setting to the fetch options
|
2015-05-13 09:46:36 +02:00 |
fetch.h
|
remote: move the tagopt setting to the fetch options
|
2015-05-13 09:46:36 +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
|
centralizing all IO buffer size values
|
2015-05-11 10:32:08 -07:00 |
filebuf.h
|
Join typedef and struct definitions in single file.
|
2014-09-24 11:00:51 +02:00 |
fileops.c
|
centralizing all IO buffer size values
|
2015-05-11 10:32:08 -07:00 |
fileops.h
|
checkout: hold seen dir paths in a map
|
2015-02-04 14:15:13 +00:00 |
filter.c
|
centralizing all IO buffer size values
|
2015-05-11 10:32:08 -07:00 |
filter.h
|
filter: take temp_buf in git_filter_options
|
2015-02-19 11:45:46 -05: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
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +02:00 |
global.h
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +02:00 |
graph.c
|
graph: fix ahead-behind logic
|
2014-08-28 13:36:58 +02:00 |
hash.c
|
|
|
hash.h
|
hash: use CommonCrypto on OSX for SHA-1
|
2014-10-24 13:31:18 +02:00 |
hashsig.c
|
diff_tform: account for whitespace options
|
2015-03-04 00:01:34 -05:00 |
ident.c
|
Check for OOM
|
2014-12-30 12:33:40 +02:00 |
ignore.c
|
Improvements to ignore performance on Windows.
|
2015-04-28 14:24:58 -04:00 |
ignore.h
|
Improvements to ignore performance on Windows.
|
2015-04-28 14:24:58 -04:00 |
index.c
|
index: introduce git_index_read_index
|
2015-05-11 14:12:05 -04:00 |
index.h
|
index: introduce git_index_read_index
|
2015-05-11 14:12:05 -04:00 |
indexer.c
|
Merge pull request #2972 from libgit2/cmn/pack-objects-walk
|
2015-03-17 10:06:50 -04:00 |
integer.h
|
Fix MAX 32 bit build problem described in libgit2/libgit2#2917
|
2015-02-20 18:59:43 +01:00 |
iterator.c
|
git_path_diriter: use FindFirstFile in win32
|
2015-05-01 12:31:40 -04:00 |
iterator.h
|
iterator: submodules are determined by an index or tree
|
2014-11-07 08:33:27 +01:00 |
khash.h
|
Update khash.h to pull request 42
|
2015-02-12 22:54:48 -05:00 |
map.h
|
Fix compiler warning (git_off_t cast to size_t).
|
2014-05-19 17:37:29 -07:00 |
merge_file.c
|
Added options to enable patience and minimal diff drivers
|
2015-03-16 09:53:27 +02:00 |
merge_file.h
|
Introduce git_merge_file for consumers
|
2014-03-20 09:25:05 -07:00 |
merge.c
|
merge: merge iterators
|
2015-05-11 14:11:56 -04:00 |
merge.h
|
merge: merge iterators
|
2015-05-11 14:11:56 -04:00 |
message.c
|
message: don't assume the comment char
|
2014-05-18 10:06:49 +02:00 |
message.h
|
|
|
mwindow.c
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
mwindow.h
|
pack: clean up error returns
|
2014-06-25 21:35:58 +02:00 |
netops.c
|
gitno: remove code which is no longer needed
|
2014-12-10 01:39:09 +01:00 |
netops.h
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +02:00 |
notes.c
|
note: use a git_buf to return the default namespace
|
2015-03-17 20:50:02 +01:00 |
notes.h
|
Introduce git_note_author , git_note_committer
|
2014-10-26 22:59:29 -04:00 |
object_api.c
|
object: haha
|
2013-04-30 13:19:02 +02:00 |
object.c
|
peel: reject bad queries with EINVALIDSPEC
|
2014-11-22 18:55:22 +01:00 |
object.h
|
object: Explicitly define helper API methods for all obj types
|
2013-04-30 13:13:38 +02:00 |
odb_loose.c
|
odb: make the writestream's size a git_off_t
|
2015-05-13 09:34:20 +02:00 |
odb_mempack.c
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
odb_pack.c
|
Share packs across repository instances
|
2014-06-23 21:50:36 +02:00 |
odb.c
|
Merge pull request #3118 from libgit2/cmn/stream-size
|
2015-05-13 12:11:55 -04:00 |
odb.h
|
odb: make the writestream's size a git_off_t
|
2015-05-13 09:34:20 +02:00 |
offmap.h
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
oid.c
|
git__*allocarray: safer realloc and malloc
|
2015-02-12 22:54:47 -05: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
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
openssl_stream.c
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +02:00 |
openssl_stream.h
|
Add an OpenSSL IO stream
|
2014-12-10 01:17:41 +01:00 |
pack-objects.c
|
packbuilder: report progress during deltification
|
2015-05-13 15:52:13 +02:00 |
pack-objects.h
|
packbuilder: report progress during deltification
|
2015-05-13 15:52:13 +02:00 |
pack.c
|
Reorder some khash declarations
|
2015-03-11 02:36:11 +01:00 |
pack.h
|
Reorder some khash declarations
|
2015-03-11 02:36:11 +01:00 |
path.c
|
diriter: actually use iconv on mac
|
2015-05-01 12:31:47 -04:00 |
path.h
|
diriter: actually use iconv on mac
|
2015-05-01 12:31:47 -04:00 |
pathspec.c
|
Merge pull request #2847 from jacquesg/coverity
|
2015-01-26 11:24:47 -06:00 |
pathspec.h
|
Add git_pathspec_match_diff API
|
2013-07-10 20:50:33 +02:00 |
pool.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
pool.h
|
Fix compiler warning (git_off_t cast to size_t).
|
2014-05-19 17:37:29 -07:00 |
posix.c
|
p_read: ensure requested len is ssize_t
|
2015-02-12 22:54:47 -05:00 |
posix.h
|
git_path: introduce 'git_path_diriter'
|
2015-05-01 12:31:05 -04: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
|
push: fix the update constructor
|
2015-05-14 10:34:42 +02:00 |
push.h
|
Remove the callbacks struct from the remote
|
2015-05-13 09:46:35 +02:00 |
rebase.c
|
rebase: include checkout opts within rebase opts
|
2015-04-20 17:19:08 -04:00 |
refdb_fs.c
|
refdb: use the same id for old and new when renaming a reference
|
2015-03-08 16:50:27 +01:00 |
refdb_fs.h
|
|
|
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
|
Fix wrong format string in git_reflog_drop() error message
|
2015-04-24 23:56:59 +08:00 |
reflog.h
|
reflog: move the reflog implementation into refdb_fs
|
2013-10-02 06:53:24 +02:00 |
refs.c
|
squash some leaks
|
2015-03-24 20:58:00 +00:00 |
refs.h
|
repository: remove log message override for switching the active branch
|
2015-03-03 14:40:50 +01:00 |
refspec.c
|
refspec: set err message on invalid refspec
|
2015-03-10 13:31:26 -07:00 |
refspec.h
|
refspec: git_refspec_parse() does not exist
|
2014-04-01 20:18:36 +02:00 |
remote.c
|
remote: simplify anonymous creation
|
2015-05-13 09:46:36 +02:00 |
remote.h
|
remote: move the update_fetchhead setting to the options
|
2015-05-13 09:46:36 +02:00 |
repo_template.h
|
|
|
repository.c
|
Merge pull request #3030 from linquize/symlink_supported
|
2015-04-10 11:33:14 +02:00 |
repository.h
|
Merge remote-tracking branch 'ethomson/submodule_8dot3'
|
2015-03-18 04:59:16 +01:00 |
reset.c
|
reset: git_checkout_options is const
|
2015-04-20 16:22:44 -04:00 |
revert.c
|
cherrypick, revert: drop unnecessary SAFE_CREATE
|
2015-02-27 13:47:30 -05:00 |
revparse.c
|
reflog: Error handling on empty reflog
|
2014-09-05 03:25:53 +02:00 |
revwalk.c
|
Merge pull request #3042 from libgit2/cmn/odd-slowdown
|
2015-04-16 19:26:40 -05:00 |
revwalk.h
|
Reorder some khash declarations
|
2015-03-11 02:36:11 +01:00 |
settings.c
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +02: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
|
Introduce git_rebase_commit
|
2014-10-26 22:59:19 -04:00 |
signature.h
|
Introduce git_rebase_commit
|
2014-10-26 22:59:19 -04:00 |
socket_stream.c
|
stream: constify the write buffer
|
2014-12-10 16:20:52 +01:00 |
socket_stream.h
|
Add an OpenSSL IO stream
|
2014-12-10 01:17:41 +01:00 |
sortedcache.c
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
sortedcache.h
|
Add stddef include for sortedcache
|
2013-08-28 11:20:47 -07:00 |
stash.c
|
Fix a few leaks
|
2015-05-13 16:40:18 +02:00 |
status.c
|
git_status_file now takes an exact path
|
2014-11-07 21:34:54 +02:00 |
status.h
|
Rename diff objects and split patch.h
|
2013-10-11 14:51:54 -07:00 |
stransport_stream.c
|
SecureTransport: handle graceful closes
|
2015-04-23 17:43:44 +02:00 |
stransport_stream.h
|
Add a SecureTransport TLS channel
|
2015-04-23 17:39:51 +02:00 |
stream.h
|
http: do not try to use the cert callback on unencrypted streams
|
2015-03-16 19:43:46 +01:00 |
strmap.c
|
config: get rid of a useless asignment
|
2013-08-12 11:40:57 +02:00 |
strmap.h
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
strnlen.h
|
strnlen() is only available from Visual Studio 2005+
|
2014-07-06 09:22:24 +02:00 |
submodule.c
|
Remove the callbacks struct from the remote
|
2015-05-13 09:46:35 +02: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
|
Remove the signature from ref-modifying functions
|
2015-03-03 14:40:50 +01:00 |
tag.h
|
Simplify object table parse functions
|
2013-04-22 16:52:06 +02:00 |
thread-utils.c
|
|
|
thread-utils.h
|
Clean up various compiler warnings
|
2014-10-26 22:13:40 -04:00 |
tls_stream.c
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +02:00 |
tls_stream.h
|
Abstract away the TLS stream implementation
|
2015-04-23 17:39:51 +02: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
|
Remove extra semicolon outside of a function
|
2015-02-15 21:07:05 +01:00 |
transport.c
|
Rename GIT_SSL to GIT_OPENSSL
|
2015-04-23 17:39:51 +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
|
tree: add more correct error messages for not found
|
2015-03-17 20:51:14 +01:00 |
tree.h
|
treebuilder: take a repository for path validation
|
2014-12-17 13:05:27 -05:00 |
tsort.c
|
git__*allocarray: safer realloc and malloc
|
2015-02-12 22:54:47 -05:00 |
userdiff.h
|
Update the javascript diff driver's function pattern.
|
2014-10-09 22:21:34 +02:00 |
util.c
|
Credit utf8proc for utf8 iterator
|
2015-02-10 21:34:08 -05:00 |
util.h
|
Add MSVC CRTDBG memory leak reporting.
|
2015-04-15 10:25:09 -04:00 |
vector.c
|
Make our overflow check look more like gcc/clang's
|
2015-02-13 09:27:33 -05:00 |
vector.h
|
Some vector utility tweaks
|
2014-04-17 14:43:45 -07:00 |
zstream.c
|
git_buf_grow_by: increase buf asize incrementally
|
2015-02-12 22:54:47 -05:00 |
zstream.h
|
Reorganize zstream API and fix wrap problems
|
2014-01-30 09:59:59 -08:00 |