index
:
delta/gitano/libgit2.git
development
fixups
replace-luagit2
git.gitano.org.uk: libgit2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be more careful with user-supplied buffers
Russell Belfer
2014-05-08
1
-15
/
+22
*
patch: emit binary patches (optionally)
Edward Thomson
2014-04-22
1
-0
/
+36
*
Introduce git_buf_putcn
Jacques Germishuys
2014-04-10
1
-0
/
+9
*
Add efficient git_buf join3 API
Russell Belfer
2014-04-01
1
-0
/
+53
*
Remove now-duplicated stdarg.h include
Edward Thomson
2014-02-24
1
-1
/
+0
*
fix corner cases and an undefined behavior
Patrick Reynolds
2014-01-20
1
-3
/
+6
*
Handle git_buf's from users more liberally
Edward Thomson
2014-01-08
1
-0
/
+8
*
Clean up unnecessary git_buf_printf calls
Russell Belfer
2013-09-23
1
-0
/
+2
*
Merge pull request #1840 from linquize/warning
Vicent Martí
2013-09-21
1
-1
/
+1
|
\
|
*
Fix warning
Linquize
2013-09-19
1
-1
/
+1
*
|
Merge git_buf and git_buffer
Russell Belfer
2013-09-17
1
-74
/
+19
*
|
Add functions to manipulate filter lists
Russell Belfer
2013-09-17
1
-1
/
+2
*
|
Extend public filter api with filter lists
Russell Belfer
2013-09-17
1
-3
/
+20
*
|
Start of filter API + git_blob_filtered_content
Russell Belfer
2013-09-17
1
-0
/
+54
|
/
*
Add helpful buffer shorten function
Russell Belfer
2013-07-01
1
-0
/
+9
*
update copyrights
Edward Thomson
2013-01-08
1
-1
/
+1
*
Consolidate text buffer functions
Russell Belfer
2012-11-28
1
-108
/
+6
*
buf: introduce git_buf_splice()
nulltoken
2012-10-25
1
-0
/
+28
*
Fix buffer overrun in git_buf_put_base64
Philip Kelley
2012-10-14
1
-1
/
+1
*
Add git_buf_put_base64 to buffer API
Russell Belfer
2012-10-10
1
-0
/
+40
*
Fix valgrind issues and leaks
Russell Belfer
2012-08-24
1
-14
/
+23
*
Add git_buf_unescape and git__unescape to unescape all characters in a string...
yorah
2012-07-24
1
-0
/
+4
*
Fix missing NUL termination of buffer
Russell Belfer
2012-07-10
1
-0
/
+2
*
Add a couple of useful git_buf utilities
Russell Belfer
2012-07-10
1
-0
/
+34
*
misc: Fix warnings from PVS Studio trial
Vicent Martí
2012-06-07
1
-1
/
+2
*
No point in keeping commented out fn
Russell Belfer
2012-05-17
1
-9
/
+0
*
Other optimization and warning fixes
Russell Belfer
2012-05-17
1
-11
/
+16
*
Optimize away git_text_gather_stats in diff
Russell Belfer
2012-05-17
1
-0
/
+18
*
Document git_buf_common_prefix
Russell Belfer
2012-05-15
1
-0
/
+3
*
Ranged iterators and rewritten git_status_file
Russell Belfer
2012-05-15
1
-0
/
+27
*
msvc: Do not use `isspace`
Vicent Martí
2012-05-09
1
-1
/
+1
*
buffer: Add `git_buf_vprintf`
Vicent Martí
2012-05-03
1
-6
/
+22
*
Implement git_pool paged memory allocator
Russell Belfer
2012-04-25
1
-1
/
+1
*
Fix bug when join_n refers to original buffer
Russell Belfer
2012-03-30
1
-6
/
+18
*
Convert attr, ignore, mwindow, status to new errors
Russell Belfer
2012-03-16
1
-22
/
+18
*
Continue error conversion
Russell Belfer
2012-03-14
1
-2
/
+2
*
error-handling: Repository
Vicent Martí
2012-03-07
1
-7
/
+2
*
Add filter tests and fix some bugs
Russell Belfer
2012-03-02
1
-0
/
+7
*
buffer: Null terminate on rtrim
Vicent Martí
2012-02-27
1
-0
/
+2
*
filter: Apply filters before writing a file to the ODB
Vicent Martí
2012-02-27
1
-1
/
+1
*
buffer: Unify `git_fbuffer` and `git_buf`
Vicent Martí
2012-02-27
1
-15
/
+30
*
Uniform iterators for trees, index, and workdir
Russell Belfer
2012-02-21
1
-1
/
+7
*
Update Copyright header
schu
2012-02-13
1
-1
/
+1
*
Fix several memory issues
Russell Belfer
2012-01-11
1
-1
/
+1
*
Initial implementation of gitignore support
Russell Belfer
2012-01-11
1
-3
/
+5
*
Allow git_buf_joinpath to accept self-joins
Russell Belfer
2011-12-14
1
-2
/
+16
*
buffer: inline `git_buf_cstr`
Vicent Marti
2011-12-14
1
-5
/
+0
*
Use git_buf for path storage instead of stack-based buffers
Russell Belfer
2011-12-07
1
-22
/
+74
*
Optimized of git_buf_join.
Russell Belfer
2011-11-30
1
-49
/
+15
*
Make initial value of git_buf ptr always be a valid empty string.
Russell Belfer
2011-11-29
1
-34
/
+56
[next]