Historie revizí

Autor SHA1 Zpráva Datum
  ambrop7 07e187dcff dhcpclient/BDHCPClientCore: fix aliasing issues před 13 roky
  ambrop7 19a9da5d07 dhcpclient/DHCPIpUdpEncoder: remove redundant struct před 13 roky
  ambrop7 bd52d61c3c dhcpclient/DHCPIpUdpDecoder: remove redundant struct před 13 roky
  ambrop7 3291a4713e bproto_generator: fix aliasing issues před 13 roky
  ambrop7 2185655723 fix many potential aliasing issues před 13 roky
  ambrop7 27bafc71f7 CMakeLists.txt: pass Clang-specific warning flag to Clang only před 13 roky
  ambrop7 30ced3b8b6 CMakeLists.txt: add -Wstrict-aliasing před 13 roky
  ambrop7 0f07c8a237 misc/ipv4_proto.h: fix aliasing problems with casting to ipv4_short. This manifested itself as incorrectly computed IP checksums of sent před 13 roky
  ambrop7 1a7b19595c add misc/read_write_int.h před 13 roky
  ambrop7 a19af8ec87 ncd/tests/run_tests: fix shebang /bin/sh to /bin/bash před 13 roky
  ambrop7 fc983ddd4f version 1.999.126 před 13 roky
  ambrop7 b4a5383d63 update ChangeLog před 13 roky
  ambrop7 9ffa769921 examples/bencryption_bench.c: silence a bad warning from clang před 13 roky
  ambrop7 d737afce53 CMakeLists.txt: silence warnings about always-true comparisons (generated by Clang 3.2) před 13 roky
  ambrop7 53bbc75cae ncd: modules: sleep: explain what sleep() with one argument means před 13 roky
  ambrop7 c4ade225a2 ncd: modules: sleep: interpret empty string time as no sleeping, add sleep(ms_start) with one argument před 13 roky
  ambrop7 b2bc0d84b4 system: BReactor_glib: implement missing BSmallTimer před 13 roky
  ambrop7 9ce5df50b0 system: BReactor_glib: implement missing BREACTOR_HUP před 13 roky
  ambrop7 4290021aa3 ncd: modules: add log před 13 roky
  ambrop7 bd170f2437 base: BLog: add BLog_AppendBytes() před 13 roky
  ambrop7 c31cc05975 version 1.999.126rc2 před 13 roky
  ambrop7 2d2be38d9f ncd: NCDBuildProgram: fix unused variable warning před 13 roky
  ambrop7 1fc023a1e4 ncd: modules: fix modules that used global (static) variables to allocate these interpreter-wide using the new support within před 13 roky
  ambrop7 8ec7e1e67d ncd: NCDModule: allow separating static module information from generated at runtime by the interpreter. Fix other stuff to work with před 13 roky
  ambrop7 6a6a100d21 ncd: NCDAst: move some structs from .h to .c před 13 roky
  ambrop7 18a15ba1e1 ncd: NCDModuleIndex: remove base_type verification if NDEBUG is defined, to improve start-up time před 13 roky
  ambrop7 d63928ceae ncd: NCDInterpreter: remove unused variable (forgotten in previous commit) před 13 roky
  ambrop7 10a594c625 ncd: move initialization of modules from NCDInterpreter into NCDModuleIndex před 13 roky
  ambrop7 81dc7380d5 ncd: NCDInterpreter: reorder initialization so that it will be easier to move the calling of module globalinit functions into NCDModuleIndex před 13 roky
  ambrop7 153681af18 ncd: move NCDMethodIndex from NCDInterpreter into NCDModuleIndex před 13 roky