Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
c1485bfbdf049908bc3923deac4c01503e04f7dd
/
src
/
chunk.c
ff88270
MINOR: pool: move pool declarations to read_mostly
by Willy Tarreau
· Sat Apr 10 17:23:00 2021 +0200
b255105
CLEANUP: include: tree-wide alphabetical sort of include files
by Willy Tarreau
· Tue Jun 09 09:07:15 2020 +0200
f268ee8
REORG: include: split global.h into haproxy/global{,-t}.h
by Willy Tarreau
· Thu Jun 04 17:05:57 2020 +0200
48fbcae
REORG: tools: split common/standard.h into haproxy/tools{,-t}.h
by Willy Tarreau
· Wed Jun 03 18:09:46 2020 +0200
c13ed53
REORG: include: move common/chunk.h to haproxy/chunk.h
by Willy Tarreau
· Tue Jun 02 10:22:45 2020 +0200
4c7e4b7
REORG: include: update all files to use haproxy/api.h or api-t.h if needed
by Willy Tarreau
· Wed May 27 12:58:42 2020 +0200
c02a23f
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Wed May 06 00:53:22 2020 +0500
9080711
BUILD: general: always pass unsigned chars to is* functions
by Willy Tarreau
· Tue Feb 25 08:16:33 2020 +0100
e186161
Revert "MINOR: chunks: Make sure trash_size is only set once."
by Willy Tarreau
· Fri Jun 07 15:33:06 2019 +0200
1c3b832
MINOR: chunks: Make sure trash_size is only set once.
by Olivier Houchard
· Fri Jun 07 14:35:35 2019 +0200
082b628
BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks
by Willy Tarreau
· Wed May 22 14:42:12 2019 +0200
2455ceb
MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit()
by Willy Tarreau
· Mon Nov 26 15:57:34 2018 +0100
172f5ce
MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread*
by Willy Tarreau
· Mon Nov 26 11:21:50 2018 +0100
bba8156
MINOR: chunk: remove impossible tests on negative chunk->data
by Willy Tarreau
· Wed Aug 22 04:59:48 2018 +0200
5f6333c
BUG/MINOR: chunks: do not store -1 into chunk_printf() in case of error
by Willy Tarreau
· Wed Aug 22 05:14:37 2018 +0200
83061a8
MAJOR: chunks: replace struct chunk with struct buffer
by Willy Tarreau
· Fri Jul 13 11:56:34 2018 +0200
843b7cb
MEDIUM: chunks: make the chunk struct's fields match the buffer struct
by Willy Tarreau
· Fri Jul 13 10:54:26 2018 +0200
bafbe01
CLEANUP: pools: rename all pool functions and pointers to remove this "2"
by Willy Tarreau
· Fri Nov 24 17:34:44 2017 +0100
cd7879a
BUG/MEDIUM: threads: Run the poll loop on the main thread too
by Christopher Faulet
· Fri Oct 27 13:53:47 2017 +0200
6adad11
MEDIUM: threads/chunks: Transform trash chunks in thread-local variables
by Christopher Faulet
· Fri Apr 21 16:47:03 2017 +0200
748919a
MINOR: chunks: Use dedicated function to init/deinit trash buffers
by Christopher Faulet
· Wed Jul 26 14:59:46 2017 +0200
b686afd
MINOR: chunks: implement a simple dynamic allocator for trash buffers
by Willy Tarreau
· Wed Feb 08 11:06:11 2017 +0100
831962e
CLEANUP: fixed some usages of realloc leading to memory leak
by Hubert Verstraete
· Tue Jun 28 22:44:26 2016 +0200
320ec2a
BUG/MEDIUM: chunks: always reject negative-length chunks
by Willy Tarreau
· Thu Feb 25 16:15:19 2016 +0100
60deeba
MINOR: chunk: New function free_trash_buffers()
by David Carlier
· Fri Sep 25 11:58:12 2015 +0100
78bd403
BUG/MINOR: chunk: Fix function chunk_strcmp and chunk_strcasecmp match a substring.
by Emeric Brun
· Fri May 09 17:11:07 2014 +0200
031ad23
MINOR: chunks: always initialize the output chunk in get_trash_chunk()
by Willy Tarreau
· Wed Dec 11 17:32:08 2013 +0100
2819e99
MINOR: chunks: allocate the trash chunks before parsing the config
by Willy Tarreau
· Fri Dec 13 14:41:10 2013 +0100
47ca545
MINOR: chunks: centralize the trash chunk allocation
by Willy Tarreau
· Sun Dec 23 20:22:19 2012 +0100
7780473
CLEANUP: replace chunk_printf() with chunk_appendf()
by Willy Tarreau
· Mon Oct 29 16:14:26 2012 +0100
ad8f8e8
MINOR: chunk: provide string compare functions
by Willy Tarreau
· Fri Oct 19 15:18:06 2012 +0200
c7e4238
REORG: buffers: split buffers into chunk,buffer,channel
by Willy Tarreau
· Fri Aug 24 19:22:53 2012 +0200