index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
/
trunk
/
modules
/
js
/
eval.hpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-28
Improve error reporting with a reason code. Improve debug and audit logging. ...
jsdelfino
1
-1
/
+1
2012-04-02
Add more fine grain debug options and remove overhead in debug log macros whe...
jsdelfino
1
-2
/
+2
2011-12-23
Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to...
jsdelfino
1
-6
/
+1
2011-09-05
Tune up Mozilla SpiderMonkey memory usage and garbage collection.
jsdelfino
1
-3
/
+3
2011-08-28
Implement a portable alternative to __thread and get the HTTP and SQLDB compo...
jsdelfino
1
-2
/
+4
2011-08-14
Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possi...
jsdelfino
1
-4
/
+17
2011-08-11
Upgrade to SpiderMonkey 1.8.5.
jsdelfino
1
-11
/
+36
2011-04-17
Fix representation of null values and escape control characters in JSON and H...
jsdelfino
1
-2
/
+6
2011-03-21
Fix Javascript test case. Enable Javascript error reporting on non-debug build.
jsdelfino
1
-0
/
+3
2011-01-09
Fix memory leak in Python runtime integration. Reduce memory consumption of d...
jsdelfino
1
-0
/
+8
2010-12-24
Fix roundtripping of JSON arrays, booleans and numbers, ATOM / RSS feed detec...
jsdelfino
1
-1
/
+3
2010-12-08
Move JavaScript eval functions to the js module.
jsdelfino
1
-157
/
+32
2010-11-14
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...
jsdelfino
1
-1
/
+1
2010-09-21
Strip the leading '.' added by some JSON-RPC clients to method names.
jsdelfino
1
-1
/
+3
2010-09-19
Improvements to the oauth module and support for oauth 1.0a using liboauth.
jsdelfino
1
-0
/
+4
2010-09-06
Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...
jsdelfino
1
-0
/
+7
2010-08-19
Script fixes to get database working with the HTTPS-enabled store-cluster sam...
jsdelfino
1
-1
/
+3
2010-08-14
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...
jsdelfino
1
-0
/
+13
2010-02-17
Working queue and chat components. Added a few useful start/stop scripts. Fi...
jsdelfino
1
-1
/
+1
2010-01-24
Working Web service component using Axis2C 1.6. Some fixes to the JSON conver...
jsdelfino
1
-46
/
+50
2010-01-17
Added asserts to memory alloc functions. Fixed JSON request construction to s...
jsdelfino
1
-1
/
+1
2010-01-11
Minor fixes to server and python evaluator to get python store working. Some...
jsdelfino
1
-0
/
+12
2010-01-02
Cleaned up lifecycle handling of objects that hold library and file resources...
jsdelfino
1
-11
/
+2
2010-01-02
Performance improvements when running both in multi-threaded and pre-forked H...
jsdelfino
1
-31
/
+31
2009-12-26
Added missing const qualifiers, macros and util functions to help debugging, ...
jsdelfino
1
-3
/
+3
2009-11-30
Added debug macros and cleaned up debug logging. Added locking macros used wh...
jsdelfino
1
-1
/
+1
2009-11-23
Refactored httpd server integration, split http support and server logic in t...
jsdelfino
1
-5
/
+5
2009-11-16
Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.
jsdelfino
1
-0
/
+0
2009-11-16
Fixed support for nested elements and lists. Improved failure/error reporting...
jsdelfino
1
-8
/
+7
2009-11-01
Minor refactoring of read/write functions and primitive procs. Added function...
jsdelfino
1
-41
/
+53
2009-10-26
Minor refactoring, given each module its own namespace. Added utility functio...
jsdelfino
1
-14
/
+48
2009-10-18
Some fixes to the JSON and httpd support. Added support for Atom. Adjusted st...
jsdelfino
1
-51
/
+62
2009-10-11
Added support for JSON-RPC to httpd module. Fixed issues with double numbers ...
jsdelfino
1
-25
/
+27
2009-10-05
Changed XML and JSON databindings to use lazy lists and writer functions inst...
jsdelfino
1
-48
/
+37
2009-10-03
Strawman implementation of a JSON data binding.
jsdelfino
1
-0
/
+349