Modified label near connection speed to "kbits/s" to make the unit more explicit than before. |
|
More...
|
over 23 years ago
|
Initial revision. |
|
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. |
|
More...
|
over 23 years ago
|
Updated. |
|
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. |
|
More...
|
over 23 years ago
|
Added DOWNLOAD_IS_EXPECTING_GIV() and reformatted (aligned) all macros. |
|
More...
|
over 23 years ago
|
Forgot the two trailing newlines in emitted GIV string. |
|
More...
|
over 23 years ago
|
Added two more host caches. |
|
More...
|
over 23 years ago
|
Recognizes more vendor codes in QHD. |
|
More...
|
over 23 years ago
|
If search results say remote servent is firewalled, start immediately in push mode when downloading, provided pushes are authorized. |
|
More...
|
over 23 years ago
|
Added handling of Push requests sent by remote servents. |
|
More...
|
over 23 years ago
|
Added support for outgoing GIV strings (i.e. Push request replies). |
|
More...
|
over 23 years ago
|
When in timeout wait state, a download is certainly not "establishing". |
|
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. |
|
More...
|
over 23 years ago
|
Updated. |
|
More...
|
over 23 years ago
|
Plugged back push-reply support (GIV requests). |
|
More...
|
over 23 years ago
|
Use node_ip() instead of ip_port_to_gchar() to trace node IP:port. |
|
More...
|
over 23 years ago
|
Added guid_hex_str(). |
|
More...
|
over 23 years ago
|
Calls new download_init(). |
|
More...
|
over 23 years ago
|
GUI updates of downloads were wrongly updating `last_update'. |
|
More...
|
over 23 years ago
|
Repaired pushes: they now use the main Gnet socket as the connecting point. |
|
More...
|
over 23 years ago
|
Was missing a return statement. |
|
More...
|
over 23 years ago
|
Removed spurious & in front of array name. |
|
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. |
|
More...
|
over 23 years ago
|
Has more states in NODE_IS_CONNECTING() macro, and added NODE_IS_CONNECTED(). |
|
More...
|
over 23 years ago
|
Use NODE_IS_CONNECTED() to probe node state. |
|
More...
|
over 23 years ago
|
Added host_fill_caught_array(). |
|
More...
|
over 23 years ago
|
Updated |
|
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. |
|
More...
|
over 23 years ago
|
Added registered_uploads global. |
|
More...
|
over 23 years ago
|