| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix mutex init/free in config_file.c | Philip Kelley | 2014-05-15 | 1 | -1/+4 |
| * | Some coverity inspired cleanups | Russell Belfer | 2014-05-13 | 1 | -3/+5 |
| * | Minor fixes for warnings and error propagation | Russell Belfer | 2014-05-12 | 1 | -8/+5 |
| * | config: share the strmap on snapshot | Carlos Martín Nieto | 2014-04-18 | 1 | -54/+2 |
| * | config: refcount the values map | Carlos Martín Nieto | 2014-04-18 | 1 | -43/+131 |
| * | config: refresh on delete | Carlos Martín Nieto | 2014-04-18 | 1 | -51/+12 |
| * | config: refresh before reading a value | Carlos Martín Nieto | 2014-04-18 | 1 | -3/+12 |
| * | config: refresh the values on write | Carlos Martín Nieto | 2014-04-18 | 1 | -82/+17 |
| * | config: use a snapshot for the iterator | Carlos Martín Nieto | 2014-04-18 | 1 | -3/+17 |
| * | config: split out the refresh step | Carlos Martín Nieto | 2014-04-18 | 1 | -14/+25 |
| * | config: make refresh atomic | Carlos Martín Nieto | 2014-04-18 | 1 | -23/+16 |
| * | config: implement config snapshotting | Carlos Martín Nieto | 2014-04-18 | 1 | -67/+263 |
| * | Add diff threading tests and attr file cache locks | Russell Belfer | 2014-04-17 | 1 | -7/+13 |
| * | Move system directory cache out of utils | Edward Thomson | 2014-02-24 | 1 | -2/+2 |
| * | Fix a memory leak in `config_parse`. | Arthur Schreiber | 2014-01-13 | 1 | -1/+3 |
| * | Fixed a compile error in VS2013. | Robert Konrad | 2014-01-02 | 1 | -1/+1 |
| * | Add config read fns with controlled error behavior | Russell Belfer | 2013-12-11 | 1 | -11/+2 |
| * | config_file: style | Vicent Marti | 2013-11-10 | 1 | -18/+18 |
| * | Merge pull request #1950 from csware/quote-config-values | Vicent Martí | 2013-11-10 | 1 | -2/+24 |
| |\ | |||||
| | * | Rename method | Sven Strickroth | 2013-11-07 | 1 | -3/+3 |
| | * | Correctly quote config values while saving | Sven Strickroth | 2013-11-07 | 1 | -2/+24 |
| * | | Fix leaks | nulltoken | 2013-11-05 | 1 | -2/+5 |
| * | | Propagate ELOCKED error when updating the config | nulltoken | 2013-11-05 | 1 | -4/+4 |
| * | | move mode_t to filebuf_open instead of _commit | Edward Thomson | 2013-11-04 | 1 | -2/+2 |
| |/ | |||||
| * | remote: don't write too much when dealing with multivars | Carlos Martín Nieto | 2013-11-02 | 1 | -6/+12 |
| * | config_file: Style fixes | Vicent Marti | 2013-11-01 | 1 | -9/+6 |
| * | Fix memory leaks. | Daniel Rodríguez Troitiño | 2013-11-01 | 1 | -0/+2 |
| * | Fix saving remotes with several fetch/push ref specs. | Daniel Rodríguez Troitiño | 2013-11-01 | 1 | -1/+89 |
| * | Config subsection name should allow to have ']' and '\\' should allow to esca... | Linquize | 2013-10-01 | 1 | -26/+15 |
| * | Merge pull request #1840 from linquize/warning | Vicent Martí | 2013-09-21 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix warning | Linquize | 2013-09-19 | 1 | -2/+2 |
| * | | Merge git_buf and git_buffer | Russell Belfer | 2013-09-17 | 1 | -0/+2 |
| * | | config: handle realloc issues from larger depths | Carlos Martín Nieto | 2013-09-07 | 1 | -0/+9 |
| * | | config: return an error when reaching the maximum include depth | Carlos Martín Nieto | 2013-09-07 | 1 | -3/+4 |
| * | | config: fix variable overriding | Carlos Martín Nieto | 2013-09-07 | 1 | -1/+6 |
| * | | config: refresh included files | Carlos Martín Nieto | 2013-09-07 | 1 | -5/+16 |
| * | | config: keep a list of included files | Carlos Martín Nieto | 2013-09-07 | 1 | -47/+58 |
| * | | config: add support for include directives | Carlos Martín Nieto | 2013-09-07 | 1 | -5/+52 |
| * | | config: decouple the backend from the reader at the low level | Carlos Martín Nieto | 2013-09-05 | 1 | -84/+96 |
| |/ | |||||
| * | Merge pull request #1772 from libgit2/config-iter | Vicent Martí | 2013-08-28 | 1 | -141/+53 |
| |\ | |||||
| | * | config: don't special-case the multivar iterator | Carlos Martín Nieto | 2013-08-14 | 1 | -197/+4 |
| | * | config: get rid of a useless asignment | Carlos Martín Nieto | 2013-08-12 | 1 | -3/+1 |
| | * | config: introduce _iterator_new() | Carlos Martín Nieto | 2013-08-12 | 1 | -1/+1 |
| | * | config: working multivar iterator | Carlos Martín Nieto | 2013-08-08 | 1 | -11/+9 |
| | * | config: hopefully get the iterator to work on multivars | Carlos Martín Nieto | 2013-08-08 | 1 | -3/+6 |
| | * | config: initial multivar iterator | Carlos Martín Nieto | 2013-08-08 | 1 | -0/+90 |
| | * | config: move next() and free() into the iterator | Carlos Martín Nieto | 2013-08-08 | 1 | -29/+30 |
| | * | 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 | -3/+0 |
| | * | config: compilation fixes | Carlos Martín Nieto | 2013-08-08 | 1 | -10/+9 |
