..
hash
Add simple global shutdown hooks
2013-09-17 09:31:45 -07:00
transports
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
unix
Test cancel from indexer progress callback
2013-12-11 15:02:20 -08:00
win32
Test cancel from indexer progress callback
2013-12-11 15:02:20 -08:00
xdiff
array.h
array: Wrap array_alloc
as a single statement
2013-11-01 17:36:09 +01:00
attr_file.c
Fix warning
2013-09-19 23:14:06 +08:00
attr_file.h
Revert PR #1462 and provide alternative fix
2013-08-09 10:52:35 -07:00
attr.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
attr.h
Implement global/system file search paths
2013-03-15 16:39:00 -07:00
attrcache.h
Add ~ expansion to global attributes and excludes
2013-05-24 11:09:04 -07:00
bitvec.h
bitvec: Simplify the bit vector code
2013-07-10 21:05:47 +02:00
blame_git.c
Fix MSVC 64-bit warnings
2013-11-05 10:55:54 -08:00
blame_git.h
Blame: minor cleanup
2013-09-25 14:40:19 -07:00
blame.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
blame.h
Improve GIT_EUSER handling
2013-12-11 10:57:49 -08:00
blob.c
Update git_blob_create_fromchunks callback behavr
2013-12-11 10:57:50 -08:00
blob.h
Fix rename detection to use actual blob size
2013-07-25 12:27:39 -07:00
branch.c
Improve GIT_EUSER handling
2013-12-11 10:57:49 -08: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
Fix longstanding valgrind warning
2013-09-17 09:31:44 -07:00
buf_text.h
Start of filter API + git_blob_filtered_content
2013-09-17 09:30:06 -07:00
buffer.c
Clean up unnecessary git_buf_printf calls
2013-09-23 21:52:42 -07:00
buffer.h
Clean up warnings
2013-12-09 11:40:44 -05:00
cache.c
util: It's called memzero
2013-06-12 21:10:33 +02:00
cache.h
git_atomic_ssize for 64-bit atomics only on 64-bit platforms
2013-04-25 12:40:33 -05:00
cc-compat.h
Trying to fix Win32 warnings
2013-08-22 14:45:10 -07:00
checkout.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
checkout.h
Move functions in checkout_conflicts to checkout.c
2013-10-16 16:20:21 -04:00
clone.c
Update clone doc and tests for callback return val
2013-12-11 10:57:51 -08:00
commit_list.c
Prefer younger merge bases over older ones.
2013-06-25 18:36:37 +02:00
commit_list.h
update copyrights
2013-01-08 17:31:27 -06:00
commit.c
commit: Fix potential segfault in git_commit_message
2013-12-08 10:21:13 -08:00
commit.h
Introduce git_revert to revert a single commit
2013-12-02 16:57:41 -06:00
common.h
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
compress.c
update copyrights
2013-01-08 17:31:27 -06:00
compress.h
update copyrights
2013-01-08 17:31:27 -06:00
config_cache.c
Add config read fns with controlled error behavior
2013-12-11 10:57:49 -08:00
config_file.c
Add config read fns with controlled error behavior
2013-12-11 10:57:49 -08:00
config_file.h
replaced foreach() with non callback based iterations in git_config_backend
2013-08-08 11:14:53 +02:00
config.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
config.h
Add config read fns with controlled error behavior
2013-12-11 10:57:49 -08:00
crlf.c
Fix incorrect return code in crlf filter
2013-09-24 10:11:20 -07:00
date.c
Use time(2) to get the time
2013-08-19 16:44:17 -05: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
Fix warnings on Win64 build
2012-11-27 13:18:29 -08:00
diff_driver.c
Add config read fns with controlled error behavior
2013-12-11 10:57:49 -08:00
diff_driver.h
Fix Windows warnings
2013-06-12 15:21:21 -07:00
diff_file.c
Diff API cleanup
2013-10-15 15:10:07 -07:00
diff_file.h
Rename diff objects and split patch.h
2013-10-11 14:51:54 -07:00
diff_patch.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
diff_patch.h
Rename diff objects and split patch.h
2013-10-11 14:51:54 -07:00
diff_print.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
diff_tform.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08: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
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
diff.h
Fix --assume-unchanged support
2013-11-01 13:49:43 -07:00
errors.c
Improve GIT_EUSER handling
2013-12-11 10:57:49 -08:00
fetch.c
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
fetch.h
remote: put the _download() callback with the others
2013-10-02 06:41:42 +02:00
fetchhead.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
fetchhead.h
update copyrights
2013-01-08 17:31:27 -06:00
filebuf.c
move mode_t to filebuf_open instead of _commit
2013-11-04 22:33:05 -05:00
filebuf.h
move mode_t to filebuf_open instead of _commit
2013-11-04 22:33:05 -05:00
fileops.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
fileops.h
Plug configuration file search paths leaks
2013-11-05 17:36:12 +01:00
filter.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
filter.h
Add ident filter
2013-09-17 09:31:45 -07:00
fnmatch.c
update copyrights
2013-01-08 17:31:27 -06:00
fnmatch.h
update copyrights
2013-01-08 17:31:27 -06:00
global.c
Don't use git_atomic as an integer
2013-10-04 19:35:32 -07:00
global.h
Add simple global shutdown hooks
2013-09-17 09:31:45 -07:00
graph.c
graph: make the ahead-behind docs clearer
2013-03-22 20:27:59 +01:00
hash.c
update copyrights
2013-01-08 17:31:27 -06:00
hash.h
Add simple global shutdown hooks
2013-09-17 09:31:45 -07:00
hashsig.c
Major rename detection changes
2013-07-31 16:40:42 -07:00
hashsig.h
Refine pluggable similarity API
2013-02-20 15:09:41 -08:00
ident.c
Bug fixes and cleanups
2013-09-17 09:31:46 -07:00
ignore.c
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
ignore.h
Improve building ignore file lists
2013-08-09 11:41:41 -07:00
index.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
index.h
More filemode cleanups for FAT on MacOS
2013-10-08 12:45:43 -07:00
indexer.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
iterator.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
iterator.h
Put hooks in place for precompose in dirload fn
2013-10-03 10:44:13 -07:00
khash.h
Isolate khash inlines from global namespace
2012-07-12 11:49:15 -07:00
map.h
update copyrights
2013-01-08 17:31:27 -06:00
merge_file.c
checkout (from index) can write conflicts
2013-10-16 16:20:06 -04:00
merge_file.h
Fix trailing whitespaces
2013-05-15 22:41:30 +02:00
merge.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
merge.h
Introduce git_revert to revert a single commit
2013-12-02 16:57:41 -06:00
message.c
update copyrights
2013-01-08 17:31:27 -06:00
message.h
update copyrights
2013-01-08 17:31:27 -06:00
mwindow.c
Further threading fixes
2013-04-22 16:52:07 +02:00
mwindow.h
update copyrights
2013-01-08 17:31:27 -06:00
netops.c
netops: fix leak
2013-11-18 21:40:19 +01:00
netops.h
Use http_parser_parse_url to parse urls
2013-11-04 11:42:14 -08:00
notes.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
notes.h
fixed minor issues with new note iterator
2013-03-06 22:36:19 +01:00
object_api.c
object: haha
2013-04-30 13:19:02 +02:00
object.c
Avoid temporary object in lookup routine
2013-10-28 05:01:33 -07:00
object.h
object: Explicitly define helper API methods for all obj types
2013-04-30 13:13:38 +02:00
odb_loose.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
odb_pack.c
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
odb.c
Allow backend consumers to specify file mode
2013-11-04 14:50:25 -05: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
Fix warning
2013-09-19 23:14:06 +08:00
oid.h
oid: Helper for old-school hashcmp
2013-08-14 10:34:07 +02:00
oidmap.h
Add callback to git_objects_table
2013-04-22 16:51:40 +02:00
pack-objects.c
Fix up some valgrind leaks and warnings
2013-12-11 16:56:17 -08:00
pack-objects.h
Initial Implementation of progress reports during push
2013-09-30 13:22:28 -04:00
pack.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
pack.h
pack: __object_header
always returns unsigned values
2013-11-01 17:36:09 +01:00
path.c
Fix up some valgrind leaks and warnings
2013-12-11 16:56:17 -08:00
path.h
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
pathspec.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
pathspec.h
Add git_pathspec_match_diff API
2013-07-10 20:50:33 +02:00
pool.c
Improve GIT_EUSER handling
2013-12-11 10:57:49 -08:00
pool.h
Improved tree iterator internals
2013-03-14 13:40:15 -07:00
posix.c
Test cancel from indexer progress callback
2013-12-11 15:02:20 -08:00
posix.h
posix: Solaris doesn't have strnlen either
2013-11-27 14:31:22 +01:00
pqueue.c
update copyrights
2013-01-08 17:31:27 -06:00
pqueue.h
Clean up some documentation
2013-07-23 09:40:19 +02:00
push.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
push.h
Initial Implementation of progress reports during push
2013-09-30 13:22:28 -04:00
refdb_fs.c
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
refdb_fs.h
immutable references and a pluggable ref database
2013-03-07 11:01:52 -06:00
refdb.c
reflog: move the reflog implementation into refdb_fs
2013-10-02 06:53:24 +02:00
refdb.h
reflog: move the reflog implementation into refdb_fs
2013-10-02 06:53:24 +02:00
reflog.c
reflog: bring _append and _drop back to the frontend
2013-10-02 06:53:24 +02:00
reflog.h
reflog: move the reflog implementation into refdb_fs
2013-10-02 06:53:24 +02:00
refs.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
refs.h
Make reference lookups apply precomposeunicode
2013-10-08 16:35:57 -07:00
refspec.c
remote: store dwimed refspecs separately
2013-11-01 22:48:09 +01:00
refspec.h
remote: store dwimed refspecs separately
2013-11-01 22:48:09 +01:00
remote.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
remote.h
Fix warnings
2013-11-18 12:14:50 -08:00
repo_template.h
Make mode handling during init more like git
2013-02-27 13:44:15 -08:00
repository.c
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
repository.h
clean up state metadata more consistently
2013-12-02 16:57:41 -06:00
reset.c
clean up state metadata more consistently
2013-12-02 16:57:41 -06:00
revert.c
Clean up warnings
2013-12-09 11:40:44 -05:00
revparse.c
reflog: move the reflog implementation into refdb_fs
2013-10-02 06:53:24 +02:00
revwalk.c
Remove converting user error to GIT_EUSER
2013-12-11 10:57:49 -08:00
revwalk.h
revwalk: allow simplifying by first-parent
2013-09-09 20:31:14 +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
Don't leak memory when duplicating a NULL signature
2013-11-12 19:02:28 -08:00
signature.h
update copyrights
2013-01-08 17:31:27 -06:00
sortedcache.c
Fix sortedcache docs and other feedback
2013-08-22 15:44:34 -07:00
sortedcache.h
Add stddef include for sortedcache
2013-08-28 11:20:47 -07:00
stash.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
status.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08: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
config: get rid of a useless asignment
2013-08-12 11:40:57 +02:00
submodule.c
Fix up some valgrind leaks and warnings
2013-12-11 16:56:17 -08:00
submodule.h
Add ignore_submodules to diff options
2013-07-10 12:15:03 -07:00
tag.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08: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
Load SRWLock APIs at runtime
2013-08-26 14:56:31 -07:00
trace.c
Fix trailing whitespaces
2013-05-15 22:41:30 +02:00
trace.h
Fix trailing whitespaces
2013-05-15 22:41:30 +02:00
transport.c
Fixed compilation on Windows when using libssh2.
2013-12-05 11:13:58 -05:00
tree-cache.c
tree-cache: Fix error message typo
2013-11-19 13:25:38 +01:00
tree-cache.h
update copyrights
2013-01-08 17:31:27 -06:00
tree.c
One more rename/cleanup for callback err functions
2013-12-11 10:57:50 -08:00
tree.h
Add cat-file example and increase const use in API
2013-05-16 10:38:27 -07:00
tsort.c
Sorting function cleanup and MinGW fix
2013-03-11 16:43:58 -07:00
util.c
util: NetBSD doesn't have qsort_r either
2013-11-19 17:59:55 +01:00
util.h
Mark git__timer as inline on OSX
2013-10-01 12:56:47 -07:00
vector.c
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00
vector.h
Cleanups, renames, and leak fixes
2013-12-12 12:11:38 -08:00