- 20 Nov, 2019 5 commits
-
-
Wlodzimierz Wencel authored
-
-
-
-
-
- 19 Nov, 2019 2 commits
-
-
- 05 Nov, 2019 10 commits
-
-
- Addeed asterisk in the changelog to mark it incompatible change. - Fixed comma character in the new line.
-
Thomas Markwalder authored
src/lib/http/client.cc HttpClient::CloseIfOutOfBandwith() - added missing loop break after erasure.
-
Thomas Markwalder authored
src/lib/dhcp/tests/iface_mgr_unittest.cc Modified tests to verify that external socket callbacks receive the correct socket descriptor when invoked by IfaceMgr. src/lib/http/tests/server_client_unittests.cc TEST_F(HttpClientTest, closeIfOutOfBandwidth) - new test to verifies HttpClient::closeIfOutOfBandwidth()
-
Thomas Markwalder authored
Rather than just unregistering the socket, we now actually close the Connection. This ensures we never end up with an unregistered but open connection. src/hooks/dhcp/high_availability/ha_service.* HAService::clientConnectHandler() - modified to call HttpClient::closeIfOutOfBandwidth(). src/lib/http/client.* Connection - replaced isTransaction(int socket_fd) with isMySocket(int socket_fd) ConnectionPool - replaced isTransaction(int socket_fd) with closeIfOutOfBandwidth(int socket_fd) HttpClient - replaced isTransaction(int socket_fd) with closeIfOutOfBandwidth(int socket_fd)
-
Thomas Markwalder authored
src/hooks/dhcp/high_availability/ha_service.* HAService::socketReadyHandler(int tcp_native_fd) - new handler for external socket ready callback. It detects out-of-transaction ready socket and unregisters it. src/lib/http/client.* isTransactionOngoing(int socket_fd) - new method to return true if any of the clients connections are using the socket in an ongoing transaction
-
Thomas Markwalder authored
src/lib/dhcp/iface_mgr.* typedef SocketCallback - added socket descriptpor parameter Added socket fd to invocations of socket ready callback src/bin/dhcp4/dhcp4to6_ipc.* void Dhcp4to6Ipc::handler(int /* fd */) src/bin/dhcp6/dhcp6to4_ipc.* void Dhcp6to4Ipc::handler(int /* fd */) Dhcp6to4Ipc& ipc = Dhcp6to4Ipc::instance(); Pkt6Ptr pkt; src/hooks/dhcp/high_availability/ha_service.* socketReadyHandler() - initial stub implementation of socket ready handler
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 04 Nov, 2019 1 commit
-
-
Wlodzimierz Wencel authored
-
- 29 Oct, 2019 6 commits
-
-
Wlodzimierz Wencel authored
-
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
-
- 28 Oct, 2019 14 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
[904-add-ability-to-force-a-cb-update-remotely] Used "on demand" instead of pull at the exception of the command name
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Tomek Mrugalski authored
-
-
-
-
- 25 Oct, 2019 2 commits
-
-
Francis Dupont authored
[393-global-search-through-leases-by-mac-or-hostname-w-o-specifying-a-subnet-id] Added ChangeLog entry for leases by hostname and co (2)
-
Francis Dupont authored
[393-global-search-through-leases-by-mac-or-hostname-w-o-specifying-a-subnet-id] Added ChangeLog entry for leases by hostname and co
-