summaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAgeFilesLines
* strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse2013-04-101-0/+19
* Allow custom "comment char"Junio C Hamano2013-01-161-9/+49
* Merge branch 'mh/unify-xml-in-imap-send-and-http-push'Junio C Hamano2013-01-051-0/+26
|\
| * Add new function strbuf_add_xml_quoted()Michael Haggerty2012-11-261-0/+26
* | strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty2012-11-041-2/+3
* | strbuf_split_buf(): simplify iterationMichael Haggerty2012-11-041-13/+10
* | strbuf_split_buf(): use ALLOC_GROW()Michael Haggerty2012-11-041-10/+7
* | Merge branch 'jk/strbuf-detach-always-non-null'Jeff King2012-10-251-1/+3
|\ \ | |/ |/|
| * strbuf: always return a non-NULL value from strbuf_detachJeff King2012-10-181-1/+3
* | strbuf.c: mark a private file-scope symbol as staticJunio C Hamano2012-09-151-11/+2
* | strbuf: convenience format functions with \n automatically appendedNguyễn Thái Ngọc Duy2012-04-241-0/+33
|/
* Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano2012-02-261-0/+16
|\
| * bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast2012-02-221-0/+16
* | Merge branch 'jk/credentials'Junio C Hamano2011-12-191-0/+37
|\ \
| * | strbuf: add strbuf_add*_urlencodeJeff King2011-12-121-0/+37
| |/
* | fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano2011-11-081-0/+14
|/
* strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey2011-10-181-1/+0
* Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano2011-09-021-4/+5
|\
| * strbuf_grow(): maintain nul-termination even for new bufferThomas Rast2011-08-291-4/+5
* | Merge branch 'jk/maint-config-param'Junio C Hamano2011-07-191-6/+9
|\ \ | |/ |/|
| * strbuf: allow strbuf_split to work on non-strbufsJeff King2011-06-221-6/+6
| * strbuf_split: add a max parameterJeff King2011-06-221-2/+5
* | Merge branch 'ef/maint-strbuf-init'Junio C Hamano2011-04-271-1/+3
|\ \ | |/ |/|
| * strbuf: make sure buffer is zero-terminatedErik Faye-Lund2011-04-111-1/+3
* | strbuf: add strbuf_vaddfJeff King2011-02-261-10/+15
* | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-101-2/+3
* | strbuf: move strbuf_branchname to sha1_name.cJonathan Nieder2010-11-101-18/+0
* | disallow branch names that start with a hyphenJunio C Hamano2010-09-151-0/+2
|/
* Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-201-0/+9
|\
| * git merge -X<option>Avery Pennarun2010-01-171-0/+9
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-201-0/+17
|\ \
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-141-0/+11
| * | strbuf_expand: convert "%%" to "%"Jeff King2010-01-141-0/+6
| |/
* | strbuf.c: remove unused functionJunio C Hamano2010-01-121-7/+0
|/
* strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-051-3/+12
* fread does not return negative on errorRoel Kluin2009-06-231-1/+1
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-221-0/+8
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-221-0/+9
* Microoptimize strbuf_cmpAlex Riesen2009-03-201-8/+5
* strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe2009-01-061-4/+13
* Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-171-0/+27
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-231-0/+16
* Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-131-0/+70
* Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-131-1/+1
* Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-091-11/+8
* Uninline prefixcmp()Junio C Hamano2008-01-031-0/+9
* Merge branch 'rs/pretty'Junio C Hamano2007-11-141-0/+31
|\
| * add strbuf_adddup()René Scharfe2007-11-111-0/+7
| * --pretty=format: on-demand format expansionRené Scharfe2007-11-091-0/+24
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-141-3/+4
|/