index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-cpp
/
trunk
/
components
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-05-23
Support cookies over outgoing HTTP calls and a shorter component URL addressi...
jsdelfino
11
-19
/
+19
2011-05-23
Refactor some of the extensions and remove unnecessary namespace prefixes.
jsdelfino
9
-36
/
+27
2011-04-17
Add an XMPP message sender component that only connects to an XMPP server as ...
jsdelfino
8
-7
/
+345
2011-04-04
Add sample database and search components, sample apps and corresponding test...
jsdelfino
1
-3
/
+9
2011-03-13
Add a reusable component that returns the contents of a configured url.
jsdelfino
9
-3
/
+341
2011-03-08
Change ATOM and RSS feed representations to use name value pairs instead of j...
jsdelfino
7
-50
/
+98
2011-02-26
Correctly pass query strings through component wiring redirects and improve f...
jsdelfino
1
-1
/
+5
2011-02-06
Converts database key strings to symbols before computing database file names.
jsdelfino
1
-3
/
+5
2011-01-09
Fix memory leak in Python runtime integration. Reduce memory consumption of d...
jsdelfino
8
-0
/
+42
2011-01-02
Fix automake warning. Add pragmas to sources generated by Thrift using sed in...
jsdelfino
1
-3
/
+1
2010-12-24
Add support for XML and JSON formats to file database component.
jsdelfino
6
-48
/
+147
2010-12-08
Add a test file-based database component.
jsdelfino
10
-1
/
+652
2010-11-28
Use different servers for cert-based and password-based auth and use event MP...
jsdelfino
2
-1
/
+10
2010-11-14
Port to Ubuntu server 10.10 64-bit. C++ code fixes required to compile and ru...
jsdelfino
4
-18
/
+29
2010-11-03
Add .componentType files describing the utility components. Refactor chat com...
jsdelfino
23
-26
/
+556
2010-10-20
Minor fixes to get all samples working in a target install dir.
jsdelfino
1
-1
/
+1
2010-10-20
Renamed frontcache to datacache and add a memo cache that memoizes function a...
jsdelfino
7
-22
/
+155
2010-09-15
Upgrade build scripts to on Ubuntu 10.04.
jsdelfino
1
-2
/
+1
2010-09-06
Strawman implementation of the OAuth 2.0 protocol. Minor improvements to the ...
jsdelfino
7
-12
/
+12
2010-09-03
Configure mod-auth-openid to use memcached instead of sqlite. Remove dependen...
jsdelfino
1
-3
/
+1
2010-08-19
Script fixes to get database working with the HTTPS-enabled store-cluster sam...
jsdelfino
9
-53
/
+157
2010-08-19
Exclude test program build output from version control.
jsdelfino
1
-0
/
+0
2010-08-16
Fix configuration scripts to create directories if necessary.
jsdelfino
1
-0
/
+1
2010-08-16
Test Postgresql hot standby + replication and integrated Postgresql database ...
jsdelfino
26
-131
/
+681
2010-08-14
Some refactoring of the HTTP support, tunnel Memcached requests over HTTPS an...
jsdelfino
13
-27
/
+89
2010-07-28
Change sample to use a pool of three memcached servers. Add a property to the...
jsdelfino
8
-16
/
+61
2010-07-28
Refactor and cleanup some of the config scripts. Add a sample using mod_proxy...
jsdelfino
3
-0
/
+5
2010-06-22
Fix test composite name.
jsdelfino
1
-1
/
+1
2010-06-05
Add build support for a minimum distribution using prebuilt dependencies from...
jsdelfino
8
-6
/
+21
2010-05-31
Build the expat XML parser separately instead of building it as part of libst...
jsdelfino
1
-3
/
+3
2010-05-30
Fix source distribution build scripts, add missing files to the dist targets.
jsdelfino
7
-8
/
+30
2010-05-29
Fix distribution build, add missing files and samples and fix path to librari...
jsdelfino
16
-57
/
+123
2010-05-23
Add a logger component that logs and relays all invocations through a reference.
jsdelfino
8
-4
/
+189
2010-05-22
Change Memcached component to use localhost instead of 127.0.0.1.
jsdelfino
2
-3
/
+3
2010-05-22
Implementation of a streaming + aggregating Log utility component using Faceb...
jsdelfino
17
-20
/
+911
2010-05-16
Add dependencies on Apache Thrift and Facebook Scribe, for use by the Log com...
jsdelfino
1
-0
/
+29
2010-04-19
Reuse the same file descriptor when reopening a tinycdb database.
jsdelfino
1
-4
/
+35
2010-04-19
Add a tinycdb-based nosql SCA component and integrate with server. Add a vers...
jsdelfino
8
-60
/
+249
2010-04-17
Strawman implementation of post, put and delete on a tinycdb database, for no...
jsdelfino
12
-3
/
+732
2010-04-17
Install gcc-4.5 in ubuntu automated install script.
jsdelfino
2
-52
/
+0
2010-04-17
Change build scripts to make them work with GCC 4.5. Add a script to help ins...
jsdelfino
3
-12
/
+12
2010-04-10
Minor build cleanup and fixes. Add a few scripts to help run automated builds...
jsdelfino
1
-1
/
+1
2010-04-09
Add store test using the sqldb component. Add conninfo and table properties t...
jsdelfino
7
-11
/
+26
2010-04-08
Simple SQL database component implementation, using PostgreSQL.
jsdelfino
10
-10
/
+701
2010-04-08
Minor fix, cleanup namespace.
jsdelfino
3
-27
/
+27
2010-04-04
Create build structure for an SQL database component. Add dependencies to pos...
jsdelfino
5
-3
/
+112
2010-03-29
Build memcached from source as the Ubuntu 9.10 memcached package is back leve...
jsdelfino
3
-2
/
+13
2010-03-28
Add a host parameter to the conf scripts to allow an external DNS host name t...
jsdelfino
4
-4
/
+4
2010-03-27
Add scripts to setup HTTPS support. A few fixes to get HTTPS working end to e...
jsdelfino
1
-1
/
+3
2010-03-21
Port to latest Apache Vysper 0.5 and Qpid 0.6. Change memcached scripts to st...
jsdelfino
6
-4
/
+37
[next]