summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite the Revision WalkerVicent Marti2011-03-141-0/+2
* Use the new git__joinpath to build paths in methodsVicent Marti2011-02-091-14/+8
* Add new utility method `git__joinpath`Vicent Marti2011-02-051-0/+8
* Fix directory/path manipulation methodsVicent Marti2011-02-051-2/+53
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-2/+2
* Add generic hash function to util.cVicent Marti2010-12-301-0/+9
* Revert "Properly export all external symbols in Win32"Vicent Marti2010-12-231-6/+6
* Remove git_errnoVicent Marti2010-12-231-22/+10
* Properly export all external symbols in Win32Vicent Marti2010-12-221-9/+9
* Add auxiliary method git__hexdumpVicent Marti2010-08-121-0/+2
* Fix warning in util.h (signed vs unsigned comparison)Vicent Marti2010-07-101-1/+1
* Fix some coding style issuesRamsay Jones2010-02-281-1/+1
* Add git__dirname and git__basename utility routinesRamsay Jones2009-01-281-0/+3
* Add basic support to read pack-*.idx v1 and v2 filesShawn O. Pearce2009-01-031-0/+7
* Add git__fmt as an easier to use snprintfShawn O. Pearce2008-12-311-0/+2
* Add string utility functions for prefix and suffix comparesShawn O. Pearce2008-12-311-0/+3
* Undefine malloc,strdup,calloc before redefining themShawn O. Pearce2008-12-311-0/+12
* Wrap malloc and friends and report out of memory as GIT_ENOMEMShawn O. Pearce2008-12-301-0/+11
* Add util.h - utility macrosAndreas Ericsson2008-11-221-0/+25