1 2022-03-18 Iain Sandoe <iain@sandoe.co.uk>
3 * netclient.cc (OpenInet6): Do not provide a dummy port number
4 in the getaddrinfo() call.
6 2021-11-01 Martin Liska <mliska@suse.cz>
9 * Makefile.in: Add mostlyclean Makefile target.
11 2021-10-21 Jonathan Wakely <jwakely@redhat.com>
13 * netserver.cc (ListenInet6): Set pointer to null after
16 2021-04-06 Nathan Sidwell <nathan@acm.org>
18 * LICENSE.gcc: Delete.
20 2021-01-12 Nathan Sidwell <nathan@acm.org>
22 * Makefile.in: Remove auto parallelize, swallow Makesub.in. Don't
23 check compiler name here.
25 * build-aux/config.guess: Delete.
26 * build-aux/config.sub: Delete.
27 * build-aux/install-sh: Delete.
30 * internal.hh (BuildNote): Delete.
31 * fatal.cc (BuildNote): Delete.
32 * config.m4: Remove unneeded fns.
33 * configure.ac: Remove unneccessary checks and configures.
35 * config.h.in: Rebuilt.
37 2021-01-06 John David Anglin <danglin@gcc.gnu.org>
40 * resolver.cc: Only use fstatat when _POSIX_C_SOURCE >= 200809L.
42 2021-01-04 Nathan Sidwell <nathan@acm.org>
44 * client.cc (Client::ProcessResponse): Remove std::move
47 2021-01-04 Mateusz Wajchęprzełóż <mati271828@gmail.com>
49 * resolver.cc (IsAbsDir): Fix string indexing.
51 2020-12-23 Nathan Sidwell <nathan@acm.org>
53 * Makefile.in (LDFLAGS): Drop -L..
54 * tests/01-serialize/connect.cc: Delete.
55 * tests/01-serialize/decoder.cc: Delete.
56 * tests/01-serialize/encoder.cc: Delete.
57 * tests/02-comms/client-1.cc: Delete.
58 * tests/02-comms/pivot-1.cc: Delete.
59 * tests/02-comms/server-1.cc: Delete.
60 * tests/Makesub.in: Delete.
61 * tests/jouster: Delete.
63 2020-12-21 Nathan Sidwell <nathan@acm.org>
66 * client.cc: Include cstdlib.
67 * server.cc: Include cstdlib.
69 2020-12-21 Gerald Pfeifer <gerald@pfeifer.com>
71 * netserver.cc: Include <netinet/in.h>.
73 2020-12-21 Nathan Sidwell <nathan@acm.org>
75 * Makefile.in (RANLIB): New var.
76 * Makesub.in (libcody.a): Apply RANLIB.
77 * configure.ac: Call AC_PROG_RANLIB.
80 2020-12-21 Nathan Sidwell <nathan@acm.org>
82 * buffer.cc (MessageBuffer::AppendInteger): Workaround
83 to_string's non-ubiquity.
85 2020-12-21 Nathan Sidwell <nathan@acm.org>
87 * netclient.cc: Add netinet.h.
89 2020-12-17 Nathan Sidwell <nathan@acm.org>
91 * configure.ac: Add --enable-host-shared.
92 * Makefile.in: Add FLAGPIC.
93 * configure: Regenerated.
95 2020-12-17 Nathan Sidwell <nathan@acm.org>
97 * fatal.cc (HCF): Remove nop breakpoint lander.
99 2020-12-16 Nathan Sidwell <nathan@acm.org>
101 * cody.hh: Allow user to set CODY_NETWORKING.
103 2020-12-16 Jakub Jelinek <jakub@redhat.com>
105 * configure.ac: Compute is_release.
106 (NMS_ENABLE_CHECKING): Simplify but not computing ac_assert_checking
107 and ac_valgrind_checking the code doesn't use.
108 * configure: Regenerated.
110 2020-12-16 Jonathan Wakely <jwakely@redhat.com>
112 * internal.hh: Define fallback macros for __has_builtin and
113 __has_include. Use __has_builtin for __builtin_FILE and
114 __builtin_LINE. Define alias for std::source_location.
116 2020-12-16 Nathan Sidwell <nathan@acm.org>
118 * configure.ac: Use libcpp's enable-checking code.
119 * configure: Rebuilt.
121 2020-12-16 Nathan Sidwell <nathan@acm.org>
123 * config.m4: Replace V+="..." with V="$V..."
124 * configure: Rebuilt.
126 2020-12-15 Marek Polacek <polacek@redhat.com>
128 * buffer.cc (MessageBuffer::Lex): Remove unused variable.
130 2020-12-15 Nathan Sidwell <nathan@acm.org>
132 * Makefile.in: Disable some flags.
134 2020-12-15 Nathan Sidwell <nathan@acm.org>
136 * config.m4: Avoid var+=...
139 2020-12-15 Nathan Sidwell <nathan@acm.org>
141 * config.m4: Avoid non-dash idiom
142 * configure: Rebuilt.
144 2020-12-15 Nathan Sidwell <nathan@acm.org>
147 * CMakeLists.txt: New.
156 * build-aux/config.guess: New.
157 * build-aux/config.sub: New.
158 * build-aux/install-sh: New.
160 * cmake/libcody-config-ix.cmake
175 * tests/01-serialize/connect.cc: New.
176 * tests/01-serialize/decoder.cc: New.
177 * tests/01-serialize/encoder.cc: New.
178 * tests/02-comms/client-1.cc: New.
179 * tests/02-comms/pivot-1.cc: New.
180 * tests/02-comms/server-1.cc: New.
181 * tests/Makesub.in: New.
182 * tests/jouster: New.
185 Copyright (C) 2020-2022 Free Software Foundation, Inc.
187 Copying and distribution of this file, with or without modification,
188 are permitted in any medium without royalty provided the copyright
189 notice and this notice are preserved.