Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • * |
  • |\ \
  • | |/
  • 9fda5b3 Added missing file by Artyom Beilis 2016-01-05 04:47:13 +0000
  • 91802d9 Updates in plugin API by Artyom Beilis 2016-01-04 20:39:08 +0000
  • ca916a3 Make sure that socket is readable before asking for bytesreadable by Artyom Beilis 2016-01-04 12:29:06 +0000
  • a4ee253 Fixed incorrect derefence of NULL pointer by Artyom Beilis 2016-01-04 12:26:02 +0000
  • 22d8b51 Fixed build issue with clang/libc++ by Artyom Beilis 2016-01-04 07:40:17 +0000
  • 586580b Improved plugin test by Artyom Beilis 2016-01-01 21:35:13 +0000
  • de0c183 Added correct index of version by Artyom Beilis 2016-01-01 21:25:21 +0000
  • 76474a2 Added new plugin API and test by Artyom Beilis 2015-12-31 22:08:59 +0000
  • c92d0be Updated python session API by Artyom Beilis 2015-12-30 14:55:41 +0000
  • d191ca4 Added support of <% filter ... %> scoped default filter block to templates compiler by Artyom Beilis 2015-12-30 14:24:14 +0000
  • d4923f5 - Add jsescape - Improved filters performance and memory use by Artyom Beilis 2015-12-30 12:57:36 +0000
  • a2256bc Updated session interface to reflect the exposed cookies issue by Artyom Beilis 2015-12-29 21:36:43 +0000
  • 25c44f2 Merged different fixes from v1.0 branch - Fixed issue in fcntl in posix file storage - Fixed not-removing cookies in session interface - Fixed acceping extended request method in HTTP API by Artyom Beilis 2015-12-29 20:51:51 +0000
  • d94b332 Documentation updates by Artyom Beilis 2015-12-29 20:23:15 +0000
  • 2769daa Extended url_dispatcher::map to: by Artyom Beilis 2015-12-29 16:24:43 +0000
  • 42ed3a3 Added support of UTF-8 flags and icase option by Artyom Beilis 2015-12-29 09:57:58 +0000
  • 51cd226 Initial support of RESTful mapping support by Artyom Beilis 2015-12-28 14:57:52 +0000
  • 8f8fb42 Documented API version by Artyom Beilis 2015-12-23 13:23:39 +0000
  • ef402eb File server created with new API by Artyom Beilis 2015-12-23 11:51:51 +0000
  • ae65815 File server now works in non-blocking mode by Artyom Beilis 2015-12-23 11:19:19 +0000
  • bb7f88d Fixed missing lock on some of the pool methods by Artyom Beilis 2015-12-23 11:19:03 +0000
  • 1447615 Added missing comments and fixed size() to be const by Artyom Beilis 2015-12-23 09:57:53 +0000
  • 03a9cf7 Fixed issue with temporary file removal by Artyom Beilis 2015-12-22 22:03:53 +0000
  • 9522458 Added test for moving of context between applications and pools by Artyom Beilis 2015-12-22 21:31:36 +0000
  • 7eaa3f2 Performance improvements in json parsing by Artyom Beilis 2015-12-22 17:27:57 +0000
  • cae6ac6 Added testing of raw filter by Artyom Beilis 2015-12-21 12:48:19 +0000
  • 72a96d5 Now upload filter test is completed by Artyom Beilis 2015-12-20 21:55:02 +0000
  • e65cee7 Testing of filter added - incomplete yet by Artyom Beilis 2015-12-20 17:14:46 +0000
  • df2ac17 Moved all content parsing code to http::request for both: - easier filter integration - putting right responsibility by Artyom Beilis 2015-12-16 20:56:56 +0000
  • 98977e6 Workarond of missing off_t by Artyom Beilis 2015-12-14 21:39:25 +0000
  • 038647b Fixed function definition by Artyom Beilis 2015-12-14 20:27:24 +0000
  • ae0df94 Fixed incorrect define of fseeko by Artyom Beilis 2015-12-14 20:26:51 +0000
  • 1ba38fc Added option to disable CppCMS version instead of entire X-Powred-By header by Artyom Beilis 2015-12-13 20:41:30 +0000
  • 0589d5a Try to Workaround SunCC issue by Artyom Beilis 2015-12-13 20:40:11 +0000
  • 85d9f87 Added tests for existance of fseeko/_fseeki64 by Artyom Beilis 2015-12-13 17:04:52 +0000
  • 94952a7 Fixed missing class code by Artyom Beilis 2015-12-13 16:40:35 +0000
  • b7ff90e Workaround for gcc-3.4 by Artyom Beilis 2015-12-13 16:40:22 +0000
  • d5c0633 Workaround for stlport by Artyom Beilis 2015-12-13 16:39:12 +0000
  • 6dddc3d Updated API - not fully tested yet by Artyom Beilis 2015-12-11 19:35:21 +0000
  • 86773dc Updated http_file to use new buffer by Artyom Beilis 2015-12-11 10:29:22 +0000
  • ac5dc21 Implemented new buffer for http::file by Artyom Beilis 2015-12-10 20:57:38 +0000
  • 25d67ff Progress in implementation of upload filter by Artyom Beilis 2015-12-09 13:20:15 +0000
  • f8ce4db Started content upload filter implementation by Artyom Beilis 2015-12-08 16:45:35 +0000
  • fb598be Upload file size is now tested before file becomes large by Artyom Beilis 2015-12-07 21:15:15 +0000
  • 6272041 Unit test updates and API changes in multi-part parser to handle each file separatly by Artyom Beilis 2015-12-07 20:16:19 +0000
  • dae0be4 Fixed compilation issue is multipart-parser Added consistent API for check if it is file or form-data by Artyom Beilis 2015-12-07 12:15:59 +0000
  • 8624564 Fixed file size handling now http::file::size() returns correct size on 32 bit systems as well. by Artyom Beilis 2015-12-07 11:55:48 +0000
  • 589589c Fixed different file/post-data comparison that can potentially lead memory overuse - and service denial by Artyom Beilis 2015-12-07 11:54:50 +0000
  • 12651f5 - Increased backlog to make sure connection succeeds - Fixed class definition syntax for older python versions by Artyom Beilis 2015-12-07 06:44:03 +0000
  • 34fd2f3 Workaround of deadlock in Cygwin by Artyom Beilis 2015-12-07 06:42:25 +0000
  • 19f84a0 Added support of unmounting of applications by Artyom Beilis 2015-12-06 19:54:18 +0000
  • 707e638 Fixed test to represet actual issue by Artyom Beilis 2015-12-06 19:53:17 +0000
  • daf5f90 Fixed problem with async application removal Improved test by Artyom Beilis 2015-12-05 20:54:54 +0000
  • da0f373 Now legacy apps pool create only needed - up to threads no Added tests to the unit-test list by Artyom Beilis 2015-12-04 21:49:25 +0000
  • 0e5e3b8 Fixed invalid use of watchdog in synchronous applications by Artyom Beilis 2015-12-04 21:47:56 +0000
  • 1030a18 Added incomplete yet pool test by Artyom Beilis 2015-12-03 16:17:10 +0000
  • 0315b22 Redesign of applications pool by Artyom Beilis 2015-12-02 15:25:15 +0000
  • 198aceb Added bind to basic_socket to allow clients to bind to specific interface by Artyom Beilis 2015-11-30 18:09:37 +0000
  • 7cdc149 Removal of references to CPPCMS_BOOST by Artyom Beilis 2015-11-30 17:14:24 +0000
  • 2033d55 replaced home written allocator with well known design by Artyom Beilis 2015-11-30 15:43:23 +0000
  • 4d4ef0c Removed dependency on locale cppcms_boost!!!! :-))))))))))) by Artyom Beilis 2015-11-26 21:08:34 +0000
  • 206342f Fixed compilation error by Artyom Beilis 2015-11-26 16:25:04 +0000
  • 3b4016c Removed reference to Boost.Bind from all the code - get ready to get rid of cppcms_boost by Artyom Beilis 2015-11-26 15:46:46 +0000
  • 6300ee0 Fix of test for different standard library by Artyom Beilis 2015-11-22 21:15:19 +0000
  • 51f0027 Fixed path validation under MS Windows by Artyom Beilis 2015-11-22 21:14:22 +0000
  • ebc74ea Fixed initialization of pointer issues in MSVC10 by Artyom Beilis 2015-11-22 21:13:46 +0000
  • 35bec6d Make sure the non-blocking status is consistent by Artyom Beilis 2015-11-22 16:34:41 +0000
  • 68c1235 Fixed bug in asynchronous I/O operations by Artyom Beilis 2015-11-22 14:23:43 +0000
  • b4c3856 Added tests for non-blocking I/O Fixed issue with parsing of partial CGI headers in HTTP backend by Artyom Beilis 2015-11-21 21:16:21 +0000
  • 3fa8ded Moved intrusive_ptr to internal location to prevent an attempt of instanciation by suncc by Artyom Beilis 2015-11-20 22:43:23 +0000
  • 103b857 Workaround for MSVC that does not support C99 by Artyom Beilis 2015-11-20 22:39:11 +0000
  • 792f548 - Fixed issues in timeout management in http-api - Fixed unit test buffering - Fixed issue is error handling in http:response - Cleanup of old code in http-response by Artyom Beilis 2015-11-20 22:10:19 +0000
  • 4525228 Fixed and improved test by Artyom Beilis 2015-11-20 13:52:18 +0000
  • e0fc734 Fixes in gzip compression, test improved by Artyom Beilis 2015-11-19 22:55:24 +0000
  • 28c999d Fixed test and bug by Artyom Beilis 2015-11-19 18:35:23 +0000
  • b83f40d added setbuf API and blocking/nonblocking modes gzip reorganization to support flush and improve buffering. by Artyom Beilis 2015-11-19 16:13:51 +0000
  • 6cf5526 Added improved output buffering by Artyom Beilis 2015-11-18 22:18:51 +0000
  • a13c972 Added async_write based on nonblocking_write by Artyom Beilis 2015-11-18 10:55:00 +0000
  • cea1147 Implemented preparation for non-blocking API by Artyom Beilis 2015-11-17 22:29:26 +0000
  • 61e1e4a new interface add_header by Artyom Beilis 2015-11-17 10:42:25 +0000
  • e6f69ca Added Asp.Net support by Artyom Beilis 2015-11-16 11:53:46 +0000
  • 9071a41 Added PHP support by Artyom Beilis 2015-11-15 21:52:30 +0000
  • 71f2065 Updated automatic loading of libcppcms by Artyom Beilis 2015-11-15 12:04:31 +0000
  • 8920385 Automatic loading of shared object/dll given by Artyom Beilis 2015-11-15 11:14:23 +0000
  • dd92160 Added missing file by Artyom Beilis 2015-11-13 21:42:46 +0000
  • 01af3cd - Imporved python session handling implementation - added Java session access implementations - Added examples directory by Artyom Beilis 2015-11-13 21:41:31 +0000
  • c53720d Created session integration module between django and cppcms by Artyom Beilis 2015-11-11 11:12:51 +0000
  • b3d85be API updated for better error handling by Artyom Beilis 2015-11-11 08:47:12 +0000
  • 6b35536 Fixed invalid line by Artyom Beilis 2015-11-09 12:05:11 +0000
  • 4dca1c8 Added test for external session management by Artyom Beilis 2015-11-09 11:48:06 +0000
  • 2c25256 Fixes by Artyom Beilis 2015-11-09 11:02:04 +0000
  • 1373fd7 Updates by Artyom Beilis 2015-11-09 10:29:55 +0000
  • 6a027b9 updates by Artyom Beilis 2015-11-09 04:17:17 +0000
  • 3aa01f4 Added C session API for integration with 3rd part software by Artyom Beilis 2015-11-08 17:05:03 +0000
  • 4f940ae Extended test to check alternative session holder API by Artyom Beilis 2015-11-07 20:35:50 +0000
  • fd4af7b Exteded API - added getters for max_age/expires by Artyom Beilis 2015-11-07 20:35:16 +0000
  • 0f5f632 Added a possibility of external access to session interface Added a option to use non-cookies based session ID storage by Artyom Beilis 2015-11-07 18:05:02 +0000
  • 710eb66 Merge from v1.0.0 fixes branch by Artyom Beilis 2015-11-05 08:44:25 +0000
  • 8e9a29d Merge of FreeBSD fixes from Boost.Locale by Artyom Beilis 2015-11-05 08:41:47 +0000
  • bbbd1d3 Merged all the changes from the production branch by Artyom Beilis 2015-11-04 21:54:39 +0000