index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
strbuf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
strbuf: make strbuf_getline_crlf() global
Junio C Hamano
2016-01-15
1
-0
/
+12
|
*
|
|
strbuf: miniscule style fix
Junio C Hamano
2016-01-15
1
-2
/
+2
|
|
/
/
*
/
/
strbuf: add strbuf_read_once to read without blocking
Stefan Beller
2015-12-16
1
-0
/
+11
|
/
/
*
|
Merge branch 'tk/stripspace'
Junio C Hamano
2015-10-26
1
-0
/
+66
|
\
|
|
*
strbuf: make stripspace() part of strbuf
Tobias Klauser
2015-10-16
1
-0
/
+66
*
|
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
2015-09-25
1
-2
/
+2
*
|
add reentrant variants of sha1_to_hex and find_unique_abbrev
Jeff King
2015-09-25
1
-0
/
+9
|
/
*
Merge branch 'jh/strbuf-read-use-read-in-full'
Junio C Hamano
2015-08-25
1
-5
/
+5
|
\
|
*
strbuf_read(): skip unnecessary strbuf_grow() at eof
Jim Hill
2015-08-10
1
-5
/
+5
*
|
Merge branch 'jk/date-mode-format'
Junio C Hamano
2015-08-03
1
-0
/
+33
|
\
\
|
*
|
strbuf: make strbuf_addftime more robust
Jeff King
2015-07-21
1
-17
/
+21
|
*
|
introduce "format" date-mode
Jeff King
2015-06-29
1
-0
/
+29
*
|
|
Merge branch 'mh/strbuf-read-file-returns-ssize-t'
Junio C Hamano
2015-07-13
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
strbuf: strbuf_read_file() should return ssize_t
Michael Haggerty
2015-07-04
1
-2
/
+3
*
|
|
strbuf_getwholeline: use getdelim if it is available
Jeff King
2015-04-16
1
-0
/
+42
*
|
|
strbuf_getwholeline: avoid calling strbuf_grow
Jeff King
2015-04-16
1
-1
/
+2
*
|
|
strbuf_getwholeline: use getc_unlocked
Jeff King
2015-04-16
1
-1
/
+3
*
|
|
strbuf_getwholeline: use getc macro
Jeff King
2015-04-16
1
-1
/
+1
|
/
/
*
|
Merge branch 'jc/strbuf-add-lines-avoid-sp-ht-sequence'
Junio C Hamano
2015-01-07
1
-1
/
+2
|
\
\
|
*
|
strbuf_add_commented_lines(): avoid SP-HT sequence in commented lines
Junio C Hamano
2014-10-27
1
-1
/
+2
*
|
|
Merge branch 'rs/export-strbuf-addchars'
Junio C Hamano
2014-09-19
1
-0
/
+7
|
\
\
\
|
*
|
|
strbuf: export strbuf_addchars()
René Scharfe
2014-09-08
1
-0
/
+7
*
|
|
|
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2014-09-02
1
-0
/
+46
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
abspath: convert absolute_path() to strbuf
René Scharfe
2014-08-26
1
-0
/
+25
|
*
|
|
strbuf: add strbuf_getcwd()
René Scharfe
2014-07-28
1
-0
/
+21
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'jk/strip-suffix'
Junio C Hamano
2014-07-16
1
-9
/
+0
|
\
\
\
|
*
|
|
implement ends_with via strip_suffix
Jeff King
2014-06-30
1
-9
/
+0
|
|
/
/
*
|
|
strbuf: add xstrfmt helper
Jeff King
2014-06-19
1
-0
/
+19
*
|
|
Merge branch 'jk/http-errors'
Junio C Hamano
2014-06-16
1
-0
/
+17
|
\
\
\
|
*
|
|
strbuf: add strbuf_reencode helper
Jeff King
2014-05-27
1
-0
/
+17
|
|
/
/
*
|
|
Merge branch 'jk/strbuf-tolower'
Junio C Hamano
2014-06-16
1
-0
/
+7
|
\
\
\
|
*
|
|
strbuf: add strbuf_tolower function
Jeff King
2014-05-23
1
-0
/
+7
|
|
/
/
*
|
|
Merge branch 'jk/daemon-tolower'
Junio C Hamano
2014-06-16
1
-0
/
+13
|
\
\
\
|
*
|
|
daemon/config: factor out duplicate xstrdup_tolower
Jeff King
2014-05-23
1
-0
/
+13
|
|
|
/
|
|
/
|
*
|
|
strbuf: use _rtrim and _ltrim in strbuf_trim
Brian Gesiak
2014-05-07
1
-9
/
+2
|
|
/
|
/
|
*
|
strbuf: remove prefixcmp() and suffixcmp()
Christian Couder
2013-12-05
1
-18
/
+0
*
|
strbuf: introduce starts_with() and ends_with()
Christian Couder
2013-12-05
1
-0
/
+18
|
/
*
strbuf: create strbuf_humanise_bytes() to show byte sizes
Antoine Pelisse
2013-04-10
1
-0
/
+19
*
Allow custom "comment char"
Junio C Hamano
2013-01-16
1
-9
/
+49
*
Merge branch 'mh/unify-xml-in-imap-send-and-http-push'
Junio C Hamano
2013-01-06
1
-0
/
+26
|
\
|
*
Add new function strbuf_add_xml_quoted()
Michael Haggerty
2012-11-26
1
-0
/
+26
*
|
strbuf_split*(): rename "delim" parameter to "terminator"
Michael Haggerty
2012-11-04
1
-2
/
+3
*
|
strbuf_split_buf(): simplify iteration
Michael Haggerty
2012-11-04
1
-13
/
+10
*
|
strbuf_split_buf(): use ALLOC_GROW()
Michael Haggerty
2012-11-04
1
-10
/
+7
*
|
Merge branch 'jk/strbuf-detach-always-non-null'
Jeff King
2012-10-25
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
strbuf: always return a non-NULL value from strbuf_detach
Jeff King
2012-10-18
1
-1
/
+3
*
|
strbuf.c: mark a private file-scope symbol as static
Junio C Hamano
2012-09-16
1
-11
/
+2
*
|
strbuf: convenience format functions with \n automatically appended
Nguyễn Thái Ngọc Duy
2012-04-24
1
-0
/
+33
|
/
*
Merge branch 'tr/maint-bundle-long-subject'
Junio C Hamano
2012-02-27
1
-0
/
+16
|
\
|
*
bundle: put strbuf_readline_fd in strbuf.c with adjustments
Thomas Rast
2012-02-23
1
-0
/
+16
[prev]
[next]