..
amiga
Properly handle p_reads
2012-09-11 23:05:24 +02:00
ppc
More changes resulting from pull request
2012-06-14 19:09:42 +01:00
transports
test: fix some memory leaks
2012-10-15 20:41:43 +02:00
unix
Always use internal fnmatch, not system
2012-10-15 12:54:46 -07:00
win32
Incremental improvements to pack-objects logic
2012-10-17 12:07:17 -04:00
xdiff
Merge branch 'new-error-handling' into development
2012-05-02 15:59:02 -07:00
attr_file.c
Minor fixes for ignorecase support
2012-09-17 16:10:42 -04:00
attr_file.h
Fix single-file ignore checks
2012-10-15 12:54:46 -07:00
attr.c
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
attr.h
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
blob.c
blob: do not create temp files in the current path
2012-10-22 15:08:09 +02:00
blob.h
Add filter tests and fix some bugs
2012-03-02 15:09:40 -08:00
branch.c
errors: deploy GIT_EORPHANEDHEAD usage
2012-10-19 22:01:53 +02:00
bswap.h
Update Copyright header
2012-02-13 17:11:09 +01:00
buffer.c
Fix buffer overrun in git_buf_put_base64
2012-10-14 12:29:05 -04:00
buffer.h
Separated git_strarray from common.h. Added doxy comments.
2012-10-11 23:04:08 +11:00
cache.c
cache: fix race condition
2012-09-11 15:58:13 +02: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
checkout.c
errors: deploy GIT_EORPHANEDHEAD usage
2012-10-19 22:01:53 +02:00
clone.c
Merge pull request #968 from arrbee/diff-support-typechange
2012-10-17 14:14:51 -07:00
commit.c
portability: Improve x86/amd64 compatibility
2012-07-24 16:10:12 +02:00
commit.h
Update Copyright header
2012-02-13 17:11:09 +01:00
common.h
Make giterr_set_str public
2012-09-21 15:04:39 -07:00
compress.c
util: add git__compress()
2012-10-09 21:28:31 +02:00
compress.h
util: add git__compress()
2012-10-09 21:28:31 +02:00
config_cache.c
errors: Rename error codes
2012-05-18 01:48:50 +02:00
config_file.c
config: fix Unicode BOM detection
2012-09-14 20:46:34 +02:00
config_file.h
Major submodule rewrite
2012-08-24 11:00:26 -07:00
config.c
Rename xdr to xdg
2012-10-02 17:21:07 +02:00
config.h
Rename xdr to xdg
2012-10-02 17:21:07 +02:00
crlf.c
Add git_repository_hashfile to hash with filters
2012-09-11 15:01:09 -07:00
date.c
Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into development
2012-08-02 01:38:30 +02:00
delta-apply.c
errors: Rename the generic return codes
2012-05-18 01:26:26 +02:00
delta-apply.h
errors: Rename the generic return codes
2012-05-18 01:26:26 +02:00
delta.c
Add diff-delta code from git.git
2012-10-09 21:28:31 +02:00
delta.h
Add diff-delta code from git.git
2012-10-09 21:28:31 +02:00
diff_output.c
Add complex checkout test and then fix checkout
2012-10-09 11:59:34 -07:00
diff_output.h
Add const to all shared pointers in diff API
2012-09-25 16:35:05 -07:00
diff.c
diff: workdir diffing in a bare repo returns EBAREREPO
2012-10-18 23:38:27 +02:00
diff.h
Fix minor bugs
2012-10-17 14:10:23 -07:00
errors.c
Make giterr_set_str public
2012-09-21 15:04:39 -07:00
fetch.c
fetch: declare variables at the top of the block
2012-10-18 19:05:24 +02:00
fetch.h
remote: use the same code to control git and http
2012-07-30 20:28:16 +02:00
filebuf.c
Properly handle p_reads
2012-09-11 23:05:24 +02:00
filebuf.h
filebuf: add git_filebuf_flush()
2012-05-27 19:54:53 +02:00
fileops.c
Fix env variable tests with new Win32 path rules
2012-10-19 15:40:43 -07:00
fileops.h
Add complex checkout test and then fix checkout
2012-10-09 11:59:34 -07:00
filter.c
checkout : reduce memory usage when not filtering
2012-09-17 10:48:36 +02:00
filter.h
checkout : reduce memory usage when not filtering
2012-09-17 10:48:36 +02:00
fnmatch.c
Import DOS fix for fnmatch
2012-10-15 12:54:46 -07:00
fnmatch.h
Import DOS fix for fnmatch
2012-10-15 12:54:46 -07:00
global.c
threads: Assert that the global state is initialized
2012-10-01 17:59:04 +02:00
global.h
Make the memory-window conrol structures global
2012-08-20 12:02:52 +02: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 single-file ignore checks
2012-10-15 12:54:46 -07:00
ignore.h
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
index.c
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
index.h
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
indexer.c
indexer: do not require absolute path
2012-10-09 21:28:31 +02:00
iterator.c
Add complex checkout test and then fix checkout
2012-10-09 11:59:34 -07:00
iterator.h
Add complex checkout test and then fix checkout
2012-10-09 11:59:34 -07:00
khash.h
Isolate khash inlines from global namespace
2012-07-12 11:49:15 -07:00
map.h
Basic mmap/munmap compatiblity
2012-06-10 18:08:15 +01:00
message.c
Fix warnings and merge issues on Win64
2012-08-23 09:20:17 -07:00
message.h
message: Expose git_message_prettify()
2012-06-19 10:02:22 +02:00
mwindow.c
Make the memory-window conrol structures global
2012-08-20 12:02:52 +02:00
mwindow.h
Make the memory-window conrol structures global
2012-08-20 12:02:52 +02:00
netops.c
netops: be more careful with SSL errors
2012-09-04 00:22:12 +02:00
netops.h
Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into development
2012-08-02 01:38:30 +02:00
notes.c
tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()
2012-08-21 23:15:13 +02:00
notes.h
Add git notes API
2012-02-15 20:32:14 +01:00
object.c
Reorg internal odb read header and object lookup
2012-09-10 12:24:05 -07:00
object.h
Reorg internal odb read header and object lookup
2012-09-10 12:24:05 -07:00
odb_loose.c
Merge remote-tracking branch 'arrbee/tree-walk-fixes' into development
2012-08-06 12:41:08 +02:00
odb_pack.c
ODB pack: snapshot last_found to avoid race
2012-09-19 04:55:16 -07:00
odb.c
git_odb_object_free: don't segfault w/ arg == NULL
2012-10-09 21:28:31 +02:00
odb.h
Reorg internal odb read header and object lookup
2012-09-10 12:24:05 -07:00
oid.c
Revparse: GIT_EAMBIGUOUS
2012-08-25 09:56:20 -07:00
oidmap.h
git_oid_cmp: inline memcmp by hand to optimize
2012-07-29 20:50:58 +02:00
pack-objects.c
Incremental improvements to pack-objects logic
2012-10-17 12:07:17 -04:00
pack-objects.h
Incremental improvements to pack-objects logic
2012-10-17 12:07:17 -04:00
pack.c
pack: iterate objects in offset order
2012-09-14 15:52:41 +10:00
pack.h
pack: iterate objects in offset order
2012-09-14 15:52:41 +10:00
path.c
Add bounds checking to UTF-8 conversion
2012-08-28 23:26:00 -07:00
path.h
Add template dir and set gid to repo init
2012-08-22 16:07:19 -07:00
pkt.c
fetch: use the include-tag capability
2012-09-30 11:56:38 +02:00
pkt.h
network: add sideband support
2012-08-24 20:29:39 +02:00
pool.c
Fix bug with merging diffs with null options
2012-07-19 10:23:45 -07:00
pool.h
Diff iterators
2012-09-05 15:17:24 -07:00
posix.c
amigaos: Cleanup
2012-06-22 21:25:17 +02:00
posix.h
Always use internal fnmatch, not system
2012-10-15 12:54:46 -07: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
protocol: don't store flushes
2012-10-07 10:20:23 +02:00
protocol.h
network: add sideband support
2012-08-24 20:29:39 +02:00
reflog.c
Add complex checkout test and then fix checkout
2012-10-09 11:59:34 -07:00
reflog.h
reflog: introduce git_reflog_write()
2012-07-25 07:53:30 +02:00
refs.c
Merge pull request #968 from arrbee/diff-support-typechange
2012-10-17 14:14:51 -07:00
refs.h
refspec: introduce git_refspec__parse()
2012-09-25 07:49:15 +02:00
refspec.c
refspec: introduce git_refspec_transform_l()
2012-10-08 00:44:13 +02:00
refspec.h
refspec: introduce git_refspec_transform_l()
2012-10-08 00:44:13 +02:00
remote.c
remote: support fetch cancelation
2012-10-18 04:31:03 +02:00
remote.h
remote: use constants for well-known names
2012-10-07 21:03:37 +02:00
repo_template.h
Add git_repository_init_ext for power initters
2012-08-22 16:06:22 -07:00
repository.c
errors: deploy GIT_EORPHANEDHEAD usage
2012-10-19 22:01:53 +02:00
repository.h
Merge branch 'diff-crlf-filters' into development
2012-09-11 23:38:16 +02:00
reset.c
reset: prevent hard reset in a bare repository
2012-10-15 20:41:42 +02:00
revparse.c
revparse: properly handle refnames containing a @
2012-10-18 23:05:33 +02:00
revwalk.c
revwalk: fix off-by-one error
2012-09-27 19:12:01 +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
sha1: add missing header guards
2012-08-11 12:29:24 +02:00
signature.c
Fix MSVC compilation warnings
2012-09-04 10:01:18 +02:00
signature.h
Update Copyright header
2012-02-13 17:11:09 +01:00
status.c
Merge pull request #968 from arrbee/diff-support-typechange
2012-10-17 14:14:51 -07:00
strmap.h
Missed a couple of khash inline dependencies
2012-07-12 11:52:10 -07:00
submodule.c
refs: use constants for well-known names
2012-10-07 12:04:19 +02:00
submodule.h
Working implementation of git_submodule_status
2012-08-24 11:00:27 -07:00
tag.c
Add git_tag_foreach
2012-10-09 21:28:31 +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
Enable pthread condition vars
2012-10-09 21:28:31 +02:00
transport.c
http: add https support when GnuTLS is available
2012-05-19 17:50:52 +02:00
transport.h
remote: support fetch cancelation
2012-10-18 04:31:03 +02:00
tree-cache.c
misc: Fix warnings from PVS Studio trial
2012-06-07 22:43:48 +02:00
tree-cache.h
Update Copyright header
2012-02-13 17:11:09 +01:00
tree.c
Add complex checkout test and then fix checkout
2012-10-09 11:59:34 -07:00
tree.h
filemode: deploy enum usage
2012-08-21 23:15:10 +02:00
tsort.c
Fix warnings on 64-bit windows builds
2012-04-17 10:47:39 -07:00
util.c
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
util.h
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
vector.c
Support for core.ignorecase
2012-09-17 15:42:41 -04:00
vector.h
Support for core.ignorecase
2012-09-17 15:42:41 -04:00