| Commit message (Expand) | Author | Age |
* | strbuf: add new function strbuf_getwholeline() | Brandon Casey | 2009-08-05 |
* | fread does not return negative on error | Roel Kluin | 2009-06-23 |
* | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 2009-03-22 |
* | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 2009-03-22 |
* | Microoptimize strbuf_cmp | Alex Riesen | 2009-03-20 |
* | strbuf: instate cleanup rule in case of non-memory errors | René Scharfe | 2009-01-06 |
* | Add generic 'strbuf_readlink()' helper function | Linus Torvalds | 2008-12-17 |
* | add strbuf_expand_dict_cb(), a helper for simple cases | René Scharfe | 2008-11-23 |
* | Add some useful functions for strbuf manipulation. | Lukas Sandström | 2008-07-13 |
* | Make some strbuf_*() struct strbuf arguments const. | Lukas Sandström | 2008-07-13 |
* | Avoid a useless prefix lookup in strbuf_expand() | Marco Costalba | 2008-02-09 |
* | Uninline prefixcmp() | Junio C Hamano | 2008-01-03 |
* | Merge branch 'rs/pretty' | Junio C Hamano | 2007-11-14 |
|\ |
|
| * | add strbuf_adddup() | René Scharfe | 2007-11-11 |
| * | --pretty=format: on-demand format expansion | René Scharfe | 2007-11-09 |
* | | Handle broken vsnprintf implementations in strbuf | Shawn O. Pearce | 2007-11-14 |
|/ |
|
* | strbuf_read_file enhancement, and use it. | Pierre Habouzit | 2007-09-29 |
* | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 |
* | Add strbuf_read_file(). | Kristian Høgsberg | 2007-09-27 |
* | Add strbuf_cmp. | Pierre Habouzit | 2007-09-26 |
* | strbuf API additions and enhancements. | Pierre Habouzit | 2007-09-20 |
* | Drop strbuf's 'eof' marker, and make read_line a first class citizen. | Pierre Habouzit | 2007-09-18 |
* | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 |
* | New strbuf APIs: splice and attach. | Pierre Habouzit | 2007-09-16 |
* | Strbuf API extensions and fixes. | Pierre Habouzit | 2007-09-10 |
* | Rework strbuf API and semantics. | Pierre Habouzit | 2007-09-06 |
* | War on whitespace | Junio C Hamano | 2007-06-07 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 |
* | sparse cleanup | Linus Torvalds | 2005-05-20 |
* | [PATCH] fix strbuf take #2 | Junio C Hamano | 2005-05-19 |
* | strbuf: allow zero-length lines | Linus Torvalds | 2005-05-18 |
* | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 2005-04-26 |
* | [PATCH] Introduce diff-tree-helper. | Junio C Hamano | 2005-04-25 |