aboutsummaryrefslogtreecommitdiff
path: root/libaugeas.cc
AgeCommit message (Expand)AuthorFilesLines
2012-05-07Do not report "No error"HEADmasterIgor Pashev1-1/+7
2012-05-07Added defnode()Igor Pashev1-0/+66
2012-05-03Always use AUG_NO_ERR_CLOSEIgor Pashev1-7/+3
2012-05-03Allow passing options in objectIgor Pashev1-13/+21
2012-05-02Use Int32Igor Pashev1-1/+1
2012-05-02Use AUG_NOERRORIgor Pashev1-6/+9
2012-05-01Small fixesIgor Pashev1-13/+7
2012-05-01Reemoved unneeded includeIgor Pashev1-1/+0
2012-05-01Code cleanupIgor Pashev1-8/+4
2012-05-01insert() splitted into insertAfter() and insertBefore()Igor Pashev1-16/+35
2012-04-28Code cleanupIgor Pashev1-10/+7
2012-04-28Async save passes the return value of aug_save(): 0 on success, -1 on failureIgor Pashev1-3/+3
2012-04-28Added defvar()Igor Pashev1-0/+38
2012-04-28Added errorMsg() returning fully qualified error messageIgor Pashev1-5/+30
2012-04-28TypoIgor Pashev1-2/+1
2012-04-28Oops...Igor Pashev1-2/+2
2012-04-28flags is unsigned intIgor Pashev1-3/+3
2012-04-28Allow setting root, loadpath and flags in createAugeas()Igor Pashev1-16/+38
2012-04-28Added non-blocking saving filesIgor Pashev1-20/+70
2012-04-26Removed old commentIgor Pashev1-2/+0
2012-04-26Function createAugeas() accepts options and can create augeas object in sync ...Igor Pashev1-24/+106
2012-04-26Removed unneeded includesIgor Pashev1-2/+0
2012-04-26OopsIgor Pashev1-1/+1
2012-04-26Fixed: callback function must be called unconditionallyIgor Pashev1-7/+6
2012-04-26matches can be NULLIgor Pashev1-5/+6
2012-04-25Renamed heracles() to createAugeas()Igor Pashev1-9/+10
2012-04-25Small fix to exception messageIgor Pashev1-2/+1
2012-04-25Removed previous code for async I/OIgor Pashev1-325/+0
2012-04-25Added method match() returning an array of nodes matching given path expressionIgor Pashev1-0/+37
2012-04-25Some error messages might be NULLIgor Pashev1-2/+11
2012-04-25small cleanupIgor Pashev1-6/+5
2012-04-25Use persistent function template to create objetcs from both JS and C++ codeIgor Pashev1-21/+9
2012-04-24Added async code that creates augeas object and execute callback function whe...Igor Pashev1-0/+149
2012-04-20aug_init() might return non-null handleIgor Pashev1-8/+18
2012-04-20Use descriptive messages in exceptionsIgor Pashev1-6/+15
2012-04-20Added wrapper of aug_error() - get the error code from the last API callIgor Pashev1-0/+37
2012-04-17Prefer prefix ++/-- operators for non-primitive types (via cppcheck)Igor Pashev1-2/+2
2012-04-16We need only the number of matchesIgor Pashev1-7/+3
2012-04-16size_t -> uint32_tIgor Pashev1-1/+1
2012-04-16comparison between signed and unsigned integer expressionsIgor Pashev1-1/+1
2012-04-16Reformatted via astyleIgor Pashev1-35/+35
2012-04-16Implemented method insert()Igor Pashev1-1/+39
2012-04-16#include <string.h> for strlen()Igor Pashev1-0/+1
2012-04-15added async interfacesdmitry@nexenta.com1-12/+345
2012-04-14added load methoddmitry@nexenta.com1-0/+30
2012-04-14renamed class name to Augeasdmitry@nexenta.com1-13/+15
2012-04-13added aug_init flags supportdmitry@nexenta.com1-13/+17
2012-04-14Oops... Fixed object lifetimeIgor Pashev1-5/+6
2012-04-14Renamed variableIgor Pashev1-3/+3
2012-04-14return undefined in LibAugeas::save() if okIgor Pashev1-0/+1