Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
5f2c49f5eedb55fd757c2e4812df840bcf2dd9e9
/
src
« Previous
5341016
BUG/MAJOR: http: don't read past buffer's end in http_replace_value
by Thierry FOURNIER
· 10 years ago
a85cfb1
BUG/MEDIUM: lua: undetected infinite loop
by Thierry FOURNIER
· 10 years ago
01c3012
BUG/MEDIUM: http: the action set-{method|path|query|uri} doesn't run.
by Thierry FOURNIER
· 10 years ago
10b688f
MEDIUM: listener: store the default target per listener
by Willy Tarreau
· 10 years ago
512fd00
CLEANUP: listeners: remove unused timeout
by Willy Tarreau
· 10 years ago
d1d48d4
MEDIUM: peers: use frontend_accept() instead of peer_accept()
by Willy Tarreau
· 10 years ago
32b60d4
MEDIUM: stats: use frontend_accept() as the accept function
by Willy Tarreau
· 10 years ago
f87ab94
MINOR: proxy: store the default target into the frontend's configuration
by Willy Tarreau
· 10 years ago
91d9628
MINOR: peers: centralize configuration of the peers frontend
by Willy Tarreau
· 10 years ago
9ff95bb
BUG/MEDIUM: peers: correctly configure the client timeout
by Willy Tarreau
· 10 years ago
94aa617
CLEANUP: lua: don't use si_ic/si_oc on known stream-ints
by Willy Tarreau
· 10 years ago
3caa039
BUG/MINOR: lua: set current proxy as default value if it is possible
by Thierry FOURNIER
· 10 years ago
dd6f4b4
BUG/MINOR: lua: error in detection of mandatory arguments
by Thierry FOURNIER
· 10 years ago
933e5de
MEDIUM: map: uses HAProxy facilities to store default value
by Thierry FOURNIER
· 10 years ago
9e7ec08
BUG/MINOR: utf8: remove compilator warning
by Thierry FOURNIER
· 10 years ago
7f4942a
MEDIUM: lua: automatically converts strings in proxy, tables, server and ip
by Thierry FOURNIER
· 10 years ago
53dd3cf
BUG/MEDIUM: lua: bad argument number in analyser and in error message
by Thierry FOURNIER
· 10 years ago
bc18da1
MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put*
by Willy Tarreau
· 10 years ago
6b5a9c2
CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore
by Willy Tarreau
· 10 years ago
d85c485
REORG: connection: move conn_drain() to connection.c and rename it
by Willy Tarreau
· 10 years ago
f31fb07
MEDIUM: connection: make conn_drain() perform more controls
by Willy Tarreau
· 10 years ago
0a03c0f
MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send()
by Willy Tarreau
· 10 years ago
ff3e648
MINOR: connection: implement conn_sock_send()
by Willy Tarreau
· 10 years ago
b4017d0
MINOR: checks: use conn_data_shutw_hard() instead of call via xprt
by Willy Tarreau
· 10 years ago
1398aa1
MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw()
by Willy Tarreau
· 10 years ago
4dfd54f
MINOR: stream-int: use conn_sock_shutw() to shutdown a connection
by Willy Tarreau
· 10 years ago
1140512
CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag
by Willy Tarreau
· 10 years ago
8747b6d
[RELEASE] Released version 1.6-dev1
by Willy Tarreau
· 10 years ago
2dbbf4d
MEDIUM: stats: proxied stats admin forms fix
by Jeff Buchbinder
· 10 years ago
2c701b5
MEDIUM: ssl: Certificate Transparency support
by Janusz Dziemidowicz
· 10 years ago
2468d4e
MEDIUM: http: Compress HTTP responses with status codes 201,202,203 in addition to 200
by Jesse Hathaway
· 10 years ago
2ec2274
MEDIUM: lua: remove hlua_sample_fetch
by Willy Tarreau
· 10 years ago
47860ed
MEDIUM: lua: remove struct hlua_channel
by Willy Tarreau
· 10 years ago
2a71af4
CLEANUP: lua: hlua_channel_new() doesn't need the pointer to the session anymore
by Willy Tarreau
· 10 years ago
f687052
CLEANUP: lua: remove the session pointer from hlua_channel
by Willy Tarreau
· 10 years ago
6c6dc16
MEDIUM: lua: use CF_ISRESP to detect the channel's side
by Willy Tarreau
· 10 years ago
78955f4
MEDIUM: session: simplify receive buffer allocator to only use the channel
by Willy Tarreau
· 10 years ago
8138967
CLEANUP: lua: limit usage of si_ic/si_oc
by Willy Tarreau
· 10 years ago
afc8a22
CLEANUP: stream-int: limit usage of si_ic/si_oc
by Willy Tarreau
· 10 years ago
103197d
CLEANUP: session: don't use si_{ic,oc} when we know the session.
by Willy Tarreau
· 10 years ago
7b8c4f9
CLEANUP: session: don't needlessly pass a pointer to the stream-int
by Willy Tarreau
· 10 years ago
8f128b4
CLEANUP: session: use local variables to access channels / stream ints
by Willy Tarreau
· 10 years ago
350f487
CLEANUP: session: simplify references to chn_{prod,cons}(&s->{req,res})
by Willy Tarreau
· 10 years ago
81cd900
MEDIUM: channel: remove now unused ->prod and ->cons pointers
by Willy Tarreau
· 10 years ago
ef573c0
MEDIUM: channel: add a new flag "CF_ISRESP" for the response channel
by Willy Tarreau
· 10 years ago
7379653
REORG/MEDIUM: channel: only use chn_prod / chn_cons to find stream-interfaces
by Willy Tarreau
· 10 years ago
50fe03b
CLEANUP: stream-int: add si_opposite() to find the other stream interface
by Willy Tarreau
· 10 years ago
4e4292b
CLEANUP: stream-int: add si_ib/si_ob to dereference the buffers
by Willy Tarreau
· 10 years ago
819d332
MEDIUM: stream-int: remove any reference to the owner
by Willy Tarreau
· 10 years ago
07373b8
MEDIUM: stream-int: use si_task() to retrieve the task from the stream int
by Willy Tarreau
· 10 years ago
a2df3fa
MEDIUM: stream-interface: remove now unused pointers to channels
by Willy Tarreau
· 10 years ago
a5f5d8d
MEDIUM: stream-int: add a flag indicating which side the SI is on
by Willy Tarreau
· 10 years ago
2bb4a96
REORG/MEDIUM: stream-int: introduce si_ic/si_oc to access channels
by Willy Tarreau
· 10 years ago
a27dc19
CLEANUP: remove now unused channel pool
by Willy Tarreau
· 10 years ago
22ec1ea
REORG/MAJOR: move session's req and resp channels back into the session
by Willy Tarreau
· 10 years ago
2694a1a
MINOR: lua: fetches and converters can return an empty string in place of nil
by Thierry FOURNIER
· 10 years ago
397826a
MINOR: lua: replace function (req|get)_channel by a variable
by Thierry FOURNIER
· 10 years ago
594afe7
MINOR: lua: wrapper for converters
by Thierry FOURNIER
· 10 years ago
8fd1376
MINOR: converters: add function to browse converters
by Thierry FOURNIER
· 10 years ago
bb53c7b
MEDIUM: lua: create a namespace for the fetches
by Thierry FOURNIER
· 10 years ago
2297bc2
MEDIUM: lua: change the objects configuration
by Thierry FOURNIER
· 10 years ago
a2d8c65
MINOR: replace the Core object by a simple model.
by Thierry FOURNIER
· 10 years ago
5955166
CLEANUP: lua: use the same function names in C and Lua
by Willy Tarreau
· 10 years ago
5eadada
MINOR: lua: convert IP addresses to type string
by Willy Tarreau
· 10 years ago
38c5fd6
MEDIUM: lua: make the functions hlua_gethlua() and hlua_sethlua() faster
by Thierry FOURNIER
· 10 years ago
76bd97f
Revert "BUG/MEDIUM: lua: can't handle the response bytes"
by Willy Tarreau
· 10 years ago
612adb8
BUG/MAJOR: http: fix stats regression consecutive to HTTP_RULE_RES_YIELD
by Willy Tarreau
· 10 years ago
eee4539
BUG/MINOR: lua: report the correct function name in an error message
by Willy Tarreau
· 10 years ago
fdda677
BUG/MEDIUM: buffer: one byte miss in buffer free space check
by Thierry FOURNIER
· 10 years ago
463119c
BUG/BUILD: lua: The strict Lua 5.3 version check is not done.
by Thierry FOURNIER
· 10 years ago
0054392
BUG/MINOR: lua: sockets receive behavior doesn't follows the specs
by Thierry FOURNIER
· 10 years ago
95ad96a
BUG/MEDIUM: lua: cannot connect socket
by Thierry FOURNIER
· 10 years ago
486d52a
BUG/MEDIUM: lua: sockets don't have buffer to write data
by Thierry FOURNIER
· 10 years ago
e83766a
BUG/MINOR: log: segfault if there are no proxy reference
by Thierry FOURNIER
· 10 years ago
4a6170c
BUG/MINOR: lua: check buffers before initializing socket
by Thierry FOURNIER
· 10 years ago
d2b597a
BUG/MEDIUM: lua: segfault with buffer_replace2
by Thierry FOURNIER
· 10 years ago
cd9084f
BUG/MEDIUM: lua: can't handle the response bytes
by Thierry FOURNIER
· 10 years ago
cae49c9
BUG/MAJOR: lua: some function are not yieldable, the forced yield causes errors
by Thierry FOURNIER
· 10 years ago
f90838b
MEDIUM: lua: use the Lua-5.3 version of the library
by Thierry FOURNIER
· 10 years ago
deb5d73
BUG/MEDIUM: lua: many errors when we try to send data with the channel API
by Thierry FOURNIER
· 10 years ago
53e08ec
BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side
by Thierry FOURNIER
· 10 years ago
ef6a211
BUG/MEDIUM: lua: fix infinite loop about channel
by Thierry FOURNIER
· 10 years ago
1bfc09b
BUG/MEDIUM: lua: reset flags before resuming execution
by Thierry FOURNIER
· 10 years ago
3e3a608
BUG/MINOR: lua: set buffer if it is nnot avalaible.
by Thierry FOURNIER
· 10 years ago
bd1f132
MINOR: lua: add the struct session in the lua channel struct
by Thierry FOURNIER
· 10 years ago
dc9ca96
BUG/MEDIUM: lua: the execution timeout is ignored in yield case
by Thierry FOURNIER
· 10 years ago
c46c965
BUG/MEDIUM: task: fix recently introduced scheduler skew
by Willy Tarreau
· 10 years ago
d44731f
MEDIUM: lua: change the sleep function core
by Thierry FOURNIER
· 10 years ago
ee9f802
MEDIUM: lua: interrupt the Lua execution for running other process
by Thierry FOURNIER
· 10 years ago
4abd3ae
MINOR: lua: adds "forced yield" flag
by Thierry FOURNIER
· 10 years ago
c42c1ae
MEDIUM: lua: each yielding function returns a wake up time.
by Thierry FOURNIER
· 10 years ago
bd41349
MINOR: lua: set skeleton for Lua execution expiration
by Thierry FOURNIER
· 10 years ago
a097fdf
MINOR: lua: use bitfield and macro in place of integer and enum
by Thierry FOURNIER
· 10 years ago
a718b29
MINOR: lua: remove some #define
by Thierry FOURNIER
· 10 years ago
506e46c
BUG/MAJOR: lua: send function fails and return bad bytes
by Thierry FOURNIER
· 10 years ago
d1039e5
BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration
by Cyril Bonté
· 10 years ago
84bb493
BUILD: lua: missing ifdef related to SSL when enabling LUA
by Baptiste Assmann
· 10 years ago
928ae5c
BUG/MEDIUM: lua: segfault when calling haproxy sample fetches from lua
by Cyril Bonté
· 10 years ago
dc0306e
MINOR: lua: add a compilation error message when compiled with an incompatible version
by Cyril Bonté
· 10 years ago
47eb219
MINOR: report the Lua version in -vv
by Cyril Bonté
· 10 years ago
Next »