]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-01-06 Vicent MartíMerge pull request #528 from arrbee/valgrind-fixes-2
2012-01-06 Carlos Martín... clay tests: free resources
2012-01-05 Russell BelferFix memory leak in git_index_remove.
2012-01-05 Russell BelferThrow first error in chain, not rethrow.
2012-01-05 Russell BelferRemove repo open immediately after init in test
2012-01-05 Jeff Kingreflog_write: don't access free()'d memory
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2012-01-04 Vicent MartíMerge pull request #526 from nulltoken/fix/attr
2012-01-04 nulltokenFix Windows specific off-by-one error
2012-01-04 nulltokenFix MSVC compilation warnings
2012-01-03 Russell BelferMerge pull request #525 from euler0/add-missing-semicolon
2012-01-03 Vincent LeeAdd missing semicolon
2012-01-02 Vicent Martíclay: Move `file_create` to the helpers file
2012-01-02 Vicent MartíMerge remote-tracking branch 'drizzd/diff-index-tests...
2012-01-02 Vicent MartíMerge remote-tracking branch 'arrbee/git-attributes...
2011-12-31 Vicent Martíconfig: Rename the `delete` callback name
2011-12-30 Russell BelferImproved gitattributes macro implementation
2011-12-30 Clemens Buchacheradd diff-index tests
2011-12-30 Clemens Buchacherdo not use full path in diff-index
2011-12-30 Clemens Buchacherclay: reset expect_idx in diff_more test
2011-12-30 Clemens Buchacherallow opening index in bare repo
2011-12-30 Clemens Buchacheradd git_index_read_tree
2011-12-30 Clemens Buchachermove entry_is_tree to tree.h
2011-12-30 Russell BelferFixed up memory leaks
2011-12-29 Clemens Buchachercmake: generate tags
2011-12-29 Clemens Buchachercmake: generate clay main
2011-12-29 Russell BelferAdd support for macros and cache flush API.
2011-12-28 nulltokentransport: make local transport accept a file Uri conta...
2011-12-28 nulltokenpath: add git_path_fromurl()
2011-12-28 nulltokenpath: add git__percent_decode()
2011-12-28 nulltokenutil: add git__fromhex()
2011-12-27 Vicent MartíMerge pull request #520 from antono/patch-1
2011-12-27 Antono VasiljevAdded link to vala bindings
2011-12-27 Vicent MartíMerge pull request #519 from ingydotnet/development
2011-12-27 Ingy döt NetAdd Perl to the list of bindings.
2011-12-24 Vicent Martíremotes: Remove unused variables
2011-12-24 Vicent Martírefs: Fix double free
2011-12-22 Vicent MartíMerge pull request #517 from nulltoken/fix/local-remote-ls
2011-12-21 nulltokenremote: add test to retrieve the advertised references...
2011-12-21 Russell BelferAdd APIs for git attributes
2011-12-21 Vicent MartíMerge pull request #514 from schu/fix-warning-uninitialized
2011-12-19 schuconfig_file: honor error
2011-12-18 Russell BelferAdd unit test for proper init of index entries
2011-12-18 Russell BelferRestore missing lstat in index_entry_init
2011-12-16 Vicent MartíMerge pull request #513 from carlosmn/development
2011-12-16 Carlos Martín... config: really delete variables
2011-12-16 Carlos Martín... Revert "config: Return ENOTFOUND when a variable was...
2011-12-15 Vicent Marticonfig: Return ENOTFOUND when a variable was deleted
2011-12-15 Vicent MartiUpdate to Clay 0.10.0
2011-12-14 Russell BelferAllow git_buf_joinpath to accept self-joins
2011-12-14 Russell BelferCheck error on path manipulations.
2011-12-14 Vicent MartíMerge pull request #510 from nulltoken/topic/commit...
2011-12-14 Paul BettsMerge pull request #512 from nulltoken/fix/mktemp-segfault
2011-12-14 nulltokenposix_w32: prevent segfaulting on Windows when building...
2011-12-14 nulltokencommit: add test to ensure predictability of generation...
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-14 Vicent Martibuffer: inline `git_buf_cstr`
2011-12-14 Vicent MartiFix tree-diff with the new path API
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-12-04 nulltokentree: add test to ensure predictability of generation...
2011-12-03 Vicent Martitree: recursive diff-index
2011-12-03 Carlos Martín... clay: add tests for tree diff'ing
2011-12-03 Carlos Martín... tree: implement tree diffing
2011-12-01 Vicent MartíMerge pull request #506 from nulltoken/fix/warnings
2011-12-01 nulltokenFix compilation warnings
2011-11-30 Vicent MartíMerge pull request #504 from arrbee/git-buf-fast-join
2011-11-30 Russell BelferOptimized of git_buf_join.
2011-11-30 Vicent MartíMerge pull request #503 from arrbee/git-buf-always...
2011-11-30 Russell BelferMake initial value of git_buf ptr always be a valid...
2011-11-30 Russell BelferAdding unit tests for git_buf_copy_cstr
2011-11-30 Russell BelferMake git_buf functions always maintain a valid cstr.
2011-11-29 Vicent MartíMerge pull request #500 from schu/minor-fixups
2011-11-29 Vicent Marticlay: Add buffer tests
2011-11-29 schutests-clay: mix the tests
2011-11-29 schutransports: fix -Wunused-but-set-variable warning
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Russell BelferResolve remaining feedback
2011-11-28 Carlos Martín... Plug a bunch of leaks
2011-11-28 Vicent Martirepository: Do not double-increment refcounts
2011-11-28 Russell BelferAdd two string git_buf_join and tweak input error checking.
2011-11-28 Vicent Martiremote: Fix connected test
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-28 Vicent Martiremote: Cleanup the remotes code
2011-11-28 Russell BelferExtend git_buf with new utility functions and unit...
2011-11-26 Vicent Martirepository: Use `git_config` when initializing
2011-11-26 Vicent Martiutil: Remove unused macro
2011-11-26 Vicent Martirefcount: Fix off-by one error
2011-11-26 Vicent MartiDocument all of the things
2011-11-26 Vicent Martitests: Add `refs` folder to the `bad_tag.git` repo
2011-11-26 Vicent MartiRename all `_close` methods
2011-11-26 Vicent Martirepository: Change ownership semantics
2011-11-26 Vicent MartíMerge pull request #497 from carlosmn/config
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-26 Carlos Martín... config: test saving config to new file
2011-11-26 Carlos Martín... config: allow to open and write to a new file
2011-11-22 Vicent Martitransport: Add `git_transport_valid_url`
2011-11-22 Carlos Martín... Add a note not to free the result from git_remote_ls
2011-11-22 Carlos Martín... Free the created refs in git_remote_update_tips
2011-11-22 Carlos Martín... Set transport to NULL after freeing it
next