- Berlin, Germany
- https://lostcave.ddnss.de/
- Joined on
2019-12-14
BodgeMaster commented on issue BodgeMaster/FOSS-VG#65
tools/hexnet: doesn’t exit when the connection gets closed by remote peerApparently sockpp sockets aren’t thread safe. This may or may not be the cause of this issue.
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
f6b965040d tools/hexnet: Compile with POSIX threads
BodgeMaster opened issue BodgeMaster/FOSS-VG#66
tools/hexnet: Unit tests??BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
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
-
a7e07d2c3c tools/hexnet: Implement UDP support (and minor refactoring)
-
7ae843039c tools/hexnet: Implement TCP v6 handler, rename readFromTCPSocket to readFromTCP
- Compare 6 commits »
BodgeMaster closed issue BodgeMaster/FOSS-VG#64
tools/hexnet: Wanted featuresBodgeMaster opened issue BodgeMaster/FOSS-VG#65
tools/hexnet: TCP listen mode doesn’t exit when the connection gets closedBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
89cfb9d850 tools/hexnet: Reduce redundant code
-
f681c54c82 tools/hexnet: Reimplement TCP server, implement TCP client
-
ee0ebb273c tools/hexnet: Add instructions for setting up TTY
- Compare 3 commits »
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
ee9b5d4f67 tools/hexnet: Add command line parser back
-
b84130344d tools/hexnet: Starting over
-
25d7806f6d lib/nbt: Fix memory leak in case of parsing error
- Compare 3 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#49
tools/hexnet: Build issuesnot relevant bc starting over
BodgeMaster closed issue BodgeMaster/FOSS-VG#49
tools/hexnet: Build issuesBodgeMaster commented on issue BodgeMaster/FOSS-VG#46
tools/hexnet: Figure out why udp_socket->bind() fails.not relevant bc starting over
BodgeMaster closed issue BodgeMaster/FOSS-VG#46
tools/hexnet: Figure out why udp_socket->bind() fails.BodgeMaster commented on issue BodgeMaster/FOSS-VG#26
tools/hexnet: wanted feature trackersuperseded by #64
BodgeMaster closed issue BodgeMaster/FOSS-VG#26
tools/hexnet: wanted feature trackerBodgeMaster opened issue BodgeMaster/FOSS-VG#64
tools/hexnet: Wanted featuresBodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
c14504ce0b tools/dumpnbt: Display empty lists correctly
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
92cf81c1b4 tools/dumpnbt: Implement basic functionality.
-
df35243ee9 lib/nbt: Add NBT::Tag::List::getContainedType()
-
36dcf0a0f5 resources/dumpnbt_output_format: Give end tags header and payload information
- Compare 3 commits »
BodgeMaster commented on issue BodgeMaster/FOSS-VG#47
tools/dumpnbt: Wanted feature trackerTurns out I have no fucking clue how to implement drawing the tree. :(
BodgeMaster pushed to master at BodgeMaster/FOSS-VG
-
93fdcb7b65 resources: Add a file with examples for possible dumpnbt output
-
8d2f3f2fa5 tools/dumpnbt: Switch from using the validator to using the parser, update some strings
- Compare 2 commits »
BodgeMaster opened issue BodgeMaster/FOSS-VG#63
lib/nbt: Unit test for the NBT parser