2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected small bugs - more work is needed. More... over 22 years ago
Not needed anymore - implemented Knuth at home. More... over 22 years ago
Essentially completed implementation of Knuth. Untested so far. More... over 22 years ago
Added support for counter mode. More... over 22 years ago
Started working on Knuth algorithm. More... over 22 years ago
Tiny bug - updated arithm128 dependence. More... over 22 years ago
Replaced arithm* with arithm128* source files. More... over 22 years ago
Renamed and improved into arithm128* More... over 22 years ago
Clean-up and better documentation. Renamed the file into arithm128*.{c,h} More... over 22 years ago
Various improvements. Added more conversion functions. More... over 22 years ago
Added conversion functions. More... over 22 years ago
Reorganizing things... More... over 22 years ago
Reorganizing things... More... over 22 years ago
This version of owping/owampd will go all the way through making a test request to the server. The server will just print out that a request happened. More... over 22 years ago
Added support for arithmetic functions. More... over 22 years ago
Initial import - implementation of 128-bit arithmetic. More... over 22 years ago
Fix to make things compile. More... over 22 years ago
Bulk check-in to have a common base. More... over 22 years ago
Added endpoint logic - the "meat" is not there yet. More... over 22 years ago
api.c: All the logic for making a test request - still need to fill in the details for local endpoints. context.c: Modified the Policy functions a bit. cprotocol.c: Started the stub for sending a test request to the server - will have it use the same structure Tolya is using to parse the request once he checks it in. io.c: Added connect_tmout function. owamp.h: modified addr structure prototype to include port. owampP.h: added prototypes for context.c owampd.c: Modified calls to functions I had changed. owping.c: ditto More... over 22 years ago
Minor bug fixes and clean-up. Added some error checks. More... over 22 years ago
Improved handling of EINTR in select(). More... over 22 years ago
Child is ready for testing Control session now. Server can simply be started from command line by typing: More... over 22 years ago
Parent correctly manages fd_set now. More... over 22 years ago
Fixed a bug in OWPServerReadRequest(). More... over 22 years ago
Oops - typo already.... More... over 22 years ago
Added ability to specify nodenames with rfc2396/rfc2732 service specifiers. (i.e. "node:service" syntax.) More... over 22 years ago
Rewrote server skeleton to make use of parent-child communication via pipes. The code is still quite raw, and much needs to be improved. More... over 22 years ago
Adding port to Addr struct. More... over 22 years ago
moved connect_tmout to io.c and renamed _OWPConnect - modified port number for control to 5555. More... over 22 years ago