ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

Fixed multitudinous bugs and added one behavior test #3

Closed becker33 closed 6 years ago

becker33 commented 6 years ago

Adds a behavior test for a single file flushed via sync method.

Adds test harness

Comments out dead cppr code

Comments out unlink of axl_flush_file in AXL_Finalize, this should probably come back once we figure out where to create the file. Currently is not created.

Fixes bug in which axl treats destination as dirname in one place and filename in another.

Fixes segfault due to declaring uLong* instead of uLong.

Fixes garbage in axl_flush_file name due to mistake in reference passing for char* cntl_dir