Age | Commit message (Expand) | Author | Files | Lines |
2015-08-25 | Merge branch 'jh/strbuf-read-use-read-in-full' | Junio C Hamano | 1 | -5/+5 |
2015-08-10 | strbuf_read(): skip unnecessary strbuf_grow() at eof | Jim Hill | 1 | -5/+5 |
2015-08-03 | Merge branch 'jk/date-mode-format' | Junio C Hamano | 1 | -0/+33 |
2015-07-20 | strbuf: make strbuf_addftime more robust | Jeff King | 1 | -17/+21 |
2015-07-13 | Merge branch 'mh/strbuf-read-file-returns-ssize-t' | Junio C Hamano | 1 | -2/+3 |
2015-07-03 | strbuf: strbuf_read_file() should return ssize_t | Michael Haggerty | 1 | -2/+3 |
2015-06-29 | introduce "format" date-mode | Jeff King | 1 | -0/+29 |
2015-04-16 | strbuf_getwholeline: use getdelim if it is available | Jeff King | 1 | -0/+42 |
2015-04-16 | strbuf_getwholeline: avoid calling strbuf_grow | Jeff King | 1 | -1/+2 |
2015-04-16 | strbuf_getwholeline: use getc_unlocked | Jeff King | 1 | -1/+3 |
2015-04-16 | strbuf_getwholeline: use getc macro | Jeff King | 1 | -1/+1 |
2015-01-07 | Merge branch 'jc/strbuf-add-lines-avoid-sp-ht-sequence' | Junio C Hamano | 1 | -1/+2 |
2014-10-27 | strbuf_add_commented_lines(): avoid SP-HT sequence in commented lines | Junio C Hamano | 1 | -1/+2 |
2014-09-19 | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 1 | -0/+7 |
2014-09-08 | strbuf: export strbuf_addchars() | René Scharfe | 1 | -0/+7 |
2014-09-02 | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 1 | -0/+46 |
2014-08-26 | abspath: convert absolute_path() to strbuf | René Scharfe | 1 | -0/+25 |
2014-07-28 | strbuf: add strbuf_getcwd() | René Scharfe | 1 | -0/+21 |
2014-07-16 | Merge branch 'jk/strip-suffix' | Junio C Hamano | 1 | -9/+0 |
2014-06-30 | implement ends_with via strip_suffix | Jeff King | 1 | -9/+0 |
2014-06-19 | strbuf: add xstrfmt helper | Jeff King | 1 | -0/+19 |
2014-06-16 | Merge branch 'jk/http-errors' | Junio C Hamano | 1 | -0/+17 |
2014-06-16 | Merge branch 'jk/strbuf-tolower' | Junio C Hamano | 1 | -0/+7 |
2014-06-16 | Merge branch 'jk/daemon-tolower' | Junio C Hamano | 1 | -0/+13 |
2014-05-27 | strbuf: add strbuf_reencode helper | Jeff King | 1 | -0/+17 |
2014-05-23 | strbuf: add strbuf_tolower function | Jeff King | 1 | -0/+7 |
2014-05-23 | daemon/config: factor out duplicate xstrdup_tolower | Jeff King | 1 | -0/+13 |
2014-05-06 | strbuf: use _rtrim and _ltrim in strbuf_trim | Brian Gesiak | 1 | -9/+2 |
2013-12-05 | strbuf: remove prefixcmp() and suffixcmp() | Christian Couder | 1 | -18/+0 |
2013-12-05 | strbuf: introduce starts_with() and ends_with() | Christian Couder | 1 | -0/+18 |
2013-04-10 | strbuf: create strbuf_humanise_bytes() to show byte sizes | Antoine Pelisse | 1 | -0/+19 |
2013-01-16 | Allow custom "comment char" | Junio C Hamano | 1 | -9/+49 |
2013-01-05 | Merge branch 'mh/unify-xml-in-imap-send-and-http-push' | Junio C Hamano | 1 | -0/+26 |
2012-11-26 | Add new function strbuf_add_xml_quoted() | Michael Haggerty | 1 | -0/+26 |
2012-11-04 | strbuf_split*(): rename "delim" parameter to "terminator" | Michael Haggerty | 1 | -2/+3 |
2012-11-04 | strbuf_split_buf(): simplify iteration | Michael Haggerty | 1 | -13/+10 |
2012-11-04 | strbuf_split_buf(): use ALLOC_GROW() | Michael Haggerty | 1 | -10/+7 |
2012-10-25 | Merge branch 'jk/strbuf-detach-always-non-null' | Jeff King | 1 | -1/+3 |
2012-10-18 | strbuf: always return a non-NULL value from strbuf_detach | Jeff King | 1 | -1/+3 |
2012-09-15 | strbuf.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -11/+2 |
2012-04-24 | strbuf: convenience format functions with \n automatically appended | Nguyễn Thái Ngọc Duy | 1 | -0/+33 |
2012-02-26 | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 1 | -0/+16 |
2012-02-22 | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 1 | -0/+16 |
2011-12-19 | Merge branch 'jk/credentials' | Junio C Hamano | 1 | -0/+37 |
2011-12-12 | strbuf: add strbuf_add*_urlencode | Jeff King | 1 | -0/+37 |
2011-11-08 | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 1 | -0/+14 |
2011-10-18 | strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline() | Brandon Casey | 1 | -1/+0 |
2011-09-02 | Merge branch 'tr/maint-strbuf-grow-nul-termination' | Junio C Hamano | 1 | -4/+5 |
2011-08-29 | strbuf_grow(): maintain nul-termination even for new buffer | Thomas Rast | 1 | -4/+5 |
2011-07-19 | Merge branch 'jk/maint-config-param' | Junio C Hamano | 1 | -6/+9 |