libgit2/src
Scott J. Goldman 0d778b1a89 Catch invalid filenames in append_entry()
This prevents the index api from calling write_tree() with a
bogus tree.
2012-11-18 16:52:04 -08:00
..
amiga Properly handle p_reads 2012-09-11 23:05:24 +02:00
hash unload dll / destroy hash ctxs at shutdown 2012-11-13 14:48:10 -06:00
transports Slightly different valgrind fix 2012-11-13 20:06:15 -08:00
unix Add POSIX compat lstat() variant for win32 2012-11-14 22:41:51 -08:00
win32 Add POSIX compat lstat() variant for win32 2012-11-14 22:41:51 -08: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 Some diff refactorings to help code reuse 2012-11-09 13:52:07 -08:00
attr.c I LIKE THESE NAMES 2012-10-31 20:52:01 +01: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 repository: Refine repository_head() error report 2012-11-12 00:14:51 +01:00
bswap.h Update Copyright header 2012-02-13 17:11:09 +01:00
buffer.c buf: introduce git_buf_splice() 2012-10-25 17:42:35 +02:00
buffer.h buf: introduce git_buf_splice() 2012-10-25 17:42:35 +02:00
cache.c Fix a mutex/critical section leak 2012-11-09 15:57:32 -05: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 Merge pull request #1071 from arrbee/alternate-fix-strcmp 2012-11-15 23:28:52 -08:00
clone.c Merge pull request #1016 from arrbee/fix-checkout-dir-removal 2012-11-13 14:13:47 -08: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 Reorganize transport architecture (squashed 3) 2012-11-01 09:02:33 -04: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: distinguish between a lone variable name and one without rhs 2012-11-13 13:53:41 -08:00
config_file.h Add config level support in the config API 2012-10-23 12:48:38 +02:00
config.c config: Opening a nonexistent file returns ENOTFOUND 2012-11-17 18:30:34 -08:00
config.h config: Make git_config_file__ondisk() internal 2012-11-17 12:34:15 -08: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 Fix various cross-platform build issues 2012-11-09 13:52:07 -08:00
diff_output.h Some diff refactorings to help code reuse 2012-11-09 13:52:07 -08:00
diff_tform.c Move rename detection into new file 2012-10-30 09:40:50 -07:00
diff.c Merge pull request #1071 from arrbee/alternate-fix-strcmp 2012-11-15 23:28:52 -08:00
diff.h Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
errors.c Move error capture to top of giterr_set 2012-11-02 10:42:20 -07:00
fetch.c create callback to handle packs from fetch, move the indexer to odb_pack 2012-11-05 16:00:29 -06:00
fetch.h Remove 'bytes' param from git_remote_download 2012-10-24 14:07:07 -07:00
fetchhead.c create FETCH_HEAD specially instead of as a ref file 2012-11-11 11:56:33 -06:00
fetchhead.h create FETCH_HEAD specially instead of as a ref file 2012-11-11 11:56:33 -06:00
filebuf.c filebuf now has a git_hash_ctx instead of a ctx* 2012-11-13 14:57:35 -06:00
filebuf.h filebuf now has a git_hash_ctx instead of a ctx* 2012-11-13 14:57:35 -06:00
fileops.c Add POSIX compat lstat() variant for win32 2012-11-14 22:41:51 -08:00
fileops.h Rework checkout with new strategy options 2012-11-09 13:52:07 -08:00
filter.c Update of text stats calculation 2012-11-01 12:26:56 -04: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 unload dll / destroy hash ctxs at shutdown 2012-11-13 14:48:10 -06:00
global.h unload dll / destroy hash ctxs at shutdown 2012-11-13 14:48:10 -06:00
hash.c Remove git_hash_ctx_new - callers now _ctx_init() 2012-11-13 10:23:05 -06:00
hash.h unload dll / destroy hash ctxs at shutdown 2012-11-13 14:48:10 -06: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 Add iterator for git_index object 2012-11-14 22:55:40 -08:00
index.h Rework checkout with new strategy options 2012-11-09 13:52:07 -08:00
indexer.c Indexer: Avoid a possible double-deletion in error case 2012-11-18 09:07:35 +01:00
iterator.c Add iterator for git_index object 2012-11-14 22:55:40 -08:00
iterator.h Add iterator for git_index object 2012-11-14 22:55:40 -08: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
merge.c reset changes for merge 2012-10-24 20:24:37 -05:00
merge.h reset changes for merge 2012-10-24 20:24:37 -05: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 Merge pull request #1048 from pwkelley/basic_auth 2012-11-08 08:06:23 -08:00
netops.h Move inet_pton to posix platform-compatibility layer 2012-11-07 16:15:09 -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 create callback to handle packs from fetch, move the indexer to odb_pack 2012-11-05 16:00:29 -06:00
odb.c odb: recursively load alternates 2012-11-16 08:46:02 -08: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 Merge pull request #1016 from arrbee/fix-checkout-dir-removal 2012-11-13 14:13:47 -08:00
pack-objects.h Fix MSVC compilation warnings 2012-11-17 05:13:13 -08: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 Rework checkout with new strategy options 2012-11-09 13:52:07 -08:00
path.h Add template dir and set gid to repo init 2012-08-22 16:07:19 -07:00
pathspec.c Create internal strcmp variants for function ptrs 2012-11-14 22:37:13 -08:00
pathspec.h Move pathspec code in separate files 2012-11-09 13:52:07 -08: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 Move inet_pton to posix platform-compatibility layer 2012-11-07 16:15:09 -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
reflog.c reflog: make entry_byindex() and drop() git compliant 2012-11-17 18:30:35 -08:00
reflog.h reflog: introduce git_reflog_write() 2012-07-25 07:53:30 +02:00
refs.c Extensions to rmdir and mkdir utilities 2012-11-09 13:52:06 -08:00
refs.h Merge pull request #1026 from nulltoken/repo/state 2012-10-30 12:03:22 -07:00
refspec.c create FETCH_HEAD specially instead of as a ref file 2012-11-11 11:56:33 -06:00
refspec.h create FETCH_HEAD specially instead of as a ref file 2012-11-11 11:56:33 -06:00
remote.c config: return an emtpy string when there is no value 2012-11-13 14:49:16 -08:00
remote.h create FETCH_HEAD specially instead of as a ref file 2012-11-11 11:56:33 -06:00
repo_template.h Add git_repository_init_ext for power initters 2012-08-22 16:06:22 -07:00
repository.c Fix a couple of warnings 2012-11-18 04:27:49 +01:00
repository.h Merge branch 'diff-crlf-filters' into development 2012-09-11 23:38:16 +02:00
reset.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
revparse.c Fix a couple of warnings 2012-11-18 04:27:49 +01: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
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
stash.c reflog: make entry_byindex() and drop() git compliant 2012-11-17 18:30:35 -08:00
status.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
strmap.h Missed a couple of khash inline dependencies 2012-07-12 11:52:10 -07:00
submodule.c Add explicit git_index ptr to diff and checkout 2012-11-14 23:29:48 -08:00
submodule.h Working implementation of git_submodule_status 2012-08-24 11:00:27 -07:00
tag.c tag: rename git_tag_type to git_tag_target_type 2012-11-17 05:41:20 -08: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 Reorganize transport architecture (squashed 3) 2012-11-01 09:02:33 -04: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 Catch invalid filenames in append_entry() 2012-11-18 16:52:04 -08:00
tree.h index: Add git_index_write_tree 2012-11-01 20:17:10 +01:00
tsort.c Fix warnings on 64-bit windows builds 2012-04-17 10:47:39 -07:00
util.c Create internal strcmp variants for function ptrs 2012-11-14 22:37:13 -08:00
util.h Create internal strcmp variants for function ptrs 2012-11-14 22:37:13 -08:00
vector.c Merge pull request #1014 from arrbee/diff-rename-detection 2012-11-02 10:00:28 -07:00
vector.h Add iterator for git_index object 2012-11-14 22:55:40 -08:00