| Commit message (Expand) | Author | Age | Files | Lines |
* | Change curl-get utility to display error message instead of aborting on error. | jsdelfino | 2013-08-26 | 1 | -2/+4 |
* | Increase log buffer size. | jsdelfino | 2013-08-26 | 1 | -1/+1 |
* | Fix build errors with latest GCC and CLang compilers. | jsdelfino | 2013-08-26 | 6 | -8/+8 |
* | Add utility scripts to launch iOS and Android emulators. | jsdelfino | 2013-08-26 | 3 | -1/+50 |
* | Improvements to the hosting management app server side logic. | jsdelfino | 2013-08-26 | 21 | -188/+490 |
* | Refactor base Javascript and CSS utilities and support server-side aggregatio... | jsdelfino | 2013-08-26 | 15 | -1651/+1724 |
* | Build Python with support for Unicode 4. | jsdelfino | 2013-08-26 | 4 | -6/+8 |
* | Fix handling of login session expiration and incorrect caching of login redir... | jsdelfino | 2013-08-26 | 25 | -104/+167 |
* | Support sorting database search results by rank, and add a rank attribute to ... | jsdelfino | 2013-08-26 | 12 | -55/+248 |
* | Add nuvem components. | jsdelfino | 2013-02-11 | 127 | -0/+3506 |
* | Improvements to the app management UI. | jsdelfino | 2013-02-11 | 55 | -291/+491 |
* | Fix SQL search test case. | jsdelfino | 2013-02-11 | 1 | -4/+4 |
* | Refactoring, rename isNil to isNull. | jsdelfino | 2013-01-03 | 104 | -905/+905 |
* | Update build and install scripts to use the correct dependencies. | jsdelfino | 2013-01-03 | 7 | -200/+229 |
* | Minor changes to server config scripts to get auth and session management to ... | jsdelfino | 2013-01-03 | 13 | -26/+89 |
* | Improve app hosting management app, restructure UI and refactor REST services... | jsdelfino | 2013-01-03 | 147 | -2947/+8131 |
* | Add support for HTTP patch and application of patch scripts to server and dat... | jsdelfino | 2013-01-03 | 46 | -59/+847 |
* | Improve handling of nested lists, trees, null and floating point values. | jsdelfino | 2013-01-03 | 30 | -334/+601 |
* | Changes to get successful C++11 based build. Code cleanup, dependency upgrade... | jsdelfino | 2012-12-11 | 90 | -1813/+1428 |
* | More changes to port to C++11, adjust to use the new JSON support, and cleanu... | jsdelfino | 2012-12-11 | 47 | -1770/+1667 |
* | Use Jansson to read/write JSON instead of Mozilla SpiderMonkey. | jsdelfino | 2012-12-11 | 19 | -289/+1406 |
* | Port kernel to C++11 and refactor some of the core modules. Convert functors ... | jsdelfino | 2012-12-11 | 55 | -2270/+2977 |
* | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1381061 13f79535-47bb-... | giorgio | 2012-09-05 | 769 | -0/+76765 |
* | Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.... | jsdelfino | 2012-07-16 | 33 | -429/+969 |
* | Minor memory management, performance, and tracing improvements. | jsdelfino | 2012-07-16 | 54 | -175/+601 |
* | Add a timeout property to the CURL HTTP clients. | jsdelfino | 2012-07-16 | 32 | -134/+700 |
* | Add an HTTPD auth provider allowing the authentication logic to be implemente... | jsdelfino | 2012-07-16 | 38 | -367/+1156 |
* | Improve caching support and some of the navigations in the hosting environment. | jsdelfino | 2012-07-16 | 84 | -572/+1676 |
* | Fix server config of server-status and proxy balancer-manager pages. | jsdelfino | 2012-05-29 | 5 | -20/+19 |
* | Fix PyObject reference counting bugs causing memory violations in the Python ... | jsdelfino | 2012-05-29 | 12 | -59/+258 |
* | Refactor sample app definitions into proper ATOM entries. | jsdelfino | 2012-05-29 | 73 | -5153/+5511 |
* | Improvements to the hosted composite management app. Simplify and optimize th... | jsdelfino | 2012-05-28 | 52 | -1791/+3282 |
* | Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript ... | jsdelfino | 2012-05-28 | 32 | -2503/+1975 |
* | Database support optimizations. Use PgBouncer to pool connections. Track and ... | jsdelfino | 2012-05-28 | 25 | -127/+434 |
* | Improve error reporting with a reason code. Improve debug and audit logging. ... | jsdelfino | 2012-05-28 | 111 | -251/+483 |
* | Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe. | jsdelfino | 2012-04-09 | 14 | -39/+273 |
* | Enable administrative access using basic auth. | jsdelfino | 2012-04-09 | 9 | -13/+37 |
* | Add more fine grain debug options and remove overhead in debug log macros whe... | jsdelfino | 2012-04-02 | 23 | -55/+79 |
* | Add scripts to configure multiple load balancers on a proxy server. | jsdelfino | 2012-04-02 | 4 | -2/+107 |
* | Detach Memcached and Pgsql from terminal when logging with a logger like Scri... | jsdelfino | 2012-04-02 | 7 | -7/+114 |
* | Automatically reconnect to a Memcached server after a disconnection. | jsdelfino | 2012-04-02 | 16 | -14/+46 |
* | Support multiple Auth modules in a single server or proxy config. Minor fixes... | jsdelfino | 2012-04-02 | 42 | -453/+670 |
* | Minor cleanup of README, INSTALL, and remove an obsolete sample. | jsdelfino | 2012-03-17 | 11 | -614/+11 |
* | Upgrade to newer version of CURL and integrate its SMTP support. | jsdelfino | 2012-03-17 | 28 | -51/+649 |
* | Add options to use mmap or electric fence to check memory accesses, and fix a... | jsdelfino | 2012-02-27 | 11 | -51/+167 |
* | Add missing <?xml?> tag to test ATOM entry document. | jsdelfino | 2012-02-27 | 1 | -0/+1 |
* | Fix mapping between repeating XML elements, S-expression lists, and JSON arra... | jsdelfino | 2012-02-27 | 5 | -4/+69 |
* | Fixes to the hosting module to correctly store ATOM feeds instead of raw coll... | jsdelfino | 2012-02-20 | 29 | -56/+56 |
* | Rename some of the utility programs and add them to the install target. | jsdelfino | 2012-02-20 | 10 | -14/+23 |
* | Optimize server modules a bit. Pass individual config elements instead of the... | jsdelfino | 2012-02-20 | 9 | -433/+441 |