summaryrefslogtreecommitdiff
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into error-handlingerror-handlingCarlos Martín Nieto2011-11-181-1/+0
|\
| * threads: Fix the shared global state with TLSVicent Marti2011-11-161-1/+0
* | Move git__{throw, rethrow) to errors.hschu2011-10-241-9/+0
* | errors: introduce git_errorschu2011-10-241-0/+2
|/
* msvc: Properly handle inttypes.h/stdint.hVicent Marti2011-10-051-3/+0
* Merge pull request #397 from lambourg/developmentVicent Martí2011-09-181-0/+2
|\
| * Fix compilation issues with ming64 headersJerome Lambourg2011-09-121-0/+2
* | Tabify everythingVicent Marti2011-09-191-2/+2
* | Cleanup legal dataVicent Marti2011-09-191-0/+6
|/
* Fix false positive -Wuninitialized warningsKirill A. Shutemov2011-08-241-2/+7
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-031-2/+2
* common: Force 64 bit fileops at compile timeVicent Marti2011-06-301-4/+0
* Merge pull request #261 from Romain-Geissler/discovery-path-v2Vicent Martí2011-06-151-6/+2
|\
| * Fix: GIT_PATH_PATH_SEPARATOR is now a semi-colon under Windows.Romain Geissler2011-06-151-6/+2
* | Remove uneeded arpa/inet.h includeCarlos Martín Nieto2011-06-141-1/+0
|/
* Move all error-related defines to `git2/errors.h`Vicent Marti2011-05-111-0/+1
* Change error handling mechanism once againVicent Marti2011-05-091-1/+2
* errors: Set error messages on memory allocationVicent Marti2011-05-091-2/+2
* errors: Add error handling functionVicent Marti2011-05-091-0/+2
* Thread safe cacheVicent Marti2011-03-201-3/+6
* Add proper threading support to libgit2Vicent Marti2011-03-151-3/+2
* Split packed from unpacked referencesVicent Marti2011-03-031-1/+0
* Added git_reference__normalize_name() along with tests.nulltoken2011-03-031-0/+1
* Move the compat definitions to types.hVicent Marti2011-01-121-1/+1
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-0/+1
* Remove git_errnoVicent Marti2010-12-231-1/+0
* Change the library include fileVicent Marti2010-12-061-2/+2
* Merge remote branch 'ramsay/dev'Andreas Ericsson2010-04-231-41/+2
|\
| * win32: Add separate MinGW and MSVC compatability header filesRamsay Jones2010-02-281-41/+2
* | Add block-sha1 in favour of the mozilla routinesAndreas Ericsson2010-04-141-0/+1
|/
* win32: Use an 64-bit file offset typeRamsay Jones2010-01-201-0/+18
* Add support for the MinGW platformRamsay Jones2010-01-201-1/+1
* Use a 64 bit off_t throughout the library and tests on POSIXRamsay Jones2010-01-201-0/+3
* win32: Define the ssize_t type using SSIZE_T if supportedRamsay Jones2009-10-131-5/+8
* win32: Add support for the MS Visual C/C++ compilerRamsay Jones2009-06-151-4/+27
* win32: Add missing include for mkdir() and rmdir()Ramsay Jones2009-03-301-0/+1
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-2/+3
* win32: fixup some headers to improve win32 compilationRamsay Jones2009-03-171-1/+22
* Fix snprintf compiler warning on cygwinRamsay Jones2009-01-021-4/+0
* Add git__fmt as an easier to use snprintfShawn O. Pearce2008-12-311-0/+1
* Add a mutex and atomic counter abstraction and implementationsShawn O. Pearce2008-12-311-0/+2
* Cleanup our header inclusion order to ensure pthread.h is earlyShawn O. Pearce2008-12-311-3/+3
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-1/+1
* Fix size_t snprintf warning by using PRIuPTR format macroShawn O. Pearce2008-12-301-0/+5
* Support building on Mac OS X by using pthread_getspecific for TLSShawn O. Pearce2008-12-301-0/+3
* Cleanup formatting in our head files to be more consistentShawn O. Pearce2008-12-301-0/+1
* Add a file reading routine along with an io buffer typeRamsay Jones2008-12-191-0/+1
* Add a GIT_PATH_MAX constantRamsay Jones2008-12-091-0/+3
* Add an embryo of a TLS-aware error handling systemAndreas Ericsson2008-11-221-0/+1
* Add util.h - utility macrosAndreas Ericsson2008-11-221-0/+1