summaryrefslogtreecommitdiff
path: root/strbuf.c
AgeCommit message (Expand)Author
2009-03-23strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano
2009-03-23strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano
2009-03-20Microoptimize strbuf_cmpAlex Riesen
2009-01-07strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds
2008-11-24add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe
2008-07-13Add some useful functions for strbuf manipulation.Lukas Sandström
2008-07-13Make some strbuf_*() struct strbuf arguments const.Lukas Sandström
2008-02-10Avoid a useless prefix lookup in strbuf_expand()Marco Costalba
2008-01-03Uninline prefixcmp()Junio C Hamano
2007-11-14Merge branch 'rs/pretty'Junio C Hamano
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce
2007-11-11add strbuf_adddup()René Scharfe
2007-11-09--pretty=format: on-demand format expansionRené Scharfe
2007-09-30strbuf_read_file enhancement, and use it.Pierre Habouzit
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-27Add strbuf_read_file().Kristian Høgsberg
2007-09-26Add strbuf_cmp.Pierre Habouzit
2007-09-21strbuf API additions and enhancements.Pierre Habouzit
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17New strbuf APIs: splice and attach.Pierre Habouzit
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit
2007-09-07Rework strbuf API and semantics.Pierre Habouzit
2007-06-07War on whitespaceJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2005-05-20sparse cleanupLinus Torvalds
2005-05-19[PATCH] fix strbuf take #2Junio C Hamano
2005-05-18strbuf: allow zero-length linesLinus Torvalds
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li
2005-04-26[PATCH] Introduce diff-tree-helper.Junio C Hamano