This website requires JavaScript.
Explore
Sign In
mirror
/
haproxy
Watch
1
Star
0
Fork
0
You've already forked haproxy
mirror of
http://git.haproxy.org/git/haproxy.git
synced
2026-02-10 08:02:56 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2518db4bfa91c97432b07d426650e3b84e6c66ff
haproxy
/
include
/
types
History
Willy Tarreau
2518db4bfa
DIET/MINOR: session: reduce the struct session size by 8 bytes
...
Move uniq_id upper to fill a hole and kill one. Another hole remains after store_count.
2013-12-09 16:06:21 +01:00
..
acl.h
…
arg.h
…
auth.h
…
backend.h
…
capture.h
…
channel.h
…
checks.h
…
compression.h
…
connection.h
DIET/MINOR: connection: rearrange a few fields to save 8 bytes in the struct
2013-12-09 16:06:15 +01:00
counters.h
…
fd.h
…
freq_ctr.h
…
global.h
…
hdr_idx.h
…
lb_chash.h
…
lb_fas.h
…
lb_fwlc.h
…
lb_fwrr.h
…
lb_map.h
…
listener.h
DIET/MINOR: listener: rearrange a few fields in struct listener to save 16 bytes
2013-12-09 16:06:21 +01:00
log.h
…
map.h
…
obj_type.h
DIET/MINOR: obj: pack the obj_type enum to 8 bits
2013-12-09 16:06:08 +01:00
pattern.h
…
peers.h
…
pipe.h
…
port_range.h
…
proto_http.h
…
proto_tcp.h
…
protocol.h
…
proxy.h
DIET/MINOR: proxy: rearrange a few fields in struct proxy to save 16 bytes
2013-12-09 16:06:21 +01:00
queue.h
…
sample.h
…
server.h
…
session.h
DIET/MINOR: session: reduce the struct session size by 8 bytes
2013-12-09 16:06:21 +01:00
signal.h
…
ssl_sock.h
…
stick_table.h
…
stream_interface.h
MAJOR: stream-interface: dynamically allocate the applet context
2013-12-09 15:40:23 +01:00
task.h
…
template.h
…