This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGES
76 lines (55 loc) · 2.26 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
2017-12-04 caikelun <[email protected]>
* Fix some compilation errors for GCC 6.
* Version 0.0.11
2016-02-05 caikelun <[email protected]>
* Add set_nodelay(), set_crok(), set_quickack() in svx_tcp_connection.
* Add more information about benchmark in README.md.
* Version 0.0.10
2016-02-02 caikelun <[email protected]>
* Fix a bug about checking ports equality in svx_inetaddr.
* Fix a bug about checking TCP self-connection in svx_tcp_connector.
* Add multiple listeners support in svx_tcp_server.
* Add an new make target for debug.
* Add some message in test/test.c.
* Version 0.0.9
2016-01-30 caikelun <[email protected]>
* Fix some errors in svx_crash.c, svx_process.c, svx_log.c and svx_tree.h by Domingo Alvarez Duarte <[email protected]>.
* Fix some config error in xmake.lua.
* Improving compatibility with various versions of GCC.
* Add process name and thread name to dump file in svx_crash.c.
* Version 0.0.8
2016-01-05 caikelun <[email protected]>
* Fix compiler options.
* Fix timeout error in svx_poller_select.c.
* Fix stack overflow error in test_tcp.c.
* Optimize code in test_plc.c.
* Version 0.0.7
2016-01-04 caikelun <[email protected]>
* Fix some error in README.md.
* Add a LICENSE file.
* Version 0.0.6
2016-01-03 caikelun <[email protected]>
* Add GCC sanitizer options in base.mk.
* Add -Wextra option in base.mk.
* Add xmake for the second compiling approach.
* Add more information in README.md.
* Add GCC atomic get/set macro in svx_util.h.
* Fix some data race using volatile.
* Fix some sign-compare and unused-parameter warning.
* Optimize the base.mk and Makefile.
* Optimize options for the test program.
* Version 0.0.5
2015-12-27 caikelun <[email protected]>
* Make the source code compatible with C90, GNU90, C99, GNU99, C11 and GNU11.
* Change GCC language standard (-std) from c99 to c11.
* Add more information in README.md.
* Version 0.0.4
2015-12-26 caikelun <[email protected]>
* Add website links in README.md.
* Version 0.0.3
2015-12-25 caikelun <[email protected]>
* Change GCC language standard (-std) from gnu89 to c99.
* Fix some GCC 4.8 compiler warning.
* Version 0.0.2
2015-12-20 caikeun <[email protected]>
* First commit.