13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified label near connection speed to "kbits/s" to make the unit more explicit than before.
ram
as Raphael Manfredi
More... over 23 years ago
Initial revision.
ram
as Raphael Manfredi
More... over 23 years ago
Forgot to check for duplicates when resuming, which broke an assertion in download_push_insert(). Changed the assertion into a bug warning since it's not critical, and it should no longer happen.
ram
as Raphael Manfredi
More... over 23 years ago
Updated.
ram
as Raphael Manfredi
More... over 23 years ago
Forgot to record PUSH when forcing initial push mode. Added sanity check when receiving GIV to check for proper state.
ram
as Raphael Manfredi
More... over 23 years ago
Added DOWNLOAD_IS_EXPECTING_GIV() and reformatted (aligned) all macros.
ram
as Raphael Manfredi
More... over 23 years ago
Forgot the two trailing newlines in emitted GIV string.
ram
as Raphael Manfredi
More... over 23 years ago
Added two more host caches.
ram
as Raphael Manfredi
More... over 23 years ago
Recognizes more vendor codes in QHD.
ram
as Raphael Manfredi
More... over 23 years ago
If search results say remote servent is firewalled, start immediately in push mode when downloading, provided pushes are authorized.
ram
as Raphael Manfredi
More... over 23 years ago
Added handling of Push requests sent by remote servents.
ram
as Raphael Manfredi
More... over 23 years ago
Added support for outgoing GIV strings (i.e. Push request replies).
ram
as Raphael Manfredi
More... over 23 years ago
When in timeout wait state, a download is certainly not "establishing".
ram
as Raphael Manfredi
More... over 23 years ago
When stopping, don't reset the retry count if the reason is "timeout wait", or we'll keep retrying forever when sending pushes.
ram
as Raphael Manfredi
More... over 23 years ago
Updated.
ram
as Raphael Manfredi
More... over 23 years ago
Plugged back push-reply support (GIV requests).
ram
as Raphael Manfredi
More... over 23 years ago
Use node_ip() instead of ip_port_to_gchar() to trace node IP:port.
ram
as Raphael Manfredi
More... over 23 years ago
Added guid_hex_str().
ram
as Raphael Manfredi
More... over 23 years ago
Calls new download_init().
ram
as Raphael Manfredi
More... over 23 years ago
GUI updates of downloads were wrongly updating `last_update'.
ram
as Raphael Manfredi
More... over 23 years ago
Repaired pushes: they now use the main Gnet socket as the connecting point.
ram
as Raphael Manfredi
More... over 23 years ago
Was missing a return statement.
ram
as Raphael Manfredi
More... over 23 years ago
Removed spurious & in front of array name.
ram
as Raphael Manfredi
More... over 23 years ago
Will now send a set of connection pongs to an incoming 0.4 node for which we have no more Gnet slots.
ram
as Raphael Manfredi
More... over 23 years ago
Has more states in NODE_IS_CONNECTING() macro, and added NODE_IS_CONNECTED().
ram
as Raphael Manfredi
More... over 23 years ago
Use NODE_IS_CONNECTED() to probe node state.
ram
as Raphael Manfredi
More... over 23 years ago
Added host_fill_caught_array().
ram
as Raphael Manfredi
More... over 23 years ago
Updated
ram
as Raphael Manfredi
More... over 23 years ago
Fixed a memory leak in uploads (GUI text field not freed). Count running and registered uploads separately for new statistics. Fixed HEAD request support, which was not handled, although supported. Will now abort the upload with a 413 error code if header is too large.
ram
as Raphael Manfredi
More... over 23 years ago
Added registered_uploads global.
ram
as Raphael Manfredi
More... over 23 years ago