a04843da9d
Add function for logging buffer contents as hex
...
The gwbuf_hexdump write the contents of the buffer into the info log. This
is quite helpful for debugging of protocol related problems.
2017-10-12 12:29:43 +03:00
5d18ab86ea
Allocate shared buffer and its data in one chunk
...
The GWBUF shared buffer and its data is now allocated in one
chunk so that the data directly follows the shared buffer.
That way, creating a GWBUF will involve 2 and not 3 calls to
malloc and freeing one will involve 2 and not 3 calls to free.
2017-10-12 12:29:43 +03:00
de7004cb95
Merge branch '2.1' into develop
2017-08-15 10:31:30 +03:00
1f4856cdc5
Merge branch '2.1' into develop
2017-08-03 19:01:32 +03:00
cb57e10761
Develop merge
...
Develop merge
2017-06-29 15:34:22 +02:00
f546a17e77
Update change date of 2.2
2017-06-01 10:24:20 +03:00
ad1c05b015
Merge branch '2.1' into develop
2017-04-05 11:35:13 +03:00
640f0d5139
Compile modutil.c as C++
2017-03-24 09:21:20 +02:00
c84c2dcfbd
Compile authenticator.c and buffer.c as C++
2017-03-24 09:21:20 +02:00