]> git.proxmox.com Git - libgit2.git/history - src/util.h
util: Add git__strcmp_cb() wrapper
[libgit2.git] / src / util.h
2011-08-09 nulltokenutil: Add git__strcmp_cb() wrapper
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-09 Vicent MartiRemove unused methods
2011-07-07 nulltokenFix MSVC compilation warnings
2011-07-07 Vicent Martivector: Timsort all of the things
2011-07-06 Vicent MartíMerge pull request #306 from carlosmn/development
2011-07-06 Vicent MartíMerge pull request #296 from kiryl/index-optimization
2011-07-05 Kirill A. Shutemovutil: introduce merge sort routine
2011-07-05 Vicent MartíMerge pull request #299 from kiryl/examples-general...
2011-07-05 Vicent MartíMerge pull request #297 from nulltoken/patch-5
2011-07-05 Vicent MartíMerge pull request #300 from carlosmn/gsoc2011/master
2011-07-05 Vicent Martifileops: Cleanup
2011-07-01 Kirill A. Shutemovcleanup: remove trailing spaces
2011-06-26 Carlos Martín Nietopkt-line: read capabilities
2011-06-26 Carlos Martín NietoAdd git.git's fnmatch, which is really GNU's and the...
2011-06-17 Vicent MartíMerge pull request #267 from Jopie64/development
2011-06-17 Johan 't HartFix compilation error in MSVC when compiling for c++
2011-06-15 Vicent MartíMerge pull request #261 from Romain-Geissler/discovery...
2011-06-08 Vicent MartíMerge pull request #216 from glesserd/development
2011-06-07 Vicent MartíMerge pull request #231 from Romain-Geissler/discovery...
2011-06-04 Vicent MartíMerge pull request #227 from Romain-Geissler/discovery...
2011-06-03 Vicent Martiodb: Fix loading ODB alternates
2011-06-02 Vicent MartíMerge pull request #144 from nordsturm/fix_fakewstream
2011-05-18 Vicent MartíMerge pull request #195 from RomainMuller/master
2011-05-17 Jakob PfenderMerge branch 'development' into unmerged
2011-05-17 Vicent Martiutils: Move git__str[n]tolower
2011-05-17 Vicent Martiutils: Implement git__strndup
2011-05-17 Vicent MartíMerge pull request #116 from carlosmn/test-naming
2011-05-17 Carlos Martín NietoMerge upstream/development
2011-05-09 Vicent MartiMerge branch 'error-handling' into development
2011-05-09 Vicent MartiChange error handling mechanism once again
2011-05-09 Vicent Martierrors: Set error messages on memory allocation
2011-05-05 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-05-05 Carlos Martín Nietoconfig: store the section name separately
2011-04-11 Carlos Martín NietoMerge upstream/development
2011-04-11 Jakob Pfendermerge branch development
2011-04-09 Vicent MartiProperly check `strtol` for errors
2011-04-06 Carlos Martín NietoMerge remote-tracking branch 'upstream/development...
2011-04-03 Sarath LakshmanNew external API method: `git_tree_create`
2011-03-31 Carlos Martín NietoMerge upstream/development
2011-03-20 Vicent MartiI broke your bindings
2011-03-14 Vicent MartiRewrite the Pack backend
2011-03-14 Vicent MartiRewrite the Revision Walker
2011-02-09 Vicent MartiUse the new git__joinpath to build paths in methods
2011-02-07 Vicent MartiMerge branch 'master' of https://github.com/saschpe...
2011-02-05 Vicent MartiAdd new utility method `git__joinpath`
2011-02-05 Vicent MartiFix directory/path manipulation methods
2011-01-20 Vicent MartiMerge branch 'dir-path-prettifying' of https://github...
2011-01-11 Alex BudovskiRevised platform types to use 'best supported' size.
2011-01-03 Vicent MartiMerge branch 'repo-init' of https://github.com/nulltoke...
2010-12-29 Vicent MartiAdd generic hash function to util.c
2010-12-23 nulltokenMerge branch 'master' into repo-init
2010-12-22 Vicent MartiMerge branch 'call-ldconfig-on-unix' of https://github...
2010-12-22 Vicent MartiMerge branch 'waf-pkgconfig-typo' of https://github...
2010-12-22 Vicent MartiRevert "Properly export all external symbols in Win32"
2010-12-22 Vicent MartiRemove git_errno
2010-12-22 Vicent MartiProperly export all external symbols in Win32
2010-08-12 Vicent MartiAdd auxiliary method git__hexdump
2010-07-10 Vicent MartiFix warning in util.h (signed vs unsigned comparison)
2010-04-23 Andreas EricssonMerge remote branch 'ramsay/dev'
2010-02-28 Ramsay JonesFix some coding style issues
2009-01-28 Ramsay JonesAdd git__dirname and git__basename utility routines
2009-01-03 Shawn O. PearceAdd basic support to read pack-*.idx v1 and v2 files
2009-01-01 Shawn O. PearceAdd git__fmt as an easier to use snprintf
2008-12-31 Shawn O. PearceAdd string utility functions for prefix and suffix...
2008-12-31 Shawn O. PearceUndefine malloc,strdup,calloc before redefining them
2008-12-31 Shawn O. PearceWrap malloc and friends and report out of memory as...
2008-11-22 Andreas EricssonAdd util.h - utility macros