2012-05-08 |
Willy Tarreau | MEDIUM: add a new typed argument list parsing framework |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http/acl: make acl_fetch_hdr_{ip,val} rely... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http/acl: merge all request and response ACL... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | BUG/MINOR: http_auth: ACLs are volatile, not permanent |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: make all ACL fetch function use acl_prefe... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: add a prefetch function for ACL pattern... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: buffers: rename a number of buffer management... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: buffers: implement b_adv() to advance a buffer... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: buffers: add new pointer wrappers and get rid... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: buffers: fix unsafe use of buffer_ignore at... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MINOR: http: remove useless wrapping checks in http_msg... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: remove buffer arg in chunk parsing functions |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: remove buffer arg in http_buffer_heavy_re... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10 |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: remove buffer arg in http_msg_analyzer |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: remove buffer arg in http_capture_bad_message |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: remove buffer arg in a few header manipul... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: http_send_name_header: remove references... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: http: make http_msg->sol relative to buffer... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MEDIUM: http: add a pointer to the buffer in http_msg |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: http: turn http_msg->eol to a buffer-relative... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | CLEANUP: http: remove unused http_msg->col |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: http: change msg->{som,col,sov,eoh} to be relati... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: http: move buffer->lr to http_msg->next |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: buffers: replace buf->r with buf->p + buf->i |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: buffers: replace buf->w with buf->p - buf->o |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MINOR: buffers: remove unused function buffer_contig_data() |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MINOR: buffers: provide simple pointer normalization... |
commit | commitdiff | tree |
2012-05-08 |
Willy Tarreau | MAJOR: buffer: replace buf->l with buf->{o+i} |
commit | commitdiff | tree |
2012-04-30 |
Willy Tarreau | MAJOR: buffer rework: replace ->send_max with ->o |
commit | commitdiff | tree |
2012-04-30 |
Willy Tarreau | DOC: add a diagram to explain how circular buffers... |
commit | commitdiff | tree |
2012-04-30 |
Willy Tarreau | MEDIUM: move message-related flags from transaction... |
commit | commitdiff | tree |
2012-04-30 |
Willy Tarreau | CLEANUP: remove a few warning about unchecked return... |
commit | commitdiff | tree |
2012-04-30 |
Willy Tarreau | MINOR: standard: add a memprintf() function to build... |
commit | commitdiff | tree |
2012-04-30 |
Willy Tarreau | CLEANUP: http: message parser must ignore HTTP_MSG_ERROR |
commit | commitdiff | tree |
2012-04-29 |
Willy Tarreau | BUILD: http: stop gcc-4.1.2 from complaining about... |
commit | commitdiff | tree |
2012-04-29 |
Willy Tarreau | BUILD: http: make extract_cookie_value() return an... |
commit | commitdiff | tree |
2012-04-23 |
Cyril Bonté | DOC: fix some keywords arguments documentation |
commit | commitdiff | tree |
2012-04-09 |
Daniel Schultze | MINOR: cli: display the 4 IP addresses and ports on... |
commit | commitdiff | tree |
2012-04-09 |
Willy Tarreau | BUG/MINOR: acl: req_ssl_sni would randomly fail if... |
commit | commitdiff | tree |
2012-04-08 |
Cyril Bonté | DOC: cleanup indentation, alignment, columns and chapters |
commit | commitdiff | tree |
2012-04-07 |
Willy Tarreau | MEDIUM: stream_sock: add a get_src and get_dst callback... |
commit | commitdiff | tree |
2012-04-07 |
William Lallemand | MINOR: log: log-format: usable without httplog and... |
commit | commitdiff | tree |
2012-04-07 |
William Lallemand | MEDIUM: log: Unique ID |
commit | commitdiff | tree |
2012-04-07 |
William Lallemand | MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp... |
commit | commitdiff | tree |
2012-04-07 |
William Lallemand | MEDIUM: log: split of log_format generation |
commit | commitdiff | tree |
2012-04-07 |
Aman Gupta | CLEANUP: Fix some minor whitespace issues |
commit | commitdiff | tree |
2012-04-07 |
Aman Gupta | MINOR: Add TO/FROM_SET flags to struct stream_interface |
commit | commitdiff | tree |
2012-04-07 |
Willy Tarreau | CLEANUP: lb_first: add reference to a paper describing... |
commit | commitdiff | tree |
2012-04-07 |
Willy Tarreau | MEDIUM: http: add cookie and scookie ACLs |
commit | commitdiff | tree |
2012-04-06 |
Willy Tarreau | MEDIUM: http: make extract_cookie_value() iterate over... |
commit | commitdiff | tree |
2012-04-05 |
Willy Tarreau | MEDIUM: log: add a new cookie flag 'U' to report situat... |
commit | commitdiff | tree |
2012-04-05 |
Willy Tarreau | MEDIUM: session: implement the "use-server" directive |
commit | commitdiff | tree |
2012-04-05 |
Aman Gupta | CLEANUP: Fix some minor typos |
commit | commitdiff | tree |
2012-04-05 |
Aman Gupta | MINOR: Add release callback to si_applet |
commit | commitdiff | tree |
2012-04-05 |
Cyril Bonté | MINOR: stats admin: reduce memcmp()/strcmp() calls... |
commit | commitdiff | tree |
2012-04-05 |
Cyril Bonté | MINOR: stats admin: use the backend id instead of its... |
commit | commitdiff | tree |
2012-04-05 |
Cyril Bonté | CLEANUP: fix typo in findserver() log message |
commit | commitdiff | tree |
2012-04-05 |
Cyril Bonté | MINOR: stats admin: allow unordered parameters in POST... |
commit | commitdiff | tree |
2012-04-02 |
Willy Tarreau | MINOR: contrib/iprange: add a network IP range to mask... |
commit | commitdiff | tree |
2012-03-31 |
Willy Tarreau | BUG/MEDIUM: balance source did not properly hash IPv6... |
commit | commitdiff | tree |
2012-03-27 |
William Lallemand | BUG/MAJOR: log: possible segfault with logformat |
commit | commitdiff | tree |
2012-03-26 |
Willy Tarreau | [RELEASE] Released version 1.5-dev8 v1.5-dev8 |
commit | commitdiff | tree |
2012-03-24 |
Simon Horman | CLEANUP: Fix HCHK spelling errors |
commit | commitdiff | tree |
2012-03-24 |
Simon Horman | CLEANUP: Make check_statuses, analyze_statuses and... |
commit | commitdiff | tree |
2012-03-24 |
Willy Tarreau | MINOR: config: disable header captures in TCP mode... |
commit | commitdiff | tree |
2012-03-24 |
Willy Tarreau | BUG/MAJOR: possible crash when using capture headers... |
commit | commitdiff | tree |
2012-03-22 |
William Lallemand | MINOR: logformat %st is signed |
commit | commitdiff | tree |
2012-03-21 |
Adrian Bridgett | MINOR: patch for minor typo (ressources/resources) |
commit | commitdiff | tree |
2012-03-19 |
William Lallemand | BUG/MEDIUM: bad length in log_format and __send_log |
commit | commitdiff | tree |
2012-03-19 |
Willy Tarreau | BUG/CRITICAL: log: fix risk of crash in development... |
commit | commitdiff | tree |
2012-03-12 |
Willy Tarreau | MINOR: log: use "%ts" to log term status only and ... |
commit | commitdiff | tree |
2012-03-12 |
William Lallemand | BUG/MINOR: log-format: fix %o flag |
commit | commitdiff | tree |
2012-03-12 |
William Lallemand | MEDIUM: log-format: backend source address %Bi %Bp |
commit | commitdiff | tree |
2012-03-12 |
William Lallemand | MEDIUM: log: use log_format for mode tcplog |
commit | commitdiff | tree |
2012-03-10 |
Willy Tarreau | BUG: stream_sock: si->release was not called upon shutw() |
commit | commitdiff | tree |
2012-03-10 |
Willy Tarreau | CLEANUP: silence signedness warning in acl.c |
commit | commitdiff | tree |
2012-03-10 |
Willy Tarreau | MINOR: buffer: switch a number of buffer args to const |
commit | commitdiff | tree |
2012-03-10 |
Willy Tarreau | DOC: enumerate valid status codes for "observe layer7" |
commit | commitdiff | tree |
2012-03-09 |
Willy Tarreau | BUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE... |
commit | commitdiff | tree |
2012-03-09 |
Willy Tarreau | BUG: checks: fix server maintenance exit sequence |
commit | commitdiff | tree |
2012-03-05 |
Willy Tarreau | BUG: http: disable TCP delayed ACKs when forwarding... |
commit | commitdiff | tree |
2012-03-01 |
Willy Tarreau | BUG: queue: fix dequeueing sequence on HTTP keep-alive... |
commit | commitdiff | tree |
2012-02-27 |
Willy Tarreau | MEDIUM: increase chunk-size limit to 2GB-1 |
commit | commitdiff | tree |
2012-02-24 |
Willy Tarreau | BUG: fix httplog trailing LF |
commit | commitdiff | tree |
2012-02-21 |
Willy Tarreau | MEDIUM: backend: add the 'first' balancing algorithm |
commit | commitdiff | tree |
2012-02-13 |
Willy Tarreau | MINOR: backend: rework the LC definition to support... |
commit | commitdiff | tree |
2012-02-13 |
Willy Tarreau | MINOR: config: emit a warning when 'default_backend... |
commit | commitdiff | tree |
2012-02-10 |
Willy Tarreau | BUILD: make it possible to look for pcre in the default... |
commit | commitdiff | tree |
2012-02-09 |
William Lallemand | DOC: log-format documentation |
commit | commitdiff | tree |
2012-02-09 |
William Lallemand | MEDIUM: log: make http_sess_log use log_format |
commit | commitdiff | tree |
2012-02-09 |
William Lallemand | MINOR: Date and time fonctions that don't use snprintf |
commit | commitdiff | tree |
2012-02-09 |
William Lallemand | MINOR: add ultoa, ulltoa, ltoa, lltoa implementations |
commit | commitdiff | tree |
2012-02-09 |
William Lallemand | MINOR: config: Parse the string of the log-format confi... |
commit | commitdiff | tree |
2012-02-09 |
William Lallemand | REORG: log: split send_log function |
commit | commitdiff | tree |
2012-02-06 |
William Lallemand | BUILD: fix declaration inside a scope block |
commit | commitdiff | tree |
2012-02-02 |
Willy Tarreau | MEDIUM: improve config check return codes |
commit | commitdiff | tree |
2012-02-02 |
Willy Tarreau | BUG: fix double free in peers config error path |
commit | commitdiff | tree |
2012-01-29 |
Patrick Mézard | DOC: mention that default checks are TCP connections |
commit | commitdiff | tree |
2012-01-23 |
Willy Tarreau | BUILD: fix build error on FreeBSD |
commit | commitdiff | tree |
next |