libgit2/src
Vicent Martí 5c3d5fb018 Merge pull request #454 from brodie/parsing-fixes
Improvements to tag, commit, and signature parsing
2011-10-13 12:16:07 -07:00
..
ppc Tabify everything 2011-09-19 03:34:49 +03:00
transports Move the transports to their own directory 2011-10-12 21:34:25 +02:00
unix Create cross-platform setenv 2011-09-19 10:34:52 -07:00
win32 include version information in git2.dll on Windows 2011-10-09 18:55:28 +02:00
blob.c Cleanup legal data 2011-09-19 01:54:32 +03:00
blob.h Cleanup legal data 2011-09-19 01:54:32 +03:00
bswap.h Tabify everything 2011-09-19 03:34:49 +03:00
buffer.c Merge pull request #405 from carlosmn/http-ls 2011-09-22 10:17:43 -07:00
buffer.h Merge pull request #405 from carlosmn/http-ls 2011-09-22 10:17:43 -07:00
cache.c Merge pull request #384 from kiryl/warnings 2011-09-18 20:07:59 -07:00
cache.h Cleanup legal data 2011-09-19 01:54:32 +03:00
cc-compat.h msvc: Properly handle inttypes.h/stdint.h 2011-10-05 16:21:16 -04:00
commit.c commit: properly parse empty commit messages 2011-10-12 15:14:25 -07:00
commit.h Merge pull request #384 from kiryl/warnings 2011-09-18 20:07:59 -07:00
common.h msvc: Properly handle inttypes.h/stdint.h 2011-10-05 16:21:16 -04:00
config_file.c Squelch a couple of warnings 2011-10-01 20:16:13 +02:00
config.c config: Proper type declarations for 64 bit ints 2011-09-30 16:08:41 +02:00
config.h Cleanup legal data 2011-09-19 01:54:32 +03:00
delta-apply.c Tabify everything 2011-09-19 03:34:49 +03:00
delta-apply.h Cleanup legal data 2011-09-19 01:54:32 +03:00
dir.h Fix opendir/readdir and friends on Win32 to use Unicode 2011-09-19 13:14:09 -07:00
errors.c Tabify everything 2011-09-19 03:34:49 +03:00
fetch.c fetch: add a generic pack-download function 2011-10-12 21:33:19 +02:00
fetch.h fetch: add a generic pack-download function 2011-10-12 21:33:19 +02:00
filebuf.c odb: Pass compression settings to filebuf 2011-09-29 15:49:28 +02:00
filebuf.h odb: Pass compression settings to filebuf 2011-09-29 15:49:28 +02:00
fileops.c Implment p_access and use it in git_fileutils_exists 2011-09-23 00:00:05 +02:00
fileops.h Tabify everything 2011-09-19 03:34:49 +03:00
hash.c Cleanup legal data 2011-09-19 01:54:32 +03:00
hash.h Cleanup legal data 2011-09-19 01:54:32 +03:00
hashtable.c Cleanup legal data 2011-09-19 01:54:32 +03:00
hashtable.h Cleanup legal data 2011-09-19 01:54:32 +03:00
index.c index: Silence type-punned warning 2011-09-29 16:28:00 +02:00
index.h Move the tree cache functions to their own file 2011-09-27 14:33:18 +02:00
indexer.c indexer: NUL-terminate the filename 2011-10-05 20:25:28 +02:00
map.h Tabify everything 2011-09-19 03:34:49 +03:00
mwindow.c Merge pull request #384 from kiryl/warnings 2011-09-18 20:07:59 -07:00
mwindow.h Cleanup legal data 2011-09-19 01:54:32 +03:00
netops.c pkt: get rid of the chunked support 2011-10-12 21:33:19 +02:00
netops.h net,pkt: add chunked support 2011-10-12 21:33:18 +02:00
object.c Tabify everything 2011-09-19 03:34:49 +03:00
odb_loose.c odb: Pass compression settings to filebuf 2011-09-29 15:49:28 +02:00
odb_pack.c ignore missing pack file as git does 2011-10-03 23:28:24 +02:00
odb.c odb: Let users decide compression level for the loose ODB 2011-09-29 15:34:17 +02:00
odb.h Tabify everything 2011-09-19 03:34:49 +03:00
oid.c oid: add missing check to git_oid_fromstrn 2011-10-02 21:53:04 +02:00
pack.c odb_pack: don't do ambiguity checks for fully qualified SHA1 hashes 2011-10-12 17:34:04 -07:00
pack.h Tabify everything 2011-09-19 03:34:49 +03:00
path.c Tabify everything 2011-09-19 03:34:49 +03:00
path.h Cleanup legal data 2011-09-19 01:54:32 +03:00
pkt.c pkt: move the protocol strings to the top of the file 2011-10-12 21:34:25 +02:00
pkt.h pkt: get rid of the chunked support 2011-10-12 21:33:19 +02:00
posix.c Revert "Rewrite getenv to use Win32 version on Windows" 2011-09-27 14:33:18 +02:00
posix.h Revert "Rewrite getenv to use Win32 version on Windows" 2011-09-27 14:33:18 +02:00
pqueue.c Tabify everything 2011-09-19 03:34:49 +03:00
pqueue.h Tabify everything 2011-09-19 03:34:49 +03:00
reflog.c Tabify everything 2011-09-19 03:34:49 +03:00
reflog.h Cleanup legal data 2011-09-19 01:54:32 +03:00
refs.c fetch: store FETCH_HEAD 2011-10-08 02:28:02 +02:00
refs.h fetch: store FETCH_HEAD 2011-10-08 02:28:02 +02:00
refspec.c A missing refspec is not an error 2011-10-08 02:12:26 +02:00
refspec.h Cleanup legal data 2011-09-19 01:54:32 +03:00
remote.c fetch: store FETCH_HEAD 2011-10-08 02:28:02 +02:00
remote.h remote: bitfield should be unsigned 2011-10-12 21:33:19 +02:00
repository.c Make repo config loading automatic or completely explicit 2011-09-27 14:40:56 +02:00
repository.h Cleanup legal data 2011-09-19 01:54:32 +03:00
revwalk.c config: make git_config_[get|set]_long() able to properly deal with 8 bytes wide values 2011-09-22 18:58:47 +02:00
sha1_lookup.c Tabify everything 2011-09-19 03:34:49 +03:00
sha1_lookup.h Tabify everything 2011-09-19 03:34:49 +03:00
sha1.c Tabify everything 2011-09-19 03:34:49 +03:00
sha1.h Cleanup legal data 2011-09-19 01:54:32 +03:00
signature.c signature: don't blow up trying to parse names containing '>' 2011-10-12 16:19:46 -07:00
signature.h Cleanup legal data 2011-09-19 01:54:32 +03:00
status.c Fix warning in status.c 2011-09-19 06:31:54 +03:00
tag.c tag: allow the tagger field to be missing when parsing tags 2011-10-12 16:09:16 -07:00
tag.h Cleanup legal data 2011-09-19 01:54:32 +03:00
thread-utils.c Tabify everything 2011-09-19 03:34:49 +03:00
thread-utils.h Tabify everything 2011-09-19 03:34:49 +03:00
transport.c Merge pull request #405 from carlosmn/http-ls 2011-09-22 10:17:43 -07:00
transport.h transport: don't have an extra send-wants step 2011-10-12 21:33:18 +02:00
tree-cache.c Add git_tree_cache_get 2011-09-27 14:33:18 +02:00
tree-cache.h Add git_tree_cache_get 2011-09-27 14:33:18 +02:00
tree.c tree: Fix check for valid attributes 2011-09-27 14:33:19 +02:00
tree.h Cleanup legal data 2011-09-19 01:54:32 +03:00
tsort.c Tabify everything 2011-09-19 03:34:49 +03:00
util.c config: Proper type declarations for 64 bit ints 2011-09-30 16:08:41 +02:00
util.h config: Proper type declarations for 64 bit ints 2011-09-30 16:08:41 +02:00
vector.c Cleanup legal data 2011-09-19 01:54:32 +03:00
vector.h Cleanup legal data 2011-09-19 01:54:32 +03:00