]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-04-28 Jakob Pfenderindex.c: Remove duplicate function declaration
2011-04-21 Jakob Pfenderindex: Add API for unmerged entries
2011-04-15 Vicent MartiForce position independent code in Linux
2011-04-15 Vicent MartiClose file descriptor when writing a blob
2011-04-15 Vicent MartiRefresh the list of packfiles on each ODB query
2011-04-12 Vicent MartiAdd `git_tag_list`
2011-04-10 Vicent MartiFix path normalization tests
2011-04-10 Vicent MartiUse Z_BEST_SPEED for filebuf deflating
2011-04-10 Vicent MartiImport 'with' from __future__ in the build script
2011-04-09 Vicent MartiFix `time_t` conversion on Win32
2011-04-09 Vicent MartiFix `gmtime` issues in Win32
2011-04-09 Vicent MartiRename `git_signature_new_now`
2011-04-09 Carlos Martín... Add API git_signature_new_now
2011-04-09 Carlos Martín... Fix the signature documentation
2011-04-09 Carlos Martín... Add a few malloc checks
2011-04-09 nulltokenAdd two new accessors to the repository
2011-04-09 Vicent MartiProperly check `strtol` for errors
2011-04-08 Vicent MartiDo not declare variables in the middle of a func
2011-04-08 Vicent MartiAdd new method `git_repository_is_empty`
2011-04-08 Vicent MartiRemove unused variables from test files
2011-04-08 Vicent Martirefs: Fix issue when packing weak tags
2011-04-08 Carlos Martín... tag: don't check twice if an object exists
2011-04-08 Carlos Martín... tag: don't allow tags to non-existent objects
2011-04-08 Carlos Martín... tag: discover the target type if needed
2011-04-08 Jakob Pfenderindex.h: Add IDXENTRY flags needed for index operations
2011-04-08 SamAdded git_commit_tree_oid and git_commit_parent_oid.
2011-04-08 Shuhei Tanumafix git_treebuilder_insert probrem.
2011-04-08 Vicent MartiDo not assert error codes on Hiredis backend
2011-04-08 Dmitry Kovegaredis backend
2011-04-04 Vicent MartiBuild & write custom trees in memory
2011-04-04 nulltokenMake reinitializing a repository return GIT_ENOTIMPLEME...
2011-04-04 nulltokenFix tag reference name in testrepo.git
2011-04-04 Vicent MartiAdd a fake wstream to the ODB
2011-04-04 Vicent MartiFix the git_tree_write implementation
2011-04-03 Sarath LakshmanNew external API method: `git_tree_create`
2011-04-02 Vicent MartiMerge branch 'tagging' of https://github.com/nulltoken...
2011-04-02 Vicent MartiChange `parse` methods to const buffer
2011-04-02 Vicent MartiMerge branch 'parse-tag-buffer' of https://github.com...
2011-04-02 Olivier RamonatUpdate README after sqlite option change
2011-03-31 Carlos Martín... wscript: Use -O0 on debug
2011-03-30 nulltokenRename git_tag_create_o_f() to git_tag_create_fo()
2011-03-30 nulltokenAdd git_tag_delete()
2011-03-30 nulltokenAdd git_tag_create_o_f() and git_tag_create_f() which...
2011-03-30 nulltokenFix memory leak in tag releated tests
2011-03-30 nulltokenPrevent tag_create() from creating a conflicting reference
2011-03-30 nulltokenAdd test demonstrating that one can create a tag pointi...
2011-03-30 nulltokenEnforce the testing of the correct creation of a tag
2011-03-30 nulltokenFix misleading comments
2011-03-29 nulltokenAdd test ensuring one can not create an oid reference...
2011-03-29 nulltokenReplace gitfo_unlink() calls with git_reference_delete...
2011-03-29 Olivier RamonatFix help message for waf configure --with-sqlite
2011-03-29 Carlos Martín... Check for looser reference names
2011-03-29 Carlos Martín... normalize_name: allow more references under refs/
2011-03-29 Vicent Martirefs: Don't allow references to inexistent OIDs
2011-03-29 Vicent MartiEnforce coding conventions in refs.c
2011-03-29 Carlos Martín... Make overwrite test more comprehensive
2011-03-29 Carlos Martín... force-rename test: check for the right name
2011-03-29 Carlos Martín... rename: don't return early if the target ref exists
2011-03-29 Carlos Martín... Add tests covering overwriting references
2011-03-29 Carlos Martín... Fix documentation copy error
2011-03-29 Carlos Martín... Match the comment with the error string
2011-03-29 Carlos Martín... Allow forcing the creation or renaming of references
2011-03-29 Carlos Martín... Add GIT_EEXISTS error code
2011-03-28 Vicent Martilibgit2 version 0.11.0, "McSwifty"
2011-03-28 Vicent MartiUpdate the SQLite backend
2011-03-28 schuindex.c: Fix tiny typos
2011-03-28 schusignature.h: Fix tiny typo
2011-03-28 Carlos Martín... Add git_tag_create_frombuffer API
2011-03-28 Carlos Martín... Fix memory leak in parse_tag_buffer
2011-03-25 Vicent MartiNew external API method: `git_reference_listcb`
2011-03-24 Jakob Pfenderindex.h: Fix minor typo
2011-03-24 Jakob Pfenderindex.h: Correct documentation for git_index_open_inrepo()
2011-03-24 Jakob Pfenderindex.c: Read index after initialization
2011-03-24 Scott Chaconadd go-git (Go bindings) to the readme
2011-03-23 Vicent MartiRemove circular dependency in includes
2011-03-23 Jakob Pfenderodb.h: Fix minor typo
2011-03-23 Jakob Pfendercommon.h: Fix minor typos
2011-03-23 Vicent MartiImprove the ODB writing backend
2011-03-23 Vicent MartiAdd Ocaml bindings to the readme
2011-03-23 Vicent MartiDo not return on `void` helper methods
2011-03-23 Vicent MartiRemove `git_repository_gc` from the headers
2011-03-23 Carlos Martín... Add close wappers for commit, tree, tag and blob
2011-03-22 Vicent MartiFix compilation in MinGW
2011-03-22 nulltokenAdd test exercising the opening of an standard reposito...
2011-03-22 nulltokenAdd test exercising the opening of an empty bare reposi...
2011-03-22 nulltokenAdd remove_placeholders() test helper function which...
2011-03-22 Vicent MartiAdd empty bare and normal repos to test resources
2011-03-22 nulltokenAdd detection of incorrect usage to git__joinpath()
2011-03-22 nulltokenSlightly enforce copy_recurs() behavior
2011-03-22 nulltokenImprove test coverage of new path prettifying behavior
2011-03-22 nulltokenFix detection of attempt to escape the root directory...
2011-03-22 nulltokenChange gitfo_prettify_dir_path() and gitfo_prettify_fil...
2011-03-22 nulltokenMake gitfo_prettify_dir_path() and gitfo_prettify_file_...
2011-03-22 nulltokenAdd failing test for issue 84
2011-03-22 nulltokenFix gitfo_mv() behavior when running on Windows
2011-03-22 nulltokenSwitch from time_t to git_time_t
2011-03-22 Tim BranyenCorrected the header include directory in doxygen conf
2011-03-22 Vicent MartiAlways free the parents of a revwalk commit
2011-03-22 Vicent MartiAdd getters for `git_odb_object`
2011-03-22 Vicent MartiFix MSVC warnings when building threads
next