Age | Commit message (Expand) | Author | Files | Lines |
2015-09-25 | add reentrant variants of sha1_to_hex and find_unique_abbrev | Jeff King | 1 | -0/+8 |
2015-09-25 | strbuf: make strbuf_complete_line more generic | Jeff King | 1 | -2/+13 |
2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -0/+5 |
2015-07-13 | Merge branch 'mh/strbuf-read-file-returns-ssize-t' | Junio C Hamano | 1 | -1/+1 |
2015-07-03 | strbuf: strbuf_read_file() should return ssize_t | Michael Haggerty | 1 | -1/+1 |
2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -0/+5 |
2015-04-16 | strbuf_addch: avoid calling strbuf_grow | Jeff King | 1 | -1/+2 |
2015-01-16 | strbuf.h: group documentation for trim functions | Jeff King | 1 | -10/+2 |
2015-01-16 | strbuf.h: drop boilerplate descriptions of strbuf_split_* | Jeff King | 1 | -12/+5 |
2015-01-16 | strbuf.h: reorganize api function grouping headers | Jeff King | 1 | -9/+8 |
2015-01-16 | strbuf.h: format asciidoc code blocks as 4-space indent | Jeff King | 1 | -7/+4 |
2015-01-16 | strbuf.h: drop asciidoc list formatting from API docs | Jeff King | 1 | -37/+37 |
2015-01-16 | strbuf.h: unify documentation comments beginnings | Stefan Beller | 1 | -7/+7 |
2015-01-16 | strbuf.h: integrate api-strbuf.txt documentation | Jeff King | 1 | -67/+390 |
2014-09-19 | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 1 | -0/+1 |
2014-09-08 | strbuf: export strbuf_addchars() | René Scharfe | 1 | -0/+1 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -0/+3 |
2014-08-26 | abspath: convert absolute_path() to strbuf | René Scharfe | 1 | -0/+2 |
2014-07-28 | strbuf: add strbuf_getcwd() | René Scharfe | 1 | -0/+1 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -0/+9 |
2014-06-30 | strbuf: implement strbuf_strip_suffix | Jeff King | 1 | -0/+9 |
2014-06-19 | strbuf: add xstrfmt helper | Jeff King | 1 | -0/+9 |
2014-06-16 | Merge branch 'jk/http-errors' | Junio C Hamano | 1 | -0/+1 |
2014-06-16 | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 1 | -0/+1 |
2014-06-16 | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 1 | -0/+2 |
2014-05-27 | strbuf: add strbuf_reencode helper | Jeff King | 1 | -0/+1 |
2014-05-23 | strbuf: add strbuf_tolower function | Jeff King | 1 | -0/+1 |
2014-05-23 | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 1 | -0/+2 |
2014-03-03 | strbuf: style fix -- top opening bracket on a separate line | Nguyễn Thái Ngọc Duy | 1 | -6/+12 |
2013-04-10 | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 1 | -0/+1 |
2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -0/+4 |
2013-01-05 | Merge branch 'mh/unify-xml-in-imap-send-and-http-push' | Junio C Hamano | 1 | -0/+6 |
2012-11-26 | Add new function strbuf_add_xml_quoted() | Michael Haggerty | 1 | -0/+6 |
2012-11-04 | strbuf_split*(): document functions | Michael Haggerty | 1 | -0/+33 |
2012-11-04 | strbuf_split*(): rename "delim" parameter to "terminator" | Michael Haggerty | 1 | -7/+8 |
2012-09-15 | strbuf.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -4/+0 |
2012-04-24 | strbuf: convenience format functions with \n automatically appended | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2012-02-26 | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 1 | -0/+1 |
2012-02-22 | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 1 | -0/+1 |
2011-12-19 | Merge branch 'jk/credentials' | Junio C Hamano | 1 | -0/+5 |
2011-12-12 | strbuf: add strbuf_add*_urlencode | Jeff King | 1 | -0/+5 |
2011-11-08 | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 1 | -0/+8 |
2011-07-19 | Merge branch 'jk/maint-config-param' | Junio C Hamano | 1 | -1/+16 |
2011-06-22 | strbuf: allow strbuf_split to work on non-strbufs | Jeff King | 1 | -1/+11 |
2011-06-22 | strbuf_split: add a max parameter | Jeff King | 1 | -1/+6 |
2011-04-27 | strbuf: clarify assertion in strbuf_setlen() | René Scharfe | 1 | -5/+2 |
2011-03-30 | Merge branch 'maint' | Junio C Hamano | 1 | -36/+1 |
2011-03-30 | strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead | Michael Witten | 1 | -36/+1 |
2011-02-26 | strbuf: add strbuf_vaddf | Jeff King | 1 | -0/+2 |
2010-09-27 | strbuf.h: fix comment typo | Pat Notz | 1 | -1/+1 |