index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
/
trunk
/
kernel
/
gc.hpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-02
Add more fine grain debug options and remove overhead in debug log macros whe...
jsdelfino
1
-1
/
+1
2012-02-27
Add options to use mmap or electric fence to check memory accesses, and fix a...
jsdelfino
1
-29
/
+105
2011-09-04
Build with Clang/LLVM when available.
jsdelfino
1
-18
/
+19
2011-08-28
Implement a portable alternative to __thread and get the HTTP and SQLDB compo...
jsdelfino
1
-2
/
+33
2011-06-28
Port to Mac OS X 10.6.7.
jsdelfino
1
-0
/
+40
2011-04-17
Fix representation of null values and escape control characters in JSON and H...
jsdelfino
1
-6
/
+23
2010-11-14
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...
jsdelfino
1
-9
/
+9
2010-08-14
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...
jsdelfino
1
-1
/
+11
2010-01-17
Added asserts to memory alloc functions. Fixed JSON request construction to s...
jsdelfino
1
-25
/
+31
2010-01-11
Improvements to autoconf build to make support for python, web service etc an...
jsdelfino
1
-2
/
+2
2010-01-02
Cleaned up lifecycle handling of objects that hold library and file resources...
jsdelfino
1
-39
/
+51
2010-01-02
Fixed build error with --enable-threads option.
jsdelfino
1
-2
/
+2
2010-01-02
Performance improvements when running both in multi-threaded and pre-forked H...
jsdelfino
1
-284
/
+121
2009-12-26
Added missing const qualifiers, macros and util functions to help debugging, ...
jsdelfino
1
-4
/
+3
2009-11-30
Added debug macros and cleaned up debug logging. Added locking macros used wh...
jsdelfino
1
-6
/
+24
2009-11-16
Cleaning up SVN structure, moving sca trunk to sca-cpp/trunk.
jsdelfino
1
-0
/
+0
2009-11-01
Improved memory management using APR memory pools, changed frame allocation i...
jsdelfino
1
-0
/
+135
2009-10-03
Removed explicit C++ keywords to let the compiler perform the necessary conve...
jsdelfino
1
-3
/
+3
2009-09-27
Moved some sources up in the directory tree to attempt to simplify the direct...
jsdelfino
1
-0
/
+0
2009-09-26
Refactored the value class. Cleaned up usage of namespaces to remove side eff...
jsdelfino
1
-13
/
+13
2009-09-14
Utility functions and headers used by the sample store app, function objects,...
jsdelfino
1
-0
/
+269