Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
7d6a1fa311312bb99b98f548399fc30fc7802ad7
/
src
/
haproxy.c
« Previous
8dca195
BUG/MINOR: mworker: be careful to restore the original rlim_fd_cur/max on reload
by Willy Tarreau
· 6 years ago
e5cfdac
BUG/MINOR: init: never lower rlim_fd_max
by Willy Tarreau
· 6 years ago
bf69640
MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values
by Willy Tarreau
· 6 years ago
c8d5b95
MEDIUM: config: don't enforce a low frontend maxconn value anymore
by Willy Tarreau
· 6 years ago
149ab77
MAJOR: threads: enable one thread per CPU by default
by Willy Tarreau
· 6 years ago
7ac908b
MINOR: config: add global tune.listener.multi-queue setting
by Willy Tarreau
· 6 years ago
9ea5d36
MEDIUM: servers: Reorganize the way idle connections are cleaned.
by Olivier Houchard
· 6 years ago
6c1b667
[RELEASE] Released version 2.0-dev1
by Willy Tarreau
· 6 years ago
f131481
BUG/MEDIUM: servers: Add a per-thread counter of idle connections.
by Olivier Houchard
· 6 years ago
ff9c914
MINOR: config: make MAX_PROCS configurable at build time
by Willy Tarreau
· 6 years ago
a38a717
MINOR: config: keep an all_proc_mask like we have all_threads_mask
by Willy Tarreau
· 6 years ago
13ebef7
BUG/MINOR: deinit: tcp_rep.inspect_rules not deinit, add to deinit
by Kevin Zhu
· 6 years ago
0cac26c
MEDIUM: backend: move all LB algo parameters into an union
by Willy Tarreau
· 6 years ago
4c03d1c
MINOR: backend: move url_param_name/len to lbprm.arg_str/len
by Willy Tarreau
· 6 years ago
909b9d8
BUILD: add a new file "version.c" to carry version updates
by Willy Tarreau
· 6 years ago
d22d69b
CLEANUP: remove my name and address from the copyright banner
by Willy Tarreau
· 6 years ago
a57b7e3
MINOR: cli: implements 'reload' on master CLI
by William Lallemand
· 6 years ago
6e0d8ae
BUG/MINOR: mworker: don't use unitialized mworker_proc struct
by William Lallemand
· 6 years ago
2672eb9
MINOR: mworker: set all_threads_mask and pid_bit to 1
by William Lallemand
· 6 years ago
c77d364
MINOR: config: round up global.tune.bufsize to the next multiple of 2 void*
by Willy Tarreau
· 6 years ago
27f3fa5
BUG/MEDIUM: mworker: stop every tasks in the master
by William Lallemand
· 6 years ago
2fd45fa
BUG/MEDIUM: mworker: stop proxies which have no listener in the master
by William Lallemand
· 6 years ago
0c18a6f
MEDIUM: servers: Add a way to keep idle connections alive.
by Olivier Houchard
· 6 years ago
b6b3df3
MEDIUM: initcall: use initcalls for a few initialization functions
by Willy Tarreau
· 6 years ago
2455ceb
MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit()
by Willy Tarreau
· 6 years ago
8ceae72
MEDIUM: init: use initcall for all fixed size pool creations
by Willy Tarreau
· 6 years ago
5794fb0
MINOR: init: process all initcalls in order at boot time
by Willy Tarreau
· 6 years ago
7c756a8
BUG/MEDIUM: mworker: fix FD leak upon reload
by William Lallemand
· 6 years ago
742e0f9
BUG/MINOR: mworker: Do not attempt to close(2) fd -1
by Tim Duesterhus
· 6 years ago
7fc3be7
MINOR: servers: Free [idle|safe|priv]_conns on exit.
by Olivier Houchard
· 6 years ago
609aad9
REORG: time/activity: move activity measurements to activity.{c,h}
by Willy Tarreau
· 6 years ago
0564d41
BUG/MEDIUM: mworker: unregister the signals of main()
by William Lallemand
· 6 years ago
220567e
MINOR: mworker: use ha_notice to announce a new worker
by William Lallemand
· 6 years ago
944e619
MEDIUM: mworker: wait mode use standard init code path
by William Lallemand
· 6 years ago
16dd1b3
MINOR: cli: show master information in 'show proc'
by William Lallemand
· 6 years ago
e368330
MINOR: cli: displays uptime in `show proc`
by William Lallemand
· 6 years ago
07a0834
MINOR: Fix an error message thrown when we run out of memory
by Joseph Herlant
· 6 years ago
0342090
CLEANUP: Fix some typos in the haproxy subsystem
by Joseph Herlant
· 6 years ago
a719926
MEDIUM: jobs: support unstoppable jobs for soft stop
by William Lallemand
· 6 years ago
2e8fad9
MINOR: mworker: only close std{in,out,err} in daemon mode
by William Lallemand
· 6 years ago
42d9e5a
BUILD/MEDIUM: threads/affinity: DragonFly build fix
by David Carlier
· 6 years ago
e260e0d
BUG/MEDIUM: cli: crash when trying to access a worker
by William Lallemand
· 6 years ago
a90cacf
BUG/MEDIUM: mworker: does not abort() in mworker_pipe_register()
by William Lallemand
· 6 years ago
7216032
MEDIUM: mworker: leave when the master die
by William Lallemand
· 6 years ago
5d05db8
MINOR: mworker: displays a message when a worker is forked
by William Lallemand
· 6 years ago
9172374
MEDIUM: mworker: exit with the incriminated exit code
by William Lallemand
· 6 years ago
18e52a8
MINOR: mworker: displays more information when leaving
by William Lallemand
· 6 years ago
550db6d
MEDIUM: mworker: does not create the CLI proxy when no listener
by William Lallemand
· 6 years ago
2d372c2
MINOR: stats: report the number of currently connected peers
by Willy Tarreau
· 6 years ago
199ad24
MINOR: stats: report the number of active peers in "show info"
by Willy Tarreau
· 6 years ago
309dc9a
MEDIUM: mworker: stop the master proxy in the workers
by William Lallemand
· 6 years ago
e736115
MEDIUM: mworker: create CLI listeners from argv[]
by William Lallemand
· 6 years ago
8a02257
MEDIUM: mworker: proxy for the master CLI
by William Lallemand
· 6 years ago
1b66361
MEDIUM: mworker: move proc_list gen before proxies startup
by William Lallemand
· 6 years ago
7e1299b
REORG: mworker: move struct mworker_proc to global.h
by William Lallemand
· 6 years ago
ce83b4a
MEDIUM: mworker: each worker socketpair is a CLI listener
by William Lallemand
· 6 years ago
f1a6286
MINOR: mworker: number of reload in the life of a worker
by William Lallemand
· 6 years ago
dd319a5
BUG/MEDIUM: mworker: don't poll on LI_O_INHERITED listeners
by William Lallemand
· 6 years ago
c8c0ed9
BUG/MEDIUM: mworker: segfault receiving SIGUSR1 followed by SIGTERM.
by Emeric Brun
· 6 years ago
1d323de
CLEANUP: haproxy: Remove unused variable
by Dirkjan Bussink
· 6 years ago
61c112a
REORG: http: move HTTP rules parsing to http_rules.c
by Willy Tarreau
· 6 years ago
cd5c944
BUILD: fix build without thread
by William Lallemand
· 6 years ago
04f1e2d
REORG: http: move error codes production and processing to http.c
by Willy Tarreau
· 6 years ago
123f1f6
MEDIUM: mworker: call per_thread deinit in mworker_reload()
by William Lallemand
· 6 years ago
e22f11f
MINOR: mworker: keep and clean the listeners
by William Lallemand
· 6 years ago
bc19305
MEDIUM: mworker: replace the master pipe by socketpairs
by William Lallemand
· 6 years ago
f9cc07c
MEDIUM: mworker: master wait mode use its own initialization
by William Lallemand
· 6 years ago
de0ff5a
MINOR: mworker: don't deinit the poller fd when in wait mode
by William Lallemand
· 6 years ago
d3801c1
MEDIUM: startup: unify signal init between daemon and mworker mode
by William Lallemand
· 6 years ago
242aae9
MEDIUM: mworker: never block SIG{TERM,INT} during reload
by William Lallemand
· 6 years ago
ebf304f
MEDIUM: mworker: block SIGCHLD until the master is ready
by William Lallemand
· 6 years ago
91c13b6
MINOR: mworker: mworker_cleanlisteners() delete the listeners
by William Lallemand
· 6 years ago
3da9769
BUG/MINOR: mworker: no need to stop peers for each proxy
by William Lallemand
· 6 years ago
b3f2be3
MEDIUM: mworker: use the haproxy poll loop
by William Lallemand
· 6 years ago
73e1dfc
MEDIUM: mworker: remove register/unregister signal functions
by William Lallemand
· 6 years ago
3ff577e
MAJOR: server: make server state changes synchronous again
by Willy Tarreau
· 6 years ago
647c70b
MINOR: threads: remove the previous synchronization point
by Willy Tarreau
· 6 years ago
85c459d
MEDIUM: haproxy: don't use sync_poll_loop() anymore in the main loop
by Willy Tarreau
· 6 years ago
3d3700f
MEDIUM: checks: use the new rendez-vous point to spread check result
by Willy Tarreau
· 6 years ago
98d9fe2
MINOR: mux: Print the list of existing mux protocols during HA startup
by Christopher Faulet
· 7 years ago
65e94d1
[RELEASE] Released version 1.9-dev1
by Willy Tarreau
· 6 years ago
0c026f4
MINOR: threads: add more consistency between certain variables in no-thread case
by Willy Tarreau
· 6 years ago
0ccd322
MINOR: threads: move "nbthread" parsing to hathreads.c
by Willy Tarreau
· 6 years ago
5e954e1
BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS
by Willy Tarreau
· 6 years ago
79321b9
MINOR: pollers: Add a way to wake a thread sleeping in the poller.
by Olivier Houchard
· 6 years ago
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· 6 years ago
c9fa048
MAJOR: buffer: finalize buffer detachment
by Willy Tarreau
· 6 years ago
bfd8eb5
MINOR: startup: change session/process group settings
by William Lallemand
· 6 years ago
091d827
BUG/BUILD: threads: unbreak build without threads
by William Lallemand
· 6 years ago
ba86c6c
MINOR: threads: Be sure to remove threads from all_threads_mask on exit
by Christopher Faulet
· 6 years ago
d8fd2af
BUG/MEDIUM: threads: Use the sync point to check active jobs and exit
by Christopher Faulet
· 6 years ago
6e1796e
BUG/MINOR: signals: ha_sigmask macro for multithreading
by William Lallemand
· 6 years ago
1aab50b
BUG/MEDIUM: threads: handle signal queue only in thread 0
by William Lallemand
· 6 years ago
673867c
MAJOR: applets: Use tasks, instead of rolling our own scheduler.
by Olivier Houchard
· 6 years ago
1599b80
MINOR: tasks: Make the number of tasks to run at once configurable.
by Olivier Houchard
· 6 years ago
9f6af33
MINOR: tasks: Change the task API so that the callback takes 3 arguments.
by Olivier Houchard
· 6 years ago
daf4cd2
MINOR: export localpeer as an environment variable
by William Lallemand
· 7 years ago
33e083c
BUG/MINOR: seemless reload: Fix crash when an interface is specified.
by Olivier Houchard
· 7 years ago
d400ab3
BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc
by Cyril Bonté
· 7 years ago
39b8988
BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st
by Aurélien Nephtali
· 7 years ago
Next »