summaryrefslogtreecommitdiff
path: root/strbuf.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-23fread does not return negative on errorLibravatar Roel Kluin1-1/+1
2009-03-22strbuf_check_branch_ref(): a helper to check a refname for a branchLibravatar Junio C Hamano1-0/+8
2009-03-22strbuf_branchname(): a wrapper for branch name shorthandsLibravatar Junio C Hamano1-0/+9
2009-03-20Microoptimize strbuf_cmpLibravatar Alex Riesen1-8/+5
2009-01-06strbuf: instate cleanup rule in case of non-memory errorsLibravatar René Scharfe1-4/+13
2008-12-17Add generic 'strbuf_readlink()' helper functionLibravatar Linus Torvalds1-0/+27
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesLibravatar René Scharfe1-0/+16
2008-07-13Add some useful functions for strbuf manipulation.Libravatar Lukas Sandström1-0/+70
2008-07-13Make some strbuf_*() struct strbuf arguments const.Libravatar Lukas Sandström1-1/+1
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Libravatar Marco Costalba1-11/+8
2008-01-03Uninline prefixcmp()Libravatar Junio C Hamano1-0/+9
2007-11-14Merge branch 'rs/pretty'Libravatar Junio C Hamano1-0/+31
2007-11-14Handle broken vsnprintf implementations in strbufLibravatar Shawn O. Pearce1-3/+4
2007-11-11add strbuf_adddup()Libravatar René Scharfe1-0/+7
2007-11-09--pretty=format: on-demand format expansionLibravatar René Scharfe1-0/+24
2007-09-29strbuf_read_file enhancement, and use it.Libravatar Pierre Habouzit1-2/+2
2007-09-29strbuf change: be sure ->buf is never ever NULL.Libravatar Pierre Habouzit1-11/+19
2007-09-27Add strbuf_read_file().Libravatar Kristian Høgsberg1-0/+15
2007-09-26Add strbuf_cmp.Libravatar Pierre Habouzit1-0/+12
2007-09-20strbuf API additions and enhancements.Libravatar Pierre Habouzit1-10/+10
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Libravatar Pierre Habouzit1-12/+8
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Libravatar Pierre Habouzit1-1/+0
2007-09-16New strbuf APIs: splice and attach.Libravatar Pierre Habouzit1-15/+52
2007-09-10Strbuf API extensions and fixes.Libravatar Pierre Habouzit1-6/+27
2007-09-06Rework strbuf API and semantics.Libravatar Pierre Habouzit1-14/+87
2007-06-07War on whitespaceLibravatar Junio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Libravatar Junio C Hamano1-3/+1
2005-05-20sparse cleanupLibravatar Linus Torvalds1-1/+1
2005-05-19[PATCH] fix strbuf take #2Libravatar Junio C Hamano1-0/+2
2005-05-18strbuf: allow zero-length linesLibravatar Linus Torvalds1-2/+0
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-1/+2
2005-04-25[PATCH] Introduce diff-tree-helper.Libravatar Junio C Hamano1-0/+43