Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 26df433dc5 lib/file: Implement cutString function
Shwoomple closed issue BodgeMaster/FOSS-VG#71
lib/file: Out of bounds access???Shwoomple pushed to master at BodgeMaster/FOSS-VG
- bc2255de6b lib/file: Fix issue #71 - Electric Boogaloo (Out of bounds access)
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 9bda607649 lib/file: Implement cut function.
- 76dd30c45a lib/file:Fix issue #71 (Out of Bounds access)
- Compare 2 commits »
Shwoomple created pull request BodgeMaster/FOSS-VG#70
Fix filesize issue in cutByteShwoomple pushed to broken at BodgeMaster/FOSS-VG
- 849970ecde lib/file: fix cutByte filesize bug
Shwoomple pushed to broken at BodgeMaster/FOSS-VG
- 38fad56965 lib/file.cpp: Implement cutByte function
- f6b965040d tools/hexnet: Compile with POSIX threads
- b5c18cd0de tools/hexnet: Implement bi-directional communication
- a1ba08b7db tools/hexnet: Shut down connections when gracefully handling signals
- 1d7e98d0b3 tools/hexnet: Implement function for reading bytes from stdin
- Compare 183 commits »
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 8dea1f2d31 lib/file: Implement modify functions
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- c825c73afd lib/file: Implement insertByte function
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- e7711a3d59 commit merge
- e7ce6f5cd4 lib/file: Fix write function bugs
- Compare 2 commits »
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 6e57a86338 lib/file: Implement write functions
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- c54eb48887 lib/file: Implement writeByte function
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 5920d1d004 commit merge
- 056c1e6b11 lib/file.cpp: fix read fubctions.
- Compare 2 commits »
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- c204aa7d76 lib/file.cpp:Fix exception warnings
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 150ce826ba complete merge
- 3449e3b9c4 lib/file: Implement broken file functions
- c1d7801436 complete merge
- 9610f4a4a2 lib/file: implement open function
- e8d41efeef lib/error.hpp: fix merge conflicts
- Compare 6 commits »
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- 48f8a7dcf2 tools/hexnet: start implementing console input
Shwoomple opened issue BodgeMaster/FOSS-VG#46
tools/hexnet: Figure out why udp_socket->bind() fails.Shwoomple pushed to master at BodgeMaster/FOSS-VG
- ca7b121c4d tools/hexnet: Implement udp partially.
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- cb7b5ddba7 lib/cli: Add usage generator.
Shwoomple pushed to master at BodgeMaster/FOSS-VG
- e0648720bb tools/hexnet: Implement ipv6 support.