Vicent Martí
c24ceffe61
Merge pull request #359 from nulltoken/ntk/fix/discover-tests
...
Slight enhancement to the Discover test
2011-08-09 17:08:44 -07:00
Vicent Martí
2133c44f6a
Merge pull request #355 from jdavid/fix-build
...
Fix "redefinition of typedef git_indexer" build error
2011-08-09 17:08:18 -07:00
Vicent Martí
4e5210541a
Merge pull request #360 from belkiss/development
...
Fix installation of libgit2.pc file
2011-08-09 17:06:10 -07:00
Vicent Martí
7bc3d0c86d
Merge pull request #361 from nulltoken/ntk/fix/wrap-strcmp
...
util: Add git__strcmp_cb() wrapper
2011-08-09 17:04:48 -07:00
Vicent Martí
86960158fa
Merge pull request #362 from schu/fix-missing-initializer
...
mwindow.c: fix -Wmissing-field-initializers
2011-08-09 17:03:57 -07:00
nulltoken
d1f346931a
util: Add git__strcmp_cb() wrapper
...
We don't want direct pointers to the CRT on Windows, we may get stdcall conflicts.
2011-08-09 22:34:54 +02:00
schu
33e9ee8f12
mwindow.c: fix -Wmissing-field-initializers
...
Signed-off-by: schu <schu-github@schulog.org>
2011-08-09 12:55:51 +02:00
Lambert CLARA
71e08b330c
Fix installation of libgit2.pc file
...
configure_file outputs by default to binary dir,
and install(files) search from source dir.
2011-08-09 08:52:59 +02:00
nulltoken
ccd122fd03
discover: Make test run in temporary folder instead of altering the test resources folder
2011-08-09 07:34:20 +02:00
Vicent Marti
f6867e639a
Fix compilation in Windows
2011-08-08 16:56:28 -07:00
Vicent Marti
09df3f2c0f
transport: Wrap strcmp
...
We don't want direct pointers to the CRT on Windows, we may
get stdcall conflicts.
2011-08-08 11:15:40 -07:00
Vicent Martí
a41bf61222
Merge pull request #357 from carlosmn/calling-convention
...
Use __stdcall by default on Windows
2011-08-08 11:10:16 -07:00
Vicent Martí
5bd4fb59bc
Merge pull request #358 from carlosmn/pkg-config
...
Create and install pkg-config file
2011-08-07 13:58:59 -07:00
Carlos Martín Nieto
2327a7cc10
Create and install pkg-config file
...
This hasn't been working since the switch away from waf.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-07 18:44:08 +02:00
Carlos Martín Nieto
1b5078f6b1
Use __stdcall by default on Windows
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-06 18:18:12 +02:00
Carlos Martín Nieto
6e6ec54beb
Force the test's main function to use cdecl under Windows
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-06 16:33:24 +02:00
Carlos Martín Nieto
8c1d5d4839
Use the internal sort in the local transport
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-06 16:33:24 +02:00
J. David Ibáñez
2d3e417e5f
Fix "redefinition of typedef git_indexer" build error
...
Signed-off-by: J. David Ibáñez <jdavid@itaapy.com>
2011-08-05 15:17:48 +02:00
Vicent Martí
a655cc3571
Merge pull request #353 from belkiss/development
...
Fix wrong test in t04-commit
2011-08-04 16:50:10 -07:00
Vicent Martí
98bc99bea8
Merge pull request #352 from carlosmn/delta-base-error
...
Check for error calculating the delta base
2011-08-04 16:48:56 -07:00
Carlos Martín Nieto
97f40a0d5c
Check for error calculating the delta base
...
Don't assume that it's always going to work.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-04 22:51:46 +02:00
Lambert CLARA
9d76b934f1
Fix wrong test in t04-commit
...
Replace all must_pass(strcmp()) by must_be_true(strcmp()==0)
2011-08-04 22:49:39 +02:00
Vicent Martí
31bf5f3857
Merge pull request #345 from carlosmn/gsoc2011/indexer
...
Implement a pack indexer
2011-08-03 18:59:30 -07:00
Vicent Martí
20c1bca123
Merge pull request #349 from MasterGrumpy/development
...
git_status_foreach issue
2011-08-03 18:56:25 -07:00
Vicent Martí
42c5b64aa2
Merge pull request #348 from schu/sig-new
...
signature.c: fix off-by-one error
2011-08-03 18:54:25 -07:00
schu
63396a3998
signature: adjust API to return error codes
...
git_signature_new() and git_signature_now() currently don't return error
codes. Change the API to return error codes and not pointers to let the
user handle errors properly.
Signed-off-by: schu <schu-github@schulog.org>
2011-08-03 16:05:32 +02:00
Carlos Martín Nieto
65cb1586c4
Document the indexer calls
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-03 14:02:49 +02:00
Carlos Martín Nieto
48b3ad4f15
Move pack index writing to a public function
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-03 14:02:49 +02:00
Carlos Martín Nieto
b7c44096ae
Implement the indexer
...
Only v2 index files are supported.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-03 14:02:41 +02:00
Luc Bertrand
8f643ce8e3
Remove duplicated sort
2011-08-03 13:44:28 +02:00
Luc Bertrand
9d9e492dc0
remove unused variable
2011-08-03 13:38:02 +02:00
Luc Bertrand
8cf077f4d5
fix recurse_tree_entries, continue parsing tree after first subdirectory found
2011-08-03 13:37:24 +02:00
schu
5274c31a89
signature.c: fix off-by-one error
...
Signed-off-by: schu <schu-github@schulog.org>
2011-08-03 01:17:31 +02:00
Carlos Martín Nieto
bcf21c556c
Add git_vector_foreach
...
You can use it just as you'd use a for-loop
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-02 21:42:04 +02:00
Carlos Martín Nieto
b5b474dd0d
Modify the given offset in git_packfile_unpack
...
The callers immediately throw away the offset, so we don't need any
logical changes in any of them. This will be useful for the indexer,
as it does need to know where the compressed data ends.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-02 21:42:03 +02:00
Carlos Martín Nieto
a070f152bd
Move pack functions to their own file
2011-08-02 21:42:03 +02:00
Carlos Martín Nieto
7d0cdf82be
Make packfile_unpack_header more generic
...
On the way, store the fd and the size in the mwindow file.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-02 21:42:03 +02:00
Carlos Martín Nieto
ab525a7463
Rename stuff to git_indexer_
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-02 21:41:33 +02:00
Carlos Martín Nieto
f23c4a66bd
Start the runner
...
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-02 21:41:05 +02:00
Carlos Martín Nieto
3412391d4c
Intial indexer code
2011-08-02 21:41:02 +02:00
Carlos Martín Nieto
c7c9e18388
Move the pack structs to an internal header
2011-08-02 20:53:51 +02:00
Carlos Martín Nieto
7bfdb3d22b
Factor out the mmap window code
...
This code is useful for more things than just the packfile handling
code. Factor it out so it can be reused.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-08-02 20:53:51 +02:00
Vicent Martí
03d88ed415
Merge pull request #346 from belkiss/development
...
Fix memory leak when wrong object type is looked up from cache
2011-08-02 10:44:50 -07:00
Lambert CLARA
7d3ec3caac
Fix memory leak when wrong object type is looked up from cache
...
Update unit test accordingly : no need to close
2011-08-02 19:23:00 +02:00
Vicent Martí
80de9ae03c
Merge pull request #342 from schu/reflog-check-hash
...
reflog: avoid users writing a wrong ancestor OID
2011-08-01 08:19:12 -07:00
schu
eed2714ba5
reflog: avoid users writing a wrong ancestor OID
...
Disallow NULL as ancestor OID when writing a reflog entry for an
existing reference.
Signed-off-by: schu <schu-github@schulog.org>
2011-08-01 17:02:42 +02:00
Vicent Martí
77bb37eb47
Merge pull request #344 from margro/development
...
Header fix for C++ and double include in git2.h
2011-07-29 10:38:12 -07:00
Marcel Groothuis
ede21113a2
Fix compilation in C++: remove double GIT_BEGIN_DECL
2011-07-29 19:31:39 +02:00
Marcel Groothuis
c7b508e63b
Remove double include of remote.h from git2.h
2011-07-29 19:29:47 +02:00
Vicent Martí
cb1c75635e
Merge pull request #335 from carlosmn/read-updated
...
Don't stat so much when reading references
2011-07-28 05:32:47 -07:00