ChipMaster's trial hacks on C++CMS starting with v1.2.1. Not sure I'll follow on with the v2 since it looks to be breaking and mostly frivolous.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Artyom Beilis 91d5961597 Added domain test to views testing 8 years ago
..
en/LC_MESSAGES Added domain test to views testing 8 years ago
file_server Added basic file_server listing testing 12 years ago
he/LC_MESSAGES Updated no-icu locale support of msgctxt -- line up with Boost.Locale 14 years ago
he_IL/LC_MESSAGES Integrated test suite from boost locale 14 years ago
multipart Implemented file upload, file widget and multipart/form-data 14 years ago
allocator_test.cpp replaced home written allocator with well known design 8 years ago
atomic_test.cpp - Update copyright notice, 12 years ago
base64_test.cpp - Update copyright notice, 12 years ago
cache_backend_test.cpp Fixed bug in hash map 12 years ago
cache_frontend_test.cpp Progress in implementation of upload filter 8 years ago
cache_performance_test.cpp Fixed bug in hash map 12 years ago
client.h - Update copyright notice, 12 years ago
content_type_parser_test.cpp - Update copyright notice, 12 years ago
cookie_test.cpp Redesign of applications pool 8 years ago
cookie_test.js - Added http_cookies test 14 years ago
cookie_test.py - Added http_cookies test 14 years ago
copy_filter_test.cpp - Update copyright notice, 12 years ago
cppcms_service_test.cpp Redesign of applications pool 8 years ago
disco_test.cpp Fixed function definition 8 years ago
disco_test.py Added tests for non-blocking I/O 8 years ago
disco_test_async_cgi_multiple.in Updated version 12 years ago
disco_test_async_cgi_nonblocking.in Added tests for non-blocking I/O 8 years ago
disco_test_async_cgi_single.in Updated version 12 years ago
disco_test_async_multiple.in Added test case for disconnecting clients in asynchronous 13 years ago
disco_test_async_nonblocking.in Added tests for non-blocking I/O 8 years ago
disco_test_async_single.in Added test case for disconnecting clients in asynchronous 13 years ago
disco_test_gzip.in Added test case for disconnecting clients in asynchronous 13 years ago
disco_test_gzip_cgi.in Updated version 12 years ago
disco_test_norm.in Added test case for disconnecting clients in asynchronous 13 years ago
disco_test_norm_cgi.in Updated version 12 years ago
dummy_api.h - Fixed issues in timeout management in http-api 8 years ago
encryptor_test.cpp Closing #3527712 encryptor_test failt to build with visual c++ 11 beta 11 years ago
external_session_test.c Updated session interface to reflect the exposed cookies issue 8 years ago
external_session_test.js Added test for external session management 8 years ago
file_buffer_test.cpp Added tests for existance of fseeko/_fseeki64 8 years ago
file_server_test.cpp Added an option "file_server.check_symlink" to disable symbolic link checks, 8 years ago
file_server_test.js Added rewrite test to file server 12 years ago
file_server_test.py Added an option "file_server.check_symlink" to disable symbolic link checks, 8 years ago
filter_test.cpp Added testing of raw filter 8 years ago
filter_test.js Added testing of raw filter 8 years ago
filter_test.py Added testing of raw filter 8 years ago
form_test.cpp Redesign of applications pool 8 years ago
form_test.js Initial integration of new Boost.Locale started 13 years ago
form_test.py Security bug fix, some invalid UTF-8 sequences were accepted as valid 11 years ago
forwarder_test.cpp Redesign of applications pool 8 years ago
forwarder_test.js - Updated configuration file for additional option 14 years ago
forwarder_test.py Fixed forwarder... Unit test passes 14 years ago
gzip_test.cpp Redesign of applications pool 8 years ago
gzip_test.py added setbuf API and blocking/nonblocking modes 8 years ago
hash_map_test.cpp Fixed bug in hash map 12 years ago
http_timeouts_test.cpp Redesign of applications pool 8 years ago
http_timeouts_test.py Progress in implementation of upload filter 8 years ago
httpclient.py - Fixed CGI API to return HTTP Status Errors instead of disconnecting 12 years ago
json_test.cpp Performance improvements in json parsing 8 years ago
jsonrpc_test.cpp Redesign of applications pool 8 years ago
jsonrpc_test.js Implemented JSON-RPC 1.0 service support 14 years ago
jsonrpc_test.py Added basic support of SMD in JSON-RPC 14 years ago
loadable_storage.cpp - Update copyright notice, 12 years ago
loadable_storage_test.cpp - Update copyright notice, 12 years ago
mount_point_test.cpp Added missing test cases 12 years ago
multipart_parser_test.cpp Moved all content parsing code to http::request for both: 8 years ago
plugin_base.h Added missing file 8 years ago
plugin_test.cpp Improved plugin API 8 years ago
pool_test.cpp Added test for moving of context between applications and pools 8 years ago
pool_test.js - Increased backlog to make sure connection succeeds 8 years ago
pool_test.py Added test for moving of context between applications and pools 8 years ago
proto_test.cpp Redesign of applications pool 8 years ago
proto_test.js Added tests for non-blocking I/O 8 years ago
proto_test.py - Fixed bug in support of Keep-Alive over fastcgi 12 years ago
proto_test_http_1.in Reverted incorrect fix 13 years ago
proto_test_http_1.out Updated version 12 years ago
proto_test_http_2.in Reverted incorrect fix 13 years ago
proto_test_http_2.out Updated version 12 years ago
proto_test_http_3.in Reverted incorrect fix 13 years ago
proto_test_http_3.out Added HTTP protocol test suite 14 years ago
proto_test_http_4.in Reverted incorrect fix 13 years ago
proto_test_http_4.out Updated version 12 years ago
proto_test_http_5.in Initial integration of new Boost.Locale started 13 years ago
proto_test_http_5.out Updated version 12 years ago
proto_test_scgi_1.in Updated version 12 years ago
proto_test_scgi_1.out Updated version 12 years ago
proto_test_scgi_2.in Updated version 12 years ago
proto_test_scgi_2.out Updated version 12 years ago
proto_test_scgi_3.in Updated version 12 years ago
proto_test_scgi_3.out Updated version 12 years ago
proto_test_scgi_4.in Updated version 12 years ago
proto_test_scgi_4.out Updated version 12 years ago
proto_test_scgi_5.in Updated version 12 years ago
proto_test_scgi_5.out Updated version 12 years ago
response_test.cpp Progress in implementation of upload filter 8 years ago
rewrite_test.cpp - Update copyright notice, 12 years ago
sample_key.txt - Added support of loading keys from file rather then from direct 13 years ago
secure_post_test.cpp Redesign of applications pool 8 years ago
secure_post_test.js Added test for security verifications: CSRF, Content-Type lengths 12 years ago
secure_post_test.py Fixed handling of errors 12 years ago
serialization_test.cpp - Update copyright notice, 12 years ago
service_test Added basic prefork test and testing of Unix daemon 12 years ago
service_test.py Added basic prefork test and testing of Unix daemon 12 years ago
session.py Fixes 8 years ago
session_interface_test.cpp Updated session interface to reflect the exposed cookies issue 8 years ago
session_interface_test.js Fixed invalid line 8 years ago
session_interface_test.py Merged different fixes from v1.0 branch 8 years ago
status_test.cpp Redesign of applications pool 8 years ago
status_test.js Fixing response status issues 14 years ago
status_test.py - Fixed incorrect handling of regular expressions 14 years ago
storage_test.cpp Cleanup of build with some options 12 years ago
tc_plugin.tmpl Added better support of gettext domains, testing is still required 8 years ago
tc_plugin2.tmpl Added domain test to views testing 8 years ago
tc_skin.tmpl Added domain test to views testing 8 years ago
tc_skin_a.tmpl - Added unit test for templates compiler 13 years ago
tc_skin_b.tmpl - Added unit test for templates compiler 13 years ago
tc_test.cpp Added domain test to views testing 8 years ago
tc_test_content.h Added support of using call with a class form a different view as plugin 8 years ago
test.h - Update copyright notice, 12 years ago
test_plan.txt Implemented basic test suite for forms 14 years ago
test_plugin_so.cpp Improved plugin API 8 years ago
todec_test.cpp Added missing header 12 years ago
tofcgi.py - Fixed bug in support of Keep-Alive over fastcgi 12 years ago
toscgi.py Added new SCGI test 14 years ago
unit_test.sh Updated unit test to shell version instead of bash 14 years ago
url_mapper_test.cpp Extended url_dispatcher::map to: 8 years ago
validator_test.cpp - Update copyright notice, 12 years ago
xss_test.cpp - Update copyright notice, 12 years ago