summaryrefslogtreecommitdiff
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* Include stacktrace summary in memory leak output.Jeff Hostetler2015-06-291-0/+4
* centralizing all IO buffer size valuesJ Wyman2015-05-111-0/+5
* Include ws2tcpip.h in order to get in6_addrAki Koskinen2015-03-021-0/+1
* integer overflow: use compiler intrinsics if supportedEdward Thomson2015-02-131-0/+5
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-10/+10
* Introduce git__add_sizet_overflow and friendsEdward Thomson2015-02-121-2/+4
* overflow checking: don't make callers set oomEdward Thomson2015-02-121-10/+4
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-0/+22
* bswap: remove unused bswapEdward Thomson2015-02-031-1/+0
* Spelling fixesWill Stamper2014-12-041-1/+1
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-0/+5
* strcasecmp is in <strings.h>Jacques Germishuys2014-04-301-0/+1
* Index locking and entry allocation changesRussell Belfer2014-04-171-0/+1
* 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