1. c47b456 Change curl-get utility to display error message instead of aborting on error. by Jean Sebastien Delfino · 11 years ago trunk
  2. 9764b21 Increase log buffer size. by Jean Sebastien Delfino · 11 years ago
  3. eb1eadf Fix build errors with latest GCC and CLang compilers. by Jean Sebastien Delfino · 11 years ago
  4. 79c4f00 Add utility scripts to launch iOS and Android emulators. by Jean Sebastien Delfino · 11 years ago
  5. eda2e2c Improvements to the hosting management app server side logic. by Jean Sebastien Delfino · 11 years ago
  6. 34ef2ce Refactor base Javascript and CSS utilities and support server-side aggregation of HTML and Javascript. by Jean Sebastien Delfino · 11 years ago
  7. 46c95fc Build Python with support for Unicode 4. by Jean Sebastien Delfino · 11 years ago
  8. 4a8c68a Fix handling of login session expiration and incorrect caching of login redirect responses. by Jean Sebastien Delfino · 11 years ago
  9. 445365e Support sorting database search results by rank, and add a rank attribute to ATOM entries. by Jean Sebastien Delfino · 11 years ago
  10. 1c47d19 Add nuvem components. by Jean Sebastien Delfino · 11 years ago
  11. b0b0eec Improvements to the app management UI. by Jean Sebastien Delfino · 11 years ago
  12. 99f46fd Fix SQL search test case. by Jean Sebastien Delfino · 11 years ago
  13. 51e831a Refactoring, rename isNil to isNull. by Jean Sebastien Delfino · 11 years ago
  14. 3194077 Update build and install scripts to use the correct dependencies. by Jean Sebastien Delfino · 11 years ago
  15. 80c1c8e Minor changes to server config scripts to get auth and session management to behave the same with or without a proxy. by Jean Sebastien Delfino · 11 years ago
  16. 1554af4 Improve app hosting management app, restructure UI and refactor REST services and data model to use an SQL database. by Jean Sebastien Delfino · 11 years ago
  17. fe822c3 Add support for HTTP patch and application of patch scripts to server and data store components. by Jean Sebastien Delfino · 11 years ago
  18. 965bf87 Improve handling of nested lists, trees, null and floating point values. by Jean Sebastien Delfino · 11 years ago
  19. 5d936e6 Changes to get successful C++11 based build. Code cleanup, dependency upgrades, and const + inline optimizations in components, samples, and app hosting server. by Jean Sebastien Delfino · 11 years ago
  20. 6a450d5 More changes to port to C++11, adjust to use the new JSON support, and cleanup rest of the modules. by Jean Sebastien Delfino · 11 years ago
  21. 2cf74f2 Use Jansson to read/write JSON instead of Mozilla SpiderMonkey. by Jean Sebastien Delfino · 11 years ago
  22. 5211f86 Port kernel to C++11 and refactor some of the core modules. Convert functors to lambdas, and add C++ const, noexcept and inline annotations to get more efficient generated code. by Jean Sebastien Delfino · 11 years ago
  23. 2710058 Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.04, and Mac OS X 10.7.4. by Jean Sebastien Delfino · 12 years ago
  24. e2b5746 Minor memory management, performance, and tracing improvements. by Jean Sebastien Delfino · 12 years ago
  25. bacc612 Add a timeout property to the CURL HTTP clients. by Jean Sebastien Delfino · 12 years ago
  26. 0bf0f32 Add an HTTPD auth provider allowing the authentication logic to be implemented by a component, and cleanup the SSL and mod-security config a bit. by Jean Sebastien Delfino · 12 years ago
  27. c74e75d Improve caching support and some of the navigations in the hosting environment. by Jean Sebastien Delfino · 12 years ago
  28. 38a52f7 Fix server config of server-status and proxy balancer-manager pages. by Jean Sebastien Delfino · 12 years ago
  29. 00bcc3e Fix PyObject reference counting bugs causing memory violations in the Python component implementation. Build Python runtime from source with pydebug to diagnose memory issues. by Jean Sebastien Delfino · 12 years ago
  30. e4c39e3 Refactor sample app definitions into proper ATOM entries. by Jean Sebastien Delfino · 12 years ago
  31. b3d43a0 Improvements to the hosted composite management app. Simplify and optimize the Web UI a bit. Add test cases and fix some of the logic in the management components. by Jean Sebastien Delfino · 12 years ago
  32. bc52fc4 Cleanup sample and test HTML pages. Remove crlf, fix links to the Javascript scripts, and remove unused CSS stylesheets. by Jean Sebastien Delfino · 12 years ago
  33. 52fdba3 Database support optimizations. Use PgBouncer to pool connections. Track and manage WAL archives to optimize space and speed up database replication setup. by Jean Sebastien Delfino · 12 years ago
  34. 4a76c10 Improve error reporting with a reason code. Improve debug and audit logging. Fix test scripts to cleanup state from previous builds and correctly report test errors. by Jean Sebastien Delfino · 12 years ago
  35. b76120b Cleanup Scribe log output and add ability to log to a firehose Unix fifo pipe. by Jean Sebastien Delfino · 12 years ago
  36. 2d107b1 Enable administrative access using basic auth. by Jean Sebastien Delfino · 12 years ago
  37. 3a996f4 Add more fine grain debug options and remove overhead in debug log macros when logging is turned off. by Jean Sebastien Delfino · 12 years ago
  38. 2ee21b1 Add scripts to configure multiple load balancers on a proxy server. by Jean Sebastien Delfino · 12 years ago
  39. 74c0fd4 Detach Memcached and Pgsql from terminal when logging with a logger like Scribe. Add a Scribe status command. by Jean Sebastien Delfino · 12 years ago
  40. 8a4ce45 Automatically reconnect to a Memcached server after a disconnection. by Jean Sebastien Delfino · 12 years ago
  41. 15dc808 Support multiple Auth modules in a single server or proxy config. Minor fixes to the OAuth2 module to comply with the spec. by Jean Sebastien Delfino · 12 years ago
  42. dd31eb5 Minor cleanup of README, INSTALL, and remove an obsolete sample. by Jean Sebastien Delfino · 12 years ago
  43. abac4a2 Upgrade to newer version of CURL and integrate its SMTP support. by Jean Sebastien Delfino · 12 years ago
  44. e9a98a5 Add options to use mmap or electric fence to check memory accesses, and fix a few memory access violations. by Jean Sebastien Delfino · 12 years ago
  45. 1cb04b5 Add missing <?xml?> tag to test ATOM entry document. by Jean Sebastien Delfino · 12 years ago
  46. 5b63b9b Fix mapping between repeating XML elements, S-expression lists, and JSON array cells. by Jean Sebastien Delfino · 12 years ago
  47. 9a8289b Fixes to the hosting module to correctly store ATOM feeds instead of raw collections and work with the sqldb component. by Jean Sebastien Delfino · 12 years ago
  48. fa25ae8 Rename some of the utility programs and add them to the install target. by Jean Sebastien Delfino · 12 years ago
  49. 1f7b449 Optimize server modules a bit. Pass individual config elements instead of the whole server config. Load target composite once into the request. Enable loading of shared component implementations from the main contribution. by Jean Sebastien Delfino · 12 years ago
  50. 34d4ecd Refactor auth configuration to allow HTTP and HTTPS virtual hosts to use different auth mechanisms, and refactor log configuration to make it easier to use. by Jean Sebastien Delfino · 12 years ago
  51. 136890b Refactor server hosting module, rename it and move it under a hosting dir, and refactor its datastore components into a single component. by Jean Sebastien Delfino · 12 years ago
  52. 3d71ef3 Add an app property which can be used to retrieve the current app name. by Jean Sebastien Delfino · 12 years ago
  53. 6a69b89 Change samples to use standard example.com domain name. by Jean Sebastien Delfino · 12 years ago
  54. 9028e9a Add a partitioner component, which combined with a selector component can be used to implement data partitioning, sharding, or data access load balancing for example. by Jean Sebastien Delfino · 12 years ago
  55. f6afe56 Fix error with logging command in memcached and sqldb start / stop scripts. Adjust test scripts, add new parameter required by memcached start / stop scripts. by Jean Sebastien Delfino · 12 years ago
  56. 636d975 Add external configuration of Memcached and PostgreSQL logging, to allow the logs to be piped to Scribe or the HTTPD log rotation program. by Jean Sebastien Delfino · 12 years ago
  57. a580863 Use HTTPD ap_log_error instead of stderr to log when running inside HTTPD, to get log piping and rotation to work. by Jean Sebastien Delfino · 12 years ago
  58. 6c4e216 Fix calculation of composite path when configured with an absolute path. by Jean Sebastien Delfino · 12 years ago
  59. 4abec0a Fix PostgreSQL download URL and add it to the default build scripts on Ubuntu and Mac OS X. by Jean Sebastien Delfino · 12 years ago
  60. 56746b4 Turn ProxyPreserveHost off as it causes backend HTTPD servers to redirect requests instead of accepting them. by Jean Sebastien Delfino · 12 years ago
  61. 9921e57 Add ability to configure an HTTPS proxy with load balancing over a set of HTTP backend servers and get OAuth authentication working with that topology. by Jean Sebastien Delfino · 12 years ago
  62. 342dbf5 Change htpasswd conf from MD5 to DES as the MD5 version isn't recognized on Mac OS X. by Jean Sebastien Delfino · 12 years ago
  63. 7081241 Change memcached component configuration syntax to use spaces instead of commas between memcached addresses. by Jean Sebastien Delfino · 12 years ago
  64. 8427018 Minor build script updates. Add missing --enable-libcloud build option and upgrade to PostgreSQL 9.1.2. by Jean Sebastien Delfino · 12 years ago
  65. 2f4bb8e Fix build and install errors on Mac OS X. Add missing scripts to forward IP ports on Mac OS X. by Jean Sebastien Delfino · 12 years ago
  66. 2dcbc6a Minor build and install script fixes. Install missing dev tools. Add a missing cd command. by Jean Sebastien Delfino · 12 years ago
  67. 8ee8fce Enable log collection using Scribe, and some minor log cleanup. by Jean Sebastien Delfino · 12 years ago
  68. b940586 Change default log level from 'info' to 'notice' and improve some of the log messages. by Jean Sebastien Delfino · 12 years ago
  69. 1c11a99 Improvements to the auth implementation. Refactor logout page, handle auth redirects in XHR responses and allow auth to work off an OpenID AX attribute or OAuth resource attribute. by Jean Sebastien Delfino · 12 years ago
  70. 4a0c4c3 Add a few useful backup scripts. by Jean Sebastien Delfino · 12 years ago
  71. 8dc1d4e Change authentication scheme from Form based auth to OpenID + OAuth. by Jean Sebastien Delfino · 12 years ago
  72. f1debac Add a few missing files to Makefile install targets. by Jean Sebastien Delfino · 13 years ago
  73. ed05a63 Upgrade to HTTPD 2.3.15-beta. by Jean Sebastien Delfino · 13 years ago
  74. ba1e758 Fix minor build script problems, use wget instead of curl to bootstrap build, fix mod-security-crs download URL and Makefile _data install error. by Jean Sebastien Delfino · 13 years ago
  75. 513462d Enable multiple apps to co-exist under different paths in a single Virtual Host and Internet domain. by Jean Sebastien Delfino · 13 years ago
  76. afc8234 Better network connectivity status reporting and handling of orientation change events. by Jean Sebastien Delfino · 13 years ago
  77. a80fdf0 Minor improvements to Page Speed build integration and documentation. by Jean Sebastien Delfino · 13 years ago
  78. 9a31e4b Use Page Speed to minify Web resources at build time, and a few more improvements to the offline support. by Jean Sebastien Delfino · 13 years ago
  79. c1d0e70 Refactor and simplify edit app, and optimize app resource loading and caching. by Jean Sebastien Delfino · 13 years ago
  80. 4524add Fix a few issues for mac build by Zhaohui Feng · 13 years ago
  81. d7ba0ff Fix core dump when running Python components in a virtual host. by Jean Sebastien Delfino · 13 years ago
  82. 3df1845 Add leveldb to mac-install by Zhaohui Feng · 13 years ago
  83. 5c7f951 Add leveldb to mac-install by Zhaohui Feng · 13 years ago
  84. 5b3e92d Fix stack overflow on Mac OS X. by Jean Sebastien Delfino · 13 years ago
  85. 5ba5b4c Fix broken links, update to latest dependencies, and use curl instead of wget to download them. by Jean Sebastien Delfino · 13 years ago
  86. 3e12615 Start to add LevelDB support by Zhaohui Feng · 13 years ago
  87. 73a0845 Change optimizations from -O2 to -O1 with Clang/LLVM as -O2 is unsafe. by Jean Sebastien Delfino · 13 years ago
  88. cba194d Rename nosqldb component to constdb. by Jean Sebastien Delfino · 13 years ago
  89. 8d7f0ce Reinitialize Python thread support after a library reload or a fork. by Jean Sebastien Delfino · 13 years ago
  90. a61508b Support multithreaded execution of Python components with the HTTPD event MPM. by Jean Sebastien Delfino · 13 years ago
  91. 7a1f301 Tune up Mozilla SpiderMonkey memory usage and garbage collection. by Jean Sebastien Delfino · 13 years ago
  92. 92622fc Improve logging with multiple threads and processes. by Jean Sebastien Delfino · 13 years ago
  93. 6a117b8 Build with Clang/LLVM when available. by Jean Sebastien Delfino · 13 years ago
  94. 2205a57 Port to Memcached 1.4.7 and Ubuntu 11.04. by Jean Sebastien Delfino · 13 years ago
  95. bb96813 Implement an OpenCL component implementation evaluator. Add OpenCL tests, working on Ubuntu and MacOS with both CPU and NVIDIA and ATI GPUs. by Jean Sebastien Delfino · 13 years ago
  96. 7cfbefa Implement a portable alternative to __thread and get the HTTP and SQLDB components and the Auth modules working with the HTTPD multithreaded event MPM. by Jean Sebastien Delfino · 13 years ago
  97. 4c79bf2 Switch from the HTTPD prefork MPM to the multi-threaded event MPM where possible. Fix multi-threading issues in the SpiderMonkey integration. by Jean Sebastien Delfino · 13 years ago
  98. b38d918 Upgrade to SpiderMonkey 1.8.5. by Jean Sebastien Delfino · 13 years ago
  99. 3f4db08 Add more complete test of multi-threaded worker, work queue and thread local storage. by Jean Sebastien Delfino · 13 years ago
  100. 60b45e5 Fix compile error in test program. by Jean Sebastien Delfino · 13 years ago