]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-06-26 Carlos Martín... pkt-line: parse other-ref lines
2011-06-26 Carlos Martín... pkt: make sure we really only read the length
2011-06-26 Carlos Martín... Move flush-pkt creation into its own function
2011-06-26 Carlos Martín... Lay the foundations for pkt-line parsing
2011-06-26 Carlos Martín... Implement ls-remote on local drive
2011-06-26 Carlos Martín... Lay down the fundations for the network code
2011-06-26 Carlos Martín... Add git_refspec_transform test
2011-06-26 Carlos Martín... Add git_refspec_transform
2011-06-26 Carlos Martín... Add refspec match test
2011-06-26 Carlos Martín... Add refspec0 test
2011-06-26 Carlos Martín... Add git.git's fnmatch, which is really GNU's and the...
2011-06-26 Carlos Martín... Add a to-do list for remotes
2011-06-26 Carlos Martín... Add a test for remote parsing
2011-06-26 Carlos Martín... Abstract the refspec query and parse
2011-06-26 Carlos Martín... Add a remotes API
2011-06-26 Vicent MartíMerge pull request #276 from carlosmn/development
2011-06-26 Carlos Martín... Bring back GCC flags
2011-06-24 Vicent Martirevwalk: Do not set error string on revwalk over
2011-06-23 Vicent Marticmake: Do not pass `/Tc` to MSVC
2011-06-23 Vicent MartíMerge pull request #273 from GeneralMaximus/development
2011-06-23 Ankur Sethiadded defines for Haiku in types.h
2011-06-23 Vicent Martirefs: Do not overflow when normalizing refnames
2011-06-21 Vicent MartíMerge pull request #269 from schu/infinite-append
2011-06-21 Vicent MartíMerge pull request #270 from carlosmn/valgrind
2011-06-20 Carlos Martín... Stat files with full pathnames
2011-06-20 Carlos Martín... Allocate enough memory for the terminator in commit...
2011-06-20 schugitfo_read: fix read-loop
2011-06-20 schuAdd test case checking GIT_FILEBUF_APPEND
2011-06-19 Vicent Martilibgit2 v0.13.0 "Watermelon Wheat"
2011-06-19 Vicent Martiodb: Add GIT_EPASSTHROUGH
2011-06-19 Vicent Marticonfig: Fix API docs
2011-06-19 Vicent MartíMerge pull request #268 from nulltoken/patch-3
2011-06-18 nulltokenFix link to API documentation
2011-06-18 Vicent Martimingw: Fix compilation
2011-06-18 Vicent Marticonfig: Fix sorting of repository config files
2011-06-17 Vicent Marticonfig: Bring back `git_config_open_global`
2011-06-17 Vicent Marticonfig: Update examples
2011-06-17 Vicent Marticonfig: Fix compilation in MSVC
2011-06-17 Vicent Marticonfig: Typorrrrl
2011-06-17 Vicent MartíMerge pull request #267 from Jopie64/development
2011-06-17 Vicent Marticonfig: Cleanup external API
2011-06-17 Johan 't HartFix compilation error in MSVC when compiling for c++
2011-06-17 Carlos Martín... Add fall-back support to the configuration
2011-06-17 Carlos Martín... Add a test for overriding config
2011-06-17 Carlos Martín... Parse the repo's configuration when we load it
2011-06-17 Carlos Martín... Add git_repository_config API
2011-06-17 Carlos Martín... Remove double-space
2011-06-17 Vicent Marticonfig: Fix unitialized variable warning
2011-06-17 Vicent Marticmake: Build shared library by default
2011-06-17 Vicent Martiwindows: Disable Runtime checks
2011-06-17 Vicent MartíMerge pull request #264 from nulltoken/patch-2
2011-06-17 Vicent MartíMerge pull request #266 from carlosmn/valgrind
2011-06-17 Vicent Martifileops: Cast the GetProcAddress value
2011-06-17 Vicent Martifileops: Fix 'GetFinalPathNameByHandleA' in old platforms
2011-06-16 Carlos Martín... Plug an index leak
2011-06-16 Carlos Martín... Plug leaks in the repo discovery tests
2011-06-16 Carlos Martín... Plug two leaks in config writing
2011-06-16 <emeric.fermas... Fix misleading comment in CMake build script
2011-06-16 Vicent MartíMerge pull request #263 from carlosmn/refs-writing
2011-06-16 Carlos Martín... Simplify loose ref writing
2011-06-16 Vicent MartiUpdate documentation
2011-06-16 Vicent Martioid: Uniformize ncmp methods
2011-06-16 Vicent Martioid: Rename methods
2011-06-16 Vicent Martirefs: Rename git_referece_listcb to _foreach
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
2011-06-16 Vicent MartiAdd method to get the compiled version of the lib
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-15 Romain GeisslerFix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under...
2011-06-15 Vicent MartíMerge pull request #251 from nulltoken/fix/msvc-warnings
2011-06-15 Vicent MartíMerge pull request #260 from nulltoken/fix/git_index_add
2011-06-15 nulltokengit_index_add: enforce test coverage
2011-06-15 nulltokenblob: Fix git_blob_create_fromfile()
2011-06-15 nulltokenAdd mode_t definition in MSVC compat layer
2011-06-15 Vicent MartíMerge pull request #259 from schu/nitpicky-markdown
2011-06-15 Scott Chaconupdate examples content to be compilable and up to...
2011-06-15 schuREADME.md: do not break syntax highlighting
2011-06-14 Scott Chaconfix the example urls
2011-06-14 Scott Chaconadd examples for docs
2011-06-14 Scott Chaconreplace stupid doxygen
2011-06-14 Vicent MartiAdd CTest support for CI
2011-06-14 Scott Chaconfix gid_ misspelling
2011-06-14 EmPort MSVC specific Waf compilation flags to CMake and...
2011-06-14 Vicent MartiUpdate README.md
2011-06-14 Vicent Martibuild: Cleanup CMake
2011-06-14 Vicent Martibuild: Drop waf support
2011-06-14 Vicent MartiRemove custom backends
2011-06-14 Vicent MartíMerge pull request #258 from carlosmn/no-arpa
2011-06-14 Carlos Martín... Remove uneeded arpa/inet.h include
2011-06-14 Carlos Martín... Test replacing a value
2011-06-14 Carlos Martín... Indent config variables with tags
2011-06-12 nulltokenFix filebuf0 test which was failing on Windows
2011-06-12 nulltokenFix compilation warnings in MSVC
2011-06-12 Brian Lopezuse proper in-memory database for sqlite3 tests
2011-06-11 Vicent MartíMerge pull request #253 from sschuberth/msvc10-fixes
2011-06-10 Sebastian SchuberthAdd missing function declarations to avoid MSVC compile...
2011-06-10 Sebastian SchuberthUse "__inline" instead of "inline" with MSVC
2011-06-10 Sebastian SchuberthPrefer to use file mode defines instead of raw numbers
2011-06-10 Sebastian SchuberthPrefer to use S_IFLNK instead of _S_IFLNK for consistency
2011-06-10 Sebastian SchuberthAdd some missing MSVC compatibility defines
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
next