]> git.proxmox.com Git - libgit2.git/history - src/common.h
Merge pull request #444 from carlosmn/fetch-fixes
[libgit2.git] / src / common.h
2011-10-09 Vicent MartíMerge pull request #444 from carlosmn/fetch-fixes
2011-10-07 Vicent MartíMerge pull request #439 from carlosmn/network-examples
2011-10-05 Vicent Martimsvc: Properly handle inttypes.h/stdint.h
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-19 Vicent MartiTabify everything
2011-09-18 Vicent MartiCleanup legal data
2011-09-12 Jerome LambourgFix compilation issues with ming64 headers
2011-09-02 Vicent MartíMerge pull request #388 from lambourg/master
2011-08-30 Vicent MartíMerge pull request #380 from kiryl/no-release-debug
2011-08-30 Vicent MartíMerge pull request #378 from kiryl/Wuninitialized
2011-08-24 Kirill A. ShutemovFix false positive -Wuninitialized warnings
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-03 Vicent Martibuild: Move OS-specific compat to their own folders
2011-06-30 Vicent Marticommon: Force 64 bit fileops at compile time
2011-06-16 Vicent MartíMerge pull request #248 from carlosmn/config
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-14 Vicent MartíMerge pull request #258 from carlosmn/no-arpa
2011-06-14 Carlos Martín NietoRemove uneeded arpa/inet.h include
2011-06-07 Jakob PfenderRevert "common: Include stat.h in include/git2/common...
2011-06-07 Jakob Pfendercommon: Include stat.h in include/git2/common.h instead...
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-10 Vicent MartiMove all error-related defines to `git2/errors.h`
2011-05-09 Vicent MartiMerge branch 'error-handling' into development
2011-05-09 Vicent MartiChange error handling mechanism once again
2011-05-09 Vicent Martierrors: Set error messages on memory allocation
2011-05-09 Vicent Martierrors: Add error handling function
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-20 Vicent MartiThread safe cache
2011-03-15 Vicent MartiAdd proper threading support to libgit2
2011-03-03 Vicent MartiSplit packed from unpacked references
2011-03-03 nulltokenAdded git_reference__normalize_name() along with tests.
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-11 Vicent MartiMove the compat definitions to types.h
2011-01-11 Alex BudovskiRevised platform types to use 'best supported' size.
2010-12-23 nulltokenMerge branch 'master' into repo-init
2010-12-22 Vicent MartiMerge branch 'call-ldconfig-on-unix' of https://github...
2010-12-22 Vicent MartiMerge branch 'waf-pkgconfig-typo' of https://github...
2010-12-22 Vicent MartiRemove git_errno
2010-12-06 Vicent MartiChange the library include file
2010-04-23 Andreas EricssonMerge remote branch 'ramsay/dev'
2010-04-14 Andreas EricssonAdd block-sha1 in favour of the mozilla routines
2010-02-28 Ramsay Joneswin32: Add separate MinGW and MSVC compatability header...
2010-01-20 Ramsay Joneswin32: Use an 64-bit file offset type
2010-01-20 Ramsay JonesAdd support for the MinGW platform
2010-01-20 Ramsay JonesUse a 64 bit off_t throughout the library and tests...
2009-10-13 Ramsay Joneswin32: Define the ssize_t type using SSIZE_T if supported
2009-06-15 Ramsay Joneswin32: Add support for the MS Visual C/C++ compiler
2009-03-30 Ramsay Joneswin32: Add missing include for mkdir() and rmdir()
2009-03-20 Ramsay Joneswin32: Add routines to abstract memory-mapped file...
2009-03-18 Ramsay Joneswin32: fixup some headers to improve win32 compilation
2009-01-03 Ramsay JonesFix snprintf compiler warning on cygwin
2009-01-01 Shawn O. PearceAdd git__fmt as an easier to use snprintf
2008-12-31 Shawn O. PearceAdd a mutex and atomic counter abstraction and implemen...
2008-12-31 Shawn O. PearceCleanup our header inclusion order to ensure pthread...
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-12-31 Shawn O. PearceFix size_t snprintf warning by using PRIuPTR format...
2008-12-31 Shawn O. PearceSupport building on Mac OS X by using pthread_getspecif...
2008-12-31 Shawn O. PearceCleanup formatting in our head files to be more consistent
2008-12-19 Ramsay JonesAdd a file reading routine along with an io buffer...
2008-12-09 Ramsay JonesAdd a GIT_PATH_MAX constant
2008-11-22 Andreas EricssonAdd an embryo of a TLS-aware error handling system
2008-11-22 Andreas EricssonAdd util.h - utility macros
2008-11-22 Andreas EricssonAdd internal common.h file