aboutsummaryrefslogtreecommitdiff
path: root/strbuf.h
Commit message (Expand)AuthorAge
* strbuf: create strbuf_humanise_bytes() to show byte sizesAntoine Pelisse2013-04-10
* Allow custom "comment char"Junio C Hamano2013-01-16
* Merge branch 'mh/unify-xml-in-imap-send-and-http-push'Junio C Hamano2013-01-05
|\
| * Add new function strbuf_add_xml_quoted()Michael Haggerty2012-11-26
* | strbuf_split*(): document functionsMichael Haggerty2012-11-04
* | strbuf_split*(): rename "delim" parameter to "terminator"Michael Haggerty2012-11-04
|/
* 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
|/
* 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
* | strbuf: clarify assertion in strbuf_setlen()René Scharfe2011-04-27
|/
* Merge branch 'maint'Junio C Hamano2011-03-30
|\
| * strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadMichael Witten2011-03-30
* | strbuf: add strbuf_vaddfJeff King2011-02-26
|/
* strbuf.h: fix comment typoPat Notz2010-09-27
* Merge branch 'jc/maint-strbuf-add-fix-doubling'Junio C Hamano2010-01-20
|\
| * strbuf_addbuf(): allow passing the same buf to dst and srcJunio C Hamano2010-01-13
* | Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano2010-01-20
|\ \
| * | strbuf: add strbuf_addbuf_percentquoteJeff King2010-01-14
| |/
* | strbuf.c: remove unused functionJunio C Hamano2010-01-12
|/
* Check the format of more printf-type functionsTarmigan Casebolt2009-11-15
* strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-05
* Fix typos / spelling in commentsMike Ralphson2009-04-22
* 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
* Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-17
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-23
* editor.c: Libify launch_editor()Stephan Beyer2008-07-25
* 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
* builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.Pierre Habouzit2007-11-26
* Export launch_editor() and make it accept ':' as a no-op editor.Kristian Høgsberg2007-11-22
* add strbuf_adddup()René Scharfe2007-11-11
* --pretty=format: on-demand format expansionRené Scharfe2007-11-09
* Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska2007-11-05
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* Clean up stripspace a bit, use strbuf even more.Kristian Høgsberg2007-09-27
* Add strbuf_read_file().Kristian Høgsberg2007-09-27
* Add strbuf_cmp.Pierre Habouzit2007-09-26
* strbuf_setlen(): do not barf on setting length of an empty buffer to 0Junio C Hamano2007-09-26
* strbuf API additions and enhancements.Pierre Habouzit2007-09-20
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18