| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | negotiation | Carlos Martín Nieto | 2011-08-18 | 3 | -4/+76 |
| | | |||||
| * | git_pkt_send_wants | Carlos Martín Nieto | 2011-08-18 | 1 | -0/+26 |
| | | |||||
| * | Add git_fetch_list_want which creates the "want" list | Carlos Martín Nieto | 2011-08-18 | 2 | -0/+130 |
| | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | Merge pull request #375 from schu/cleanup | Vicent Martí | 2011-08-17 | 6 | -20/+42 |
| |\ | | | | | cleanup: some nitpicking and missing free's. | ||||
| | * | refs.c: remove two lines of dead code | schu | 2011-08-17 | 1 | -2/+0 |
| | | | | | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| | * | reflog.c: fix memory leaks | schu | 2011-08-17 | 1 | -8/+21 |
| | | | | | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| | * | git__strndup: immediately return NULL when ENOMEM | schu | 2011-08-17 | 1 | -2/+4 |
| | | | | | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| | * | config_file.c: fix memory leaks | schu | 2011-08-17 | 1 | -6/+15 |
| | | | | | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| | * | tsort.c: fix include of common.h | schu | 2011-08-17 | 1 | -1/+2 |
| | | | | | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| | * | unix/posix.h: remove redundant include | schu | 2011-08-17 | 1 | -1/+0 |
| |/ | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| * | Merge pull request #373 from carlosmn/fancy-branchname | Vicent Martí | 2011-08-16 | 1 | -2/+2 |
| |\ | | | | | Fix the reference character check for Unicode | ||||
| | * | Fix the reference character check for Unicode | Carlos Martín Nieto | 2011-08-16 | 1 | -2/+2 |
| |/ | | | | | | | We need to do an unsigned comparison, as otherwise UTF-8 characters might look like they have the sign bit set and the check will fail. Signed-off-by: Carlos Martín Nieto <cmn@elego.de> | ||||
| * | Merge pull request #372 from schu/reflog-return-oid | Vicent Martí | 2011-08-16 | 4 | -18/+27 |
| |\ | | | | | reflog: assimilate API | ||||
| | * | reflog: fix memory leaks | schu | 2011-08-16 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Make sure to free the existing reflog when we run out or memory while adding new entries. Signed-off-by: schu <schu-github@schulog.org> | ||||
| | * | reflog: assimilate reflog API to return git_oid's | schu | 2011-08-15 | 4 | -17/+22 |
| |/ | | | | | | | Rather than returning the OIDs out of the reflog as string return them as git_oid. Signed-off-by: schu <schu-github@schulog.org> | ||||
| * | Merge pull request #366 from belkiss/development | Vicent Martí | 2011-08-13 | 1 | -0/+3 |
| |\ | | | | | Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header | ||||
| | * | Add missing GIT_BEGIN_DECL and GIT_END_DECL to indexer header | Lambert CLARA | 2011-08-13 | 1 | -0/+3 |
| |/ | |||||
| * | Merge pull request #365 from carlosmn/pkg-config | Vicent Martí | 2011-08-12 | 1 | -2/+2 |
| |\ | | | | | Really fix pkg-config | ||||
| | * | Really fix pkg-config | Carlos Martín Nieto | 2011-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Without the @ONLY option, CONFIGURE_FILE would replace the variables that are meant to be used to pkg-config at configure time. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | | commit: Add support for Encoding header | Vicent Marti | 2011-08-12 | 4 | -37/+48 |
| |/ | |||||
| * | Add common.h to types.h | Vicent Marti | 2011-08-10 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #363 from schu/test-discover0 | Vicent Martí | 2011-08-10 | 1 | -1/+1 |
| |\ | | | | | t12-repo.c: fix failing test discover0 | ||||
| | * | t12-repo.c: fix failing test discover0 | schu | 2011-08-10 | 1 | -1/+1 |
| |/ | | | | | | discover0 tried to stat a non existing directory. Create it beforehand. Signed-off-by: schu <schu-github@schulog.org> | ||||
| * | Merge pull request #359 from nulltoken/ntk/fix/discover-tests | Vicent Martí | 2011-08-09 | 1 | -3/+3 |
| |\ | | | | | Slight enhancement to the Discover test | ||||
| | * | discover: Make test run in temporary folder instead of altering the test ↵ | nulltoken | 2011-08-09 | 1 | -3/+3 |
| | | | | | | | | | resources folder | ||||
| * | | Merge pull request #355 from jdavid/fix-build | Vicent Martí | 2011-08-09 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix "redefinition of typedef git_indexer" build error | ||||
| | * | | Fix "redefinition of typedef git_indexer" build error | J. David Ibáñez | 2011-08-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | Signed-off-by: J. David Ibáñez <jdavid@itaapy.com> | ||||
| * | | | Merge pull request #360 from belkiss/development | Vicent Martí | 2011-08-09 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix installation of libgit2.pc file | ||||
| | * | | | Fix installation of libgit2.pc file | Lambert CLARA | 2011-08-09 | 1 | -1/+1 |
| | | |/ | |/| | | | | | | | | | | configure_file outputs by default to binary dir, and install(files) search from source dir. | ||||
| * | | | Merge pull request #361 from nulltoken/ntk/fix/wrap-strcmp | Vicent Martí | 2011-08-09 | 4 | -13/+19 |
| |\ \ \ | | | | | | | | | util: Add git__strcmp_cb() wrapper | ||||
| | * | | | util: Add git__strcmp_cb() wrapper | nulltoken | 2011-08-09 | 4 | -13/+19 |
| | |/ / | | | | | | | | | | We don't want direct pointers to the CRT on Windows, we may get stdcall conflicts. | ||||
| * | | | Merge pull request #362 from schu/fix-missing-initializer | Vicent Martí | 2011-08-09 | 1 | -1/+6 |
| |\ \ \ | |/ / |/| | | mwindow.c: fix -Wmissing-field-initializers | ||||
| | * | | mwindow.c: fix -Wmissing-field-initializers | schu | 2011-08-09 | 1 | -1/+6 |
| |/ / | | | | | | | Signed-off-by: schu <schu-github@schulog.org> | ||||
| * | | Fix compilation in Windows | Vicent Marti | 2011-08-08 | 8 | -32/+912 |
| | | | |||||
| * | | transport: Wrap `strcmp` | Vicent Marti | 2011-08-08 | 1 | -1/+8 |
| | | | | | | | | | | | We don't want direct pointers to the CRT on Windows, we may get stdcall conflicts. | ||||
| * | | Merge pull request #357 from carlosmn/calling-convention | Vicent Martí | 2011-08-08 | 3 | -10/+11 |
| |\ \ | | | | | | | Use __stdcall by default on Windows | ||||
| | * | | Use __stdcall by default on Windows | Carlos Martín Nieto | 2011-08-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| | * | | Force the test's main function to use cdecl under Windows | Carlos Martín Nieto | 2011-08-06 | 1 | -1/+6 |
| | | | | | | | | | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| | * | | Use the internal sort in the local transport | Carlos Martín Nieto | 2011-08-06 | 1 | -9/+1 |
| | |/ | | | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | | Merge pull request #358 from carlosmn/pkg-config | Vicent Martí | 2011-08-07 | 2 | -5/+5 |
| |\ \ | |/ |/| | Create and install pkg-config file | ||||
| | * | Create and install pkg-config file | Carlos Martín Nieto | 2011-08-07 | 2 | -5/+5 |
| |/ | | | | | | This hasn't been working since the switch away from waf. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | Merge pull request #353 from belkiss/development | Vicent Martí | 2011-08-04 | 2 | -11/+11 |
| |\ | | | | | Fix wrong test in t04-commit | ||||
| | * | Fix wrong test in t04-commit | Lambert CLARA | 2011-08-04 | 2 | -11/+11 |
| | | | | | | | | | Replace all must_pass(strcmp()) by must_be_true(strcmp()==0) | ||||
| * | | Merge pull request #352 from carlosmn/delta-base-error | Vicent Martí | 2011-08-04 | 1 | -0/+2 |
| |\ \ | |/ |/| | Check for error calculating the delta base | ||||
| | * | Check for error calculating the delta base | Carlos Martín Nieto | 2011-08-04 | 1 | -0/+2 |
| |/ | | | | | | Don't assume that it's always going to work. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| * | Merge pull request #345 from carlosmn/gsoc2011/indexer | Vicent Martí | 2011-08-03 | 9 | -1108/+1723 |
| |\ | | | | | Implement a pack indexer | ||||
| | * | Document the indexer calls | Carlos Martín Nieto | 2011-08-03 | 1 | -1/+46 |
| | | | | | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| | * | Move pack index writing to a public function | Carlos Martín Nieto | 2011-08-03 | 2 | -7/+2 |
| | | | | | | | | | Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| | * | Implement the indexer | Carlos Martín Nieto | 2011-08-03 | 2 | -43/+212 |
| | | | | | | | | | | | | | Only v2 index files are supported. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
| | * | Add git_vector_foreach | Carlos Martín Nieto | 2011-08-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | You can use it just as you'd use a for-loop Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk> | ||||
