67 Commits (ad491366de6c883cd04539cb86db31049201dfbd)

Author SHA1 Message Date
Antoine Pelisse 079b546a29 strbuf: create strbuf_humanise_bytes() to show byte sizes 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Michael Haggerty 5963c0367f Add new function strbuf_add_xml_quoted() 12 years ago
Michael Haggerty 17b73dc699 strbuf_split*(): rename "delim" parameter to "terminator" 12 years ago
Michael Haggerty 1173bb3311 strbuf_split_buf(): simplify iteration 12 years ago
Michael Haggerty b8c2c1fa35 strbuf_split_buf(): use ALLOC_GROW() 12 years ago
Jeff King 08ad56f3f0 strbuf: always return a non-NULL value from strbuf_detach 12 years ago
Junio C Hamano ea03a8e181 strbuf.c: mark a private file-scope symbol as static 13 years ago
Nguyễn Thái Ngọc Duy 9a0a30aa4b strbuf: convenience format functions with \n automatically appended 13 years ago
Thomas Rast 5e8617f560 bundle: put strbuf_readline_fd in strbuf.c with adjustments 13 years ago
Jeff King c505116b91 strbuf: add strbuf_add*_urlencode 13 years ago
Junio C Hamano 895680f044 fmt-merge-msg: Add contents of merged tag in the merge message 13 years ago
Brandon Casey 1844f8d591 strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline() 13 years ago
Thomas Rast 8c74ef1e97 strbuf_grow(): maintain nul-termination even for new buffer 14 years ago
Jeff King 2f1d9e2b93 strbuf: allow strbuf_split to work on non-strbufs 14 years ago
Jeff King 28fc3a6857 strbuf_split: add a max parameter 14 years ago
Erik Faye-Lund 5e7a5d97f8 strbuf: make sure buffer is zero-terminated 14 years ago
Jeff King ebeb60900f strbuf: add strbuf_vaddf 14 years ago
Jonathan Nieder 1368f65002 compat: helper for detecting unsigned overflow 14 years ago
Jonathan Nieder 6bab74e7fb strbuf: move strbuf_branchname to sha1_name.c 14 years ago
Junio C Hamano 6348624010 disallow branch names that start with a hyphen 15 years ago
Avery Pennarun 8cc5b29065 git merge -X<option> 15 years ago
Jeff King 361df5df77 strbuf: add strbuf_addbuf_percentquote 15 years ago
Jeff King 0a0416a34a strbuf_expand: convert "%%" to "%" 15 years ago
Junio C Hamano 229d810747 strbuf.c: remove unused function 15 years ago
Brandon Casey c7e4f0d78a strbuf: add new function strbuf_getwholeline() 16 years ago
Roel Kluin 6651c3f706 fread does not return negative on error 16 years ago
Junio C Hamano a2fab531bb strbuf_check_branch_ref(): a helper to check a refname for a branch 16 years ago
Junio C Hamano a552de75eb strbuf_branchname(): a wrapper for branch name shorthands 16 years ago
Alex Riesen 8f0246551c Microoptimize strbuf_cmp 16 years ago
René Scharfe 2fc647004a strbuf: instate cleanup rule in case of non-memory errors 16 years ago
Linus Torvalds b11b7e13f4 Add generic 'strbuf_readlink()' helper function 16 years ago
René Scharfe 9b864e730b add strbuf_expand_dict_cb(), a helper for simple cases 16 years ago
Lukas Sandström eacd6dc594 Add some useful functions for strbuf manipulation. 17 years ago
Lukas Sandström 9b200fd68c Make some strbuf_*() struct strbuf arguments const. 17 years ago
Marco Costalba c3a670de50 Avoid a useless prefix lookup in strbuf_expand() 17 years ago
Junio C Hamano 698a68be7b Uninline prefixcmp() 17 years ago
Shawn O. Pearce f141bd804d Handle broken vsnprintf implementations in strbuf 17 years ago
René Scharfe 91db267ec8 add strbuf_adddup() 17 years ago
René Scharfe cde75e59e1 --pretty=format: on-demand format expansion 17 years ago
Pierre Habouzit 387e7e19d7 strbuf_read_file enhancement, and use it. 18 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 18 years ago
Kristian Høgsberg a9390b9fce Add strbuf_read_file(). 18 years ago
Pierre Habouzit 45f66f6463 Add strbuf_cmp. 18 years ago
Pierre Habouzit c76689df6c strbuf API additions and enhancements. 18 years ago
Pierre Habouzit e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. 18 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 18 years ago
Pierre Habouzit 917c9a7133 New strbuf APIs: splice and attach. 18 years ago
Pierre Habouzit f1696ee398 Strbuf API extensions and fixes. 18 years ago
Pierre Habouzit b449f4cfc9 Rework strbuf API and semantics. 18 years ago