- 31 May, 2011 5 commits
-
-
Nothing is allowed betwen the closing quotation mark and the ] so return an error if there is. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Also free the subsection if we find too many quotes Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
If parse_section_header{,_ext} return an error, current_section doesn't get allocated. Set it to NULL after freeing so we don't try to free it again. This fixes part 2-2 of Issue #210. Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
Simplify cfg_readline and at the same time fix it so that it does really ignore empty lines. This fixes point 2-1 of Issue #210 Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed -
On error, it would free the configuration object even though it didn't own that memory, which would cause a double-free. This fixes the first part of Issue #210 Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
Carlos Martín Nieto committed
-
- 24 May, 2011 2 commits
-
-
Fix compilation warnings in MSVC
Vicent Martí committed -
This allows to successfully build libgit2 with waf on Windows.
nulltoken committed
-
- 23 May, 2011 33 commits
-
-
Vicent Marti committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
When trying to inflate a buffer, a GIT_ERROR was returned when malloc() failed. Fix this to return GIT_ENOMEM.
Jakob Pfender committed -
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Vicent Marti committed
-
Jakob Pfender committed
-
Jakob Pfender committed
-