]> git.proxmox.com Git - libgit2.git/history - src/buffer.c
Add git_buf_put_base64 to buffer API
[libgit2.git] / src / buffer.c
2012-10-10 Russell BelferAdd git_buf_put_base64 to buffer API
2012-08-27 Vicent MartíMerge pull request #897 from nulltoken/topic/git_refere...
2012-08-27 Russell BelferMerge pull request #903 from nulltoken/topic/peeling...
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-24 Vicent MartíMerge pull request #895 from carlosmn/sideband
2012-08-24 Vicent MartíMerge pull request #852 from arrbee/submodule-extensions
2012-08-24 Russell BelferFix valgrind issues and leaks
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-07-31 Vicent MartíMerge pull request #826 from carlosmn/config-find-error
2012-07-31 Vicent MartíMerge pull request #837 from carlosmn/travis
2012-07-31 Vicent MartíMerge pull request #833 from carlosmn/odb-one
2012-07-27 Ben StraubMerge remote-tracking branch 'upstream/development...
2012-07-27 Vicent MartíMerge pull request #839 from nulltoken/topic/odb-foreac...
2012-07-27 Vicent MartíMerge pull request #834 from carlosmn/network-callbacks
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/branch...
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/reflog...
2012-07-24 Russell BelferMerge pull request #799 from yorah/fix/issue-787
2012-07-24 yorahAdd git_buf_unescape and git__unescape to unescape...
2012-07-17 Ben StraubMerge branch 'development' into clone
2012-07-12 Vicent MartíMerge pull request #789 from carlosmn/odb-foreach
2012-07-12 Vicent MartíMerge pull request #805 from nulltoken/fix/revwalk...
2012-07-12 Vicent MartíMerge pull request #814 from nulltoken/topic/revparse...
2012-07-12 Vicent MartíMerge pull request #812 from arrbee/assorted-tweaks
2012-07-11 Russell BelferFix missing NUL termination of buffer
2012-07-11 Russell BelferAdd a couple of useful git_buf utilities
2012-06-19 Vicent MartíMerge pull request #753 from nulltoken/topic/merge...
2012-06-19 Vicent MartiMerge remote-tracking branch 'yorah/fix/notes-creation...
2012-06-13 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-07 Vicent Martímisc: Fix warnings from PVS Studio trial
2012-06-07 Chris YoungMerge remote-tracking branch 'source/development' into...
2012-06-05 Ben StraubMerge branch 'development' into rev-parse
2012-05-17 Vicent MartíMerge pull request #685 from nulltoken/fix/list-remote...
2012-05-17 Vicent MartíMerge pull request #709 from arrbee/profiling-with...
2012-05-17 Russell BelferNo point in keeping commented out fn
2012-05-17 Russell BelferOther optimization and warning fixes
2012-05-17 Russell BelferOptimize away git_text_gather_stats in diff
2012-05-16 Vicent MartíMerge pull request #700 from cholin/revwalk_reset
2012-05-16 Vicent MartíMerge pull request #702 from arrbee/fix-status-file
2012-05-15 Russell BelferDocument git_buf_common_prefix
2012-05-15 Russell BelferRanged iterators and rewritten git_status_file
2012-05-09 Vicent Martímsvc: Do not use `isspace`
2012-05-05 Vicent MartíMerge remote-tracking branch 'scottjg/fix-mingw32'...
2012-05-05 Vicent MartíMerge pull request #659 from libgit2/development-merge
2012-05-05 Vicent MartíMerge pull request #664 from arrbee/attrs-from-index
2012-05-03 Vicent Martíbuffer: Add `git_buf_vprintf`
2012-05-02 Vicent MartíMerge branch 'new-error-handling' into development
2012-04-25 Russell BelferMerge pull request #642 from arrbee/mem-pools
2012-04-25 Russell BelferImplement git_pool paged memory allocator
2012-04-11 Vicent MartíMerge branch 'new-error-handling' of github.com:libgit2...
2012-03-31 Vicent MartíMerge pull request #610 from arrbee/status-rewrite
2012-03-30 Russell BelferFix bug when join_n refers to original buffer
2012-03-16 Russell BelferConvert attr, ignore, mwindow, status to new errors
2012-03-15 Vicent MartíMerge pull request #595 from arrbee/new-errors-odb
2012-03-15 Russell BelferContinue error conversion
2012-03-06 Vicent Martíerror-handling: Repository
2012-03-05 Carlos Martín NietoMerge branch 'ssh-urls' into development
2012-03-02 Vicent MartíMerge pull request #575 from libgit2/filters
2012-03-02 Russell BelferAdd filter tests and fix some bugs
2012-02-27 Vicent Martíbuffer: Null terminate on rtrim
2012-02-27 Vicent Martífilter: Apply filters before writing a file to the ODB
2012-02-27 Vicent Martíbuffer: Unify `git_fbuffer` and `git_buf`
2012-02-23 Vicent MartíMerge pull request #570 from arrbee/uniform-iterators
2012-02-21 Russell BelferUniform iterators for trees, index, and workdir
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-12 Russell BelferFix several memory issues
2012-01-11 Russell BelferInitial implementation of gitignore support
2011-12-14 Russell BelferAllow git_buf_joinpath to accept self-joins
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 #504 from arrbee/git-buf-fast-join
2011-11-30 Russell BelferOptimized of git_buf_join.
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 BelferResolve remaining feedback
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-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-10-29 Vicent MartíMerge pull request #456 from brodie/perm-fixes
2011-10-29 Vicent Martiglobal: Properly use `git__` memory wrappers
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
next