index
:
node-augeas
master
Node.js bindings to the libaugeas
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libaugeas.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-07
Do not report "No error"
HEAD
master
Igor Pashev
1
-1
/
+7
2012-05-07
Added defnode()
Igor Pashev
1
-0
/
+66
2012-05-03
Always use AUG_NO_ERR_CLOSE
Igor Pashev
1
-7
/
+3
2012-05-03
Allow passing options in object
Igor Pashev
1
-13
/
+21
2012-05-02
Use Int32
Igor Pashev
1
-1
/
+1
2012-05-02
Use AUG_NOERROR
Igor Pashev
1
-6
/
+9
2012-05-01
Small fixes
Igor Pashev
1
-13
/
+7
2012-05-01
Reemoved unneeded include
Igor Pashev
1
-1
/
+0
2012-05-01
Code cleanup
Igor Pashev
1
-8
/
+4
2012-05-01
insert() splitted into insertAfter() and insertBefore()
Igor Pashev
1
-16
/
+35
2012-04-28
Code cleanup
Igor Pashev
1
-10
/
+7
2012-04-28
Async save passes the return value of aug_save(): 0 on success, -1 on failure
Igor Pashev
1
-3
/
+3
2012-04-28
Added defvar()
Igor Pashev
1
-0
/
+38
2012-04-28
Added errorMsg() returning fully qualified error message
Igor Pashev
1
-5
/
+30
2012-04-28
Typo
Igor Pashev
1
-2
/
+1
2012-04-28
Oops...
Igor Pashev
1
-2
/
+2
2012-04-28
flags is unsigned int
Igor Pashev
1
-3
/
+3
2012-04-28
Allow setting root, loadpath and flags in createAugeas()
Igor Pashev
1
-16
/
+38
2012-04-28
Added non-blocking saving files
Igor Pashev
1
-20
/
+70
2012-04-26
Removed old comment
Igor Pashev
1
-2
/
+0
2012-04-26
Function createAugeas() accepts options and can create augeas object in sync ...
Igor Pashev
1
-24
/
+106
2012-04-26
Removed unneeded includes
Igor Pashev
1
-2
/
+0
2012-04-26
Oops
Igor Pashev
1
-1
/
+1
2012-04-26
Fixed: callback function must be called unconditionally
Igor Pashev
1
-7
/
+6
2012-04-26
matches can be NULL
Igor Pashev
1
-5
/
+6
2012-04-25
Renamed heracles() to createAugeas()
Igor Pashev
1
-9
/
+10
2012-04-25
Small fix to exception message
Igor Pashev
1
-2
/
+1
2012-04-25
Removed previous code for async I/O
Igor Pashev
1
-325
/
+0
2012-04-25
Added method match() returning an array of nodes matching given path expression
Igor Pashev
1
-0
/
+37
2012-04-25
Some error messages might be NULL
Igor Pashev
1
-2
/
+11
2012-04-25
small cleanup
Igor Pashev
1
-6
/
+5
2012-04-25
Use persistent function template to create objetcs from both JS and C++ code
Igor Pashev
1
-21
/
+9
2012-04-24
Added async code that creates augeas object and execute callback function whe...
Igor Pashev
1
-0
/
+149
2012-04-20
aug_init() might return non-null handle
Igor Pashev
1
-8
/
+18
2012-04-20
Use descriptive messages in exceptions
Igor Pashev
1
-6
/
+15
2012-04-20
Added wrapper of aug_error() - get the error code from the last API call
Igor Pashev
1
-0
/
+37
2012-04-17
Prefer prefix ++/-- operators for non-primitive types (via cppcheck)
Igor Pashev
1
-2
/
+2
2012-04-16
We need only the number of matches
Igor Pashev
1
-7
/
+3
2012-04-16
size_t -> uint32_t
Igor Pashev
1
-1
/
+1
2012-04-16
comparison between signed and unsigned integer expressions
Igor Pashev
1
-1
/
+1
2012-04-16
Reformatted via astyle
Igor Pashev
1
-35
/
+35
2012-04-16
Implemented method insert()
Igor Pashev
1
-1
/
+39
2012-04-16
#include <string.h> for strlen()
Igor Pashev
1
-0
/
+1
2012-04-15
added async interfaces
dmitry@nexenta.com
1
-12
/
+345
2012-04-14
added load method
dmitry@nexenta.com
1
-0
/
+30
2012-04-14
renamed class name to Augeas
dmitry@nexenta.com
1
-13
/
+15
2012-04-13
added aug_init flags support
dmitry@nexenta.com
1
-13
/
+17
2012-04-14
Oops... Fixed object lifetime
Igor Pashev
1
-5
/
+6
2012-04-14
Renamed variable
Igor Pashev
1
-3
/
+3
2012-04-14
return undefined in LibAugeas::save() if ok
Igor Pashev
1
-0
/
+1
[next]