summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
...
* Create internal strcmp variants for function ptrsRussell Belfer2012-11-141-0/+5
* Some diff refactorings to help code reuseRussell Belfer2012-11-091-0/+5
* Fix implementation of strndup to not overrunPhilip Kelley2012-11-091-5/+6
* Support for core.ignorecasePhilip Kelley2012-09-171-0/+7
* Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-241-0/+9
* Merge pull request #812 from arrbee/assorted-tweaksVicent Martí2012-07-121-1/+1
|\
| * Adding unicode space to match crlf patternsRussell Belfer2012-07-101-1/+1
* | util: add git__isdigit()nulltoken2012-07-071-0/+5
|/
* revparse: fix parsing of date specifiersnulltoken2012-07-021-7/+0
* Move git__date_parse declaration to util.h.Ben Straub2012-06-061-0/+10
* Merge branch 'development' into rev-parseBen Straub2012-06-051-0/+14
|\
| * global: Change parameter ordering in APIVicent Martí2012-05-181-0/+9
| * Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-0/+5
* | Fix date.c build in msvc.Ben Straub2012-05-151-1/+1
* | Rev-parse: @{time} syntax.Ben Straub2012-05-111-0/+7
|/
* util: Fix git__isspace() implementationnulltoken2012-05-091-1/+1
* msvc: Do not use `isspace` Vicent Martí2012-05-091-0/+15
* Remove old and unused error codesVicent Martí2012-05-021-2/+0
* Moving power-of-two bit utilities into util.hRussell Belfer2012-04-251-0/+17
* error-handling: On-disk config file backendVicent Martí2012-03-091-11/+5
* Migrating diff to new error handlingRussell Belfer2012-03-061-0/+5
* error-handling: RepositoryVicent Martí2012-03-071-5/+7
* util: add git__ishexschu2012-02-151-0/+9
* Update Copyright headerschu2012-02-131-1/+1
* Patch cleanup for mergeRussell Belfer2012-01-161-1/+1
* Initial implementation of gitignore supportRussell Belfer2012-01-111-0/+7
* Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí2012-01-041-0/+23
|\
| * util: add git__fromhex()nulltoken2011-12-281-0/+23
* | Improved gitattributes macro implementationRussell Belfer2011-12-301-2/+7
* | Add support for macros and cache flush API.Russell Belfer2011-12-291-1/+0
* | Add APIs for git attributesRussell Belfer2011-12-201-0/+1
|/
* util: Remove unused macroVicent Marti2011-11-261-19/+0
* refcount: Fix off-by one errorVicent Marti2011-11-261-1/+1
* repository: Change ownership semanticsVicent Marti2011-11-261-0/+24
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-0/+2
* config: Proper type declarations for 64 bit intsVicent Marti2011-09-301-2/+2
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-1/+2
* Tabify everythingVicent Marti2011-09-191-1/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-1/+1
* Drop STRLEN() macrosKirill A. Shutemov2011-08-251-2/+0
* posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-2/+0
* git__strndup: immediately return NULL when ENOMEMschu2011-08-171-2/+4
* util: Add git__strcmp_cb() wrappernulltoken2011-08-091-0/+2
* Remove unused methodsVicent Marti2011-07-091-2/+0
* Fix MSVC compilation warningsnulltoken2011-07-071-1/+1
* vector: Timsort all of the thingsVicent Marti2011-07-071-2/+3
* util: introduce merge sort routineKirill A. Shutemov2011-07-051-0/+3
* Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-051-0/+5
|\
| * pkt-line: read capabilitiesCarlos Martín Nieto2011-06-261-0/+3