aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAge
* Uninline prefixcmp()Junio C Hamano2008-01-03
* Merge branch 'rs/pretty'Junio C Hamano2007-11-14
|\
| * add strbuf_adddup()René Scharfe2007-11-11
| * --pretty=format: on-demand format expansionRené Scharfe2007-11-09
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-14
|/
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-29
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* Add strbuf_read_file().Kristian Høgsberg2007-09-27
* Add strbuf_cmp.Pierre Habouzit2007-09-26
* strbuf API additions and enhancements.Pierre Habouzit2007-09-20
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-18
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* New strbuf APIs: splice and attach.Pierre Habouzit2007-09-16
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-10
* Rework strbuf API and semantics.Pierre Habouzit2007-09-06
* War on whitespaceJunio C Hamano2007-06-07
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* sparse cleanupLinus Torvalds2005-05-20
* [PATCH] fix strbuf take #2Junio C Hamano2005-05-19
* strbuf: allow zero-length linesLinus Torvalds2005-05-18
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-26
* [PATCH] Introduce diff-tree-helper.Junio C Hamano2005-04-25