0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added MSG_NOSIGNAL to send operations to prevent SIGPIPE messages from killing the server..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added auto update / manual update per share
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
implementing stub calls and improving order in VariableDatabase.c
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
beautifying code..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
fixed score4 score function
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added gplv2 headers where they where missing..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
changing header calls to beautify the library :)
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
testing multibyte transmissions
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
next thing to do , make multi byte shares , etc
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
added protocol to make file :P
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
found a bug that I was looking for for the last two weeks , it was 2 unitialized bytes on the long value of the hash variable
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
using direct write to , VERY fast and much less overhead :P
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
putting all protocol functions in protocol.c
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
removed an obsolete parameter ( raw sockets dont need to be passed on protocol functions any more )
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
writing manual mode code and debugging as things go along :P the code now passes 1/100 of the transaction messages :P
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
every share now has a per peer log of transmitted hashes..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
I need to make a per peer per var hash registry to know which peer wants what variable , the way I do it now is broken..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
thats it for today ..
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
test program now consistently works 100% for 1 var , now to clear code and extend it for multiple variable collisions
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
test converges 100% once again .. ( is it over ;P ) ?
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
thats it for tonight , closing in to the last bug :P
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
...
AmmarkoV
as Ammar Qammaz
More... about 13 years ago
will now use one socket thread and one protocol thread per peer.. :P
AmmarkoV
as Ammar Qammaz
More... about 13 years ago