summaryrefslogtreecommitdiff
path: root/strbuf.c
Commit message (Expand)AuthorAgeFilesLines
* strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-051-3/+12
* fread does not return negative on errorRoel Kluin2009-06-231-1/+1
* strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-221-0/+8
* strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-221-0/+9
* Microoptimize strbuf_cmpAlex Riesen2009-03-201-8/+5
* strbuf: instate cleanup rule in case of non-memory errorsRené Scharfe2009-01-061-4/+13
* Add generic 'strbuf_readlink()' helper functionLinus Torvalds2008-12-171-0/+27
* add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe2008-11-231-0/+16
* Add some useful functions for strbuf manipulation.Lukas Sandström2008-07-131-0/+70
* Make some strbuf_*() struct strbuf arguments const.Lukas Sandström2008-07-131-1/+1
* Avoid a useless prefix lookup in strbuf_expand()Marco Costalba2008-02-091-11/+8
* Uninline prefixcmp()Junio C Hamano2008-01-031-0/+9
* Merge branch 'rs/pretty'Junio C Hamano2007-11-141-0/+31
|\
| * add strbuf_adddup()René Scharfe2007-11-111-0/+7
| * --pretty=format: on-demand format expansionRené Scharfe2007-11-091-0/+24
* | Handle broken vsnprintf implementations in strbufShawn O. Pearce2007-11-141-3/+4
|/
* strbuf_read_file enhancement, and use it.Pierre Habouzit2007-09-291-2/+2
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-11/+19
* Add strbuf_read_file().Kristian Høgsberg2007-09-271-0/+15
* Add strbuf_cmp.Pierre Habouzit2007-09-261-0/+12
* strbuf API additions and enhancements.Pierre Habouzit2007-09-201-10/+10
* Drop strbuf's 'eof' marker, and make read_line a first class citizen.Pierre Habouzit2007-09-181-12/+8
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* New strbuf APIs: splice and attach.Pierre Habouzit2007-09-161-15/+52
* Strbuf API extensions and fixes.Pierre Habouzit2007-09-101-6/+27
* Rework strbuf API and semantics.Pierre Habouzit2007-09-061-14/+87
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* simplify inclusion of system header files.Junio C Hamano2006-12-201-3/+1
* sparse cleanupLinus Torvalds2005-05-201-1/+1
* [PATCH] fix strbuf take #2Junio C Hamano2005-05-191-0/+2
* strbuf: allow zero-length linesLinus Torvalds2005-05-181-2/+0
* [PATCH] introduce xmalloc and xreallocChristopher Li2005-04-261-1/+2
* [PATCH] Introduce diff-tree-helper.Junio C Hamano2005-04-251-0/+43