- 03 Jul, 2012 2 commits
-
-
Martin Blix Grydeland authored
when using the -n option. Code had reversed the no -T argument error check, and also required the optional -S argument to be present. Fixes: #1160
-
Poul-Henning Kamp authored
VSL record for a session. Make $log_local_address default to on.
-
- 02 Jul, 2012 7 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
in the future.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
unique transaction id 'vxid'
-
Poul-Henning Kamp authored
by moving the VSL'ing of socket endpoints earlier in the processing.
-
- 27 Jun, 2012 2 commits
-
-
Poul-Henning Kamp authored
NB: Changes to parameter defaults & units included in this commit! I tried to apply some queuing theory to this problem and as much as I admire Agner Krarup Erlang, his math isn't much help when you don't know any of the relevant metrics for your queue. Instead I took a much simpler approach: "If we fail to get a thread, we probably need more threads", and have rewritten the herder to to react faster and more reliably to such events. I went over the parameters for thread-pools and normalized timeouts to seconds rather than milliseconds (beware!) and polished descriptions etc.
-
Poul-Henning Kamp authored
-
- 26 Jun, 2012 2 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 25 Jun, 2012 8 commits
-
-
Poul-Henning Kamp authored
Update test-case to exercise more of the panic formatter.
-
Poul-Henning Kamp authored
at a time, paving the way for a lot of future fun... It's painfully obvious that I set about doing this the wrong way: I should have renamed sess to req and made a new sess structure, that would have been much simpler.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Split SES_Handle() and SES_ScheduleReq().
-
Poul-Henning Kamp authored
instead of struct sess*
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
- 20 Jun, 2012 6 commits
-
-
Martin Blix Grydeland authored
do_stream) Bug fix itself is not applicable to trunk, but has been pushed on 3.0.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
state engine into two separate state engines, one for session and one for requests. Next comes the cleanup of all the bits and pieces...
-
- 19 Jun, 2012 12 commits
-
-
Poul-Henning Kamp authored
-
-
Poul-Henning Kamp authored
and will make subsequent diffs clearer.
-
Tollef Fog Heen authored
In current automake, there's no way to have the list of tests be dynamic, so generate that when running configure as well as a local hook to update the list if it's changed. Also enable colourised test output.
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Per Buer authored
-
Per Buer authored
-
- 18 Jun, 2012 1 commit
-
-
Tollef Fog Heen authored
-