├── .svn ├── all-wcprops ├── dir-prop-base ├── entries ├── prop-base │ ├── autogen.sh.svn-base │ ├── cppcms_run.svn-base │ ├── cppcms_tmpl_cc.svn-base │ ├── light.conf.svn-base │ └── run_lighttpd.svn-base └── text-base │ ├── COPYING.svn-base │ ├── Changelog.svn-base │ ├── Makefile.am.svn-base │ ├── aes_encryptor.cpp.svn-base │ ├── aes_encryptor.h.svn-base │ ├── application.cpp.svn-base │ ├── application.h.svn-base │ ├── archive.h.svn-base │ ├── asio_config.h.svn-base │ ├── autogen.sh.svn-base │ ├── base64.cpp.svn-base │ ├── base64.h.svn-base │ ├── base_cache.cpp.svn-base │ ├── base_cache.h.svn-base │ ├── base_view.cpp.svn-base │ ├── base_view.h.svn-base │ ├── cache_interface.cpp.svn-base │ ├── cache_interface.h.svn-base │ ├── cgi.h.svn-base │ ├── cgi_api.h.svn-base │ ├── cgicc_connection.h.svn-base │ ├── config.txt.svn-base │ ├── configure.in.svn-base │ ├── cppblog.prj.svn-base │ ├── cppcms.kdevelop.svn-base │ ├── cppcms_error.cpp.svn-base │ ├── cppcms_error.h.svn-base │ ├── cppcms_make_key.c.svn-base │ ├── cppcms_run.svn-base │ ├── cppcms_tmpl_cc.svn-base │ ├── encryptor.cpp.svn-base │ ├── encryptor.h.svn-base │ ├── fcgi.cpp.svn-base │ ├── fcgi.h.svn-base │ ├── fcntl_mutex.h.svn-base │ ├── form.cpp.svn-base │ ├── form.h.svn-base │ ├── global_config.cpp.svn-base │ ├── global_config.h.svn-base │ ├── hello_world.cpp.svn-base │ ├── hello_world_skin1.tmpl.svn-base │ ├── hello_world_skin2.tmpl.svn-base │ ├── hello_world_view.h.svn-base │ ├── hello_world_view1.tmpl.svn-base │ ├── hmac_encryptor.cpp.svn-base │ ├── hmac_encryptor.h.svn-base │ ├── light.conf.svn-base │ ├── manager.cpp.svn-base │ ├── manager.h.svn-base │ ├── md5.c.svn-base │ ├── md5.h.svn-base │ ├── posix_mutex.h.svn-base │ ├── process_cache.cpp.svn-base │ ├── process_cache.h.svn-base │ ├── run_lighttpd.svn-base │ ├── scgi.cpp.svn-base │ ├── scgi.h.svn-base │ ├── session_api.h.svn-base │ ├── session_backend_factory.h.svn-base │ ├── session_cache_backend.h.svn-base │ ├── session_cookies.cpp.svn-base │ ├── session_cookies.h.svn-base │ ├── session_dbixx_storage.h.svn-base │ ├── session_dual.cpp.svn-base │ ├── session_dual.h.svn-base │ ├── session_file_storage.cpp.svn-base │ ├── session_file_storage.h.svn-base │ ├── session_interface.cpp.svn-base │ ├── session_interface.h.svn-base │ ├── session_sid.cpp.svn-base │ ├── session_sid.h.svn-base │ ├── session_sqlite_storage.cpp.svn-base │ ├── session_sqlite_storage.h.svn-base │ ├── session_storage.h.svn-base │ ├── session_tcp_storage.cpp.svn-base │ ├── session_tcp_storage.h.svn-base │ ├── shmem_allocator.h.svn-base │ ├── tcp_cache.cpp.svn-base │ ├── tcp_cache.h.svn-base │ ├── tcp_cache_protocol.h.svn-base │ ├── tcp_cache_server.cpp.svn-base │ ├── tcp_connector.cpp.svn-base │ ├── tcp_connector.h.svn-base │ ├── tcp_messenger.cpp.svn-base │ ├── tcp_messenger.h.svn-base │ ├── text_tool.cpp.svn-base │ ├── text_tool.h.svn-base │ ├── thread_cache.cpp.svn-base │ ├── thread_cache.h.svn-base │ ├── url.cpp.svn-base │ ├── url.h.svn-base │ ├── util.cpp.svn-base │ ├── util.h.svn-base │ ├── worker_thread.cpp.svn-base │ └── worker_thread.h.svn-base ├── COPYING ├── Changelog ├── Makefile.am ├── README.md ├── aes_encryptor.cpp ├── aes_encryptor.h ├── application.cpp ├── application.h ├── archive.h ├── asio_config.h ├── autogen.sh ├── base64.cpp ├── base64.h ├── base_cache.cpp ├── base_cache.h ├── base_view.cpp ├── base_view.h ├── cache_interface.cpp ├── cache_interface.h ├── cgi.h ├── cgi_api.h ├── cgicc_connection.h ├── config.txt ├── configure.in ├── cppblog.prj ├── cppcms.kdevelop ├── cppcms_error.cpp ├── cppcms_error.h ├── cppcms_make_key.c ├── cppcms_run ├── cppcms_tmpl_cc ├── encryptor.cpp ├── encryptor.h ├── fcgi.cpp ├── fcgi.h ├── fcntl_mutex.h ├── form.cpp ├── form.h ├── global_config.cpp ├── global_config.h ├── hello_world.cpp ├── hello_world_skin1.tmpl ├── hello_world_skin2.tmpl ├── hello_world_view.h ├── hello_world_view1.tmpl ├── hmac_encryptor.cpp ├── hmac_encryptor.h ├── light.conf ├── manager.cpp ├── manager.h ├── md5.c ├── md5.h ├── posix_mutex.h ├── process_cache.cpp ├── process_cache.h ├── run_lighttpd ├── scgi.cpp ├── scgi.h ├── session_api.h ├── session_backend_factory.h ├── session_cache_backend.h ├── session_cookies.cpp ├── session_cookies.h ├── session_dbixx_storage.h ├── session_dual.cpp ├── session_dual.h ├── session_file_storage.cpp ├── session_file_storage.h ├── session_interface.cpp ├── session_interface.h ├── session_sid.cpp ├── session_sid.h ├── session_sqlite_storage.cpp ├── session_sqlite_storage.h ├── session_storage.h ├── session_tcp_storage.cpp ├── session_tcp_storage.h ├── shmem_allocator.h ├── tcp_cache.cpp ├── tcp_cache.h ├── tcp_cache_protocol.h ├── tcp_cache_server.cpp ├── tcp_connector.cpp ├── tcp_connector.h ├── tcp_messenger.cpp ├── tcp_messenger.h ├── templates ├── .svn │ ├── all-wcprops │ ├── dir-prop-base │ ├── entries │ └── text-base │ │ ├── dologin.tmpl.svn-base │ │ ├── look.def.svn-base │ │ ├── main.tmpl.svn-base │ │ ├── makefile.svn-base │ │ ├── master.tmpl.svn-base │ │ └── post.tmpl.svn-base ├── dologin.tmpl ├── look.def ├── main.tmpl ├── makefile ├── master.tmpl └── post.tmpl ├── tests ├── .svn │ ├── all-wcprops │ ├── entries │ └── text-base │ │ └── bdbtest.cpp.svn-base └── bdbtest.cpp ├── text_tool.cpp ├── text_tool.h ├── thread_cache.cpp ├── thread_cache.h ├── transtext ├── .svn │ ├── all-wcprops │ ├── dir-prop-base │ ├── entries │ └── text-base │ │ ├── Makefile.am.svn-base │ │ ├── lambda.cpp.svn-base │ │ ├── mo_file.cpp.svn-base │ │ ├── mo_file.h.svn-base │ │ ├── test.cpp.svn-base │ │ ├── trans_factory.cpp.svn-base │ │ ├── transtext.cpp.svn-base │ │ └── transtext.h.svn-base ├── Makefile.am ├── lambda.cpp ├── locale │ ├── .svn │ │ ├── all-wcprops │ │ └── entries │ └── he │ │ ├── .svn │ │ ├── all-wcprops │ │ └── entries │ │ └── LC_MESSAGES │ │ ├── .svn │ │ ├── all-wcprops │ │ ├── dir-prop-base │ │ ├── entries │ │ └── text-base │ │ │ └── test.po.svn-base │ │ └── test.po ├── mo_file.cpp ├── mo_file.h ├── test.cpp ├── trans_factory.cpp ├── transtext.cpp └── transtext.h ├── url.cpp ├── url.h ├── util.cpp ├── util.h ├── worker_thread.cpp └── worker_thread.h /.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/all-wcprops -------------------------------------------------------------------------------- /.svn/dir-prop-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/dir-prop-base -------------------------------------------------------------------------------- /.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/entries -------------------------------------------------------------------------------- /.svn/prop-base/autogen.sh.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /.svn/prop-base/cppcms_run.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /.svn/prop-base/cppcms_tmpl_cc.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /.svn/prop-base/light.conf.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /.svn/prop-base/run_lighttpd.svn-base: -------------------------------------------------------------------------------- 1 | K 14 2 | svn:executable 3 | V 1 4 | * 5 | END 6 | -------------------------------------------------------------------------------- /.svn/text-base/COPYING.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/COPYING.svn-base -------------------------------------------------------------------------------- /.svn/text-base/Changelog.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/Changelog.svn-base -------------------------------------------------------------------------------- /.svn/text-base/Makefile.am.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/Makefile.am.svn-base -------------------------------------------------------------------------------- /.svn/text-base/aes_encryptor.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/aes_encryptor.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/aes_encryptor.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/aes_encryptor.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/application.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/application.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/application.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/application.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/archive.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/archive.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/asio_config.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/asio_config.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/autogen.sh.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/autogen.sh.svn-base -------------------------------------------------------------------------------- /.svn/text-base/base64.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/base64.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/base64.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/base64.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/base_cache.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/base_cache.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/base_cache.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/base_cache.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/base_view.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/base_view.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/base_view.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/base_view.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cache_interface.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cache_interface.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cache_interface.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cache_interface.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cgi.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cgi.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cgi_api.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cgi_api.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cgicc_connection.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cgicc_connection.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/config.txt.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/config.txt.svn-base -------------------------------------------------------------------------------- /.svn/text-base/configure.in.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/configure.in.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppblog.prj.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppblog.prj.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppcms.kdevelop.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppcms.kdevelop.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppcms_error.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppcms_error.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppcms_error.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppcms_error.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppcms_make_key.c.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppcms_make_key.c.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppcms_run.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppcms_run.svn-base -------------------------------------------------------------------------------- /.svn/text-base/cppcms_tmpl_cc.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/cppcms_tmpl_cc.svn-base -------------------------------------------------------------------------------- /.svn/text-base/encryptor.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/encryptor.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/encryptor.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/encryptor.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/fcgi.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/fcgi.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/fcgi.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/fcgi.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/fcntl_mutex.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/fcntl_mutex.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/form.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/form.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/form.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/form.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/global_config.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/global_config.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/global_config.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/global_config.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hello_world.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hello_world.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hello_world_skin1.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hello_world_skin1.tmpl.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hello_world_skin2.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hello_world_skin2.tmpl.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hello_world_view.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hello_world_view.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hello_world_view1.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hello_world_view1.tmpl.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hmac_encryptor.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hmac_encryptor.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/hmac_encryptor.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/hmac_encryptor.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/light.conf.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/light.conf.svn-base -------------------------------------------------------------------------------- /.svn/text-base/manager.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/manager.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/manager.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/manager.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/md5.c.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/md5.c.svn-base -------------------------------------------------------------------------------- /.svn/text-base/md5.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/md5.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/posix_mutex.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/posix_mutex.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/process_cache.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/process_cache.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/process_cache.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/process_cache.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/run_lighttpd.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/run_lighttpd.svn-base -------------------------------------------------------------------------------- /.svn/text-base/scgi.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/scgi.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/scgi.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/scgi.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_api.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_api.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_backend_factory.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_backend_factory.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_cache_backend.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_cache_backend.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_cookies.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_cookies.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_cookies.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_cookies.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_dbixx_storage.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_dbixx_storage.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_dual.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_dual.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_dual.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_dual.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_file_storage.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_file_storage.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_file_storage.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_file_storage.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_interface.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_interface.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_interface.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_interface.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_sid.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_sid.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_sid.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_sid.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_sqlite_storage.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_sqlite_storage.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_sqlite_storage.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_sqlite_storage.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_storage.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_storage.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_tcp_storage.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_tcp_storage.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/session_tcp_storage.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/session_tcp_storage.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/shmem_allocator.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/shmem_allocator.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_cache.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_cache.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_cache.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_cache.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_cache_protocol.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_cache_protocol.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_cache_server.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_cache_server.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_connector.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_connector.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_connector.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_connector.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_messenger.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_messenger.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/tcp_messenger.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/tcp_messenger.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/text_tool.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/text_tool.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/text_tool.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/text_tool.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/thread_cache.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/thread_cache.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/thread_cache.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/thread_cache.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/url.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/url.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/url.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/url.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/util.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/util.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/util.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/util.h.svn-base -------------------------------------------------------------------------------- /.svn/text-base/worker_thread.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/worker_thread.cpp.svn-base -------------------------------------------------------------------------------- /.svn/text-base/worker_thread.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/.svn/text-base/worker_thread.h.svn-base -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/COPYING -------------------------------------------------------------------------------- /Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/Changelog -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/Makefile.am -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/README.md -------------------------------------------------------------------------------- /aes_encryptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/aes_encryptor.cpp -------------------------------------------------------------------------------- /aes_encryptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/aes_encryptor.h -------------------------------------------------------------------------------- /application.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/application.cpp -------------------------------------------------------------------------------- /application.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/application.h -------------------------------------------------------------------------------- /archive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/archive.h -------------------------------------------------------------------------------- /asio_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/asio_config.h -------------------------------------------------------------------------------- /autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/autogen.sh -------------------------------------------------------------------------------- /base64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/base64.cpp -------------------------------------------------------------------------------- /base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/base64.h -------------------------------------------------------------------------------- /base_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/base_cache.cpp -------------------------------------------------------------------------------- /base_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/base_cache.h -------------------------------------------------------------------------------- /base_view.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/base_view.cpp -------------------------------------------------------------------------------- /base_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/base_view.h -------------------------------------------------------------------------------- /cache_interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cache_interface.cpp -------------------------------------------------------------------------------- /cache_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cache_interface.h -------------------------------------------------------------------------------- /cgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cgi.h -------------------------------------------------------------------------------- /cgi_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cgi_api.h -------------------------------------------------------------------------------- /cgicc_connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cgicc_connection.h -------------------------------------------------------------------------------- /config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/config.txt -------------------------------------------------------------------------------- /configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/configure.in -------------------------------------------------------------------------------- /cppblog.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppblog.prj -------------------------------------------------------------------------------- /cppcms.kdevelop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppcms.kdevelop -------------------------------------------------------------------------------- /cppcms_error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppcms_error.cpp -------------------------------------------------------------------------------- /cppcms_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppcms_error.h -------------------------------------------------------------------------------- /cppcms_make_key.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppcms_make_key.c -------------------------------------------------------------------------------- /cppcms_run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppcms_run -------------------------------------------------------------------------------- /cppcms_tmpl_cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/cppcms_tmpl_cc -------------------------------------------------------------------------------- /encryptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/encryptor.cpp -------------------------------------------------------------------------------- /encryptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/encryptor.h -------------------------------------------------------------------------------- /fcgi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/fcgi.cpp -------------------------------------------------------------------------------- /fcgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/fcgi.h -------------------------------------------------------------------------------- /fcntl_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/fcntl_mutex.h -------------------------------------------------------------------------------- /form.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/form.cpp -------------------------------------------------------------------------------- /form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/form.h -------------------------------------------------------------------------------- /global_config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/global_config.cpp -------------------------------------------------------------------------------- /global_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/global_config.h -------------------------------------------------------------------------------- /hello_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hello_world.cpp -------------------------------------------------------------------------------- /hello_world_skin1.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hello_world_skin1.tmpl -------------------------------------------------------------------------------- /hello_world_skin2.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hello_world_skin2.tmpl -------------------------------------------------------------------------------- /hello_world_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hello_world_view.h -------------------------------------------------------------------------------- /hello_world_view1.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hello_world_view1.tmpl -------------------------------------------------------------------------------- /hmac_encryptor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hmac_encryptor.cpp -------------------------------------------------------------------------------- /hmac_encryptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/hmac_encryptor.h -------------------------------------------------------------------------------- /light.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/light.conf -------------------------------------------------------------------------------- /manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/manager.cpp -------------------------------------------------------------------------------- /manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/manager.h -------------------------------------------------------------------------------- /md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/md5.c -------------------------------------------------------------------------------- /md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/md5.h -------------------------------------------------------------------------------- /posix_mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/posix_mutex.h -------------------------------------------------------------------------------- /process_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/process_cache.cpp -------------------------------------------------------------------------------- /process_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/process_cache.h -------------------------------------------------------------------------------- /run_lighttpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/run_lighttpd -------------------------------------------------------------------------------- /scgi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/scgi.cpp -------------------------------------------------------------------------------- /scgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/scgi.h -------------------------------------------------------------------------------- /session_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_api.h -------------------------------------------------------------------------------- /session_backend_factory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_backend_factory.h -------------------------------------------------------------------------------- /session_cache_backend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_cache_backend.h -------------------------------------------------------------------------------- /session_cookies.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_cookies.cpp -------------------------------------------------------------------------------- /session_cookies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_cookies.h -------------------------------------------------------------------------------- /session_dbixx_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_dbixx_storage.h -------------------------------------------------------------------------------- /session_dual.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_dual.cpp -------------------------------------------------------------------------------- /session_dual.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_dual.h -------------------------------------------------------------------------------- /session_file_storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_file_storage.cpp -------------------------------------------------------------------------------- /session_file_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_file_storage.h -------------------------------------------------------------------------------- /session_interface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_interface.cpp -------------------------------------------------------------------------------- /session_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_interface.h -------------------------------------------------------------------------------- /session_sid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_sid.cpp -------------------------------------------------------------------------------- /session_sid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_sid.h -------------------------------------------------------------------------------- /session_sqlite_storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_sqlite_storage.cpp -------------------------------------------------------------------------------- /session_sqlite_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_sqlite_storage.h -------------------------------------------------------------------------------- /session_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_storage.h -------------------------------------------------------------------------------- /session_tcp_storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_tcp_storage.cpp -------------------------------------------------------------------------------- /session_tcp_storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/session_tcp_storage.h -------------------------------------------------------------------------------- /shmem_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/shmem_allocator.h -------------------------------------------------------------------------------- /tcp_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_cache.cpp -------------------------------------------------------------------------------- /tcp_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_cache.h -------------------------------------------------------------------------------- /tcp_cache_protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_cache_protocol.h -------------------------------------------------------------------------------- /tcp_cache_server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_cache_server.cpp -------------------------------------------------------------------------------- /tcp_connector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_connector.cpp -------------------------------------------------------------------------------- /tcp_connector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_connector.h -------------------------------------------------------------------------------- /tcp_messenger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_messenger.cpp -------------------------------------------------------------------------------- /tcp_messenger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tcp_messenger.h -------------------------------------------------------------------------------- /templates/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/all-wcprops -------------------------------------------------------------------------------- /templates/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 29 4 | *.op 5 | *.template 6 | look.h 7 | .deps 8 | 9 | END 10 | -------------------------------------------------------------------------------- /templates/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/entries -------------------------------------------------------------------------------- /templates/.svn/text-base/dologin.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/text-base/dologin.tmpl.svn-base -------------------------------------------------------------------------------- /templates/.svn/text-base/look.def.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/text-base/look.def.svn-base -------------------------------------------------------------------------------- /templates/.svn/text-base/main.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/text-base/main.tmpl.svn-base -------------------------------------------------------------------------------- /templates/.svn/text-base/makefile.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/text-base/makefile.svn-base -------------------------------------------------------------------------------- /templates/.svn/text-base/master.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/text-base/master.tmpl.svn-base -------------------------------------------------------------------------------- /templates/.svn/text-base/post.tmpl.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/.svn/text-base/post.tmpl.svn-base -------------------------------------------------------------------------------- /templates/dologin.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/dologin.tmpl -------------------------------------------------------------------------------- /templates/look.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/look.def -------------------------------------------------------------------------------- /templates/main.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/main.tmpl -------------------------------------------------------------------------------- /templates/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/makefile -------------------------------------------------------------------------------- /templates/master.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/master.tmpl -------------------------------------------------------------------------------- /templates/post.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/templates/post.tmpl -------------------------------------------------------------------------------- /tests/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tests/.svn/all-wcprops -------------------------------------------------------------------------------- /tests/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tests/.svn/entries -------------------------------------------------------------------------------- /tests/.svn/text-base/bdbtest.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tests/.svn/text-base/bdbtest.cpp.svn-base -------------------------------------------------------------------------------- /tests/bdbtest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/tests/bdbtest.cpp -------------------------------------------------------------------------------- /text_tool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/text_tool.cpp -------------------------------------------------------------------------------- /text_tool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/text_tool.h -------------------------------------------------------------------------------- /thread_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/thread_cache.cpp -------------------------------------------------------------------------------- /thread_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/thread_cache.h -------------------------------------------------------------------------------- /transtext/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/all-wcprops -------------------------------------------------------------------------------- /transtext/.svn/dir-prop-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/dir-prop-base -------------------------------------------------------------------------------- /transtext/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/entries -------------------------------------------------------------------------------- /transtext/.svn/text-base/Makefile.am.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/Makefile.am.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/lambda.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/lambda.cpp.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/mo_file.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/mo_file.cpp.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/mo_file.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/mo_file.h.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/test.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/test.cpp.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/trans_factory.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/trans_factory.cpp.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/transtext.cpp.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/transtext.cpp.svn-base -------------------------------------------------------------------------------- /transtext/.svn/text-base/transtext.h.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/.svn/text-base/transtext.h.svn-base -------------------------------------------------------------------------------- /transtext/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/Makefile.am -------------------------------------------------------------------------------- /transtext/lambda.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/lambda.cpp -------------------------------------------------------------------------------- /transtext/locale/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/.svn/all-wcprops -------------------------------------------------------------------------------- /transtext/locale/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/.svn/entries -------------------------------------------------------------------------------- /transtext/locale/he/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/he/.svn/all-wcprops -------------------------------------------------------------------------------- /transtext/locale/he/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/he/.svn/entries -------------------------------------------------------------------------------- /transtext/locale/he/LC_MESSAGES/.svn/all-wcprops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/he/LC_MESSAGES/.svn/all-wcprops -------------------------------------------------------------------------------- /transtext/locale/he/LC_MESSAGES/.svn/dir-prop-base: -------------------------------------------------------------------------------- 1 | K 10 2 | svn:ignore 3 | V 5 4 | *.mo 5 | 6 | END 7 | -------------------------------------------------------------------------------- /transtext/locale/he/LC_MESSAGES/.svn/entries: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/he/LC_MESSAGES/.svn/entries -------------------------------------------------------------------------------- /transtext/locale/he/LC_MESSAGES/.svn/text-base/test.po.svn-base: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/he/LC_MESSAGES/.svn/text-base/test.po.svn-base -------------------------------------------------------------------------------- /transtext/locale/he/LC_MESSAGES/test.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/locale/he/LC_MESSAGES/test.po -------------------------------------------------------------------------------- /transtext/mo_file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/mo_file.cpp -------------------------------------------------------------------------------- /transtext/mo_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/mo_file.h -------------------------------------------------------------------------------- /transtext/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/test.cpp -------------------------------------------------------------------------------- /transtext/trans_factory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/trans_factory.cpp -------------------------------------------------------------------------------- /transtext/transtext.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/transtext.cpp -------------------------------------------------------------------------------- /transtext/transtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/transtext/transtext.h -------------------------------------------------------------------------------- /url.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/url.cpp -------------------------------------------------------------------------------- /url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/url.h -------------------------------------------------------------------------------- /util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/util.cpp -------------------------------------------------------------------------------- /util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/util.h -------------------------------------------------------------------------------- /worker_thread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/worker_thread.cpp -------------------------------------------------------------------------------- /worker_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bastosmichael/cppcms/HEAD/worker_thread.h --------------------------------------------------------------------------------