summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* global: Change parameter ordering in APIVicent Martí2012-05-181-0/+9
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-0/+5
* 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
| * Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-261-0/+2
* | fileops: CleanupVicent Marti2011-07-051-54/+0
* | cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-4/+4
|/
* Fix compilation error in MSVC when compiling for c++Johan 't Hart2011-06-171-1/+1
* odb: Fix loading ODB alternatesVicent Marti2011-06-031-2/+1
* utils: Move git__str[n]tolowerVicent Marti2011-05-171-0/+3
* utils: Implement git__strndupVicent Marti2011-05-171-0/+19
* Change error handling mechanism once againVicent Marti2011-05-091-4/+4
* errors: Set error messages on memory allocationVicent Marti2011-05-091-9/+34
* Properly check `strtol` for errorsVicent Marti2011-04-091-0/+2
* New external API method: `git_tree_create`Sarath Lakshman2011-04-031-0/+1
* I broke your bindingsVicent Marti2011-03-201-0/+2
* Rewrite the Pack backendVicent Marti2011-03-141-0/+2