]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2010-12-11 Peter DrahošAdd basic testing support and options to specify instal...
2010-12-11 Peter DrahošAdd option to select sha1 type in CMake build
2010-12-11 Peter DrahošUpdate README.md
2010-12-11 Peter DrahošAdd optional CMake build script.
2010-12-10 Vicent MartiTests now run with the resources folder as a hardcoded...
2010-12-10 nulltokenFixed a memory leak in git_repository_lookup() when...
2010-12-10 Vicent MartiMove documentation generation to the Waf system
2010-12-08 Scott Chaconfix doxygen setup and automate generation
2010-12-07 Vicent MartiSet short message when changing a commit's message
2010-12-06 Vicent MartiFix type-conversion warnings
2010-12-06 Vicent MartiAdd license file to all public headers
2010-12-06 Vicent MartiChange the library include file
2010-12-05 Vicent MartiChange include structure for the project
2010-12-05 Vicent MartiDecouple storage from ODB logic
2010-12-05 Vicent MartiRevert changes in odb.c to eventually rebase
2010-12-05 nulltokenSmall source code readability improvements.
2010-12-04 nulltokenFixed .gitignore typo.
2010-12-04 nulltokenAdded reference to "src/vector.c" to the Visual Studio...
2010-12-04 nulltokenAdded some patterns to .gitignore file to filter out...
2010-12-02 Vicent MartiFix segfault in t0603 (unitialized pointer)
2010-12-02 Vicent MartiFix segfault handler in Mac OS X
2010-12-02 Vicent MartiAdd 'git_repository_open2' to customize repo folders
2010-12-02 Vicent MartiCommit parents now use the common 'vector' code
2010-12-02 Vicent MartiMerge branch 'commitparents' of https://github.com...
2010-12-02 Vicent MartiRefactor all 'vector' functions into common code
2010-12-02 Vicent MartiAdd stack trace to the tests when building with GCC
2010-12-01 Justin Loveadd git_commit_parent to retrieve a parent by index
2010-12-01 Justin Loveadd git_commit_parentcount
2010-11-29 Vicent MartiMake the bitmasks for Index Entry flags public
2010-11-29 Vicent MartiProperly write Index Entry 'flags_extended'
2010-11-28 Vicent MartiAdd premade solution for compiling in MSVC2010
2010-11-24 Vicent MartiUpdate README.md
2010-11-24 Vicent MartiImprove build system for MSVC
2010-11-24 Vicent MartiDo proper symbol exports on MSVC
2010-11-24 Vicent MartiDo not use STDINT types in public headers
2010-11-23 Scott Chaconupdate readme to be markdown based
2010-11-23 Vicent MartiUpdate the README with info about the new buildsys
2010-11-23 Vicent MartiMake the test suite depend on the static library
2010-11-23 Vicent MartiAdd --debug flag to toggle debugging
2010-11-23 Vicent MartiRemove the Makefile from the tests/ folder too
2010-11-23 Vicent MartiFix redeclaration warnings in MSVC
2010-11-23 Vicent MartiUse the proper Zlib version with MSVC
2010-11-23 Vicent MartiRemoved unreachable code (MSVC warning)
2010-11-23 Vicent MartiFix gitfo_isdir() in Win32 systems
2010-11-23 Vicent MartiFix MSVC warnings and errors
2010-11-23 Vicent MartiFix compilation in Win32
2010-11-23 Vicent MartiAdd library dependencies to the build
2010-11-23 Scott Chaconadd waf artifacts to .gitignore
2010-11-23 Scott Chaconadd library includes, remove Makefile and readme update...
2010-11-23 Vicent MartiAdd separate commands for all possible actions
2010-11-23 Vicent MartiAdd more features to the build system
2010-11-23 Vicent MartiChange to waf as the buildsystem
2010-11-20 Vicent MartiChange blob API to return temp refs to the content
2010-11-19 Vicent MartiFix wrong pointer check in git__strdup
2010-11-17 Vicent MartiFix resizing the index array
2010-11-17 Vicent MartiFix repository initialization
2010-11-16 Vicent MartiFix memory leak in t0401
2010-11-16 Vicent MartiFix freeing blob objects from the ODB
2010-11-16 Vicent MartiAdd support for 'index add'
2010-11-16 Vicent MartiFix overcomplicated return statement
2010-11-16 Vicent MartiAdd support for blob files
2010-11-11 Scott Chaconaccessor for index entry count
2010-11-06 Colin TimmermansFix compiler warning in commit.c
2010-11-06 Colin TimmermansFix parsing of commits that have no newlines in the...
2010-11-06 Scott Chaconadd initial README file
2010-11-06 Vicent MartiMake the Index API public
2010-11-05 Dave BorowitzUpdate commit_time along with committer.
2010-11-05 Dave BorowitzTest that commit attributes are set correctly.
2010-11-05 Vicent MartiAdd string descriptions for all error codes
2010-11-05 Vicent MartiImprove error handling
2010-11-03 Vicent MartiForce PIC on the Makefile
2010-11-02 Dave BorowitzOnly require an index for non-bare repos.
2010-11-02 Vicent MartiChange git_repository initialization to use a path
2010-10-31 Vicent MartiFix in-memory commit getters trying to parse
2010-10-28 Vicent MartiDo a full parse on commits before modifying them
2010-10-28 Vicent MartiAdd getter methods for object owners
2010-10-28 Vicent MartiAdd unit tests for git_odb_read_header
2010-10-28 Vicent MartiAdd git_odb_read_header method to the ODB
2010-10-27 Vicent MartiFix internal memory management on the library
2010-10-26 Ramsay Jonesmsvc: Fix an "conversion, possible loss of data" warning
2010-10-26 Ramsay Jonesbswap.h: Add ntohs() and htons() functions
2010-10-26 Benjamin C... Change /* to /** at the start of comment blocks in...
2010-10-25 Benjamin C... Fix spelling mistakes in the documentation.
2010-10-25 Benjamin C... Remove whitespace from the end of the line in documenta...
2010-10-08 Vicent MartiFix issue 3 (memory corruption resize_tree_array)
2010-10-06 Vicent MartiAdd unit tests for object write-back
2010-10-06 Vicent MartiAdd write-back support for Tag files
2010-10-06 Vicent MartiFix possible segfaults in src/tree.c (issue 1)
2010-09-21 Vicent MartiAdd write-back support for git_tree
2010-09-20 Vicent MartiAdd support for in-memory objects
2010-09-19 Vicent MartiAdd setter methods & write support for git_commit
2010-09-19 Vicent MartiImplement internal methods to write on sources
2010-09-19 Vicent MartiGive object structures more descriptive names
2010-09-18 Vicent MartiAdd generic methods for object writeback
2010-09-12 Vicent MartiAdd methods to access internal attributes in git_repo
2010-09-08 Vicent MartiFix: do not export custom types in the extern API
2010-08-12 Vicent MartiAdd support for manually freeing repo objects
2010-08-12 Vicent MartiFix object handling in git_repository
2010-08-12 Vicent MartiAdd auxiliary method git__hexdump
2010-08-12 Vicent MartiFinish the tree object API
next