summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: replace usage of _MSV_VER with _MSC_VERnulltoken2011-07-091-1/+1
* vector: Timsort all of the thingsVicent Marti2011-07-071-59/+20
* Merge pull request #296 from kiryl/index-optimizationVicent Martí2011-07-061-0/+64
|\
| * util: introduce merge sort routineKirill A. Shutemov2011-07-051-0/+64
* | fnmatch: Use native on Unix, emulate on Win32Vicent Marti2011-07-061-4/+2
|/
* Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-051-0/+22
|\
| * Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-261-0/+22
* | fileops: CleanupVicent Marti2011-07-051-200/+0
* | cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-8/+8
|/
* Add method to get the compiled version of the libVicent Marti2011-06-161-0/+8
* odb: Fix loading ODB alternatesVicent Marti2011-06-031-16/+18
* Fix compilation warnings in MSVCnulltoken2011-05-241-1/+1
* util.c: Move to new error handling mechanismJakob Pfender2011-05-231-3/+3
* utils: Move git__str[n]tolowerVicent Marti2011-05-171-0/+14