projects
/
haproxy-2.3.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
haproxy-2.3.git
2017-09-05
Christopher...
MINOR: polling: Use fd_update_events to update events...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: fd: Add fd_update_events function
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Willy Tarreau
BUG/MEDIUM: epoll: ensure we always consider HUP and ERR
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Emeric Brun
MEDIUM: check: server states and weight propagation...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: freq_ctr: Return the new value after an update
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: fd: Move (de)allocation of fdtab and fdinfo...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: fd: Use inlined functions to check fd state...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: fd: Add fd_active function
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: http: Use a trash chunk to store decoded string...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: stick-tables: Make static_table_key a struct...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: buffers: Move swap_buffer into buffer.c and...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: logs: Realloc log buffers only after the config...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: logs: Use dedicated function to init/deinit...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MEDIUM: chunks: Realloc trash buffers only after the...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: chunks: Use dedicated function to init/deinit...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: applet: Check applets_active_queue before proces...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: backends: Make get_server_* functions explicitly...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: fd: Set owner and iocb field before inserting...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: fd: Don't forget to reset fdtab[fd].update when...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: listeners: Change enable_listener and disable_li...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
MINOR: listeners: Change listener_full and limit_listen...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
CLEANUP: memory: Remove unused function pool_destroy
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Daniel Schneller
DOC: Add note about "* " prefix in CSV stats
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Christopher...
BUG/MEDIUM: http: Fix a regression bug when a HTTP...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-05
Emmanuel Hocdet
MINOR: ssl: remove duplicate ssl_methods in struct...
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Daniel Schneller
DOC: Refer to Mozilla TLS info / config generator
commit
|
commitdiff
|
tree
|
snapshot
2017-09-01
Olivier Doucet
DOC: add CLI info on privilege levels
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
CLEANUP: connection: remove the unused conn_sock_shutw_...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
MINOR: stream: provide a new stream creation function...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
MEDIUM: session: add a pointer to a struct task in...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
CLEANUP: listener: remove the unused handler field
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
MEDIUM: stream: make stream_new() allocate its own...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
MEDIUM: connection: get rid of data->init() which was...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-30
Willy Tarreau
BUG/MINOR: stream-int: don't check the CO_FL_CURR_WR_EN...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-24
Willy Tarreau
REORG/MEDIUM: connection: introduce the notion of conne...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Willy Tarreau
OPTIM: lua: don't add "Connection: close" on the response
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Willy Tarreau
OPTIM: lua: don't use expensive functions to parse...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Willy Tarreau
BUG/MEDIUM: stream: properly set the required HTTP...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Willy Tarreau
MINOR: lua: properly process the contents of the conten...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Willy Tarreau
BUG/MEDIUM: lua: HTTP services must take care of body...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-23
Willy Tarreau
BUG/MAJOR: lua: fix the impact of the scheduler changes...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Willy Tarreau
BUG/MEDIUM: dns: fix accepted_payload_size parser to...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
BUG/MINOR: dns: wrong resolution interval lead to 100...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
CLEANUP: dns: remove duplicated code in dns_validate_dn...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
CLEANUP: dns: remove duplicated code in dns_resolve_recv()
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
MINOR: dns: make SRV record processing more verbose
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
MINOR: dns: automatic reduction of DNS accpeted payload...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
MINOR: dns: Maximum DNS udp payload set to 8192
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Baptiste Assmann
BUG/MINOR: dns: server set by SRV records stay in ...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-22
Frédéric Lécaille
BUG/MINOR: Wrong type used as argument for spoe_decode_...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
MINOR: http: export some of the HTTP parser macros
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
TESTS: ist: add a test file for the functions
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
MINOR: ist: implement very simple indirect strings
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
MEDIUM: session: do not free a session until no stream...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
MINOR: stream: link the stream to its session
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
MINOR: session: add a streams field to the session...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Willy Tarreau
MINOR: chunks: add chunk_memcpy() and chunk_memcat()
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: default "hold obsolete" timeout set to 0
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: enabled edns0 extension and make accpeted...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: new dns record type (RTYPE) for OPT
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: enable caching of responses for server...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: ability to use a SRV resolution for multipl...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: make debugging function dump_dns_config...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: duplicate entries in resolution wait queue...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: update dns response buffer reading pointer...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: update record dname matching for SRV query...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-18
Baptiste Assmann
MINOR: dns: Update analysis of TRUNCATED response for...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Olivier Houchard
MINOR: init: Fix CPU affinity setting on FreeBSD.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Olivier Houchard
CLEANUP: raw_sock: Use a better name for the constructo...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-17
Willy Tarreau
BUG/MAJOR: stream: in stream_free(), close the front...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-16
Willy Tarreau
BUILD/MINOR: build without openssl still broken
commit
|
commitdiff
|
tree
|
snapshot
2017-08-11
Emmanuel Hocdet
BUILD: ssl: replace SSL_CTX_get0_privatekey for openssl...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Willy Tarreau
BUILD/MINOR: cli: shut a minor gcc warning in "show fd"
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Olivier Houchard
MINOR: doc: Document SRV label usage.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Olivier Houchard
MINOR: check: Fix checks when using SRV records.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Olivier Houchard
MINOR: dns: Handle SRV records.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Olivier Houchard
Add a few functions to do unaligned access.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Olivier Houchard
MINOR: obj: Add a new type of object, OBJ_TYPE_SRVRQ.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Olivier Houchard
MINOR: dns: Cache previous DNS answers.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Emmanuel Hocdet
MINOR: ssl: allow to start without certificate if stric...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-03
Frédéric Lécaille
MINOR: Add server port field to server state file.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Christopher...
BUG/MEDIUM: ssl: Fix regression about certificates...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Willy Tarreau
MINOR: cli: add a new "show fd" command
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Willy Tarreau
MINOR: listener: add a function to return a listener...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Willy Tarreau
DOC: fix alphabetical order of "show commands" in manag...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Adis Nezirovic
BUG/MINOR: lua: Fix bitwise logic for hlua_server_check...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Emmanuel Hocdet
MINOR: ssl: add "no-ca-names" parameter for bind
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Willy Tarreau
BUG/MEDIUM: stream: don't retry SSL connections which...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Willy Tarreau
MINOR: ssl: add a new error codes for wrong server...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-28
Willy Tarreau
BUG/MINOR: ssl: make use of the name in SNI before...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-26
Christopher...
BUG/MINOR: ssl: Fix check against SNI during server...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-25
Thierry FOURNIER
MINOR: lua: Add lists of frontends and backends
commit
|
commitdiff
|
tree
|
snapshot
2017-07-25
Thierry FOURNIER
DOC: lua: Proxy class doc update
commit
|
commitdiff
|
tree
|
snapshot
2017-07-25
Thierry FOURNIER
MINOR: lua: Add proxy as member of proxy object.
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Willy Tarreau
BUG/MAJOR: lua: properly dequeue hlua_applet_wakeup...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Willy Tarreau
CLEANUP: task: remove all initializations to TICK_ETERN...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Willy Tarreau
MINOR: task: always preinitialize the task's timeout...
commit
|
commitdiff
|
tree
|
snapshot
2017-07-24
Willy Tarreau
BUG/MINOR: lua: always detach the tcp/http tasks before...
commit
|
commitdiff
|
tree
|
snapshot
next