ambrop7
|
d8d1abf532
convert some packed structs to use the macros from misc/packed.h
|
13 年之前 |
ambrop7
|
737b4ad6ab
ncd/modules/sys_request_server.c: fix aliasing issues
|
13 年之前 |
ambrop7
|
c2b90b1b1e
ncd/extra/NCDRequestClient.c: fix aliasing issues
|
13 年之前 |
ambrop7
|
5487b6e9c6
ncd/modules/sys_request_server.c: remove redundant structs
|
13 年之前 |
ambrop7
|
0f5c89955d
ncd/NCDRequestClient: remove redundant structs
|
13 年之前 |
ambrop7
|
378755bf45
remove misc/dump_frame.h
|
13 年之前 |
ambrop7
|
07e187dcff
dhcpclient/BDHCPClientCore: fix aliasing issues
|
13 年之前 |
ambrop7
|
19a9da5d07
dhcpclient/DHCPIpUdpEncoder: remove redundant struct
|
13 年之前 |
ambrop7
|
bd52d61c3c
dhcpclient/DHCPIpUdpDecoder: remove redundant struct
|
13 年之前 |
ambrop7
|
3291a4713e
bproto_generator: fix aliasing issues
|
13 年之前 |
ambrop7
|
2185655723
fix many potential aliasing issues
|
13 年之前 |
ambrop7
|
27bafc71f7
CMakeLists.txt: pass Clang-specific warning flag to Clang only
|
13 年之前 |
ambrop7
|
30ced3b8b6
CMakeLists.txt: add -Wstrict-aliasing
|
13 年之前 |
ambrop7
|
0f07c8a237
misc/ipv4_proto.h: fix aliasing problems with casting to ipv4_short. This manifested itself as incorrectly computed IP checksums of sent
|
13 年之前 |
ambrop7
|
1a7b19595c
add misc/read_write_int.h
|
13 年之前 |
ambrop7
|
a19af8ec87
ncd/tests/run_tests: fix shebang /bin/sh to /bin/bash
|
13 年之前 |
ambrop7
|
fc983ddd4f
version 1.999.126
|
13 年之前 |
ambrop7
|
b4a5383d63
update ChangeLog
|
13 年之前 |
ambrop7
|
9ffa769921
examples/bencryption_bench.c: silence a bad warning from clang
|
13 年之前 |
ambrop7
|
d737afce53
CMakeLists.txt: silence warnings about always-true comparisons (generated by Clang 3.2)
|
13 年之前 |
ambrop7
|
53bbc75cae
ncd: modules: sleep: explain what sleep() with one argument means
|
13 年之前 |
ambrop7
|
c4ade225a2
ncd: modules: sleep: interpret empty string time as no sleeping, add sleep(ms_start) with one argument
|
13 年之前 |
ambrop7
|
b2bc0d84b4
system: BReactor_glib: implement missing BSmallTimer
|
13 年之前 |
ambrop7
|
9ce5df50b0
system: BReactor_glib: implement missing BREACTOR_HUP
|
13 年之前 |
ambrop7
|
4290021aa3
ncd: modules: add log
|
13 年之前 |
ambrop7
|
bd170f2437
base: BLog: add BLog_AppendBytes()
|
13 年之前 |
ambrop7
|
c31cc05975
version 1.999.126rc2
|
13 年之前 |
ambrop7
|
2d2be38d9f
ncd: NCDBuildProgram: fix unused variable warning
|
13 年之前 |
ambrop7
|
1fc023a1e4
ncd: modules: fix modules that used global (static) variables to allocate these interpreter-wide using the new support within
|
13 年之前 |
ambrop7
|
8ec7e1e67d
ncd: NCDModule: allow separating static module information from generated at runtime by the interpreter. Fix other stuff to work with
|
13 年之前 |