summaryrefslogtreecommitdiff
path: root/strbuf.c
AgeCommit message (Expand)AuthorFilesLines
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