]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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
2010-08-12 Vicent MartiAdd unit tests for index manipulation
2010-08-12 Vicent MartiMove test resources to a common directory
2010-08-12 Vicent MartiAdd support for git index files
2010-08-12 Vicent MartiAdd support for atomic file locking
2010-08-12 Vicent MartiRedesigned the walking/object lookup interface
2010-08-12 Vicent MartiAdd loading and parsing of tag objects
2010-08-06 Vicent MartiRefactor parsing methods
2010-08-06 Vicent MartiAdd packfile reading
2010-07-15 Vicent MartiAdd parsing of tree file contents.
2010-07-15 Vicent MartiChanged test files to use tabs instead of spaces
2010-07-15 Vicent MartiAdd external API to access detailed commit attributes
2010-07-15 Vicent MartiAdd support for tree objects in revision pools
2010-07-15 Vicent MartiChanged revpool's object table to support arbitrary...
2010-07-15 Vicent MartiAdd new tests: t0502-table, t0503-tableit
2010-07-10 Vicent MartiFixed memory leaks in test suite
2010-07-10 Vicent MartiActually free all commits when freeing a commit pool
2010-07-10 Vicent MartiFix warning in util.h (signed vs unsigned comparison)
2010-06-07 Ramsay Jonesmsvc: Disable a level 4 warning and change -W3 to -W4
2010-06-07 Ramsay JonesMakefile(s): Add -Wextra to CFLAGS
2010-06-07 Ramsay JonesAdd a 'git__' prefix to the block-sha1 functions
next