libgit2/src
nulltoken d8b903dab0 status: enhance determination of statuses for a whole directory
- Should increase performance through usage of a walker
 - No callback invocation for unaltered entries
2011-09-15 01:14:36 +02:00
..
ppc Add support to enable the library to use OpenSSL SHA1 functions 2010-05-04 21:36:12 +02:00
unix compat: Move mkstemp to the POSIX compat layer 2011-08-30 13:34:14 +02:00
win32 Fix compilation in MinGW 2011-08-31 03:56:57 +02:00
blob.c Fix some random size_t vs. int conversion warnings 2011-09-08 17:07:37 +02:00
blob.h I broke your bindings 2011-03-20 21:45:11 +02:00
bswap.h bswap.h: Add ntohs() and htons() functions 2010-10-27 00:59:05 +03:00
buffer.c odb: Direct writes are back 2011-07-09 02:40:16 +02:00
buffer.h odb: Direct writes are back 2011-07-09 02:40:16 +02:00
cache.c cache: Drop cuckoo hashing 2011-05-17 01:46:07 +03:00
cache.h Deleted unused method git_cached_object_match, since we do not explore the cache when searching objects from a short oid. 2011-06-01 23:40:42 +02:00
cc-compat.h msvc: Disable a level 4 warning and change -W3 to -W4 2010-06-07 19:46:17 +01:00
commit.c Drop STRLEN() macros 2011-08-25 16:41:15 +03:00
commit.h commit: Add support for Encoding header 2011-08-12 16:24:19 -07:00
common.h Fix false positive -Wuninitialized warnings 2011-08-24 20:10:50 +03:00
config_file.c Fix minor indentation issues (spaces to tabs) 2011-09-08 17:07:52 +02:00
config.c posix: Properly handle snprintf in all platforms 2011-08-18 02:35:28 +02:00
config.h Bind the configuration and remotes to a repository 2011-08-18 02:34:08 +02:00
delta-apply.c delta-apply.c: Move to new error handling mechanism 2011-05-23 20:44:10 +03:00
delta-apply.h I broke your bindings 2011-03-20 21:45:11 +02:00
dir.h Revert "Properly export all external symbols in Win32" 2010-12-23 00:44:41 +02:00
errors.c Fix false positive -Wuninitialized warnings 2011-08-24 20:10:50 +03:00
fetch.c Don't hide the transport details 2011-08-30 19:37:14 +02:00
fetch.h Move negotiation to the transport 2011-08-18 02:34:10 +02:00
filebuf.c Add casts to get rid of some warnings when filling zlib structures 2011-09-08 17:08:57 +02:00
filebuf.h filebuf: update git_filebuf.write signature to take non-const buffer 2011-07-25 21:12:48 +02:00
fileops.c compat: Move mkstemp to the POSIX compat layer 2011-08-30 13:34:14 +02:00
fileops.h Add git_futils_readbuffer_updated 2011-07-23 14:30:40 +02:00
hash.c build: Simplify build structure 2011-07-01 17:26:23 +02:00
hash.h Change the library include file 2010-12-06 23:03:16 +02:00
hashtable.c cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
hashtable.h Include common.h in hashtable.h 2011-07-05 14:38:33 +02:00
index.c Fix compilation in MinGW 2011-08-31 03:56:57 +02:00
index.h index: Add API for unmerged entries 2011-04-21 10:54:54 +02:00
indexer.c Fix some random size_t vs. int conversion warnings 2011-09-08 17:07:37 +02:00
map.h fileops: Cleanup 2011-07-05 02:04:03 +02:00
mwindow.c Fix an integral overflow on 64-bit 2011-09-08 17:09:10 +02:00
mwindow.h Fix compilation in Windows 2011-08-08 16:56:28 -07:00
netops.c netops: Use the size_t, Luke 2011-08-30 19:44:09 +02:00
netops.h netops: This is the proper check 2011-08-30 19:48:13 +02:00
object.c Fix memory leak when wrong object type is looked up from cache 2011-08-02 19:23:00 +02:00
odb_loose.c Add casts to get rid of some warnings when filling zlib structures 2011-09-08 17:08:57 +02:00
odb_pack.c Drop STRLEN() macros 2011-08-25 16:41:15 +03:00
odb.c posix: Properly handle snprintf in all platforms 2011-08-18 02:35:28 +02:00
odb.h odb: Do not pass around a header when hashing 2011-08-18 02:34:10 +02:00
oid.c Remove unused methods 2011-07-09 02:40:16 +02:00
pack.c Add casts to get rid of some warnings when filling zlib structures 2011-09-08 17:08:57 +02:00
pack.h Implement cooperative caching 2011-08-18 02:34:08 +02:00
path.c Fix for issue #387 2011-09-02 13:04:29 +02:00
path.h fileops: Drop git_fileops_prettify_path 2011-07-05 02:06:26 +02:00
pkt.c pkt: use sizeof() instead of strlen() to avoid variable length array 2011-08-26 00:02:06 +03:00
pkt.h Use common capabilities 2011-08-18 02:34:08 +02:00
posix.c posix: declare 'buf' argument of p_write() as const 2011-07-25 21:12:46 +02:00
posix.h posix: Fix undeclared prototype 2011-08-30 11:32:33 -07:00
pqueue.c cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
pqueue.h cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
reflog.c posix: Properly handle snprintf in all platforms 2011-08-18 02:35:28 +02:00
reflog.h reflog: assimilate reflog API to return git_oid's 2011-08-15 21:14:51 +02:00
refs.c refs.c: remove two lines of dead code 2011-08-17 16:37:59 +02:00
refs.h reference_rename: git compliant reference renaming 2011-07-06 12:25:27 +02:00
refspec.c Add git_refspec_transform 2011-06-26 18:18:11 +02:00
refspec.h Add a remotes API 2011-06-26 18:18:10 +02:00
remote.c Add git_remote_new 2011-08-30 19:37:14 +02:00
remote.h Only wait for pack if we need it 2011-08-18 02:34:08 +02:00
repository.c repository: Add git_repository_head() 2011-09-15 01:13:50 +02:00
repository.h Remove unused methods 2011-07-09 02:40:16 +02:00
revwalk.c Drop STRLEN() macros 2011-08-25 16:41:15 +03:00
sha1_lookup.c Sha1Lookup: Fixed two MSVC compilation warnings. 2011-06-03 21:03:58 +02:00
sha1_lookup.h Added git.git sha1 lookup method to replace simple binary search in pack backend. 2011-06-01 23:40:41 +02:00
sha1.c sha1: fix cast warnings 2011-07-25 21:12:46 +02:00
sha1.h build: Simplify build structure 2011-07-01 17:26:23 +02:00
signature.c signature: adjust API to return error codes 2011-08-03 16:05:32 +02:00
signature.h reflog: Fix reflog writer/reader 2011-07-10 19:17:07 +02:00
status.c status: enhance determination of statuses for a whole directory 2011-09-15 01:14:36 +02:00
tag.c Drop STRLEN() macros 2011-08-25 16:41:15 +03:00
tag.h I broke your bindings 2011-03-20 21:45:11 +02:00
thread-utils.c Wrap malloc and friends and report out of memory as GIT_ENOMEM 2008-12-30 23:28:30 -08:00
thread-utils.h Fix MSVC warnings when building threads 2011-03-22 20:38:30 +02:00
transport_git.c Fix Windows compilation 2011-08-30 19:37:14 +02:00
transport_local.c Drop STRLEN() macros 2011-08-25 16:41:15 +03:00
transport.c Don't hide the transport details 2011-08-30 19:37:14 +02:00
transport.h Don't hide the transport details 2011-08-30 19:37:14 +02:00
tree.c Remove duplicated sort 2011-08-03 13:44:28 +02:00
tree.h Build & write custom trees in memory 2011-04-04 19:25:33 +03:00
tsort.c tsort.c: fix include of common.h 2011-08-17 12:14:47 +02:00
util.c Fix some random size_t vs. int conversion warnings 2011-09-08 17:07:37 +02:00
util.h Fix some random size_t vs. int conversion warnings 2011-09-08 17:07:37 +02:00
vector.c vector: Timsort all of the things 2011-07-07 02:54:07 +02:00
vector.h Add git_vector_foreach 2011-08-02 21:42:04 +02:00