index
:
unit.git
alx-gzip
applog
bool
compr
master
skel_lm
wasm
Universal Web Application Server
andrew@digital-domain.net
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
nxt_h1proto.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-09
http: Use consistent target in nxt_h1p_peer_header_send()
Zhidao HONG
1
-1
/
+1
2024-04-11
HTTP: Rewrote url target section in nxt_h1p_peer_header_send()
Zhidao HONG
1
-5
/
+69
2023-07-01
Var: supported HTTP response header variables.
Zhidao HONG
1
-1
/
+1
2023-04-12
HTTP: optimizing $request_line.
Alejandro Colomar
1
-5
/
+9
2023-03-21
HTTP: added route logging.
Alejandro Colomar
1
-0
/
+6
2022-11-04
Removed the unsafe nxt_memchr() wrapper for memchr(3).
Alejandro Colomar
1
-1
/
+1
2022-11-04
Removed the unsafe nxt_memcmp() wrapper for memcmp(3).
Alejandro Colomar
1
-3
/
+3
2022-08-29
Implemented basic statistics API.
Valentin Bartenev
1
-6
/
+7
2022-06-20
Router: forwared header replacement.
Zhidao HONG
1
-1
/
+1
2022-04-26
Fixed indentation.
Alejandro Colomar
1
-5
/
+5
2021-11-11
Removed the execute permission bit from "nxt_h1proto.c".
Valentin Bartenev
1
-0
/
+0
2021-08-03
Fixed dead assignments.
Max Romanov
1
-1
/
+0
2021-05-26
Fixing crash during TLS connection shutdown.
Andrey Suvorov
1
-0
/
+0
2020-12-08
PHP: populating PHP_AUTH_* server variables.
Valentin Bartenev
1
-0
/
+2
2020-12-07
HTTP: fixed status line format for unknown status codes.
Valentin Bartenev
1
-17
/
+20
2020-11-17
HTTP parser: allowed more characters in header field names.
Valentin Bartenev
1
-1
/
+5
2020-09-30
Fixing router connection pool leakage.
Max Romanov
1
-1
/
+4
2020-09-29
Supporting HTTP/1.0 keep-alive.
Max Romanov
1
-1
/
+8
2020-09-18
Fixed segmentation fault during reconfiguration.
Igor Sysoev
1
-7
/
+3
2020-09-18
Fixed segmentation fault during reconfiguration.
Igor Sysoev
1
-1
/
+9
2020-09-18
Fixed use-after-free error during reconfiguration.
Igor Sysoev
1
-0
/
+2
2020-08-05
Improved mkstemp() error reporting.
Valentin Bartenev
1
-1
/
+1
2020-06-23
Upstream chunked transfer encoding support.
Igor Sysoev
1
-14
/
+87
2020-04-16
Using malloc/free for the http fields hash.
Max Romanov
1
-3
/
+3
2020-04-15
Fixed crash that occurs when idle connections are closed forcibly.
Igor Sysoev
1
-6
/
+31
2020-03-21
Implemented "location" option for "return" action.
Valentin Bartenev
1
-0
/
+2
2020-03-19
Completing buffers immediately
Max Romanov
1
-5
/
+2
2020-03-19
Completing request header buffers to avoid memory leak.
Max Romanov
1
-20
/
+26
2020-03-12
Using disk file to store large request body.
Max Romanov
1
-26
/
+152
2020-03-12
Checking Content-Length value right after header parse.
Max Romanov
1
-5
/
+0
2020-03-06
Round robin upstream added.
Igor Sysoev
1
-1
/
+2
2019-12-24
Introducing write tail reference to avoid buffer chain iteration.
Max Romanov
1
-4
/
+15
2019-11-14
Processing inconsistent proxied response length.
Igor Sysoev
1
-0
/
+1
2019-11-14
Initial proxy support.
Igor Sysoev
1
-28
/
+759
2019-11-14
Introduced chained buffer completion handlers.
Igor Sysoev
1
-0
/
+1
2019-11-14
Using event engine memory buffers in HTTP/1 layer.
Igor Sysoev
1
-11
/
+14
2019-11-14
Using request task.
Igor Sysoev
1
-0
/
+10
2019-10-10
Style fixes.
Igor Sysoev
1
-2
/
+4
2019-10-10
Changed nxt_memcasecmp() interface to avoid casts.
Igor Sysoev
1
-6
/
+4
2019-09-30
HTTP: corrected allocation size for tail chunk.
Valentin Bartenev
1
-1
/
+1
2019-09-02
Making request state handler calls more consistent.
Max Romanov
1
-4
/
+2
2019-08-26
Adding body handler to nxt_http_request_header_send().
Igor Sysoev
1
-2
/
+17
2019-08-20
Introducing websocket support in router and libunit.
Max Romanov
1
-78
/
+292
2019-08-16
Changing the sequence of body send execution.
Max Romanov
1
-7
/
+1
2019-08-06
nxt_h1proto_t definition was moved to h1proto implementation.
Igor Sysoev
1
-0
/
+20
2019-08-06
Refactored HTTP protocol callback table.
Igor Sysoev
1
-46
/
+14
2019-07-24
Added routing based on request scheme.
Axel Duch
1
-17
/
+4
2019-03-21
Adjusting request schema value according to connection tls state.
Max Romanov
1
-0
/
+17
2019-02-28
Fixed timer and event race condition.
Igor Sysoev
1
-0
/
+4
2019-02-26
Keepalive mode is disabled on HTTP header parsing errors.
Igor Sysoev
1
-0
/
+2
[next]