Markus Mäkelä
139b974306
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-10 07:11:37 +03:00
Johan Wikman
b00964dc54
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-06 15:29:58 +03:00
Johan Wikman
de7004cb95
Merge branch '2.1' into develop
2017-08-15 10:31:30 +03:00
Markus Mäkelä
1f4856cdc5
Merge branch '2.1' into develop
2017-08-03 19:01:32 +03:00
MassimilianoPinto
cb57e10761
Develop merge
...
Develop merge
2017-06-29 15:34:22 +02:00
Johan Wikman
f546a17e77
Update change date of 2.2
2017-06-01 10:24:20 +03:00
Markus Mäkelä
ad1c05b015
Merge branch '2.1' into develop
2017-04-05 11:35:13 +03:00
Johan Wikman
640f0d5139
Compile modutil.c as C++
2017-03-24 09:21:20 +02:00
Johan Wikman
c84c2dcfbd
Compile authenticator.c and buffer.c as C++
2017-03-24 09:21:20 +02:00