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
/
config.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: initialize the error
Carlos Martín Nieto
2014-05-30
1
-1
/
+1
*
Some coverity inspired cleanups
Russell Belfer
2014-05-13
1
-6
/
+6
*
Merge pull request #2334 from libgit2/rb/fix-2333
Russell Belfer
2014-05-12
1
-0
/
+3
|
\
|
*
Be more careful with user-supplied buffers
Russell Belfer
2014-05-08
1
-0
/
+3
*
|
Merge pull request #2188 from libgit2/cmn/config-snapshot
Russell Belfer
2014-05-12
1
-0
/
+32
|
\
\
|
|
/
|
/
|
|
*
config: implement config snapshotting
Carlos Martín Nieto
2014-04-18
1
-0
/
+32
*
|
Improve handling of fake home directory
Russell Belfer
2014-05-02
1
-10
/
+8
*
|
Fix remaining init_options inconsistencies
Russell Belfer
2014-05-02
1
-9
/
+4
*
|
Check for NULL before passing it to vsnprintf
Jacques Germishuys
2014-04-30
1
-2
/
+2
|
/
*
Fix git_submodule_sync and add new config helper
Russell Belfer
2014-04-01
1
-0
/
+30
*
Added function-based initializers for every options struct.
Matthew Bowen
2014-03-05
1
-0
/
+12
*
Move system directory cache out of utils
Edward Thomson
2014-02-24
1
-5
/
+5
*
config: use git_buf for returning paths
Carlos Martín Nieto
2014-01-27
1
-46
/
+6
*
Merge pull request #2059 from linquize/git_config_get_crash
Edward Thomson
2014-01-18
1
-0
/
+1
|
\
|
*
Fix segfault when calling git_config_get_* functions when a config fails to load
Linquize
2014-01-18
1
-0
/
+1
*
|
Fix a memory leak in `git_config_iterator_glob_new`.
Arthur Schreiber
2014-01-13
1
-0
/
+1
*
|
config: handle NULL pointers passed to git_config_iterator_free()
Brodie Rao
2014-01-12
1
-0
/
+3
|
/
*
One more rename/cleanup for callback err functions
Russell Belfer
2013-12-11
1
-3
/
+3
*
Further callback error check style fixes
Russell Belfer
2013-12-11
1
-6
/
+12
*
Remove converting user error to GIT_EUSER
Russell Belfer
2013-12-11
1
-27
/
+15
*
Improve GIT_EUSER handling
Russell Belfer
2013-12-11
1
-16
/
+13
*
Add config read fns with controlled error behavior
Russell Belfer
2013-12-11
1
-67
/
+114
*
Fix saving remotes with several fetch/push ref specs.
Daniel Rodríguez Troitiño
2013-11-01
1
-0
/
+13
*
config: don't special-case the multivar iterator
Carlos Martín Nieto
2013-08-14
1
-49
/
+74
*
config: deduplicate iterator creation
Carlos Martín Nieto
2013-08-12
1
-12
/
+9
*
config: handle empty backends when iterating
Carlos Martín Nieto
2013-08-12
1
-1
/
+6
*
config: implement _foreach and _foreach_match on top of the iterator directly
Carlos Martín Nieto
2013-08-12
1
-11
/
+20
*
config: introduce a regex-filtering iterator
Carlos Martín Nieto
2013-08-12
1
-0
/
+61
*
config: introduce _iterator_new()
Carlos Martín Nieto
2013-08-12
1
-29
/
+94
*
config: fix leaks in the iterators
Carlos Martín Nieto
2013-08-08
1
-0
/
+8
*
config: add _next() and _iterator_free()
Carlos Martín Nieto
2013-08-08
1
-0
/
+10
*
config: working multivar iterator
Carlos Martín Nieto
2013-08-08
1
-34
/
+57
*
config: hopefully get the iterator to work on multivars
Carlos Martín Nieto
2013-08-08
1
-5
/
+76
*
config: initial multivar iterator
Carlos Martín Nieto
2013-08-08
1
-0
/
+18
*
config: move next() and free() into the iterator
Carlos Martín Nieto
2013-08-08
1
-4
/
+4
*
config: get_multivar -> get_multivar_foreach
Carlos Martín Nieto
2013-08-08
1
-2
/
+2
*
config: saner iterator errors
Carlos Martín Nieto
2013-08-08
1
-2
/
+4
*
Don't typedef a pointer
Carlos Martín Nieto
2013-08-08
1
-2
/
+2
*
replaced foreach() with non callback based iterations in git_config_backend
Nico von Geyso
2013-08-08
1
-1
/
+45
*
A little git_config_get_multivar code cleanup
Russell Belfer
2013-07-09
1
-11
/
+5
*
Fix return value in git_config_get_multivar
J. David Ibáñez
2013-07-09
1
-3
/
+10
*
util: It's called `memzero`
Vicent Marti
2013-06-12
1
-1
/
+1
*
Merge remote-tracking branch 'arrbee/minor-paranoia' into development
Vicent Marti
2013-06-12
1
-1
/
+3
|
\
|
*
Add safe memset and use it
Russell Belfer
2013-06-07
1
-1
/
+1
|
*
Zero memory for major objects before freeing
Russell Belfer
2013-05-31
1
-1
/
+3
*
|
Fix Windows warnings
Russell Belfer
2013-06-12
1
-2
/
+2
|
/
*
Typedef git_config_level_t and use it everywhere
Russell Belfer
2013-05-24
1
-12
/
+12
*
More config code checks and cleanups
Russell Belfer
2013-05-23
1
-23
/
+34
*
More tests of config with various absent files
Russell Belfer
2013-05-23
1
-1
/
+4
*
Unify whitespaces to tabs
Linquize
2013-05-15
1
-3
/
+3
[next]