Sign in
googlers
/
jrn
/
git
/
e3fdbcc8e16474f50749a384175f78908c4f038e
/
strbuf.h
fec501d
strbuf_addch: avoid calling strbuf_grow
by Jeff King
· 10 years ago
d468fa2
strbuf.h: group documentation for trim functions
by Jeff King
· 10 years ago
f20e56e
strbuf.h: drop boilerplate descriptions of strbuf_split_*
by Jeff King
· 10 years ago
14e2177
strbuf.h: reorganize api function grouping headers
by Jeff King
· 10 years ago
088c9a8
strbuf.h: format asciidoc code blocks as 4-space indent
by Jeff King
· 10 years ago
aa07cac
strbuf.h: drop asciidoc list formatting from API docs
by Jeff King
· 10 years ago
6afbbdd
strbuf.h: unify documentation comments beginnings
by Stefan Beller
· 10 years ago
bdfdaa4
strbuf.h: integrate api-strbuf.txt documentation
by Jeff King
· 10 years ago
56feed1
Merge branch 'rs/export-strbuf-addchars'
by Junio C Hamano
· 10 years ago
d07235a
strbuf: export strbuf_addchars()
by René Scharfe
· 11 years ago
f655651
Merge branch 'rs/strbuf-getcwd'
by Junio C Hamano
· 11 years ago
679eebe
abspath: convert absolute_path() to strbuf
by René Scharfe
· 11 years ago
f22a76e
strbuf: add strbuf_getcwd()
by René Scharfe
· 11 years ago
6e40947
Merge branch 'jk/strip-suffix'
by Junio C Hamano
· 11 years ago
6dda4e6
strbuf: implement strbuf_strip_suffix
by Jeff King
· 11 years ago
30a0ddb
strbuf: add xstrfmt helper
by Jeff King
· 11 years ago
2075a0c
Merge branch 'jk/http-errors'
by Junio C Hamano
· 11 years ago
b4bba8d
Merge branch 'jk/strbuf-tolower'
by Junio C Hamano
· 11 years ago
b4516df
Merge branch 'jk/daemon-tolower'
by Junio C Hamano
· 11 years ago
d4241f5
strbuf: add strbuf_reencode helper
by Jeff King
· 11 years ago
ffb20ce
strbuf: add strbuf_tolower function
by Jeff King
· 11 years ago
88d5a6f
daemon/config: factor out duplicate xstrdup_tolower
by Jeff King
· 11 years ago
187e290
strbuf: style fix -- top opening bracket on a separate line
by Nguyễn Thái Ngọc Duy
· 11 years ago
079b546
strbuf: create strbuf_humanise_bytes() to show byte sizes
by Antoine Pelisse
· 12 years ago
eff80a9
Allow custom "comment char"
by Junio C Hamano
· 12 years ago
be7baf9
Merge branch 'mh/unify-xml-in-imap-send-and-http-push'
by Junio C Hamano
· 12 years ago
5963c03
Add new function strbuf_add_xml_quoted()
by Michael Haggerty
· 12 years ago
06379a6
strbuf_split*(): document functions
by Michael Haggerty
· 12 years ago
17b73dc
strbuf_split*(): rename "delim" parameter to "terminator"
by Michael Haggerty
· 12 years ago
ea03a8e
strbuf.c: mark a private file-scope symbol as static
by Junio C Hamano
· 12 years ago
9a0a30a
strbuf: convenience format functions with \n automatically appended
by Nguyễn Thái Ngọc Duy
· 13 years ago
ac1373f
Merge branch 'tr/maint-bundle-long-subject'
by Junio C Hamano
· 13 years ago
5e8617f
bundle: put strbuf_readline_fd in strbuf.c with adjustments
by Thomas Rast
· 13 years ago
367d20e
Merge branch 'jk/credentials'
by Junio C Hamano
· 13 years ago
c505116
strbuf: add strbuf_add*_urlencode
by Jeff King
· 13 years ago
895680f
fmt-merge-msg: Add contents of merged tag in the merge message
by Junio C Hamano
· 13 years ago
fe01ef3
Merge branch 'jk/maint-config-param'
by Junio C Hamano
· 14 years ago
2f1d9e2
strbuf: allow strbuf_split to work on non-strbufs
by Jeff King
· 14 years ago
28fc3a6
strbuf_split: add a max parameter
by Jeff King
· 14 years ago
7141efa
strbuf: clarify assertion in strbuf_setlen()
by René Scharfe
· 14 years ago
17a0299
Merge branch 'maint'
by Junio C Hamano
· 14 years ago
e039011
strbuf.h: remove a tad stale docs-in-comment and reference api-doc instead
by Michael Witten
· 14 years ago
ebeb609
strbuf: add strbuf_vaddf
by Jeff King
· 14 years ago
4af3fab
strbuf.h: fix comment typo
by Pat Notz
· 14 years ago
886932e
Merge branch 'jc/maint-strbuf-add-fix-doubling'
by Junio C Hamano
· 15 years ago
0877510
Merge branch 'jk/warn-author-committer-after-commit'
by Junio C Hamano
· 15 years ago
361df5d
strbuf: add strbuf_addbuf_percentquote
by Jeff King
· 15 years ago
81d2cae
strbuf_addbuf(): allow passing the same buf to dst and src
by Junio C Hamano
· 15 years ago
229d810
strbuf.c: remove unused function
by Junio C Hamano
· 15 years ago
28bea9e
Check the format of more printf-type functions
by Tarmigan Casebolt
· 15 years ago
c7e4f0d
strbuf: add new function strbuf_getwholeline()
by Brandon Casey
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
a2fab53
strbuf_check_branch_ref(): a helper to check a refname for a branch
by Junio C Hamano
· 16 years ago
a552de7
strbuf_branchname(): a wrapper for branch name shorthands
by Junio C Hamano
· 16 years ago
b11b7e1
Add generic 'strbuf_readlink()' helper function
by Linus Torvalds
· 16 years ago
9b864e7
add strbuf_expand_dict_cb(), a helper for simple cases
by René Scharfe
· 16 years ago
7198203
editor.c: Libify launch_editor()
by Stephan Beyer
· 17 years ago
eacd6dc
Add some useful functions for strbuf manipulation.
by Lukas Sandström
· 17 years ago
9b200fd
Make some strbuf_*() struct strbuf arguments const.
by Lukas Sandström
· 17 years ago
c3a670d
Avoid a useless prefix lookup in strbuf_expand()
by Marco Costalba
· 17 years ago
8babab9
builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.
by Pierre Habouzit
· 17 years ago
943316e
Export launch_editor() and make it accept ':' as a no-op editor.
by Kristian Høgsberg
· 17 years ago
91db267
add strbuf_adddup()
by René Scharfe
· 17 years ago
cde75e5
--pretty=format: on-demand format expansion
by René Scharfe
· 17 years ago
a1f611d
Fix comment in strbuf.h to use correct name strbuf_avail()
by Steffen Prohaska
· 17 years ago
387e7e1
strbuf_read_file enhancement, and use it.
by Pierre Habouzit
· 17 years ago
b315c5c
strbuf change: be sure ->buf is never ever NULL.
by Pierre Habouzit
· 17 years ago
6d69b6f
Clean up stripspace a bit, use strbuf even more.
by Kristian Høgsberg
· 17 years ago
a9390b9
Add strbuf_read_file().
by Kristian Høgsberg
· 17 years ago
45f66f6
Add strbuf_cmp.
by Pierre Habouzit
· 17 years ago
a8f3e22
strbuf_setlen(): do not barf on setting length of an empty buffer to 0
by Junio C Hamano
· 17 years ago
c76689d
strbuf API additions and enhancements.
by Pierre Habouzit
· 17 years ago
e6c019d
Drop strbuf's 'eof' marker, and make read_line a first class citizen.
by Pierre Habouzit
· 17 years ago
917c9a7
New strbuf APIs: splice and attach.
by Pierre Habouzit
· 17 years ago
f1696ee
Strbuf API extensions and fixes.
by Pierre Habouzit
· 18 years ago
b449f4c
Rework strbuf API and semantics.
by Pierre Habouzit
· 18 years ago
bf0f910
[PATCH] Kill a bunch of pointer sign warnings for gcc4
by Brian Gerst
· 20 years ago
d1df574
[PATCH] Introduce diff-tree-helper.
by Junio C Hamano
· 20 years ago