Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
09f2e77eb1adb6cd462744784aa9bd666219cf8b
/
src
/
cli.c
« Previous
35b1b48
MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available
by Willy Tarreau
· 7 years ago
4037a3f
MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown"
by Willy Tarreau
· 7 years ago
6a61e96
BUG/MINOR: cli: Fix a crash when sending a command with too many arguments
by Aurélien Nephtali
· 7 years ago
6e8a41d
BUG/MINOR: cli: Ensure all command outputs end with a LF
by Aurélien Nephtali
· 7 years ago
b53e208
BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage
by Aurélien Nephtali
· 7 years ago
bca0876
CLEANUP: cli: Remove a leftover debug message
by Aurélien Nephtali
· 7 years ago
498a115
BUG/MINOR: cli: Fix a crash when passing a negative or too large value to "show fd"
by Aurélien Nephtali
· 7 years ago
1256836
MEDIUM: fd/threads: Make sure we don't miss a fd cache entry.
by Olivier Houchard
· 7 years ago
4815c8c
MAJOR: fd/threads: Make the fdcache mostly lockless.
by Olivier Houchard
· 7 years ago
745c60e
CLEANUP: fd: remove the unused "new" field
by Willy Tarreau
· 7 years ago
ccea35c
BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs
by Willy Tarreau
· 7 years ago
ebc78d7
BUG/MEDIUM: fd: maintain a per-thread update mask
by Willy Tarreau
· 7 years ago
d80cb4e
MINOR: global: add some global activity counters to help debugging
by Willy Tarreau
· 7 years ago
fbc74e8
MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list"
by Olivier Houchard
· 7 years ago
767a84b
CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning
by Christopher Faulet
· 7 years ago
26028f6
MINOR: config: Add auto-increment feature for cpu-map
by Christopher Faulet
· 7 years ago
f1f0c5f
MINOR: config: Export parse_process_number and use it wherever it's applicable
by Christopher Faulet
· 7 years ago
5d9846f
MINOR: cli: make "show fd" report the fd's thread mask
by Willy Tarreau
· 7 years ago
f143b80
BUILD: use MAXPATHLEN instead of NAME_MAX.
by Olivier Houchard
· 7 years ago
9aaf778
MAJOR: connection : Split struct connection into struct connection and struct conn_stream.
by Olivier Houchard
· 7 years ago
1bc04c7
BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there
by Christopher Faulet
· 7 years ago
06d80a9
REORG: channel: finally rename the last bi_* / bo_* functions
by Willy Tarreau
· 7 years ago
017af24
BUG/MEDIUM: cli: fix "show fd" crash when dumping closed FDs
by Willy Tarreau
· 7 years ago
3179489
MINOR: unix: remove the now unused proto_uxst.h file
by Willy Tarreau
· 7 years ago
c3680ec
MINOR: add severity information to cli feedback messages
by Andjelko Iharos
· 7 years ago
c4df59e
MINOR: cli: add socket commands and config to prepend informational messages with severity
by Andjelko Iharos
· 7 years ago
ca36102
CLEANUP: listener: remove the unused handler field
by Willy Tarreau
· 7 years ago
585744b
REORG/MEDIUM: connection: introduce the notion of connection handle
by Willy Tarreau
· 7 years ago
286ec68
BUILD/MINOR: cli: shut a minor gcc warning in "show fd"
by Willy Tarreau
· 7 years ago
7a4a0ac
MINOR: cli: add a new "show fd" command
by Willy Tarreau
· 7 years ago
d6871f7
BUG/MAJOR: cli: fix custom io_release was crushed by NULL.
by Emeric Brun
· 7 years ago
f6975e9
MINOR: cli: add 'expose-fd listeners' to pass listeners FDs
by William Lallemand
· 7 years ago
07a62f7
MINOR: cli: add ACCESS_LVL_MASK to store the access level
by William Lallemand
· 7 years ago
5474087
MINOR: socket transfer: Set a timeout on the socket.
by Olivier Houchard
· 8 years ago
1fc0516
MINOR: proxy: Don't close FDs if not our proxy.
by Olivier Houchard
· 8 years ago
f886e34
MINOR: cli: Add a command to send listening sockets.
by Olivier Houchard
· 8 years ago
a261e9b
CLEANUP: connection: remove all direct references to raw_sock and ssl_sock
by Willy Tarreau
· 8 years ago
c95bad5
MEDIUM: move listener->frontend to bind_conf->frontend
by Willy Tarreau
· 8 years ago
71a8c7c
MINOR: listener: move the transport layer pointer to the bind_conf
by Willy Tarreau
· 8 years ago
f6710f8
MINOR: appctx/cli: remove the env entry from the appctx union
by Willy Tarreau
· 8 years ago
3af9d83
MINOR: appctx/cli: remove the cli_socket entry from the appctx union
by Willy Tarreau
· 8 years ago
a2d5872
MINOR: cli: add two general purpose pointers and integers in the CLI struct
by Willy Tarreau
· 8 years ago
d25fc79
CLEANUP: stats: move a misplaced stats context initialization
by Willy Tarreau
· 8 years ago
eaffde3
MINOR: cli: automatically enable a CLI I/O handler when there's no parser
by Willy Tarreau
· 8 years ago
4305ac7
BUG/MINOR: cli: "show cli sockets" would always report process 64
by Willy Tarreau
· 8 years ago
20c5e52
BUG/MINOR: cli: "show cli sockets" wouldn't list all processes
by Willy Tarreau
· 8 years ago
eceddf7
MEDIUM: cli: 'show cli sockets' list the CLI sockets
by William Lallemand
· 8 years ago
a73e59b
BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled
by Christopher Faulet
· 8 years ago
a1c35ab
BUG/MINOR: cli: allow the backslash to be escaped on the CLI
by Dragan Dosen
· 8 years ago
30e5e18
CLEANUP: cli: remove assignments to st0 and st2 in keyword parsers
by Willy Tarreau
· 8 years ago
4190856
CLEANUP: cli: simplify the request parser a little bit
by Willy Tarreau
· 8 years ago
3b6e547
CLEANUP: cli: rename STAT_CLI_* to CLI_ST_*
by Willy Tarreau
· 8 years ago
45c742b
REORG: cli: move the "set rate-limit" functions to their own parser
by Willy Tarreau
· 8 years ago
58d9cb7
REORG: cli: move "{enable|disable} agent" to server.c
by Willy Tarreau
· 8 years ago
2c04eda
REORG: cli: move "{enable|disable} health" to server.c
by Willy Tarreau
· 8 years ago
ffb4d58
REORG: cli: move "{enable|disable} server" to server.c
by Willy Tarreau
· 8 years ago
15b9e68
REORG: cli: move "{enable|disable} frontend" to proxy.c
by Willy Tarreau
· 8 years ago
5212d7f
REORG: cli: move "shutdown frontend" to proxy.c
by Willy Tarreau
· 8 years ago
61b6521
REORG: cli: move "shutdown session" to stream.c
by Willy Tarreau
· 8 years ago
4e46b62
REORG: cli: move "shutdown sessions server" to stream.c
by Willy Tarreau
· 8 years ago
c429a1f
REORG: cli: move "set maxconn frontend" to proxy.c
by Willy Tarreau
· 8 years ago
b802627
REORG: cli: move "set maxconn server" to server.c
by Willy Tarreau
· 8 years ago
2af9941
REORG: cli: move "set maxconn global" to its own handler
by Willy Tarreau
· 8 years ago
89d467c
REORG: cli: move "clear counters" to stats.c
by Willy Tarreau
· 8 years ago
599852e
REORG: cli: move "set timeout" to its own handler
by Willy Tarreau
· 8 years ago
0a73929
REORG: cli: make "show env" also use the generic keyword registration
by Willy Tarreau
· 8 years ago
12207b3
REORG: cli: move "show errors" out of cli.c
by Willy Tarreau
· 8 years ago
f13ebdf
REORG: cli: move table dump/clear/set to stick_table.c
by Willy Tarreau
· 8 years ago
97c2ae1
REORG: cli: move dump_text(), dump_text_line(), and dump_binary() to standard.c
by Willy Tarreau
· 8 years ago
0baac8c
REORG: cli: move "show info" to stats.c
by Willy Tarreau
· 8 years ago
2b812e2
REORG: cli: move "show stat" to stats.c
by Willy Tarreau
· 8 years ago
6b16094
REORG: cli: move get/set weight to server.c
by William Lallemand
· 8 years ago
933efcd
REORG: cli: move 'show backend' to proxy.c
by William Lallemand
· 8 years ago
4c5b4d5
REORG: cli: move 'show sess' to stream.c
by William Lallemand
· 8 years ago
a6c5f33
REORG: cli: move 'show servers' to proxy.c
by William Lallemand
· 8 years ago
e7ed885
REORG: cli: move 'show pools' to memory.c
by William Lallemand
· 8 years ago
222baf2
REORG: cli: move 'set server' to server.c
by William Lallemand
· 8 years ago
de57a57
MINOR: cli: create new function cli_has_level() to validate permissions
by Willy Tarreau
· 8 years ago
69e9644
REORG: cli: move show stat resolvers to dns.c
by William Lallemand
· 8 years ago
ad8be61
REORG: cli: move map and acl code to map.c
by William Lallemand
· 8 years ago
32af203
REORG: cli: move ssl CLI functions to ssl_sock.c
by William Lallemand
· 8 years ago
9ed6203
REORG: cli: split dumpstats.h in stats.h and cli.h
by William Lallemand
· 8 years ago
74c24fb
REORG: cli: split dumpstats.c in src/cli.c and src/stats.c
by William Lallemand
· 8 years ago