summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bartosz Fabianowski [Fri, 22 Jun 2012 09:32:53 +0000 (11:32 +0200)]
Make DNSServer close its socket at the end of run()
This CL makes the DNSServer class close its socket when the server
thread is shutting down and the run() method is about to return.
BUG=chromium-os:32062
TEST=Port can be reused by another DNSServer in the same process
Change-Id: I6bd0120f8fb8488416a1920a6f6feef7ce487785
Reviewed-on: https://gerrit.chromium.org/gerrit/25919
Reviewed-by: Chris Masone <cmasone@chromium.org>
Commit-Ready: Bartosz Fabianowski <bartfab@chromium.org>
Tested-by: Bartosz Fabianowski <bartfab@chromium.org>
Chris Masone [Tue, 20 Sep 2011 23:58:52 +0000 (16:58 -0700)]
[miniFakeDns] Embiggen logging upon DNS responses
Log the address and port of the requesting client when minifakedns
sends back a response.
BUG=None
TEST=suite_Smoke
Change-Id: I983c25f9bf7fea59162c9bba99976b2348bc8c5d
Reviewed-on: http://gerrit.chromium.org/gerrit/8016
Commit-Ready: Chris Masone <cmasone@chromium.org>
Tested-by: Chris Masone <cmasone@chromium.org>
Reviewed-by: Elly Jones <ellyjones@chromium.org>
Chris Masone [Fri, 11 Feb 2011 16:20:24 +0000 (08:20 -0800)]
[MiniFakeDns] Translate logging, reduce verbosity in INFO logs
BUG=11679
TEST=run any login test, see that Respuesta: lines no longer appear in .INFO logs upon test completion
Change-Id: Idabf72dc4d0ebd73c4245580b4b0e7fc06adc998
Review URL: http://codereview.chromium.org/6474028
Anush Elangovan [Sat, 5 Jun 2010 20:12:30 +0000 (13:12 -0700)]
Setup code review inheritance
Change-Id: Idcab3fdd84f3e0a8d8f03f44db1c5be3b2e7a98c
Chris Masone [Sat, 24 Apr 2010 00:34:57 +0000 (17:34 -0700)]
Enable miniFakeDns to take a port to bind to
Review URL: http://codereview.chromium.org/1729010
Chris Masone [Sun, 28 Mar 2010 22:24:12 +0000 (15:24 -0700)]
make miniFakeDns threading-friendly, so it can be run in client-side autotests
Review URL: http://codereview.chromium.org/1474001
Chris Masone [Fri, 26 Mar 2010 19:57:30 +0000 (12:57 -0700)]
adding miniFakeDns, a python-based mini DNS server, to use in testing
Review URL: http://codereview.chromium.org/1444002