XieHan
|
1dcfd05aee
|
Fix bug in poller. This bug may affect files aio on macOS
|
2020-09-04 20:03:33 +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 |
|
XieHan
|
692d272cb3
|
Pack a union to save some bytes.
|
2020-08-07 20:44:08 +08:00 |
|
xiehan
|
5eba46b0e1
|
Merge pull request #22 from alpc62/master
remove TAB from markdown
|
2020-08-07 01:55:38 +08:00 |
|
wujiaxu
|
36791f1c5f
|
TAB should remove from all markdown, use space instead
|
2020-08-07 00:04:30 +08:00 |
|
wujiaxu
|
2dbbf59b76
|
Merge pull request #4 from sogou/master
pull from sogou git
|
2020-08-06 23:53:24 +08:00 |
|
xiehan
|
df8f7b1d7f
|
Merge pull request #20 from westfly/master
fix spell error in HttpMessage
|
2020-08-06 15:38:39 +08:00 |
|
aresyang
|
c09c2d54f1
|
fix spell error in HttpMessage
|
2020-08-06 10:31:26 +08:00 |
|
xiehan
|
22449ee5d1
|
fix warnings in clang compiler
|
2020-08-05 18:47:56 +08:00 |
|
xiehan
|
27d5e07bea
|
Merge pull request #19 from alpc62/master
remove all pause()
|
2020-08-05 18:40:25 +08:00 |
|
liyingxin
|
fccfc36a22
|
Update tutorial-10-user_defined_protocol.md
|
2020-08-05 15:17:47 +08:00 |
|
liyingxin
|
5ebcb06afb
|
Update tutorial-08-matrix_multiply.md
|
2020-08-05 14:42:13 +08:00 |
|
alpc62
|
a375a71bd0
|
pause() replace by WaitGroup
|
2020-08-05 14:25:15 +08:00 |
|
liyingxin
|
06001cbbad
|
Update tutorial-09-http_file_server.md
|
2020-08-05 12:26:45 +08:00 |
|
liyingxin
|
5c4cbf5d3a
|
Update tutorial-08-matrix_multiply.md
|
2020-08-05 12:00:46 +08:00 |
|
liyingxin
|
ee3b0c11d6
|
Update tutorial-07-sort_task.md
|
2020-08-05 04:15:50 +08:00 |
|
liyingxin
|
491ebfb000
|
Update tutorial-06-parallel_wget.md
|
2020-08-05 04:00:37 +08:00 |
|
liyingxin
|
5d9eb82026
|
Update tutorial-06-parallel_wget.md
|
2020-08-05 04:00:12 +08:00 |
|
liyingxin
|
45e0091431
|
Update tutorial-05-http_proxy.md
|
2020-08-05 03:50:45 +08:00 |
|
liyingxin
|
e5e295512c
|
Update tutorial-04-http_echo_server.md
|
2020-08-05 03:19:23 +08:00 |
|
liyingxin
|
b2d8cf7b03
|
Update tutorial-03-wget_to_redis.md
|
2020-08-05 03:00:06 +08:00 |
|
wujiaxu
|
ee2b426e2f
|
remove make example folder GNUmakefile target
|
2020-08-04 18:31:53 +08:00 |
|
liyingxin
|
b8eea77a7d
|
Update README_en.md
|
2020-08-04 18:04:33 +08:00 |
|
xiehan
|
d6a96e96b7
|
Merge pull request #3 from sogou/master
update code
|
2020-08-04 17:19:55 +08:00 |
|
xiehan
|
f29bcb4faa
|
Merge pull request #17 from Barenboim/master
Update doc
|
2020-08-04 17:17:16 +08:00 |
|
xiehan
|
e496d09e5d
|
Merge pull request #16 from MaybeShewill-CV/master
fix docs mistake
|
2020-08-04 16:13:25 +08:00 |
|
xiehan
|
73acc45ef2
|
Merge pull request #15 from alpc62/master
fix some unsafe convert
|
2020-08-04 16:12:40 +08:00 |
|