summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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