summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Properly check `strtol` for errorsVicent Marti2011-04-091-0/+79
* Add detection of incorrect usage to git__joinpath()nulltoken2011-03-231-0/+3
* Export `git_strarray_free` instead of inliningVicent Marti2011-03-161-0/+9
* Use memmove() in git__dirname and git__basenameVicent Marti2011-03-051-2/+2
* Use memmove() in git__joinpath for overlapping copiesVicent Marti2011-03-051-1/+1
* Slightly changed the behavior of git__joinpath() and git__joinpath_n().nulltoken2011-03-031-1/+5
* Use the new git__joinpath to build paths in methodsVicent Marti2011-02-091-18/+18
* Fixed a small issue in git__join_path(). Added tests to exercise git__join_pa...nulltoken2011-02-051-1/+3
* Add new utility method `git__joinpath`Vicent Marti2011-02-051-0/+24
* Fix directory/path manipulation methodsVicent Marti2011-02-051-38/+166
* Add generic hash function to util.cVicent Marti2010-12-301-0/+96
* Remove git_errnoVicent Marti2010-12-231-24/+0
* Fix wrong pointer check in git__strdupVicent Marti2010-11-191-1/+1
* Add auxiliary method git__hexdumpVicent Marti2010-08-121-0/+44
* Fix some "signed v unsigned comparison" warnings with -WextraRamsay Jones2010-01-201-1/+1
* Fix some "signed/unsigned mismatch" (msvc) compiler warningsRamsay Jones2009-06-051-2/+2
* Fix some (digital-mars) compiler warningsRamsay Jones2009-03-171-2/+2
* Add git__dirname and git__basename utility routinesRamsay Jones2009-01-281-0/+62
* Add git__fmt as an easier to use snprintfShawn O. Pearce2008-12-311-0/+15
* Add string utility functions for prefix and suffix comparesShawn O. Pearce2008-12-311-0/+20
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-0/+26