summaryrefslogtreecommitdiff
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* Make giterr_set_str publicRussell Belfer2012-09-211-3/+13
* remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-301-0/+3
* Remove old error handling codeMichael Schubert2012-07-171-10/+0
* Fix compile errors when building on windowsTim Clem2012-06-151-0/+1
* ssl: remove GnuTLS supportCarlos Martín Nieto2012-05-191-19/+0
* https: make it work with OpenSSL as wellCarlos Martín Nieto2012-05-191-0/+8
* http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-0/+10
* error-handling: On-disk config file backendVicent Martí2012-03-091-0/+12
* Update Copyright headerschu2012-02-131-1/+1
* msvc: Move `ssize_t` typedef to MSVC-onlyVicent Martí2012-01-261-4/+0
* repository: Change ownership semanticsVicent Marti2011-11-261-0/+1
* threads: Fix the shared global state with TLSVicent Marti2011-11-161-1/+0
* 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