summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* global: Change parameter ordering in APIVicent Martí2012-05-181-0/+24
* msvc: Do not use `isspace` Vicent Martí2012-05-091-1/+1
* Remove old and unused error codesVicent Martí2012-05-021-16/+0
* Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-2/+3
* Add support for pathspec to diff and statusRussell Belfer2012-04-131-0/+29
* Migrate index, oid, and utils to new errorsRussell Belfer2012-03-191-10/+16
* Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-2/+3
* Migrating diff to new error handlingRussell Belfer2012-03-061-6/+9
* Update Copyright headerschu2012-02-131-1/+1
* Improved gitattributes macro implementationRussell Belfer2011-12-301-15/+23
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-2/+2
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-301-5/+6
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-2/+19
* Tabify everythingVicent Marti2011-09-191-23/+23
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-2/+2
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-14/+1
* util: Add git__strcmp_cb() wrappernulltoken2011-08-091-0/+13