Commit Graph

5188 Commits

Author SHA1 Message Date
Fabio Erculiani c481fa794a [entropy.transceivers] fix MultipleUrlFetcher transfer speed inaccuracy 2009-11-16 23:17:25 +01:00
Fabio Erculiani 3261d88100 [entropy.transceivers] fix some UrlFetcher && MultipleUrlFetcher issues 2009-11-16 22:55:57 +01:00
Fabio Erculiani 5abe6a6bb3 [entropy.transceivers] fix undefined variable issue 2009-11-16 22:06:56 +01:00
Fabio Erculiani dcce796b7b [entropy.transceivers] force progress update at the end of tx/rx 2009-11-16 18:33:48 +01:00
Fabio Erculiani a2cbe9fe83 [entropy.transceivers] improve progress update techniques 2009-11-16 18:21:09 +01:00
Fabio Erculiani 4f80650685 [entropy.transceivers] migrate code to EntropyTransceiver infrastructure, w00t! 2009-11-15 23:46:49 +01:00
Fabio Erculiani 3886b32f6f [entropy.spm] improve debugging output of QA LC_* check 2009-11-15 22:25:54 +01:00
Fabio Erculiani 3165e755f6 [po] update Italian translation 2009-11-15 16:45:53 +01:00
Fabio Erculiani 38d0f0fc4d [entropy.transceivers] more API work on EntropyTransceiver and EntropyUriHandler classes and subclasses 2009-11-15 16:36:50 +01:00
Fabio Erculiani d0fe45ab84 [entropy.transceivers] improve EntropyUriHandler API by adding other two generic static methods 2009-11-14 20:53:21 +01:00
Fabio Erculiani 55b63d0e92 [entropy.transceivers] FtpInterface: fix reconnect_host, make it working with non standard FTP ports 2009-11-14 20:34:52 +01:00
Fabio Erculiani ddc1d5f3b8 [entropy.transceivers] implement EntropyFtpUriHandler class (keep FtpInterface for backward compat.) 2009-11-14 00:56:23 +01:00
Fabio Erculiani 9f74764d89 [entropy.transceivers] EntropyTransceiver, EntropyUriHandler: complete and finalize API 2009-11-14 00:54:41 +01:00
Fabio Erculiani 03296e4fda [entropy.transceivers] fix ftp connection upload connection destruction 2009-11-14 00:52:44 +01:00
Fabio Erculiani 127eaf49dc [entropy.transceivers] fix FtpInterface get_cwd() 2009-11-13 15:05:01 +01:00
Fabio Erculiani b9cc6b30aa [entropy.transceivers] fix FtpInterface connection on non-standard ports support 2009-11-13 14:35:31 +01:00
Fabio Erculiani 1e04cf2ec0 [entropy.transceivers] implement prototype classes of EntropyTransceiver and EntropyUriHandler plugin 2009-11-12 20:27:16 +01:00
Fabio Erculiani 30bdba0e1b [entropy.db] fix set_plugin_metadata in EntropyRepositoryPluginStore 2009-11-12 20:02:22 +01:00
Fabio Erculiani 3b074c2daa [unittest] add entropy.core unittest module 2009-11-12 18:40:46 +01:00
Fabio Erculiani 187a087e66 [todo] update TODO 2009-11-12 16:00:18 +01:00
Fabio Erculiani 9bd182a9ab [sulfur] add support for relaxed dependencies resolution algorithm 2009-11-12 15:59:41 +01:00
Fabio Erculiani 82324d87c7 [entropy.client.interfaces.dep] fix cache handling when using relaxed_deps (--relaxed) option 2009-11-12 15:58:58 +01:00
Fabio Erculiani e3449fd706 [entropy.db] EntropyRepositoryPluginStore, add support for permanent plugins 2009-11-12 00:36:48 +01:00
Fabio Erculiani 581dc96f7d [entropy.core.settings] properly handle int() exception 2009-11-12 00:34:32 +01:00
Fabio Erculiani c0d6600650 [entropy.transceivers] improve UrlFetcher, drop TimeScheduled for tx speed calculation, use time.time() 2009-11-11 22:33:24 +01:00
Fabio Erculiani 87a5418ce0 [entropy.core.settings] add ETP_DOWNLOAD_KB env var support to enforce speed limit via shell 2009-11-11 22:31:59 +01:00
Fabio Erculiani 361c90b455 [equo] fix typo error in downloadPackages() 2009-11-11 22:29:55 +01:00
Fabio Erculiani ee079429d1 [entropy.transceivers] FtpInterface: do not use parallel threads for speed calculation, improve speed limiter 2009-11-11 21:42:12 +01:00
Fabio Erculiani 8c05b546a6 [docs] update API documentation 2009-11-11 20:09:20 +01:00
Fabio Erculiani 17ee478594 [po] update translations 2009-11-11 19:48:08 +01:00
Fabio Erculiani cd9a14336b [man] update man pages 2009-11-11 19:48:00 +01:00
Fabio Erculiani 18677fe091 [equo] add --relaxed option to install, source, fetch 2009-11-11 19:47:44 +01:00
Fabio Erculiani 3aa79c0f8f [entropy.client.interfaces.dep] add support for relaxed dependencies resolution 2009-11-11 19:47:21 +01:00
Fabio Erculiani f9f191e9ff [entropy.client] improve dependencies calculation code style and readability, add relaxed_deps support 2009-11-11 17:08:32 +01:00
Fabio Erculiani eeb5970ec3 [activator] fix old_default variable referencing 2009-11-10 22:03:37 +01:00
Fabio Erculiani 1a73c5fc05 [entropy.server] fix FtpInterface download_file call 2009-11-10 22:00:25 +01:00
Fabio Erculiani 66270b5719 [entropy.server] open_server_repository() tweak message output 2009-11-10 21:57:55 +01:00
Fabio Erculiani 2a6a2002f2 [entropy.server] fix close_server_databases method 2009-11-10 21:54:41 +01:00
Fabio Erculiani fb6dc2a447 [entropy.server] add support for server-side transceivers speed limit 2009-11-10 21:49:29 +01:00
Fabio Erculiani 78d00a9937 [entropy.transceivers] add speed limit support to FtpInterface, cleanup code a bit 2009-11-10 21:48:41 +01:00
Fabio Erculiani 9a8d16767a [entropy.transceivers] code style update 2009-11-10 15:13:37 +01:00
Fabio Erculiani c4ddda9399 [entropy.server] uploading stuff in ascii mode is deprecated 2009-11-10 15:11:28 +01:00
Fabio Erculiani 20d8693a65 [entropy.server] rename FtpServerHandler into TransceiverServerHandler, prepare for addition of ssh support 2009-11-10 14:58:20 +01:00
Fabio Erculiani 6a694d0c73 [entropy.server] make use of new EntropyRepositoryPluginStore methods 2009-11-10 14:46:45 +01:00
Fabio Erculiani 3ae6e5be1a [entropy.db] add more methods to EntropyRepositoryPluginStore 2009-11-10 14:45:45 +01:00
Fabio Erculiani 08f3ed297d [equo] if no matches are found for given "equo search" arguments, look inside client db 2009-11-09 19:03:11 +01:00
Fabio Erculiani c4b48a65d7 [todo] update TODO 2009-11-09 18:45:09 +01:00
Fabio Erculiani 0ced2af46a [entropy.server] remove migrate_repository_databases_to_new_branched_path (deprecated some time ago) 2009-11-09 18:43:36 +01:00
Fabio Erculiani 291a7c85cb [entropy.db] move more server/client-side stuff away from EntropyRepository 2009-11-09 18:39:37 +01:00
Fabio Erculiani 442ec0d1c5 [todo] update TODO 2009-11-09 18:39:14 +01:00