Stefan Bühler
|
64cabac477
|
[core] fix connection timeout handling
|
10 years ago |
Stefan Bühler
|
5e4a94b0c6
|
[core] handle Connection: Upgrade
|
10 years ago |
Stefan Bühler
|
0857befb7f
|
fix handling of new connection state
|
10 years ago |
Stefan Bühler
|
cfd8955008
|
[common] implement libev wrapper
* need a way to mark a watcher as "don't keep the loop alive"
|
10 years ago |
Stefan Bühler
|
ff69160c34
|
[core] Use streams
|
10 years ago |
Joe Presbrey
|
60fc8d421d
|
[mod_status] add status_info_auto
|
12 years ago |
Stefan Bühler
|
97088f667e
|
Fix typos / missing includes
|
13 years ago |
Stefan Bühler
|
b876f8401d
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
Thomas Porzelt
|
b11c98d4cf
|
[mod_status] Fix memory usage display on runtime info page
|
13 years ago |
Thomas Porzelt
|
de02a475c3
|
[mod_status] Show memory usage instead of hostname
|
13 years ago |
Thomas Porzelt
|
fa63e180e9
|
[mod_status] Prefix key names for status codes in plain format
|
13 years ago |
Thomas Porzelt
|
5f310af7c0
|
[mod_status] Print response status codes summary when plain format requested
|
13 years ago |
Thomas Porzelt
|
000bb1a2e1
|
[mod_status] Fix display of io timeout
|
13 years ago |
Thomas Porzelt
|
c4ba2608fa
|
[mod_status] Show time remaining in timeout column and show keepalive timeout if in keepalive state
|
13 years ago |
Stefan Bühler
|
a8efcfcc0e
|
modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
* create main_worker earlier
|
13 years ago |
Thomas Porzelt
|
5616992ca0
|
[mod_status] Add statistics for HTTP status codes
|
13 years ago |
Stefan Bühler
|
954778ff71
|
Show timeout in mod_status for connections
|
14 years ago |
Stefan Bühler
|
d70784abd2
|
Fix mod_status options
|
14 years ago |
Stefan Bühler
|
f14103bc2c
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
14 years ago |
Thomas Porzelt
|
8716087728
|
[core] Rename con->ts to con->ts_started
|
14 years ago |
Stefan Bühler
|
b4c3e2ba02
|
Add userdata to action-create, setup and plugin-init callbacks
|
14 years ago |
Thomas Porzelt
|
d1095e5943
|
[mod_status] Add output for peak values
|
14 years ago |
Stefan Bühler
|
b409fd88a0
|
mod_status: update doc text
|
14 years ago |
Thomas Porzelt
|
9db95a5fa9
|
[mod_status] Fix memory leaks with format=plain
|
14 years ago |
Thomas Porzelt
|
2e8051707b
|
[mod_status] Fix possible double collect_start()
|
14 years ago |
Thomas Porzelt
|
4e28109716
|
[mod_status] Fix runtime info page
|
14 years ago |
Thomas Porzelt
|
97d3b9e82f
|
[mod_status] Add format=plain querystring parameter
|
14 years ago |
Thomas Porzelt
|
ebde532776
|
[mod_status] Fix mixed up numbers introduced in previous commit
|
14 years ago |
Thomas Porzelt
|
3e88dd951d
|
[mod_status] Make connection state sums prettier
|
14 years ago |
Stefan Bühler
|
10e6f0f1a7
|
mod_status: announce utf-8 encoding
|
14 years ago |
Stefan Bühler
|
e4e16c7da9
|
mod_status: fix rlimit handling
|
14 years ago |
Thomas Porzelt
|
4540232e78
|
[mod_status] Print connection state totals instead of scoreboard
|
14 years ago |
Thomas Porzelt
|
70e1bd247d
|
[mod_status] Add info about fd and coresize limits to runtime page
|
14 years ago |
Thomas Porzelt
|
eedf1234a0
|
[mod_status] Fix invalid read of free()d memory
|
14 years ago |
Stefan Bühler
|
ca65cf92a9
|
Move mod_status debug output in debug.log_request_handling
|
14 years ago |
Stefan Bühler
|
95e8368099
|
Fix mod_status handle_direct/WAIT_FOR_EVENT bug
|
14 years ago |
Thomas Porzelt
|
418c93880d
|
[mod_status] Some cosmetic fixes
|
14 years ago |
Thomas Porzelt
|
d1c025ba7f
|
[mod_status] Make connection list sortable through javascript
|
14 years ago |
Thomas Porzelt
|
9032de4986
|
[mod_status] Hide main/runtime links and version if 'short' option is set
|
14 years ago |
Stefan Bühler
|
d6ff06347d
|
Handle OPTIONS in vrequest by default, check method in other modules
|
14 years ago |
Thomas Porzelt
|
efa2d31ada
|
[mod_status] Fix reporting of request size
|
14 years ago |
Stefan Bühler
|
7ad0360fae
|
Add status "short"; to hide connection details
|
14 years ago |
Stefan Bühler
|
f030824550
|
Fix server address (do not use the listen address)
|
14 years ago |
Stefan Bühler
|
eeddb37e4a
|
Add plugin angel callbacks
|
14 years ago |
Thomas Porzelt
|
96123d01cf
|
[mod_status] Add refresh=X querystring parameter to control auto-refreshing of page
|
14 years ago |
Thomas Porzelt
|
9ab83c0a1f
|
[mod_status] Merge status.show and status.show_runtime into status.info
|
14 years ago |
Thomas Porzelt
|
f0d5c9e789
|
[mod_status] Add status.show_runtime action
|
14 years ago |
Stefan Bühler
|
282a2d1b4a
|
Prefix LI_API functions with "li_"
|
14 years ago |
Stefan Bühler
|
99b203e3d8
|
Prefix typenames, enums and some macros with "li" and "LI_"; CamelCase TypeNames
|
14 years ago |
Stefan Bühler
|
595ce1fe13
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |