aboutsummaryrefslogtreecommitdiffstats
path: root/strbuf.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-03strbuf: style fix -- top opening bracket on a separate lineNguyễn Thái Ngọc Duy1-6/+12
2013-04-10strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse1-0/+1
2013-01-16Allow custom "comment char"Junio C Hamano1-0/+4
2013-01-05Merge branch 'mh/unify-xml-in-imap-send-and-http-push'Junio C Hamano1-0/+6
2012-11-26Add new function strbuf_add_xml_quoted()Michael Haggerty1-0/+6
2012-11-04strbuf_split*(): document functionsMichael Haggerty1-0/+33
2012-11-04strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty1-7/+8
2012-09-15strbuf.c: mark a private file-scope symbol as staticJunio C Hamano1-4/+0
2012-04-24strbuf: convenience format functions with \n automatically appendedNguyễn Thái Ngọc Duy1-0/+7
2012-02-26Merge branch 'tr/maint-bundle-long-subject'Junio C Hamano1-0/+1
2012-02-22bundle: put strbuf_readline_fd in strbuf.c with adjustmentsThomas Rast1-0/+1
2011-12-19Merge branch 'jk/credentials'Junio C Hamano1-0/+5
2011-12-12strbuf: add strbuf_add*_urlencodeJeff King1-0/+5
2011-11-08fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano1-0/+8
2011-07-19Merge branch 'jk/maint-config-param'Junio C Hamano1-1/+16
2011-06-22strbuf: allow strbuf_split to work on non-strbufsJeff King1-1/+11
2011-06-22strbuf_split: add a max parameterJeff King1-1/+6
2011-04-27strbuf: clarify assertion in strbuf_setlen()René Scharfe1-5/+2
2011-03-30Merge branch 'maint'Junio C Hamano1-36/+1
2011-03-30strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadMichael Witten1-36/+1
2011-02-26strbuf: add strbuf_vaddfJeff King1-0/+2
2010-09-27strbuf.h: fix comment typoPat Notz1-1/+1
2010-01-20Merge branch 'jc/maint-strbuf-add-fix-doubling'Junio C Hamano1-0/+1
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano1-0/+1
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King1-0/+1
2010-01-13strbuf_addbuf(): allow passing the same buf to dst and srcJunio C Hamano1-0/+1
2010-01-12strbuf.c: remove unused functionJunio C Hamano1-1/+0
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt1-1/+1
2009-08-05strbuf: add new function strbuf_getwholeline()Brandon Casey1-0/+1
2009-04-22Fix typos / spelling in commentsMike Ralphson1-1/+1
2009-03-22strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano1-0/+1
2009-03-22strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano1-0/+2
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds1-0/+1
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe1-0/+5
2008-07-25editor.c: Libify launch_editor()Stephan Beyer1-1/+1
2008-07-13Add some useful functions for strbuf manipulation.Lukas Sandström1-0/+6
2008-07-13Make some strbuf_*() struct strbuf arguments const.Lukas Sandström1-3/+3
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Marco Costalba1-2/+2
2007-11-26builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit1-1/+1
2007-11-22Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg1-0/+1
2007-11-11add strbuf_adddup()René Scharfe1-0/+1
2007-11-09--pretty=format: on-demand format expansionRené Scharfe1-0/+3
2007-11-05Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska1-4/+4
2007-09-29strbuf_read_file enhancement, and use it.Pierre Habouzit1-1/+1
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-5/+5
2007-09-27Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg1-0/+2
2007-09-27Add strbuf_read_file().Kristian Høgsberg1-0/+1
2007-09-26Add strbuf_cmp.Pierre Habouzit1-0/+1
2007-09-26strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano1-3/+6
2007-09-20strbuf API additions and enhancements.Pierre Habouzit1-6/+11
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit1-3/+2
2007-09-16New strbuf APIs: splice and attach.Pierre Habouzit1-0/+5
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-2/+8
2007-09-06Rework strbuf API and semantics.Pierre Habouzit1-2/+84
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-1/+1
2005-04-25[PATCH] Introduce diff-tree-helper.Junio C Hamano1-0/+13