/
zOMGdev
/
cppcms
ОбзорДокументацияВойти
/
zOMGdev
/
cppcms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cppcms/
tests/
..
en

Added domain test to views testing

11 лет назад
file_server

Added basic file_server listing testing

15 лет назад
he

Updated no-icu locale support of msgctxt -- line up with Boost.Locale

16 лет назад
he_IL

Integrated test suite from boost locale

16 лет назад
multipart

Implemented file upload, file widget and multipart/form-data parsing

16 лет назад
.gitignore

Added new ignore patterns

9 лет назад
allocator_test.cpp

replaced home written allocator with well known design

11 лет назад
base64_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
cache_backend_test.cpp

Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr

6 лет назад
cache_frontend_test.cpp

Fixed missing getenv(std::string const &) issue #16

9 лет назад
cache_performance_test.cpp

Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr

6 лет назад
client.h

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
content_type_parser_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
cookie_test.cpp

Added support for the HttpOnly and SameSite directives to cookies.

7 лет назад
cookie_test.js

- Added http_cookies test - Added ignoring of invalid HTTP cookies

16 лет назад
cookie_test.py

Python2 & 3 compatibility code

6 лет назад
copy_filter_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
cppcms_service_test.cpp

Redesign of applications pool

11 лет назад
disco_test.cpp

Fixed function definition

11 лет назад
disco_test.py

Python3 compatibility

6 лет назад
disco_test_async_cgi_multiple.in

Version updated to 2.0.0.beta2

6 лет назад
disco_test_async_cgi_nonblocking.in

Version updated to 2.0.0.beta2

6 лет назад
disco_test_async_cgi_single.in

Version updated to 2.0.0.beta2

6 лет назад
disco_test_async_multiple.in

Added test case for disconnecting clients in asynchronous connection handling

16 лет назад
disco_test_async_nonblocking.in

Added tests for non-blocking I/O Fixed issue with parsing of partial CGI headers in HTTP backend

11 лет назад
disco_test_async_single.in

Added test case for disconnecting clients in asynchronous connection handling

16 лет назад
disco_test_gzip.in

Added test case for disconnecting clients in asynchronous connection handling

16 лет назад
disco_test_gzip_cgi.in

Version updated to 2.0.0.beta2

6 лет назад
disco_test_norm.in

Added test case for disconnecting clients in asynchronous connection handling

16 лет назад
disco_test_norm_cgi.in

Version updated to 2.0.0.beta2

6 лет назад
dummy_api.h

Support of HTTP/1.1 - keep alive & chunked transfer encoding Now defaut communication isn't CGI like. You set headers and than write body making HTTP first class citizen Performance improvements in incoming headers storage

6 лет назад
encryptor_test.cpp

Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr

6 лет назад
external_session_test.c

Updated session interface to reflect the exposed cookies issue

11 лет назад
external_session_test.js

Added test for external session management

11 лет назад
file_buffer_test.cpp

Added tests for existance of fseeko/_fseeki64

11 лет назад
file_server_test.cpp

Added an option "file_server.check_symlink" to disable symbolic link checks, also improvement overall path handling

11 лет назад
file_server_test.js

Added rewrite test to file server

15 лет назад
file_server_test.py

Support of python 2.7 and python 3

6 лет назад
filter_test.cpp

Fixed invalid unit test

9 лет назад
filter_test.js

Added testing of raw filter

11 лет назад
filter_test.py

Python2 & 3 compatibility code

6 лет назад
form_test.cpp

Redesign of applications pool

11 лет назад
form_test.js

Initial integration of new Boost.Locale started

16 лет назад
form_test.py

Python3 compatibility

6 лет назад
forwarder_test.cpp

Redesign of applications pool

11 лет назад
forwarder_test.js

- Updated configuration file for additional option - Removed handlers from the forwarder_test with multiple instances of cppcms::service

16 лет назад
forwarder_test.py

Support of python 2.7 and python 3

6 лет назад
gzip_test.cpp

Redesign of applications pool

11 лет назад
gzip_test.py

Fixed python3.5 compatiblilty

6 лет назад
hash_map_test.cpp

Fixed bug in hash map Switched to my own memory allocation algorithm instead of the slow algorithms of boost.interprocess

14 лет назад
http_timeouts_test.cpp

Moving to poll based write timout on all OSes by Windows/Linux Updated http timeout test for longer times

9 лет назад
http_timeouts_test.py

Support of python 2.7 and python 3

6 лет назад
httpclient.py

Python3 compatibility

6 лет назад
json_test.cpp

Fixing potential stack overflow

8 лет назад
jsonrpc_test.cpp

Redesign of applications pool

11 лет назад
jsonrpc_test.js

Implemented JSON-RPC 1.0 service support

16 лет назад
jsonrpc_test.py

Python2 & 3 compatibility code

6 лет назад
loadable_storage.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
loadable_storage_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
mount_point_test.cpp

Added missing test cases

15 лет назад
multipart_parser_test.cpp

Fixed bug #150 - incorrect patsing token in multipart form parser/Content-Disposition

9 лет назад
plugin_base.h

Added missing file

11 лет назад
plugin_test.cpp

Improved plugin API

11 лет назад
pool_test.cpp

Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr

6 лет назад
pool_test.js

- Increased backlog to make sure connection succeeds - Fixed class definition syntax for older python versions

11 лет назад
pool_test.py

Support of python 2.7 and python 3

6 лет назад
proto_test.cpp

Support of HTTP/1.1 - keep alive & chunked transfer encoding Now defaut communication isn't CGI like. You set headers and than write body making HTTP first class citizen Performance improvements in incoming headers storage

6 лет назад
proto_test.js

- Support of Pipelineing/Keep-Alive - unit tests

6 лет назад
proto_test.py

Fixing issue with imporoper timeout measurement

6 лет назад
proto_test_http_1.in

Reverted incorrect fix

16 лет назад
proto_test_http_1.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_http_2.in

Reverted incorrect fix

16 лет назад
proto_test_http_2.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_http_3.in

Reverted incorrect fix

16 лет назад
proto_test_http_3.out

Added HTTP protocol test suite

17 лет назад
proto_test_http_4.in

Reverted incorrect fix

16 лет назад
proto_test_http_4.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_http_5.in

Initial integration of new Boost.Locale started

16 лет назад
proto_test_http_5.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_http_6.in

- Support of Pipelineing/Keep-Alive - unit tests

6 лет назад
proto_test_http_6.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_http_7.in

- Support of Pipelineing/Keep-Alive - unit tests

6 лет назад
proto_test_http_7.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_http_8.in

- Support of Pipelineing/Keep-Alive - unit tests

6 лет назад
proto_test_http_8.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_1.in

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_1.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_2.in

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_2.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_3.in

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_3.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_4.in

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_4.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_5.in

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_5.out

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_6.in

Version updated to 2.0.0.beta2

6 лет назад
proto_test_scgi_6.out

Version updated to 2.0.0.beta2

6 лет назад
response_test.cpp

Support of HTTP/1.1 - keep alive & chunked transfer encoding Now defaut communication isn't CGI like. You set headers and than write body making HTTP first class citizen Performance improvements in incoming headers storage

6 лет назад
rewrite_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
sample_key.txt

- Added support of loading keys from file rather then from direct configuration

16 лет назад
secure_post_test.cpp

Redesign of applications pool

11 лет назад
secure_post_test.js

Added test for security verifications: CSRF, Content-Type lengths

15 лет назад
secure_post_test.py

Python3 compatibility

6 лет назад
serialization_test.cpp

Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr

6 лет назад
service_test

Added basic prefork test and testing of Unix daemon

15 лет назад
service_test.py

Support of python 2.7 and python 3

6 лет назад
session.py

Fixes

11 лет назад
session_interface_test.cpp

Updated session interface to reflect the exposed cookies issue

11 лет назад
session_interface_test.js

Fixed invalid line

11 лет назад
session_interface_test.py

Support of python 2.7 and python 3

6 лет назад
status_test.cpp

Redesign of applications pool

11 лет назад
status_test.js

Fixing response status issues

16 лет назад
status_test.py

Support of python 2.7 and python 3

6 лет назад
storage_test.cpp

Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr

6 лет назад
tc_plugin.tmpl

Added better support of gettext domains, testing is still required

11 лет назад
tc_plugin2.tmpl

Added domain test to views testing

11 лет назад
tc_skin.tmpl

Moving to std::begin/std::end like loop Thanks to Nazim Can <nzmjx@protonmail.com> for contribution

6 лет назад
tc_skin_a.tmpl

- Added unit test for templates compiler - Added some "template friendly" interfaces to request, and cookie classes - Fixed handing of "." and ".." in url mapper

16 лет назад
tc_skin_b.tmpl

- Added unit test for templates compiler - Added some "template friendly" interfaces to request, and cookie classes - Fixed handing of "." and ".." in url mapper

16 лет назад
tc_test.cpp

Support of HTTP/1.1 - keep alive & chunked transfer encoding Now defaut communication isn't CGI like. You set headers and than write body making HTTP first class citizen Performance improvements in incoming headers storage

6 лет назад
tc_test_content.h

Moving to std::begin/std::end like loop Thanks to Nazim Can <nzmjx@protonmail.com> for contribution

6 лет назад
test.h

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
test_plan.txt

Implemented basic test suite for forms

17 лет назад
test_plugin_so.cpp

Improved plugin API

11 лет назад
todec_test.cpp

Added missing header

14 лет назад
tofcgi.py

Python3 compatibility

6 лет назад
toscgi.py

Python3 compatibility

6 лет назад
unit_test.sh

Updated unit test to shell version instead of bash

16 лет назад
url_mapper_test.cpp

Extended url_dispatcher::map to:

11 лет назад
validator_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад
xss_test.cpp

- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing

15 лет назад