Commit Graph

1479 Commits

Author SHA1 Message Date
Dmitry Simonenko 977051380e odyssey: fix incorrect uses of user_len/database_len 2018-06-13 16:39:13 +03:00
Dmitry Simonenko d6f44eadec
Merge pull request #28 from ikitiki/master
Fix show stats database string format
2018-06-13 16:29:12 +03:00
Dmitry Simonenko b8008653c3 odyssey: set errno to zero before test run 2018-06-13 16:25:31 +03:00
Dmitry Simonenko fbff569256
Merge pull request #22 from elsid/tests_errno
Print errno and error message on test failure
2018-06-13 16:23:59 +03:00
Dmitry Simonenko 6fe7ec5600 machinarium: update system errno too on error 2018-06-13 16:18:43 +03:00
Dmitry Simonenko cf7ec0546c
Merge pull request #23 from elsid/cmake
Set language for projects
2018-06-13 16:14:39 +03:00
Murat Kabilov 4c53cedd27
fix show stats database string format 2018-06-12 13:40:18 +02:00
elsid 62b1c3969c
Set language for projects
To disable check for C++ compiler.
2018-06-10 12:44:51 +03:00
elsid 281f50c205
Print errno and error message on test failure 2018-06-10 12:41:53 +03:00
Dmitry Simonenko 0b0c7ae5b1 odyssey: minor fixes 2018-06-09 13:08:43 +03:00
Dmitry Simonenko 6f80b7c678 odyssey: minor refactoring 2018-06-08 19:36:45 +03:00
Dmitry Simonenko 15a958e0e4
Merge pull request #20 from quanzl/master
log prepared statement
2018-06-08 19:10:32 +03:00
Dmitry Simonenko ae0aed8a55 odyssey: do not force to have default database and user. #19 2018-06-08 18:28:07 +03:00
Quan Zongliang ddf0d140a4 suppress compiler warning
gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC)

sources/config_reader.c: In function ‘od_configreader_database’:
sources/config_reader.c:234: warning: ‘token.line’ may be used uninitialized in this function
sources/config_reader.c:234: note: ‘token.line’ was declared here
2018-06-08 12:34:21 +08:00
Quan Zongliang 32eb039908 log prepared statement 2018-06-08 12:10:30 +08:00
Dmitry Simonenko f3d5fb7327 machinarium: send chunks in test_tls_read_multithread 2018-06-07 15:17:33 +03:00
Dmitry Simonenko 838aad609d machinarium: add multi-threaded tls read/write test 2018-06-07 15:11:30 +03:00
Dmitry Simonenko 7e636b9139 machinarium: support openssl >= 1.1.*. fix #17 2018-06-07 14:43:06 +03:00
Dmitry Simonenko c56306f07b machinarium: group openssl bindings into one file 2018-06-07 12:46:11 +03:00
Dmitry Simonenko e17d0a184c odyssey: support OPENSSL_ROOT_DIR. #4 2018-06-06 18:11:56 +03:00
Dmitry Simonenko f67e0b80cc odyssey: properly validate coroutine_stack_size 2018-06-05 13:02:58 +03:00
Dmitry Simonenko e833e62b7f odyssey: set correct fd for stdout logging. fix #10 2018-06-04 15:40:10 +03:00
Dmitry Simonenko 43851a8ccc odyssey: include coroutine_stack_size in documentation 2018-06-04 15:32:18 +03:00
Dmitry Simonenko cf3e99ecca odyssey: implement coroutine_stack_size config param. #9 2018-06-04 14:51:13 +03:00
Dmitry Simonenko ff5516a881
odyssey: internals.md: describe single worker mode 2018-06-04 13:53:03 +03:00
Dmitry Simonenko 266137167b
odyssey: update README build section. fix #7 2018-06-01 13:02:48 +03:00
Dmitry Simonenko dae8c5e090
Merge pull request #6 from sklochkov/master
Added spec file for CentOS 7 & systemd units
2018-05-31 23:55:28 +03:00
Sergey Klochkov 326cb41ba3 updated version & file structure 2018-05-31 23:52:07 +03:00
Sergey Klochkov 984aa91a67 Added spec file for CentOS 7 & systemd units 2018-05-31 23:25:12 +03:00
Dmitry Simonenko 873443b5c3 odyssey: fix application_name string size match fix #5 2018-05-30 21:05:15 +03:00
Dmitry Simonenko bdb01d7ccc
Odyssey: update README.md 2018-05-30 17:54:43 +03:00
Dmitry Simonenko 399ce72c75
Merge pull request #2 from paralax/patch-1
fix a spelling typo
2018-05-30 17:13:51 +03:00
jose nazario 548ad0ecad
fix a spelling typo 2018-05-30 09:56:20 -04:00
Dmitry Simonenko 1e9b74d39c odyssey: update repository links 2018-05-29 17:30:11 +03:00
Dmitry Simonenko 22c1d8dd17 odyssey: remove LICENSE/AUTHORS files from machinarium and shapito 2018-05-25 17:01:33 +03:00
Dmitry Simonenko 8a735a8e87 odyssey: do not exit on SIGHUP 2018-05-24 19:07:57 +03:00
Dmitry Simonenko d707f8a9ac odyssey: update LICENSE and AUTHORS 2018-05-21 17:39:43 +03:00
Dmitry Simonenko c189318028 odyssey: update AUTHORS and LICENSE files 2018-05-21 15:32:48 +03:00
Dmitry Simonenko 3cb5ccbd53 odyssey: use separate stream for reset procedure 2018-05-17 15:29:12 +03:00
Dmitry Simonenko 13d97cc74d odyssey: rename main-deploy context name 2018-05-15 17:05:54 +03:00
Dmitry Simonenko 47761baf12 odyssey: remove comment leftover 2018-05-15 15:45:06 +03:00
Dmitry Simonenko 675030834d odyssey: add variadic buffer size read/write test using tls 2018-05-15 15:43:42 +03:00
Dmitry Simonenko af4a2a4c80 odyssey: add variadic buffer size read/write test 2018-05-15 15:13:44 +03:00
Dmitry Simonenko e550b38283 odyssey: update README toc 2018-05-10 15:51:49 +03:00
Dmitry Simonenko f5a4bd9a35 odyssey: support configurable list of common names to check 2018-05-10 15:49:31 +03:00
Dmitry Simonenko 120ae88b3c odyssey: log tls certificate name mismatch details 2018-04-26 16:36:54 +03:00
Dmitry Simonenko bdac1ae8ab odyssey: update documentation/configuration.md 2018-04-26 16:07:02 +03:00
Dmitry Simonenko a907873715 odyssey: implement authenitcation "cert" 2018-04-26 16:02:18 +03:00
Dmitry Simonenko b495ce0d55 odyssey: implement machine_io_verify() 2018-04-26 15:40:21 +03:00
Dmitry Simonenko 2f24b41d9d odyssey: fix common_name leak in mm_tlsio_verify_server_name() 2018-04-26 14:25:19 +03:00