aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24Convert wsutil to C99 typesGerald Combs1-18/+18
2023-06-24Make wsutil headers include what they use and build standaloneNicolás Alvarez1-1/+1
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-1/+1
2021-06-16Replace g_log() calls with ws_log()João Valverde1-2/+4
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-13/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-02wsutil: fix crash due to corruption of the "small_buffers" arrayPeter Wu1-0/+3
2018-05-03fix missing parentheses in 'if' statementchinarulezzz1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-01buffer: add g_assert to all functions.Dario Lombardo1-0/+11
2017-12-10Convert to using use SPDX identifier on wsutil directoryMichael Mann1-14/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+10
2016-07-22Minimize allocations for frame tvbuffs and Buffers.Gerald Combs1-3/+22
2014-12-28Deleting unnecessary #includes from wsutil.Martin Mathieson1-2/+0
2014-10-14Add editor-modelines; adjust whitespace.Bill Meier1-0/+13
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-17/+17
2014-07-15Only one buffer.c, please.Guy Harris1-0/+162