Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #399 from carlosmn/free-null | Vicent Martí | 2011-09-18 | 1 | -0/+3 |
|\ | |||||
| * | Add checks for NULL to the config and remote free functions | Carlos Martín Nieto | 2011-09-13 | 1 | -0/+3 |
* | | Tabify everything | Vicent Marti | 2011-09-19 | 1 | -1/+1 |
* | | Cleanup legal data | Vicent Marti | 2011-09-19 | 1 | -21/+3 |
|/ | |||||
* | posix: Properly handle `snprintf` in all platforms | Vicent Marti | 2011-08-18 | 1 | -1/+1 |
* | config: Rename `del` to `delete | Vicent Marti | 2011-07-12 | 1 | -1/+1 |
* | vector: Timsort all of the things | Vicent Marti | 2011-07-07 | 1 | -2/+2 |
* | git_config_add_file should rethrow | Carlos Martín Nieto | 2011-07-05 | 1 | -1/+1 |
* | Add git_config_del to delete a variable | Carlos Martín Nieto | 2011-07-05 | 1 | -4/+4 |
* | fileops: Cleanup | Vicent Marti | 2011-07-05 | 1 | -2/+2 |
* | config: `foreach` now returns variable values too | Vicent Marti | 2011-06-29 | 1 | -1/+1 |
* | config: Bring back `git_config_open_global` | Vicent Marti | 2011-06-18 | 1 | -0/+33 |
* | config: Fix compilation in MSVC | Vicent Marti | 2011-06-18 | 1 | -5/+5 |
* | config: Typorrrrl | Vicent Marti | 2011-06-18 | 1 | -1/+5 |
* | config: Cleanup external API | Vicent Marti | 2011-06-18 | 1 | -48/+37 |
* | Add fall-back support to the configuration | Carlos Martín Nieto | 2011-06-17 | 1 | -3/+9 |
* | config.c: Fix format string error | Jakob Pfender | 2011-05-23 | 1 | -1/+1 |
* | config: Cleanup | Vicent Marti | 2011-05-23 | 1 | -29/+11 |
* | config: Cleanup & renaming of the external API | Vicent Marti | 2011-05-20 | 1 | -59/+62 |
* | Rewrite `git_config_open_global` | Vicent Marti | 2011-05-20 | 1 | -26/+6 |
* | Implement git_config_open_global | Carlos Martín Nieto | 2011-05-17 | 1 | -0/+34 |
* | utils: Move git__str[n]tolower | Vicent Marti | 2011-05-17 | 1 | -14/+0 |
* | Move config to the new error methods | Carlos Martín Nieto | 2011-05-17 | 1 | -1/+3 |
* | Move config to a backend structure | Carlos Martín Nieto | 2011-05-10 | 1 | -865/+101 |
* | config: store the section name separately | Carlos Martín Nieto | 2011-05-05 | 1 | -70/+67 |
* | Fix git__strntolower | Carlos Martín Nieto | 2011-04-27 | 1 | -1/+1 |
* | Fix const char ** warning | Carlos Martín Nieto | 2011-04-19 | 1 | -2/+1 |
* | config: allow uppercase number suffixes | Carlos Martín Nieto | 2011-04-19 | 1 | -0/+3 |
* | Use internal strtol | Carlos Martín Nieto | 2011-04-11 | 1 | -6/+3 |
* | Fix number suffix detection | Carlos Martín Nieto | 2011-04-11 | 1 | -0/+2 |
* | Add getting and setting of long int variables | Carlos Martín Nieto | 2011-04-07 | 1 | -11/+43 |
* | Simplify error path in config_set | Carlos Martín Nieto | 2011-04-07 | 1 | -10/+5 |
* | config: make cvar_free behave more like other free functions | Carlos Martín Nieto | 2011-04-07 | 1 | -4/+3 |
* | config: use and implement list macros | Carlos Martín Nieto | 2011-04-07 | 1 | -18/+15 |
* | config: use snprintf instead of sprintf | Carlos Martín Nieto | 2011-04-06 | 1 | -2/+11 |
* | config: free the file buffer earlier | Carlos Martín Nieto | 2011-04-06 | 1 | -1/+2 |
* | config: move str(n)tolower to the git__ namespace | Carlos Martín Nieto | 2011-04-06 | 1 | -6/+6 |
* | config: coding style fixes | Carlos Martín Nieto | 2011-04-06 | 1 | -17/+17 |
* | config: really compare the variable name case-insensitively | Carlos Martín Nieto | 2011-04-06 | 1 | -4/+1 |
* | config: variable name on its own means true | Carlos Martín Nieto | 2011-04-04 | 1 | -4/+7 |
* | config: check for EOF before newline | Carlos Martín Nieto | 2011-04-04 | 1 | -3/+4 |
* | config: support multiline values | Carlos Martín Nieto | 2011-04-04 | 1 | -16/+98 |
* | config: don't mix buffer reading methods | Carlos Martín Nieto | 2011-04-04 | 1 | -48/+78 |
* | config: also free the file buffer on error | Carlos Martín Nieto | 2011-04-04 | 1 | -0/+1 |
* | config: Fix typo and remove debug statement | Carlos Martín Nieto | 2011-04-04 | 1 | -4/+2 |
* | Add support for subsections | Carlos Martín Nieto | 2011-03-31 | 1 | -20/+218 |
* | move build_varname above parse_section | Carlos Martín Nieto | 2011-03-31 | 1 | -26/+28 |
* | build_varname: lowercase the variable name | Carlos Martín Nieto | 2011-03-31 | 1 | -3/+7 |
* | config_parse: no need to check if current_section is non-null | Carlos Martín Nieto | 2011-03-31 | 1 | -2/+1 |
* | Add strtolower and strntolower functions | Carlos Martín Nieto | 2011-03-31 | 1 | -0/+15 |