| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | REORG: include: move server.h to haproxy/server{,-t}.h | Willy Tarreau | 2020-06-11 | 1 | -1/+1 |
| | | | | | | | | extern struct dict server_name_dict was moved from the type file to the main file. A handful of inlined functions were moved at the bottom of the file. Call places were updated to use server-t.h when relevant, or to simply drop the entry when not needed. | ||||
| * | REORG: include: move proxy.h to haproxy/proxy{,-t}.h | Willy Tarreau | 2020-06-11 | 1 | -1/+1 |
| | | | | | | | | | | This one is particularly difficult to split because it provides all the functions used to manipulate a proxy state and to retrieve names or IDs for error reporting, and as such, it was included in 73 files (down to 68 after cleanup). It would deserve a small cleanup though the cut points are not obvious at the moment given the number of structs involved in the struct proxy itself. | ||||
| * | REORG: include: move lb_map.h to haproxy/lb_map{,-t}.h | Willy Tarreau | 2020-06-11 | 1 | -0/+41 |
| Nothing was changed. | |||||
