libgit2/src
Vicent Marti 858dba58bf refs: Cleanup reference renaming
`git_futils_rmdir_r`: rename, clean up.

`git_reference_rename`: cleanup. Do not use 3x4096 buffers on the stack
or things will get ugly very fast. We can reuse the same buffer.
2011-07-06 18:08:13 +02:00
..
ppc Add support to enable the library to use OpenSSL SHA1 functions 2010-05-04 21:36:12 +02:00
unix fnmatch: Use native on Unix, emulate on Win32 2011-07-06 01:04:04 +02:00
win32 fnmatch: Fix compilation under Windows 2011-07-06 01:44:15 +02:00
blob.c fileops: Cleanup 2011-07-05 02:04:03 +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
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 Remove redundant methods from the API 2011-06-28 19:36:27 +02:00
commit.h I broke your bindings 2011-03-20 21:45:11 +02:00
common.h build: Move OS-specific compat to their own folders 2011-07-03 13:33:43 +02:00
config_file.c Correctly detect truncated input in header parsing 2011-07-05 02:32:17 +02:00
config.c git_config_add_file should rethrow 2011-07-05 02:32:17 +02:00
config.h Add git_repository_config API 2011-06-17 22:30:29 +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 test: Properly show error messages 2011-06-28 21:10:51 +02:00
filebuf.c fileops: Cleanup 2011-07-05 02:04:03 +02:00
filebuf.h I broke your bindings 2011-03-20 21:45:11 +02:00
fileops.c refs: Cleanup reference renaming 2011-07-06 18:08:13 +02:00
fileops.h refs: Cleanup reference renaming 2011-07-06 18:08:13 +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 fileops: Cleanup 2011-07-05 02:04:03 +02:00
index.h index: Add API for unmerged entries 2011-04-21 10:54:54 +02:00
map.h fileops: Cleanup 2011-07-05 02:04:03 +02:00
netops.c Use gitno_buffer in the git transport 2011-06-27 02:09:49 +02:00
netops.h Use gitno_buffer in the git transport 2011-06-27 02:09:49 +02:00
object.c short-oid: Cleanup 2011-06-01 23:40:42 +02:00
odb_loose.c fileops: Cleanup 2011-07-05 02:04:03 +02:00
odb_pack.c Small fixes in pack_window_open 2011-07-05 15:28:35 +02:00
odb.c fileops: Cleanup 2011-07-05 02:04:03 +02:00
odb.h I broke your bindings 2011-03-20 21:45:11 +02:00
oid.c cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
path.c fileops: Drop git_fileops_prettify_path 2011-07-05 02:06:26 +02:00
path.h fileops: Drop git_fileops_prettify_path 2011-07-05 02:06:26 +02:00
pkt.c Use gitno_buffer in the git transport 2011-06-27 02:09:49 +02:00
posix.c fileops: Cleanup 2011-07-05 02:04:03 +02:00
posix.h fileops: Cleanup 2011-07-05 02:04:03 +02: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
refs.c refs: Cleanup reference renaming 2011-07-06 18:08:13 +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 Slim down git_transport 2011-06-27 20:23:47 +02:00
remote.h Add git_remote_connect and git_remote_ls 2011-06-27 02:12:40 +02:00
repository.c repository: fix typo'ed assert 2011-07-05 11:00:32 -07:00
repository.h index: Change the memory management for repo indexes 2011-06-01 18:54:47 +02:00
revwalk.c revwalk: Do not set error string on revwalk over 2011-06-24 15:30:10 +02: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 build: Simplify build structure 2011-07-01 17:26:23 +02:00
sha1.h build: Simplify build structure 2011-07-01 17:26:23 +02:00
signature.c signature: Fix warnings 2011-07-05 02:28:18 +02:00
signature.h Change parse methods to const buffer 2011-04-02 12:42:04 +03:00
t03-data.h Add support for SQLite backends 2011-02-05 19:45:57 +02:00
tag.c fileops: Cleanup 2011-07-05 02:04:03 +02: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 Slim down git_transport 2011-06-27 20:23:47 +02:00
transport_local.c Also update local_connect's unused var name for MSVC 2011-07-05 21:50:51 +02:00
transport.c Slim down git_transport 2011-06-27 20:23:47 +02:00
transport.h Slim down git_transport 2011-06-27 20:23:47 +02:00
tree.c fileops: Cleanup 2011-07-05 02:04:03 +02:00
tree.h Build & write custom trees in memory 2011-04-04 19:25:33 +03:00
util.c fnmatch: Use native on Unix, emulate on Win32 2011-07-06 01:04:04 +02:00
util.h Merge pull request #300 from carlosmn/gsoc2011/master 2011-07-05 04:31:37 -07:00
vector.c cleanup: remove trailing spaces 2011-07-01 18:02:56 +02:00
vector.h Fix searching in git_vector 2011-03-03 20:23:52 +02:00