Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-12 | otel: add build tooling to include otel code | Ava Hahn | 1 | -0/+5 | |
Adds the --otel flag to the configure command and the various build time variables and checks that are needed in this flow. It also includes the nxt_otel.c and nxt_otel.h files that are needed for the rest of Unit to talk to the compiled static library that's generated from the rust crate. Signed-off-by: Ava Hahn <a.hahn@f5.com> Co-authored-by: Gabor Javorszky <g.javorszky@f5.com> Signed-off-by: Gabor Javorszky <g.javorszky@f5.com> | |||||
2019-11-14 | Initial proxy support. | Igor Sysoev | 1 | -2/+2 | |
2019-10-02 | Added response status code to error page body. | Valentin Bartenev | 1 | -8/+10 | |
Also the error page markup is now valid according to HTML5 specification. All optional tags were omitted. | |||||
2019-08-26 | Adding body handler to nxt_http_request_header_send(). | Igor Sysoev | 1 | -4/+2 | |
2019-08-16 | Changing the sequence of body send execution. | Max Romanov | 1 | -2/+4 | |
Request state ready_handler required for further websocket events processing. It is not required for regular response transferring. | |||||
2019-01-18 | Testing correct value. | Igor Sysoev | 1 | -1/+1 | |
2019-01-18 | Testing correct value. | Igor Sysoev | 1 | -1/+1 | |
2018-09-18 | Fixed more typos. | Valentin Bartenev | 1 | -1/+1 | |
Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -2/+2 | |
2018-04-03 | HTTP: using r->mem_pool retention counter for response buffers. | Igor Sysoev | 1 | -16/+13 | |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -0/+105 | |