#
06ca384f |
| 05-Jul-2023 |
Stanislav Motylkov <x86corez@gmail.com> |
[NETSTAT] Fix some unintuitive formatting in translations
|
#
8ef47d2e |
| 05-Jul-2023 |
Joachim Henze <joachim.henze@reactos.org> |
[NETSTAT] Optimize a bit (#5405)
in netstat.c 100% of the calls to
DisplayTableHeader();
have in the exact line beforehand a call to
ConResPuts(StdOut, IDS_ACTIVE_CONNECT);
So let's
[NETSTAT] Optimize a bit (#5405)
in netstat.c 100% of the calls to
DisplayTableHeader();
have in the exact line beforehand a call to
ConResPuts(StdOut, IDS_ACTIVE_CONNECT);
So let's fuse them.
Also fix a superfluous space in the *.rc files before it will get duplicated
a thousand times.
show more ...
|
Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
1fa27807 |
| 29-Nov-2019 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[NETSTAT] Fix output formats and more (#1709)
* [NETSTAT] Restore expected output formats
"Revert" parts of bd3c852012943f7407f79edabea33f9ae4be9f49.
CORE-16119
* [NETSTAT] Improve default
[NETSTAT] Fix output formats and more (#1709)
* [NETSTAT] Restore expected output formats
"Revert" parts of bd3c852012943f7407f79edabea33f9ae4be9f49.
CORE-16119
* [NETSTAT] Improve default and ICMPv4 output formats
* [NETSTAT] Fix a few typos, in output strings
* [NETSTAT] Output usage to StdErr
* [NETSTAT] Be more explicit about unimplemented -b/-t/-v options
show more ...
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
bd3c8520 |
| 15-Jun-2019 |
Lee Schroeder <spaceseel@gmail.com> |
[NETSTAT] Convert the netstat utility to Unicode, and localize it. (#1657) CORE-16119
Also, change its resource file description to reflect that the utility isn't just for TCPv4.
|