Changes since version 1.9-dev5 : Cyril Bonté (2): DOC: split the http-request actions in their own section DOC: split the http-response actions in their own section Lukas Tribus (1): DOC: restore note about "independant" typo William Lallemand (10): BUG/MINOR: cli: forward the whole command on master CLI MINOR: cli: show the number of reload in 'show proc' MINOR: cli: can't connect to the target CLI MEDIUM: mworker: does not create the CLI proxy when no listener MINOR: mworker: displays more information when leaving MEDIUM: mworker: exit with the incriminated exit code MINOR: mworker: displays a message when a worker is forked MEDIUM: mworker: leave when the master die BUG/MEDIUM: mworker: does not abort() in mworker_pipe_register() BUG/MEDIUM: cli: crash when trying to access a worker Willy Tarreau (11): BUG/MEDIUM: tools: fix direction of my_ffsl() BUG/MEDIUM: auth/threads: use of crypt() is not thread-safe MINOR: compat: automatically detect support for crypt_r() MEDIUM: auth/threads: make use of crypt_r() on systems supporting it BUG/MAJOR: stream-int: don't call si_cs_recv() in stream_int_chk_rcv_conn() BUG/MINOR: tasks: make sure wakeup events are properly reported to subscribers MINOR: stats: report the number of active jobs and listeners in "show info" MINOR: stats: report the number of active peers in "show info" MINOR: stats: report the number of currently connected peers CLEANUP: stream-int: retro-document si_cs_io_cb() BUG/MEDIUM: stream-int: don't wake up for nothing during SI_ST_CON