Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-28Clean up config.hBen Straub
2012-11-26Fix invalid read reported by valgrinddelanne
2012-11-23Remove use of English expletivesMartin Woodward
2012-11-14config: distinguish between a lone variable name and one without rhsCarlos Martín Nieto
2012-11-08- Update 'tests-clar/resources/config/config11' in order to reproduce the inv...delanne
2012-10-30Add git_config_refresh() API to reload configRussell Belfer
2012-10-23Add config level support in the config APIyorah
2012-10-23Fix adding variable to config file with no trailing newlineyorah
2012-09-14config: fix Unicode BOM detectionCarlos Martín Nieto
2012-09-06Diff iteratorsRussell Belfer
2012-08-24Fix valgrind issues and leaksRussell Belfer
2012-08-24Major submodule rewriteRussell Belfer
2012-08-12Clean up codeRussell Belfer
2012-08-12Fix config parser boundary logicRussell Belfer
2012-08-04Update iterators for consistency across libraryRussell Belfer
2012-07-21config: escape subsection names when creating themCarlos Martín Nieto
2012-07-11Adding git_config_foreach_match() iteration fnRussell Belfer
2012-06-14config: correctly escape quotes in the valueCarlos Martín Nieto
2012-06-01config: set an error message when asked to delete a non-existent keyCarlos Martín Nieto
2012-05-09msvc: Do not use `isspace` Vicent Martí
2012-05-08config: don't use freed memory on errorCarlos Martín Nieto
2012-05-04Fix memory leaks and use after freeRussell Belfer
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-26Rename git_khash_str to git_strmap, etc.Russell Belfer
2012-04-25Convert hashtable usage over to khashRussell Belfer
2012-04-25Implement git_pool paged memory allocatorRussell Belfer
2012-04-25config: also allow escaping outside of a quoted stringCarlos Martín Nieto
2012-04-16config: parse quoted valuesCarlos Martín Nieto
2012-04-04Clean up valgrind warningsCarlos Martín Nieto
2012-03-29Added submodule API and use in statusRussell Belfer
2012-03-09config: write out section headers with subsections correctlyCarlos Martín Nieto
2012-03-09error-handling: On-disk config file backendVicent Martí
2012-03-03Clean up GIT_UNUSED macros on all platformsRussell Belfer
2012-02-27buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí
2012-02-25config: correctly deal with setting a multivar with regex where there are no ...Carlos Martín Nieto
2012-02-17Implement setting multivarsCarlos Martín Nieto
2012-02-17Support getting multivarsCarlos Martín Nieto
2012-02-17Store multivars in the multimapCarlos Martín Nieto
2012-02-17First round of config multimap changesCarlos Martín Nieto
2012-02-13Update Copyright headerschu
2012-02-13config_file: fix clang sizeof-pointer-memaccessschu
2012-01-24config: don't use 'section "subsection"' internal form on config_setCarlos Martín Nieto
2012-01-13config: handle EOF properlyCarlos Martín Nieto
2011-12-31config: Rename the `delete` callback nameVicent Martí
2011-12-19config_file: honor errorschu
2011-12-16config: really delete variablesCarlos Martín Nieto
2011-12-16Revert "config: Return ENOTFOUND when a variable was deleted"Carlos Martín Nieto
2011-12-15config: Return ENOTFOUND when a variable was deletedVicent Marti
2011-11-26repository: Change ownership semanticsVicent Marti