]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/utils/chunk.c
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libstrongswan / utils / chunk.c
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2021-10-04  Tobias Brunnerchunk: Optionally clear mmap'd chunk before unmapping
2019-12-09  Tobias Brunnerchunk: Rename hash key variable to avoid conflicts...
2019-04-24  Tobias BrunnerMerge branch 'wolfssl'
2019-04-24  Tobias Brunnerchunk: Add helper to copy a chunk left-padded to a...
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2018-02-13  Tobias BrunnerFixed some typos, courtesy of codespell
2017-05-23  Tobias BrunnerMerge branch 'fuzzing'
2017-05-23  Tobias Brunnerchunk: Correctly parse Base64 text where four = follow...
2017-03-06  Andreas Steffenutils: chunk_from_hex() skips optional 0x prefix
2016-03-24  Andreas SteffenUse standard unsigned integer types
2014-10-23  Tobias Brunnerchunk: Fix internet checksum calculation on big-endian...
2014-07-22  Tobias BrunnerMerge branch 'android-dns-proxy'
2014-07-22  Tobias Brunnerchunk: Add function to calculate Internet Checksums...
2014-06-04  Martin WilliMerge branch 'win'
2014-06-04  Martin Williunit-tests: Seed chunk_hash() only once, but before...
2014-06-04  Martin Willichunk: On Windows, use binary mode in chunk_write()
2014-06-04  Martin Willichunk: On Windows, chunk_map() opens files in binary...
2014-06-04  Martin Willichunk: Fallback to recv() on Windows chunk_from_fd...
2014-06-04  Martin Willichunk: Don't depend on pthread directly
2014-01-23  Martin WilliMerge branch 'chunk-mmap'
2014-01-23  Martin Willichunk: Externalize error reporting in chunk_write()
2014-01-23  Martin Willichunk: Provide a fallback chunk_map() if mmap is not...
2014-01-23  Martin Willichunk: Use dynamically allocated buffer in chunk_from_fd()
2014-01-23  Martin Willichunk: Add functions to map file contents to a chunk
2013-10-23  Tobias Brunnerchunk: Add helper function to create a chunk from data...
2013-08-24  Tobias Brunnerchunk: Print chunks without separator if + modifier...
2013-06-28  Tobias Brunnerchunk: Add predictable hash function
2013-06-11  Tobias BrunnerMerge branch 'unit-tests'
2013-06-11  Tobias BrunnerRandomly allocate chunk_hash() key during first use
2013-06-11  Tobias BrunnerReplace chunk_hash() with output from chunk_mac()
2013-06-11  Tobias BrunnerAdding chunk_mac() which calculates a 64-bit MAC using...
2012-10-24  Tobias BrunnerMoved chunk_t to utils folder