..
compat
Hook up Windows compat fnmatch() for Solaris
2012-05-10 09:52:49 -07:00
ppc
Update Copyright header
2012-02-13 17:11:09 +01:00
transports
transport git: don't use 'error' uninitialized
2012-05-06 13:17:39 +02:00
unix
Fix readdir_r() usage for Solaris
2012-05-12 09:51:32 -07:00
win32
Hook up Windows compat fnmatch() for Solaris
2012-05-10 09:52:49 -07:00
xdiff
Merge branch 'new-error-handling' into development
2012-05-02 15:59:02 -07:00
attr_file.c
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00
attr_file.h
Add cache busting to attribute cache
2012-05-10 11:12:43 -07:00
attr.c
Add cache busting to attribute cache
2012-05-10 11:12:43 -07:00
attr.h
Support reading attributes from index
2012-05-03 16:37:25 -07:00
blob.c
blob: Add git_blob_create_fromdisk()
2012-05-13 11:28:49 +02:00
blob.h
Add filter tests and fix some bugs
2012-03-02 15:09:40 -08:00
branch.c
branch: make git_branch_delete() return GIT_ENOTFOUND when the branch doesn't exist
2012-05-13 10:30:13 +02:00
branch.h
Add basic branch management API: git_branch_create(), git_branch_delete(), git_branch_list()
2012-04-10 21:39:03 +02:00
bswap.h
Update Copyright header
2012-02-13 17:11:09 +01:00
buffer.c
Optimize away git_text_gather_stats in diff
2012-05-17 13:06:20 -07:00
buffer.h
Optimize away git_text_gather_stats in diff
2012-05-17 13:06:20 -07:00
cache.c
Moving power-of-two bit utilities into util.h
2012-04-25 11:14:34 -07:00
cache.h
Update Copyright header
2012-02-13 17:11:09 +01:00
cc-compat.h
compat: va_copy on Win32 systems
2012-05-04 13:52:38 -07:00
commit.c
commit/tag: ensure the message is cleaned up
2012-05-07 12:16:04 +02:00
commit.h
Update Copyright header
2012-02-13 17:11:09 +01:00
common.h
error-handling: On-disk config file backend
2012-03-09 20:09:22 +01:00
config_cache.c
Rename git_khash_str to git_strmap, etc.
2012-04-25 15:20:28 -07:00
config_file.c
msvc: Do not use isspace
2012-05-09 04:37:02 +02:00
config_file.h
Added submodule API and use in status
2012-03-28 16:45:36 -07:00
config.c
Remove old and unused error codes
2012-05-02 19:56:38 -07:00
config.h
Improve config handling for diff,submodules,attrs
2012-03-30 14:40:50 -07:00
crlf.c
Support reading attributes from index
2012-05-03 16:37:25 -07:00
delta-apply.c
Remove old and unused error codes
2012-05-02 19:56:38 -07:00
delta-apply.h
Update Copyright header
2012-02-13 17:11:09 +01:00
diff_output.c
Optimize away git_text_gather_stats in diff
2012-05-17 13:06:20 -07:00
diff.c
Fix status for files under ignored dirs
2012-05-16 17:08:59 -07:00
diff.h
Fix usage of "new" for fieldname in public header
2012-05-02 15:34:58 -07:00
errors.c
errors: Use a git_buf for building error strings
2012-05-03 00:04:04 -07:00
fetch.c
fetch: filter tag annotation pseudo-refs while generating wants
2012-05-09 16:18:13 +02:00
fetch.h
transports: buffer the git requests before sending them
2012-04-25 12:44:27 +02:00
filebuf.c
filebuf: add option not to buffer the contents at all
2012-04-13 09:50:41 +02:00
filebuf.h
filebuf: add option not to buffer the contents at all
2012-04-13 09:50:41 +02:00
fileops.c
Merge pull request #681 from scottjg/solaris-fixes
2012-05-14 11:01:14 -07:00
fileops.h
Typedefs don't have enum in front
2012-04-11 14:27:40 +02:00
filter.c
Remove old and unused error codes
2012-05-02 19:56:38 -07:00
filter.h
config: Implement a proper cvar cache
2012-03-02 20:08:00 +01:00
global.c
Implement git_pool paged memory allocator
2012-04-25 10:42:37 -07:00
global.h
error-handling: References
2012-03-06 00:43:10 +01:00
hash.c
Update Copyright header
2012-02-13 17:11:09 +01:00
hash.h
Update Copyright header
2012-02-13 17:11:09 +01:00
ignore.c
Fix memory leaks and use after free
2012-05-04 11:06:12 -07:00
ignore.h
Support reading attributes from index
2012-05-03 16:37:25 -07:00
index.c
tree: Naming conventions
2012-05-16 19:24:35 +02:00
index.h
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00
indexer.c
indexer: add more consistency checks
2012-05-16 01:22:25 +02:00
iterator.c
tree: Naming conventions
2012-05-16 19:24:35 +02:00
iterator.h
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00
khash.h
Fix Win32 warnings
2012-04-26 13:04:54 -07:00
map.h
Resolve comments from pull request
2012-03-13 14:23:24 -07:00
message.c
msvc: Do not use isspace
2012-05-09 04:37:02 +02:00
message.h
commit/tag: ensure the message is cleaned up
2012-05-07 12:16:04 +02:00
mwindow.c
Update test suite
2012-05-02 16:14:30 -07:00
mwindow.h
Continue error conversion
2012-03-14 17:36:15 -07:00
netops.c
Minor error fixes
2012-05-08 14:28:21 +02:00
netops.h
Merge remote-tracking branch 'scottjg/fix-mingw32' into development
2012-05-05 16:47:20 -07:00
notes.c
notes: make git_note_foreach() callback signature easier to cope with from a binding perspective
2012-05-16 21:51:45 +02:00
notes.h
Add git notes API
2012-02-15 20:32:14 +01:00
object.c
object: make git_object_lookup() return GIT_ENOTFOUND when searching for an existing object by specifying an incorrect type
2012-05-11 23:56:23 +02:00
odb_loose.c
Fix valgrind issues
2012-05-04 16:46:46 -07:00
odb_pack.c
Fix valgrind issues
2012-05-04 16:46:46 -07:00
odb.c
Handle duplicate objects from different backends in git_odb_read_prefix().
2012-05-12 15:50:19 -03:00
odb.h
Fix valgrind issues
2012-05-04 16:46:46 -07:00
oid.c
Merge branch 'new-error-handling' into development
2012-05-02 15:59:02 -07:00
oidmap.h
Rename git_khash_str to git_strmap, etc.
2012-04-25 15:20:28 -07:00
pack.c
Fix valgrind issues
2012-05-04 16:46:46 -07:00
pack.h
Add packfile_unpack_compressed() to the internal header
2012-04-13 22:16:48 +02:00
path.c
Fix readdir_r() usage for Solaris
2012-05-12 09:51:32 -07:00
path.h
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
pkt.c
Minor error fixes
2012-05-08 14:28:21 +02:00
pkt.h
net: recognize and report server-side error messages
2012-04-30 18:24:14 +02:00
pool.c
Fix Win32 warnings
2012-04-26 13:04:54 -07:00
pool.h
Convert revwalk to use git_pool
2012-04-25 11:14:34 -07:00
posix.c
Clean up warnings and tests
2012-05-08 13:23:00 -07:00
posix.h
compat: make p_open able to accept optional mode when passing the O_CREAT flag
2012-05-07 12:18:54 +02:00
pqueue.c
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
pqueue.h
Update Copyright header
2012-02-13 17:11:09 +01:00
protocol.c
Merge pull request #654 from carlosmn/pkt-err
2012-04-30 14:38:15 -07:00
protocol.h
Update Copyright header
2012-02-13 17:11:09 +01:00
reflog.c
Merge branch 'new-error-handling' into development
2012-05-02 15:59:02 -07:00
reflog.h
Update Copyright header
2012-02-13 17:11:09 +01:00
refs.c
buf: deploy git_buf_len()
2012-04-30 07:12:37 +02:00
refs.h
Rename git_khash_str to git_strmap, etc.
2012-04-25 15:20:28 -07:00
refspec.c
Remove old and unused error codes
2012-05-02 19:56:38 -07:00
refspec.h
Update Copyright header
2012-02-13 17:11:09 +01:00
remote.c
fetch: filter tag annotation pseudo-refs while generating wants
2012-05-09 16:18:13 +02:00
remote.h
Update Copyright header
2012-02-13 17:11:09 +01:00
repository.c
Fixed leaks and added tests
2012-05-11 12:16:19 -07:00
repository.h
Support reading attributes from index
2012-05-03 16:37:25 -07:00
revwalk.c
really reset walker with git_revwalk_reset
2012-05-15 17:09:34 +02:00
sha1_lookup.c
Convert indexer, notes, sha1_lookup, and signature
2012-03-19 17:49:46 -07:00
sha1_lookup.h
Update Copyright header
2012-02-13 17:11:09 +01:00
sha1.c
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
sha1.h
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
signature.c
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
signature.h
Update Copyright header
2012-02-13 17:11:09 +01:00
status.c
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00
strmap.h
Fix memory leaks and use after free
2012-05-04 11:06:12 -07:00
submodule.c
Rename git_khash_str to git_strmap, etc.
2012-04-25 15:20:28 -07:00
tag.c
commit/tag: ensure the message is cleaned up
2012-05-07 12:16:04 +02:00
tag.h
Export parse_tag_buffer as git_tag__parse_buffer.
2012-02-22 04:45:30 +00:00
thread-utils.c
Update Copyright header
2012-02-13 17:11:09 +01:00
thread-utils.h
Update Copyright header
2012-02-13 17:11:09 +01:00
transport.c
Remove old and unused error codes
2012-05-02 19:56:38 -07:00
transport.h
Merge branch 'new-error-handling' into development
2012-05-02 15:59:02 -07:00
tree-cache.c
Remove old and unused error codes
2012-05-02 19:56:38 -07:00
tree-cache.h
Update Copyright header
2012-02-13 17:11:09 +01:00
tree.c
tree: Naming conventions
2012-05-16 19:24:35 +02:00
tree.h
tree: Naming conventions
2012-05-16 19:24:35 +02:00
tsort.c
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
util.c
msvc: Do not use isspace
2012-05-09 04:37:02 +02:00
util.h
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00
vector.c
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00
vector.h
Ranged iterators and rewritten git_status_file
2012-05-15 14:34:15 -07:00