index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
utils
/
chunk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
1
-31
/
+31
*
chunk: Fix internet checksum calculation on big-endian systems
Tobias Brunner
2014-10-23
1
-1
/
+1
*
chunk: Add function to calculate Internet Checksums according to RFC 1071
Tobias Brunner
2014-07-22
1
-0
/
+31
*
unit-tests: Seed chunk_hash() only once, but before creating any hashtables
Martin Willi
2014-06-04
1
-0
/
+8
*
chunk: On Windows, use binary mode in chunk_write()
Martin Willi
2014-06-04
1
-1
/
+8
*
chunk: On Windows, chunk_map() opens files in binary mode
Martin Willi
2014-06-04
1
-2
/
+7
*
chunk: Fallback to recv() on Windows chunk_from_fd() when operating on socket
Martin Willi
2014-06-04
1
-0
/
+6
*
chunk: Don't depend on pthread directly
Martin Willi
2014-06-04
1
-13
/
+5
*
chunk: Externalize error reporting in chunk_write()
Martin Willi
2014-01-23
1
-9
/
+6
*
chunk: Provide a fallback chunk_map() if mmap is not available
Martin Willi
2014-01-23
1
-1
/
+46
*
chunk: Use dynamically allocated buffer in chunk_from_fd()
Martin Willi
2014-01-23
1
-12
/
+41
*
chunk: Add functions to map file contents to a chunk
Martin Willi
2014-01-23
1
-0
/
+80
*
chunk: Add helper function to create a chunk from data read from a file descr...
Tobias Brunner
2013-10-23
1
-0
/
+32
*
chunk: Print chunks without separator if + modifier is used
Tobias Brunner
2013-08-24
1
-2
/
+2
*
chunk: Add predictable hash function
Tobias Brunner
2013-06-28
1
-0
/
+22
*
Randomly allocate chunk_hash() key during first use
Tobias Brunner
2013-06-11
1
-1
/
+46
*
Replace chunk_hash() with output from chunk_mac()
Tobias Brunner
2013-06-11
1
-75
/
+23
*
Adding chunk_mac() which calculates a 64-bit MAC using SipHash-2-4
Tobias Brunner
2013-06-11
1
-1
/
+117
*
Moved chunk_t to utils folder
Tobias Brunner
2012-10-24
1
-0
/
+690