aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAge
* strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty2012-11-04
* strbuf_split_buf(): simplify iterationMichael Haggerty2012-11-04
* strbuf_split_buf(): use ALLOC_GROW()Michael Haggerty2012-11-04
* Merge branch 'jk/strbuf-detach-always-non-null'Jeff King2012-10-25
|\
| * strbuf: always return a non-NULL value from strbuf_detachJeff King2012-10-18
* | strbuf.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-15
* | strbuf: convenience format functions with \n automatically appendedNguyễn Thái Ngọc Duy2012-04-24
|/
* Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano2012-02-26
|\
| * bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast2012-02-22
* | Merge branch 'jk/credentials'Junio C Hamano2011-12-19
|\ \
| * | strbuf: add strbuf_add*_urlencodeJeff King2011-12-12
| |/
* | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-08
|/
* strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey2011-10-18
* Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano2011-09-02
|\
| * strbuf_grow(): maintain nul-termination even for new bufferThomas Rast2011-08-29
* | Merge branch 'jk/maint-config-param'Junio C Hamano2011-07-19
|\ \ | |/ |/|
| * strbuf: allow strbuf_split to work on non-strbufsJeff King2011-06-22
| * strbuf_split: add a max parameterJeff King2011-06-22
* | Merge branch 'ef/maint-strbuf-init'Junio C Hamano2011-04-27
|\ \ | |/ |/|
| * strbuf: make sure buffer is zero-terminatedErik Faye-Lund2011-04-11
* | strbuf: add strbuf_vaddfJeff King2011-02-26
* | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-10
* | strbuf: move strbuf_branchname to sha1_name.cJonathan Nieder2010-11-10
* | disallow branch names that start with a hyphenJunio C Hamano2010-09-15
|/
* Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-20
|\
| * git merge -X<option>Avery Pennarun2010-01-17
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-20
|\ \
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-14
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-14
| |/
* | strbuf.c: remove unused functionJunio C Hamano2010-01-12
|/
* strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-05
* fread does not return negative on errorRoel Kluin2009-06-23
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-22
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-22
* Microoptimize strbuf_cmpAlex Riesen2009-03-20
* strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe2009-01-06
* Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-17
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-23
* Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-13
* Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-13
* Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-09
* Uninline prefixcmp()Junio C Hamano2008-01-03
* Merge branch 'rs/pretty'Junio C Hamano2007-11-14
|\
| * add strbuf_adddup()René Scharfe2007-11-11
| * --pretty=format: on-demand format expansionRené Scharfe2007-11-09
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-14
|/
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* Add strbuf_read_file().Kristian Høgsberg2007-09-27
* Add strbuf_cmp.Pierre Habouzit2007-09-26