]> git.proxmox.com Git - libgit2.git/history - src/buffer.h
Update Copyright header
[libgit2.git] / src / buffer.h
2012-02-13 schuUpdate Copyright header
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-11 Russell BelferInitial implementation of gitignore support
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-14 Vicent Martibuffer: inline `git_buf_cstr`
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-11-30 Vicent MartíMerge pull request #503 from arrbee/git-buf-always...
2011-11-30 Russell BelferMake initial value of git_buf ptr always be a valid...
2011-11-30 Russell BelferMake git_buf functions always maintain a valid cstr.
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Russell BelferAdd two string git_buf_join and tweak input error checking.
2011-11-28 Russell BelferExtend git_buf with new utility functions and unit...
2011-09-22 Vicent MartíMerge pull request #421 from nulltoken/ntk/fix/config...
2011-09-22 Vicent MartíMerge pull request #405 from carlosmn/http-ls
2011-09-19 Vicent MartíMerge pull request #384 from kiryl/warnings
2011-09-19 Vicent MartíMerge pull request #397 from lambourg/development
2011-09-19 Vicent MartíMerge pull request #394 from carlosmn/tree-fromindex
2011-09-19 Vicent MartíMerge pull request #398 from carlosmn/config-autohome
2011-09-19 Vicent MartíMerge pull request #408 from schu/fixup-status
2011-09-19 Vicent MartíMerge pull request #393 from schu/unused-but-set-variable
2011-09-19 Vicent MartíMerge pull request #392 from sschuberth/development
2011-09-19 Vicent MartíMerge pull request #400 from boyski/fixup-examples
2011-09-19 Vicent MartíMerge pull request #399 from carlosmn/free-null
2011-09-19 Vicent MartíMerge pull request #409 from nulltoken/ntk/fix/status...
2011-09-19 Vicent MartíMerge pull request #411 from boyski/gcc4
2011-09-18 Vicent MartiCleanup legal data
2011-09-09 Carlos Martín Nietobuffer: add git_buf_consume
2011-09-09 Carlos Martín Nietobuffer: add git_buf_clear
2011-07-12 Vicent MartíMerge pull request #321 from letolabs/readme
2011-07-09 Vicent Martiodb: Direct writes are back