Commit Graph

125 Commits

Author SHA1 Message Date
xiehan
4beb26c730 Update tutorial-12-mysql_cli.md 2020-09-10 17:27:32 +00:00
xiehan
7b6133f02c Update tutorial-12-mysql_cli.md 2020-09-10 17:17:24 +00:00
xiehan
d69b61681b Merge pull request #42 from holmes1412/master
Make mysql data types safer
2020-09-10 22:38:27 +08:00
holmes1412
c01c929a15 make mysql data type more safe 2020-09-10 21:59:24 +08:00
liyingxin
915dfc3933 Merge pull request #6 from sogou/master
merge from master
2020-09-10 21:50:10 +08:00
xiehan
513fb9bf81 Merge pull request #41 from alpc62/master
fix LRUCache and Upstream bugs
2020-09-10 18:51:41 +08:00
alpc62
5f507f295a Avoid possible division by zero crash 2020-09-10 17:58:24 +08:00
alpc62
0325c8236b Fix the bug that LRUCache cannot work well when it is full 2020-09-10 17:57:42 +08:00
wujiaxu
9c2274fac1 Merge pull request #5 from sogou/master
merge from sogou git
2020-09-10 17:48:40 +08:00
xiehan
4cdacae83e Merge pull request #34 from qicosmos/master
improve args.h
2020-09-10 15:12:32 +08:00
qicosmos
9e82019fb2 Merge pull request #1 from sonullx/qicosmos
improve args.h
2020-09-08 17:11:51 +08:00
Sonullx Liu
2456b3dff9 feat: rewrite parse() 2020-09-08 16:24:00 +08:00
Sonullx Liu
f31421e28d fix: remove the useless parse() 2020-09-08 15:36:23 +08:00
Sonullx Liu
5efad7f67f style: reformat args.h
Change indent spaces to tab.
Add necessary spaces.
2020-09-08 15:36:15 +08:00
Sonullx Liu
16cee721df Merge branch 'master' of github.com:qicosmos/workflow into qicosmos 2020-09-08 15:21:20 +08:00
qicosmos
33f50ca609 improve args.h. 2020-09-08 10:16:43 +08:00
qicosmos
186145c297 improve args.h, make it shorter and clean. 2020-09-05 13:54:04 +08:00
xiehan
76095af859 Merge pull request #33 from qicosmos/patch-1
improve benchmark document
2020-09-05 12:49:18 +08:00
qicosmos
b0ca12ed73 improve benchmark document
add testing steps.
2020-09-05 12:31:04 +08:00
XieHan
fc588c6c12 Merge branch 'master' of https://github.com/sogou/workflow 2020-09-04 20:04:40 +08:00
XieHan
1dcfd05aee Fix bug in poller. This bug may affect files aio on macOS 2020-09-04 20:03:33 +08:00
xiehan
9c163c0b43 Merge pull request #32 from sonullx/benchmark
add README.md in benchmark directory
2020-09-04 17:53:22 +08:00
Sonullx Liu
44413080b7 doc: add README.md in benchmark/ 2020-09-04 17:42:23 +08:00
xiehan
dd45e30eaa Merge pull request #31 from sonullx/benchmark
add benchmark src & doc
2020-09-04 17:23:18 +08:00
Sonullx Liu
0f6372c772 fix: correct filename 2020-09-04 17:11:38 +08:00
Sonullx Liu
eb922b92e5 add benchmark source code and documents 2020-09-04 17:09:27 +08:00
xiehan
9c7d164262 Update Communicator.cc 2020-09-01 18:20:02 +08:00
XieHan
d2372b450b Add 'const' to some functions' prototypes. 2020-08-26 02:39:28 +08:00
XieHan
458fa896cd Merge branch 'master' of https://github.com/sogou/workflow 2020-08-26 01:06:49 +08:00
XieHan
35890cb243 Fix the error message output of mysql tutorial. 2020-08-26 01:06:08 +08:00
xiehan
4fe1e38257 Update WFGlobal.cc 2020-08-25 17:30:36 +08:00
xiehan
7eadd33c5e Merge pull request #25 from holmes1412/master
Update English version README.md
v0.9.0
2020-08-17 00:52:54 +08:00
liyingxin
3bd34a5c06 Update README_en.md 2020-08-16 23:52:05 +08:00
holmes1412
ce10df4f18 add English version for new README.md 2020-08-16 23:36:57 +08:00
xiehan
2611326611 Merge pull request #24 from holmes1412/master
add CODE_OF_CONDUCT
2020-08-14 22:44:57 +08:00
holmes1412
1fe4078f4f add CODE_OF_CONDUCT 2020-08-14 22:35:56 +08:00
liyingxin
a23eb736e7 Merge pull request #5 from sogou/master
merge from sogou/workflow
2020-08-14 22:29:53 +08:00
liyingxin
f08e65c707 Update about-config.md 2020-08-13 20:22:26 +08:00
xiehan
07c1cafb14 Update about-dns.md 2020-08-13 18:51:06 +08:00
xiehan
7f3980fa49 Update about-dns.md 2020-08-13 18:49:49 +08:00
xiehan
c1ca8a8068 Update README.md 2020-08-13 18:46:03 +08:00
XieHan
abe31f1eb3 add about-config.md 2020-08-13 18:44:20 +08:00
XieHan
80717a7bf0 add WFMySQLConnection::deinit() 2020-08-13 00:44:03 +08:00
XieHan
c9ac250025 Merge branch 'master' of https://github.com/sogou/workflow 2020-08-12 19:47:56 +08:00
XieHan
b4d57f0e6c Update default settings. 2020-08-12 19:47:21 +08:00
xiehan
2c4a844cbc Update RedisMessage.cc 2020-08-12 18:52:34 +08:00
xiehan
551b9e882e Update README.md 2020-08-12 18:27:50 +08:00
xiehan
ba47e6ce1f Update WFServer.h 2020-08-10 18:05:48 +00:00
XieHan
c23f5f3fab To make it consistent for unix and windows, server's default protocol is fixed to IPv4. 2020-08-11 01:51:20 +08:00
xiehan
659aaf4556 Merge pull request #23 from Barenboim/master
Merge pull request #3 from sogou/master
2020-08-09 22:37:12 +08:00