libgit2/src
Carlos Martín Nieto 061047ccb6 Rethrow pack entry offset error
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-18 02:34:08 +02:00
..
ppc Add support to enable the library to use OpenSSL SHA1 functions 2010-05-04 21:36:12 +02:00
unix unix/posix.h: remove redundant include 2011-08-17 12:14:12 +02:00
win32 win32: replace usage of _MSV_VER with _MSC_VER 2011-07-09 08:41:02 +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
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 commit: Add support for Encoding header 2011-08-12 16:24:19 -07:00
commit.h commit: Add support for Encoding header 2011-08-12 16:24:19 -07:00
common.h build: Move OS-specific compat to their own folders 2011-07-03 13:33:43 +02:00
config_file.c config_file.c: fix memory leaks 2011-08-17 14:36:53 +02:00
config.c config: Rename del to `delete 2011-07-12 02:38:20 +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 test: Properly show error messages 2011-06-28 21:10:51 +02:00
fetch.c Only wait for pack if we need it 2011-08-18 02:34:08 +02:00
fetch.h Don't expose the fetch code to the user 2011-08-18 02:34:08 +02:00
filebuf.c filebuf: update git_filebuf.write signature to take non-const buffer 2011-07-25 21:12:48 +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 Add git_futils_readbuffer_updated 2011-07-23 14:30:40 +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 Merge pull request #335 from carlosmn/read-updated 2011-07-28 05:32:47 -07:00
index.h index: Add API for unmerged entries 2011-04-21 10:54:54 +02:00
indexer.c Merge pull request #355 from jdavid/fix-build 2011-08-09 17:08:18 -07:00
map.h fileops: Cleanup 2011-07-05 02:04:03 +02:00
mwindow.c mwindow.c: fix -Wmissing-field-initializers 2011-08-09 12:55:51 +02:00
mwindow.h Fix compilation in Windows 2011-08-08 16:56:28 -07:00
netops.c Fix network MSYS compilation 2011-07-06 12:48:23 +02:00
netops.h Use gitno_buffer in the git transport 2011-06-27 02:09:49 +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 odb: Direct writes are back 2011-07-09 02:40:16 +02:00
odb_pack.c Fix compilation in Windows 2011-08-08 16:56:28 -07:00
odb.c Fix MSVC compilation warning 2011-07-09 06:36:18 -07:00
odb.h I broke your bindings 2011-03-20 21:45:11 +02:00
oid.c Remove unused methods 2011-07-09 02:40:16 +02:00
pack.c Rethrow pack entry offset error 2011-08-18 02:34:08 +02:00
pack.h Modify the given offset in git_packfile_unpack 2011-08-02 21:42:03 +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 common capabilities 2011-08-18 02:34:08 +02: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: declare 'buf' argument of p_write() as const 2011-07-25 21:12:46 +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
reflog.c reflog.c: fix memory leaks 2011-08-17 16:37:53 +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 Only wait for pack if we need it 2011-08-18 02:34:08 +02:00
remote.h Only wait for pack if we need it 2011-08-18 02:34:08 +02:00
repository.c Bind the configuration and remotes to a repository 2011-08-18 02:34:08 +02:00
repository.h Remove unused methods 2011-07-09 02:40:16 +02:00
revwalk.c revwalk: fix cast warning 2011-07-25 21:12:46 +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 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 Remove duplicated sort 2011-08-03 13:44:28 +02:00
tag.c tag.c: fix tiny typo 2011-07-20 11:36:05 +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 Use strcpy+strcat as memcpy was overlapping 2011-08-18 02:34:08 +02:00
transport_local.c Add a generic send_wants 2011-08-18 02:34:07 +02:00
transport.c Tell the user where the downloaded packfile is stored 2011-08-18 02:34:08 +02:00
transport.h Use common capabilities 2011-08-18 02:34:08 +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 util: Add git__strcmp_cb() wrapper 2011-08-09 22:34:54 +02:00
util.h git__strndup: immediately return NULL when ENOMEM 2011-08-17 15:24:48 +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