summaryrefslogtreecommitdiff
path: root/strbuf.c
AgeCommit message (Expand)Author
2014-06-16Merge branch 'jk/http-errors'Junio C Hamano
2014-06-16Merge branch 'jk/strbuf-tolower'Junio C Hamano
2014-06-16Merge branch 'jk/daemon-tolower'Junio C Hamano
2014-05-27strbuf: add strbuf_reencode helperJeff King
2014-05-23strbuf: add strbuf_tolower functionJeff King
2014-05-23daemon/config: factor out duplicate xstrdup_tolowerJeff King
2014-05-06strbuf: use _rtrim and _ltrim in strbuf_trimBrian Gesiak
2013-12-05strbuf: remove prefixcmp() and suffixcmp()Christian Couder
2013-12-05strbuf: introduce starts_with() and ends_with()Christian Couder
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse
2013-01-16Allow custom "comment char"Junio C Hamano
2013-01-06Merge branch 'mh/unify-xml-in-imap-send-and-http-push'Junio C Hamano
2012-11-26Add new function strbuf_add_xml_quoted()Michael Haggerty
2012-11-04strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty
2012-11-04strbuf_split_buf(): simplify iterationMichael Haggerty
2012-11-04strbuf_split_buf(): use ALLOC_GROW()Michael Haggerty
2012-10-25Merge branch 'jk/strbuf-detach-always-non-null'Jeff King
2012-10-18strbuf: always return a non-NULL value from strbuf_detachJeff King
2012-09-16strbuf.c: mark a private file-scope symbol as staticJunio C Hamano
2012-04-24strbuf: convenience format functions with \n automatically appendedNguyễn Thái Ngọc Duy
2012-02-27Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano
2012-02-23bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast
2011-12-20Merge branch 'jk/credentials'Junio C Hamano
2011-12-13strbuf: add strbuf_add*_urlencodeJeff King
2011-11-08fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano
2011-10-18strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey
2011-09-02Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano
2011-08-29strbuf_grow(): maintain nul-termination even for new bufferThomas Rast
2011-07-19Merge branch 'jk/maint-config-param'Junio C Hamano
2011-06-22strbuf: allow strbuf_split to work on non-strbufsJeff King
2011-06-22strbuf_split: add a max parameterJeff King
2011-04-27Merge branch 'ef/maint-strbuf-init'Junio C Hamano
2011-04-11strbuf: make sure buffer is zero-terminatedErik Faye-Lund
2011-02-26strbuf: add strbuf_vaddfJeff King
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder
2010-11-10strbuf: move strbuf_branchname to sha1_name.cJonathan Nieder
2010-09-15disallow branch names that start with a hyphenJunio C Hamano
2010-01-21Merge branch 'ap/merge-backend-opts'Junio C Hamano
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano
2010-01-18git merge -X<option>Avery Pennarun
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King
2010-01-12strbuf.c: remove unused functionJunio C Hamano
2009-08-05strbuf: add new function strbuf_getwholeline()Brandon Casey
2009-06-23fread does not return negative on errorRoel Kluin
2009-03-23strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano
2009-03-23strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano
2009-03-20Microoptimize strbuf_cmpAlex Riesen
2009-01-07strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds