]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2012-05-08 Willy TarreauMEDIUM: http: remove buffer arg in http_buffer_heavy_re...
2012-05-08 Willy TarreauMEDIUM: http: remove buffer arg in http_upgrade_v09_to_v10
2012-05-08 Willy TarreauMEDIUM: http: remove buffer arg in http_msg_analyzer
2012-05-08 Willy TarreauMEDIUM: http: remove buffer arg in http_capture_bad_message
2012-05-08 Willy TarreauMEDIUM: http: remove buffer arg in a few header manipul...
2012-05-08 Willy TarreauMEDIUM: http: http_send_name_header: remove references...
2012-05-08 Willy TarreauMAJOR: http: make http_msg->sol relative to buffer...
2012-05-08 Willy TarreauMEDIUM: http: add a pointer to the buffer in http_msg
2012-05-08 Willy TarreauMAJOR: http: turn http_msg->eol to a buffer-relative...
2012-05-08 Willy TarreauCLEANUP: http: remove unused http_msg->col
2012-05-08 Willy TarreauMAJOR: http: change msg->{som,col,sov,eoh} to be relati...
2012-05-08 Willy TarreauMAJOR: http: move buffer->lr to http_msg->next
2012-05-08 Willy TarreauMAJOR: buffers: replace buf->r with buf->p + buf->i
2012-05-08 Willy TarreauMAJOR: buffers: replace buf->w with buf->p - buf->o
2012-05-08 Willy TarreauMINOR: buffers: remove unused function buffer_contig_data()
2012-05-08 Willy TarreauMINOR: buffers: provide simple pointer normalization...
2012-05-08 Willy TarreauMAJOR: buffer: replace buf->l with buf->{o+i}
2012-04-30 Willy TarreauMAJOR: buffer rework: replace ->send_max with ->o
2012-04-30 Willy TarreauDOC: add a diagram to explain how circular buffers...
2012-04-30 Willy TarreauMEDIUM: move message-related flags from transaction...
2012-04-30 Willy TarreauCLEANUP: remove a few warning about unchecked return...
2012-04-30 Willy TarreauMINOR: standard: add a memprintf() function to build...
2012-04-30 Willy TarreauCLEANUP: http: message parser must ignore HTTP_MSG_ERROR
2012-04-29 Willy TarreauBUILD: http: stop gcc-4.1.2 from complaining about...
2012-04-29 Willy TarreauBUILD: http: make extract_cookie_value() return an...
2012-04-23 Cyril BontéDOC: fix some keywords arguments documentation
2012-04-09 Daniel SchultzeMINOR: cli: display the 4 IP addresses and ports on...
2012-04-09 Willy TarreauBUG/MINOR: acl: req_ssl_sni would randomly fail if...
2012-04-08 Cyril BontéDOC: cleanup indentation, alignment, columns and chapters
2012-04-07 Willy TarreauMEDIUM: stream_sock: add a get_src and get_dst callback...
2012-04-07 William LallemandMINOR: log: log-format: usable without httplog and...
2012-04-07 William LallemandMEDIUM: log: Unique ID
2012-04-07 William LallemandMEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp...
2012-04-07 William LallemandMEDIUM: log: split of log_format generation
2012-04-07 Aman GuptaCLEANUP: Fix some minor whitespace issues
2012-04-07 Aman GuptaMINOR: Add TO/FROM_SET flags to struct stream_interface
2012-04-07 Willy TarreauCLEANUP: lb_first: add reference to a paper describing...
2012-04-07 Willy TarreauMEDIUM: http: add cookie and scookie ACLs
2012-04-06 Willy TarreauMEDIUM: http: make extract_cookie_value() iterate over...
2012-04-05 Willy TarreauMEDIUM: log: add a new cookie flag 'U' to report situat...
2012-04-05 Willy TarreauMEDIUM: session: implement the "use-server" directive
2012-04-05 Aman GuptaCLEANUP: Fix some minor typos
2012-04-05 Aman GuptaMINOR: Add release callback to si_applet
2012-04-05 Cyril BontéMINOR: stats admin: reduce memcmp()/strcmp() calls...
2012-04-05 Cyril BontéMINOR: stats admin: use the backend id instead of its...
2012-04-05 Cyril BontéCLEANUP: fix typo in findserver() log message
2012-04-05 Cyril BontéMINOR: stats admin: allow unordered parameters in POST...
2012-04-02 Willy TarreauMINOR: contrib/iprange: add a network IP range to mask...
2012-03-31 Willy TarreauBUG/MEDIUM: balance source did not properly hash IPv6...
2012-03-27 William LallemandBUG/MAJOR: log: possible segfault with logformat
2012-03-26 Willy Tarreau[RELEASE] Released version 1.5-dev8 v1.5-dev8
2012-03-24 Simon HormanCLEANUP: Fix HCHK spelling errors
2012-03-24 Simon HormanCLEANUP: Make check_statuses, analyze_statuses and...
2012-03-24 Willy TarreauMINOR: config: disable header captures in TCP mode...
2012-03-24 Willy TarreauBUG/MAJOR: possible crash when using capture headers...
2012-03-22 William LallemandMINOR: logformat %st is signed
2012-03-21 Adrian BridgettMINOR: patch for minor typo (ressources/resources)
2012-03-19 William LallemandBUG/MEDIUM: bad length in log_format and __send_log
2012-03-19 Willy TarreauBUG/CRITICAL: log: fix risk of crash in development...
2012-03-12 Willy TarreauMINOR: log: use "%ts" to log term status only and ...
2012-03-12 William LallemandBUG/MINOR: log-format: fix %o flag
2012-03-12 William LallemandMEDIUM: log-format: backend source address %Bi %Bp
2012-03-12 William LallemandMEDIUM: log: use log_format for mode tcplog
2012-03-10 Willy TarreauBUG: stream_sock: si->release was not called upon shutw()
2012-03-10 Willy TarreauCLEANUP: silence signedness warning in acl.c
2012-03-10 Willy TarreauMINOR: buffer: switch a number of buffer args to const
2012-03-10 Willy TarreauDOC: enumerate valid status codes for "observe layer7"
2012-03-09 Willy TarreauBUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE...
2012-03-09 Willy TarreauBUG: checks: fix server maintenance exit sequence
2012-03-05 Willy TarreauBUG: http: disable TCP delayed ACKs when forwarding...
2012-03-01 Willy TarreauBUG: queue: fix dequeueing sequence on HTTP keep-alive...
2012-02-27 Willy TarreauMEDIUM: increase chunk-size limit to 2GB-1
2012-02-24 Willy TarreauBUG: fix httplog trailing LF
2012-02-21 Willy TarreauMEDIUM: backend: add the 'first' balancing algorithm
2012-02-13 Willy TarreauMINOR: backend: rework the LC definition to support...
2012-02-13 Willy TarreauMINOR: config: emit a warning when 'default_backend...
2012-02-10 Willy TarreauBUILD: make it possible to look for pcre in the default...
2012-02-09 William LallemandDOC: log-format documentation
2012-02-09 William LallemandMEDIUM: log: make http_sess_log use log_format
2012-02-09 William LallemandMINOR: Date and time fonctions that don't use snprintf
2012-02-09 William LallemandMINOR: add ultoa, ulltoa, ltoa, lltoa implementations
2012-02-09 William LallemandMINOR: config: Parse the string of the log-format confi...
2012-02-09 William LallemandREORG: log: split send_log function
2012-02-06 William LallemandBUILD: fix declaration inside a scope block
2012-02-02 Willy TarreauMEDIUM: improve config check return codes
2012-02-02 Willy TarreauBUG: fix double free in peers config error path
2012-01-29 Patrick MézardDOC: mention that default checks are TCP connections
2012-01-23 Willy TarreauBUILD: fix build error on FreeBSD
2012-01-23 Willy TarreauMINOR: halog: add some help on the command line
2012-01-20 Willy TarreauBUG/MEDIUM: zero-weight servers must not dequeue reques...
2012-01-20 Willy TarreauBUG/MEDIUM: correctly disable servers tracking another...
2012-01-09 Stathis VoukelatosBUG/MINOR: fix typo in processing of http-send-name...
2012-01-09 Willy TarreauBUG/MINOR: cli: correctly remove the whole table on...
2012-01-07 Willy TarreauDOC: add some documentation from RFC3986 about URI...
2012-01-07 Willy TarreauMEDIUM: http: block non-ASCII characters in URIs by...
2012-01-07 Willy TarreauBUG: http: tighten the list of allowed characters in...
2012-01-07 Willy TarreauCLEANUP: silence a warning when building on sparc
2012-01-05 Mark LamourineMEDIUM: http: add support for sending the server's...
2012-01-03 Willy TarreauOPTIM: halog: keep a fast path for the lines-count...
2011-12-30 Willy TarreauDOC: add a coding-style file
next