summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* Move libgit2 settings out of utilEdward Thomson2014-01-141-123/+0
* util: handle NULL pointers passed to git_strarray_free()Brodie Rao2014-01-121-0/+4
* Solaris does not have qsort_rJacques Germishuys2014-01-081-0/+1
* util: NetBSD doesn't have qsort_r eitherAlessandro Ghedini2013-11-191-1/+2
* Merge pull request #1858 from linquize/win32-template-dirVicent Martí2013-09-171-0/+13
|\
| * Can git_libgit2_opts() with GIT_OPT_GET_TEMPLATE_PATH and GIT_OPT_SET_TEMPLAT...Linquize2013-09-181-0/+13
* | Merge git_buf and git_bufferRussell Belfer2013-09-171-0/+3
|/
* Use git__insertsort_r on Android too.Krzysztof Adamski2013-09-011-1/+1
* Add GIT_CAP_SSH if library was built with SSHRussell Belfer2013-07-091-0/+3
* Fix some warningsRussell Belfer2013-06-171-9/+6
* git__strcasesort_cmp: strcasecmp sorting rules but requires strict equalityEdward Thomson2013-06-171-0/+25
* util: git__memzero() tweaksyorah2013-06-171-9/+0
* util: It's called `memzero`Vicent Marti2013-06-121-3/+2
* Add safe memset and use itRussell Belfer2013-06-071-0/+10
* qsort_r appeared in glibc 2.8Edward Thomson2013-05-251-1/+2
* qsort_r is broken on HURD, avoidEdward Thomson2013-05-241-1/+2
* Fixed qsort_r() problem when targeting AmigaOS.Sebastian Bauer2013-05-071-1/+1
* git_atomic_ssize for 64-bit atomics only on 64-bit platformsEdward Thomson2013-04-251-3/+3
* opts: Add getter for cached memoryvmg/atomic64Vicent Marti2013-04-231-0/+5
* cache: Shared meter for memory usageVicent Marti2013-04-221-2/+1
* cache: Max cache size, and evict when the cache fills upvmg/new-cacheVicent Marti2013-04-221-1/+5
* Add range checking around cache optsRussell Belfer2013-04-221-3/+5
* Global option settersVicent Marti2013-04-221-0/+11
* lol this worked first try wtfVicent Marti2013-04-221-8/+0
* Fix compilation on OpenBSDCarlos Martín Nieto2013-04-151-1/+1
* opts: allow configuration of odb cache sizeMichael Schubert2013-03-251-0/+9
* Fixes and cleanupsRussell Belfer2013-03-181-53/+7
* Switch search paths to classic delimited stringsRussell Belfer2013-03-181-15/+9
* Implement global/system file search pathsRussell Belfer2013-03-151-8/+98
* MSVC: What could possibly be the size of a void*?Vicent Marti2013-03-121-1/+2
* Sorting function cleanup and MinGW fixRussell Belfer2013-03-111-6/+28
* Make tree iterator handle icase equivalenceRussell Belfer2013-03-081-0/+30
* Vector improvements and their falloutPhilip Kelley2013-01-271-6/+6
* opts: Add getters tooVicent Marti2013-01-231-2/+10
* Global options setterVicent Marti2013-01-231-0/+23
* Add payload "_r" versions of bsearch and tsortRussell Belfer2013-01-151-1/+32
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add full license notice to bsearch codeMartin Woodward2013-01-031-1/+25
* Fix git__strncasecmpPhilip Kelley2013-01-031-7/+5
* fetchhead reading/iteratingEdward Thomson2012-12-191-0/+18
* Fix -Wmaybe-uninitialized warningMichael Schubert2012-12-171-1/+1
* Fix iterator reset and add reset rangesRussell Belfer2012-12-101-2/+10
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-1/+1
* Create internal strcmp variants for function ptrsRussell Belfer2012-11-141-0/+30
* config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto2012-11-131-7/+4
* Support for core.ignorecasePhilip Kelley2012-09-171-0/+5
* http: use WinHTTP on WindowsCarlos Martín Nieto2012-09-141-1/+1
* Add function to query for compile time settings.Sascha Cunz2012-08-011-0/+12
* Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-241-0/+18
* Fix git_status_file for files that start with a character > 0x7f8bit-filename-statusAdam Roben2012-06-071-1/+1