aboutsummaryrefslogtreecommitdiffstats
path: root/strbuf.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge branch 'jk/credentials'Junio C Hamano1-0/+37
2011-12-12strbuf: add strbuf_add*_urlencodeJeff King1-0/+37
2011-11-08fmt-merge-msg: Add contents of merged tag in the merge messageJunio C Hamano1-0/+14
2011-10-18strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()Brandon Casey1-1/+0
2011-09-02Merge branch 'tr/maint-strbuf-grow-nul-termination'Junio C Hamano1-4/+5
2011-08-29strbuf_grow(): maintain nul-termination even for new bufferThomas Rast1-4/+5
2011-07-19Merge branch 'jk/maint-config-param'Junio C Hamano1-6/+9
2011-06-22strbuf: allow strbuf_split to work on non-strbufsJeff King1-6/+6
2011-06-22strbuf_split: add a max parameterJeff King1-2/+5
2011-04-27Merge branch 'ef/maint-strbuf-init'Junio C Hamano1-1/+3
2011-04-11strbuf: make sure buffer is zero-terminatedErik Faye-Lund1-1/+3
2011-02-26strbuf: add strbuf_vaddfJeff King1-10/+15
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder1-2/+3
2010-11-10strbuf: move strbuf_branchname to sha1_name.cJonathan Nieder1-18/+0
2010-09-15disallow branch names that start with a hyphenJunio C Hamano1-0/+2
2010-01-20Merge branch 'ap/merge-backend-opts'Junio C Hamano1-0/+9
2010-01-20Merge branch 'jk/warn-author-committer-after-commit'Junio C Hamano1-0/+17
2010-01-17git merge -X<option>Avery Pennarun1-0/+9
2010-01-14strbuf: add strbuf_addbuf_percentquoteJeff King1-0/+11
2010-01-14strbuf_expand: convert "%%" to "%"Jeff King1-0/+6
2010-01-12strbuf.c: remove unused functionJunio C Hamano1-7/+0
2009-08-05strbuf: add new function strbuf_getwholeline()Brandon Casey1-3/+12
2009-06-23fread does not return negative on errorRoel Kluin1-1/+1
2009-03-22strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano1-0/+8
2009-03-22strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano1-0/+9
2009-03-20Microoptimize strbuf_cmpAlex Riesen1-8/+5
2009-01-06strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe1-4/+13
2008-12-17Add generic 'strbuf_readlink()' helper functionLinus Torvalds1-0/+27
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe1-0/+16
2008-07-13Add some useful functions for strbuf manipulation.Lukas Sandström1-0/+70
2008-07-13Make some strbuf_*() struct strbuf arguments const.Lukas Sandström1-1/+1
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Marco Costalba1-11/+8
2008-01-03Uninline prefixcmp()Junio C Hamano1-0/+9
2007-11-14Merge branch 'rs/pretty'Junio C Hamano1-0/+31
2007-11-14Handle broken vsnprintf implementations in strbufShawn O. Pearce1-3/+4
2007-11-11add strbuf_adddup()René Scharfe1-0/+7
2007-11-09--pretty=format: on-demand format expansionRené Scharfe1-0/+24
2007-09-29strbuf_read_file enhancement, and use it.Pierre Habouzit1-2/+2
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-11/+19
2007-09-27Add strbuf_read_file().Kristian Høgsberg1-0/+15
2007-09-26Add strbuf_cmp.Pierre Habouzit1-0/+12
2007-09-20strbuf API additions and enhancements.Pierre Habouzit1-10/+10
2007-09-18Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit1-12/+8
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-16New strbuf APIs: splice and attach.Pierre Habouzit1-15/+52
2007-09-10Strbuf API extensions and fixes.Pierre Habouzit1-6/+27
2007-09-06Rework strbuf API and semantics.Pierre Habouzit1-14/+87
2007-06-07War on whitespaceJunio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+1
2005-05-20sparse cleanupLinus Torvalds1-1/+1
2005-05-19[PATCH] fix strbuf take #2Junio C Hamano1-0/+2
2005-05-18strbuf: allow zero-length linesLinus Torvalds1-2/+0
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-1/+2
2005-04-25[PATCH] Introduce diff-tree-helper.Junio C Hamano1-0/+43