summaryrefslogtreecommitdiff
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* Address PR commentsRussell Belfer2014-02-201-0/+7
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-3/+6
* Fix C99 __func__ for MSVCRussell Belfer2013-12-111-0/+4
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-10/+22
* Improve GIT_EUSER handlingRussell Belfer2013-12-111-14/+28
* Clean up warningsEdward Thomson2013-12-091-0/+2
* preserve windows error numbers as wellEdward Thomson2013-11-011-0/+24
* Add git_has_win32_version helperPhilip Kelley2013-03-311-1/+2
* Implement global/system file search pathsRussell Belfer2013-03-151-0/+6
* Fix some deprecation warnings on WindowsRussell Belfer2013-02-281-3/+1
* Add GIT_STDLIB_CALLRussell Belfer2013-02-281-0/+2
* Deduplicate FormatMessage UTF-16 to UTF-8 conversion codeSven Strickroth2013-02-021-0/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* versions: MSVC build fixesVicent Marti2012-12-051-5/+5
* common: Silly vmg.Vicent Marti2012-12-051-1/+2
* common: Silly MSVCVicent Marti2012-12-051-1/+2
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-051-0/+27
|\
| * Don't unconstify when castingBen Straub2012-12-031-1/+1
| * Deploy GIT_INIT_STRUCTUREBen Straub2012-11-301-0/+10
| * Deploy GITERR_CHECK_VERSIONBen Straub2012-11-301-0/+17
* | revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-011-2/+2
|/
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-3/+0
* 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