Home
last modified time | relevance | path

Searched hist:423 (Results 1 – 9 of 9) sorted by path

/unit/src/
H A Dnxt_application.cdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_port.hdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_port_memory.cdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_port_memory.hdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_port_memory_int.hdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_port_socket.cdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_router.cdiff 423:449f2a9c5e62 Wed Dec 27 14:46:00 UTC 2017 Max Romanov <max.romanov@nginx.com> Implementing the ability to cancel request before worker starts processing it.
H A Dnxt_time_parse.cdiff 2140:423ecac30dba Thu Jun 16 01:00:00 UTC 2022 Andrew Clayton <andrew@digital-domain.net> Marked a couple of variables 'const'.

As was pointed out by the cppcheck[0] static code analysis utility we
can mark a couple of variables as 'const'. This acts as a hint to the
compiler about our intentions and the compiler will tell us when we
deviate from them.

[0]: https://cppcheck.sourceforge.io/
H A Dnxt_websocket_accept.cdiff 2140:423ecac30dba Thu Jun 16 01:00:00 UTC 2022 Andrew Clayton <andrew@digital-domain.net> Marked a couple of variables 'const'.

As was pointed out by the cppcheck[0] static code analysis utility we
can mark a couple of variables as 'const'. This acts as a hint to the
compiler about our intentions and the compiler will tell us when we
deviate from them.

[0]: https://cppcheck.sourceforge.io/