summaryrefslogtreecommitdiff
path: root/src/common.h
Commit message (Expand)AuthorAgeFilesLines
* util as a directoryethomson/util_as_a_directoryEdward Thomson2020-04-301-167/+1
* posix: remove superseded POSIX regex wrappersPatrick Steinhardt2019-09-211-1/+0
* win32: move type definitions for improved inclusionEdward Thomson2019-05-191-74/+2
* regexec: prefix all regexec function calls with p_Edward Thomson2019-05-191-2/+3
* deprecation: ensure we GIT_EXTERN deprecated funcsEdward Thomson2019-02-141-0/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-29/+29
* treewide: avoid use of `inline` attributePatrick Steinhardt2018-07-131-1/+3
* Merge pull request #4489 from libgit2/ethomson/conflicts_crlfEdward Thomson2018-02-041-0/+6
|\
| * xdiff: upgrade to git's included xdiffEdward Thomson2018-01-211-0/+6
* | consistent header guardsethomson/header_guardsEdward Thomson2018-02-011-1/+1
|/
* features.h: allow building without CMake-generated feature headerPatrick Steinhardt2017-09-121-1/+4
* cmake: move defines into "features.h" headerPatrick Steinhardt2017-08-161-0/+1
* win32: fix circular include deps with w32_crtdbgPatrick Steinhardt2017-06-301-4/+0
* giterr_set: consistent error messagesEdward Thomson2016-12-291-1/+1
* common: mark printf-style formatting for `giterr_set`Patrick Steinhardt2016-11-141-1/+2
* win32: rename pthread.{c,h} to thread.{c,h}Patrick Steinhardt2016-06-201-1/+1
* common: introduce GITERR_CHECK_ALLOC_BUFPatrick Steinhardt2016-02-231-0/+5
* xplat: use st_mtimespec everywhere on macEdward Thomson2016-02-091-0/+6
* Merge pull request #3170 from CmdrMoozy/nsec_fixCarlos Martín Nieto2015-11-121-0/+1
|\
| * win32: define our own POSIX struct stat, and support USE_NSECAxel Rasmussen2015-09-181-0/+1
* | GITERR_CHECK_ALLOC_ADDn: multi-arg addersEdward Thomson2015-10-051-0/+9
|/
* errors: tighten up git_error_state OOMs a bit moreEdward Thomson2015-08-031-4/+9
* 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