index
:
node-augeas
master
Node.js bindings to the libaugeas
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
2
-0
/
+92
2012-05-07
Fixed file name
Igor Pashev
1
-0
/
+0
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
Typo
Igor Pashev
1
-1
/
+1
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-05-01
Typo
Igor Pashev
1
-1
/
+1
2012-05-01
Added examples of extending Augeas object
Igor Pashev
2
-0
/
+94
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
2
-6
/
+6
2012-04-28
Added defvar()
Igor Pashev
2
-0
/
+58
2012-04-28
Merge branch 'master' of github.com:Nexenta/node-augeas
Igor Pashev
1
-0
/
+19
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
example: async reading and async writing of /etc/hosts
Igor Pashev
1
-0
/
+29
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-27
added index.js
Super-User
1
-0
/
+19
2012-04-26
Added simple example for async reading /etc/hosts
Igor Pashev
2
-11
/
+35
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
2
-11
/
+11
2012-04-25
Small fix to exception message
Igor Pashev
1
-2
/
+1
2012-04-25
Removed extra cxxflags
Igor Pashev
1
-1
/
+0
2012-04-25
Removed previous code for async I/O
Igor Pashev
3
-376
/
+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
Updated README
Igor Pashev
1
-1
/
+37
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
2
-0
/
+161
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
[next]