[boinc] 02/03: Merge tag 'upstream/7.5.0+dfsg' into experimental

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Wed Apr 8 12:04:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch experimental
in repository boinc.

commit ac8c305f486944b7577b3fcb9a56f4cb678c03ef
Merge: 810c12e b9c5374
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Apr 8 12:42:39 2015 +0200

    Merge tag 'upstream/7.5.0+dfsg' into experimental
    
    Upstream version 7.5.0+dfsg
    
    Conflicts:
    	.gitignore

 .travis.yml                                        |    73 +
 Makefile.am                                        |    10 +-
 Makefile.incl                                      |     2 +-
 README.md                                          |     5 +
 _autosetup                                         |    12 +-
 android/BOINC/AndroidManifest.xml                  |     7 +-
 android/BOINC/res/values-ca/strings.xml            |   107 +-
 android/BOINC/res/values-cs/strings.xml            |   362 +-
 android/BOINC/res/values-da/strings.xml            |   181 +-
 android/BOINC/res/values-de/strings.xml            |   134 +-
 android/BOINC/res/values-en/strings.xml            |   360 +
 android/BOINC/res/values-fr/strings.xml            |   361 +-
 android/BOINC/res/values-it-rIT/strings.xml        |   100 +-
 android/BOINC/res/values-ja/strings.xml            |   361 +-
 android/BOINC/res/values-ko/strings.xml            |   106 +-
 android/BOINC/res/values-nl/strings.xml            |   106 +-
 android/BOINC/res/values-pt-rPT/strings.xml        |   178 +-
 .../res/{values-ru => values-ru-rRU}/strings.xml   |   103 +-
 android/BOINC/res/values-ru/strings.xml            |   103 +-
 android/BOINC/res/values-sk/strings.xml            |   362 +-
 android/BOINC/res/values-tr/strings.xml            |   123 +-
 android/BOINC/res/values-uk/strings.xml            |   102 +-
 android/BOINC/res/values-zh-rCN/strings.xml        |   361 +-
 android/BOINC/res/values-zh-rTW/strings.xml        |   201 +-
 android/BOINC/res/values/strings.xml               |    11 +-
 android/build_androidtc_arm.sh                     |     2 +-
 android/build_build_app_arm.sh                     |    31 +
 android/build_build_app_mips.sh                    |    30 +
 android/build_build_app_x86.sh                     |    30 +
 api/boinc_api.cpp                                  |    51 +-
 api/boinc_api.h                                    |     8 +-
 api/graphics2.h                                    |    17 +-
 api/graphics2_util.cpp                             |    93 +-
 api/ttfont.cpp                                     |   205 -
 api/ttfont.h                                       |    67 -
 build/getWxWidgets.sh                              |    26 +
 client/Makefile.am                                 |    14 +-
 client/app.cpp                                     |     2 +-
 client/app_config.cpp                              |    14 +-
 client/app_control.cpp                             |     2 +-
 client/app_start.cpp                               |     2 +-
 client/async_file.cpp                              |     4 +-
 client/client_state.cpp                            |    28 +-
 client/client_state.h                              |     2 +
 client/coproc_sched.cpp                            |     8 +-
 client/cpu_sched.cpp                               |     2 -
 client/cs_account.cpp                              |     8 +-
 client/cs_apps.cpp                                 |     2 +-
 client/cs_files.cpp                                |     2 +-
 client/cs_notice.cpp                               |    10 +-
 client/cs_statefile.cpp                            |    12 +
 client/cs_trickle.cpp                              |     2 +-
 client/file_xfer.cpp                               |     2 +-
 client/gpu_detect.cpp                              |     3 +-
 client/gpu_opencl.cpp                              |     2 +-
 client/gui_rpc_server.cpp                          |     6 +-
 client/hostinfo_win.cpp                            |   121 +-
 client/http_curl.cpp                               |     3 +-
 client/log_flags.cpp                               |   110 +-
 client/pers_file_xfer.cpp                          |     2 +-
 client/project.cpp                                 |     2 +-
 client/rr_sim.cpp                                  |     2 +-
 client/rrsim_test.cpp                              |     4 +-
 client/sim.cpp                                     |     8 +-
 client/time_stats.cpp                              |     2 +-
 client/work_fetch.cpp                              |    13 +-
 client/work_fetch.h                                |     2 +
 clientgui/AccountManagerPropertiesPage.cpp         |     4 +-
 clientgui/AdvancedFrame.cpp                        |   263 +-
 clientgui/AdvancedFrame.h                          |     4 +
 clientgui/AsyncRPC.cpp                             |     2 +-
 clientgui/BOINCBaseFrame.cpp                       |     9 +-
 clientgui/BOINCBaseFrame.h                         |     1 +
 clientgui/BOINCBaseView.cpp                        |    93 +-
 clientgui/BOINCBaseView.h                          |    20 +-
 clientgui/BOINCClientManager.cpp                   |     4 +-
 clientgui/BOINCGUIApp.cpp                          |    81 +-
 clientgui/BOINCGUIApp.h                            |     3 +
 clientgui/BOINCListCtrl.cpp                        |   316 +-
 clientgui/BOINCListCtrl.h                          |     7 +
 clientgui/DlgAbout.cpp                             |    15 +-
 clientgui/DlgAdvPreferences.cpp                    |  1188 +-
 clientgui/DlgAdvPreferences.h                      |    25 +-
 clientgui/DlgAdvPreferencesBase.cpp                |  1100 +-
 clientgui/DlgAdvPreferencesBase.h                  |   279 +-
 clientgui/DlgEventLog.cpp                          |    31 +-
 clientgui/DlgEventLog.h                            |    14 +-
 clientgui/DlgExclusiveApps.cpp                     |   471 +
 clientgui/DlgExclusiveApps.h                       |    73 +
 clientgui/DlgHiddenColumns.cpp                     |   334 +
 clientgui/DlgHiddenColumns.h                       |    61 +
 clientgui/Events.h                                 |     3 +-
 clientgui/MainDocument.cpp                         |    19 +-
 clientgui/MainDocument.h                           |     2 +-
 clientgui/Makefile.am                              |     2 +
 clientgui/ProjectProcessingPage.cpp                |     4 +-
 clientgui/SkinManager.cpp                          |     2 +-
 clientgui/SkinManager.h                            |     1 +
 clientgui/ViewProjects.cpp                         |   105 +-
 clientgui/ViewProjects.h                           |     1 +
 clientgui/ViewResources.cpp                        |     3 -
 clientgui/ViewTransfers.cpp                        |   103 +-
 clientgui/ViewTransfers.h                          |     1 +
 clientgui/ViewWork.cpp                             |   114 +-
 clientgui/ViewWork.h                               |     1 +
 clientgui/WizardAttach.cpp                         |     4 +-
 clientgui/browser.cpp                              |     2 +-
 clientgui/gtk/taskbarex.cpp                        |     2 +-
 clientgui/res/clock.xpm                            |    31 +
 .../default/graphic/dialog_background_image.xpm    |     2 +-
 clientgui/sg_BoincSimpleFrame.cpp                  |    81 +-
 clientgui/sg_CustomControls.cpp                    |   175 +
 clientgui/sg_CustomControls.h                      |   114 +
 clientgui/sg_DlgPreferences.cpp                    |  1233 +-
 clientgui/sg_DlgPreferences.h                      |   119 +-
 clientgui/sg_TaskPanel.cpp                         |    37 +-
 clientscr/mac_saver_module.cpp                     |     2 +-
 clientscr/ss_app.cpp                               |     2 +-
 configure.ac                                       |   405 +-
 db/boinc_db.cpp                                    |    90 +-
 db/boinc_db.h                                      |    12 +
 db/boinc_db_types.h                                |    25 +-
 db/schema.sql                                      |    34 +-
 doc/concierge.php                                  |   137 +
 doc/download.php                                   |    52 +-
 doc/download_all.php                               |    19 +-
 doc/help_vol.php                                   |    10 +-
 doc/index.php                                      |     6 +-
 doc/links.php                                      |    10 +-
 doc/manager_links.php                              |    26 +-
 doc/projects.inc                                   |   180 +-
 doc/projects.php                                   |     5 +-
 doc/versions.inc                                   |   390 +-
 find-working-cvs                                   |    33 -
 html/inc/account.inc                               |   121 +
 html/inc/bbcode_html.inc                           |    23 +-
 html/inc/boinc_db.inc                              |    75 +-
 html/inc/bolt_db.inc                               |     1 +
 html/inc/bolt_util.inc                             |     2 +-
 html/inc/bolt_util_ops.inc                         |     8 +-
 html/inc/bossa_example.inc                         |     2 +-
 html/inc/bossa_example2.inc                        |     2 +-
 html/inc/cache.inc                                 |    34 +-
 html/inc/db.inc                                    |   180 +-
 html/inc/db_conn.inc                               |    34 +-
 html/inc/db_ops.inc                                |   100 +-
 html/inc/email.inc                                 |    15 +-
 html/inc/forum.inc                                 |    55 +-
 html/inc/forum_banishment_vote.inc                 |    36 +-
 html/inc/forum_db.inc                              |     4 +
 html/inc/forum_email.inc                           |    14 +-
 html/inc/forum_rss.inc                             |     4 +-
 html/inc/friend.inc                                |    14 +-
 html/inc/host.inc                                  |    28 +-
 html/inc/htmLawed.php                              |   723 +
 html/inc/kses.php                                  |   517 -
 html/inc/ldap.inc                                  |    74 +
 html/inc/news.inc                                  |     7 +-
 html/inc/notify.inc                                |     4 +
 html/inc/pm.inc                                    |    20 +-
 html/inc/prefs.inc                                 |   891 +-
 html/inc/prefs_project.inc                         |   403 +
 html/inc/prefs_util.inc                            |   377 +-
 html/inc/recaptchalib.php                          |   332 +-
 html/inc/result.inc                                |    46 +-
 html/inc/sandbox.inc                               |     6 +
 html/inc/sanitize_html.inc                         |     2 +-
 html/inc/stats_sites.inc                           |    12 +-
 html/inc/submit.inc                                |    18 +-
 html/inc/submit_db.inc                             |     1 +
 html/inc/team.inc                                  |    54 +-
 html/inc/text_transform.inc                        |    83 +-
 html/inc/time.inc                                  |     6 +-
 html/inc/translation.inc                           |     2 +-
 html/inc/uotd.inc                                  |    33 +-
 html/inc/user.inc                                  |   163 +-
 html/inc/util.inc                                  |   190 +-
 html/inc/util_basic.inc                            |    17 +-
 html/inc/util_ops.inc                              |    42 +-
 html/ops/badge_admin.php                           |    38 +-
 html/ops/badge_assign.php                          |     6 +-
 html/ops/badge_assign_custom.php                   |   189 +
 html/ops/bbcode_convert.php                        |    16 +-
 html/ops/bbcode_convert_response1.php              |    16 +-
 html/ops/bbcode_convert_response2.php              |    16 +-
 html/ops/bbcode_convert_signature.php              |    16 +-
 html/ops/block_host.php                            |     2 +-
 html/ops/bolt_admin.php                            |    10 +-
 html/ops/bolt_compare.php                          |     6 +-
 html/ops/bolt_map.php                              |     4 +-
 html/ops/bossa_admin.php                           |    10 +-
 html/ops/cancel_workunits.php                      |   166 +
 html/ops/cancel_workunits_action.php               |    70 +
 html/ops/cancel_wu_action.php                      |     2 +-
 html/ops/cancel_wu_form.php                        |     6 +-
 html/ops/clean_user_names.php                      |     6 +-
 html/ops/clear_host.php                            |    10 +-
 html/ops/credit_study.php                          |     8 +-
 html/ops/credit_test.php                           |     6 +-
 html/ops/db_action.php                             |    12 +-
 html/ops/db_cleanse.php                            |    10 +-
 html/ops/db_form.php                               |     2 +-
 html/ops/db_update.php                             |    42 +-
 html/ops/dbinfo.php                                |    56 +-
 html/ops/decay_credit_by_app.php                   |    54 +
 html/ops/delete_job_files                          |     2 +-
 html/ops/delete_spammers.php                       |   131 +-
 html/ops/eah_server_status.php                     |    14 +-
 html/ops/error_summary.php                         |    63 +
 html/ops/errorwus.php                              |     6 +-
 html/ops/export_credit_by_app.php                  |    90 +
 html/ops/failure_result_summary_by_host.php        |     6 +-
 html/ops/failure_result_summary_by_platform.php    |     6 +-
 html/ops/forum_repair.php                          |     8 +-
 html/ops/grant_credit.php                          |    32 +-
 html/ops/hrclass_summary.php                       |    30 +-
 html/ops/index.php                                 |    17 +-
 html/ops/job_times.php                             |    10 +-
 html/ops/list_new_users.php                        |    12 +-
 html/ops/login_action.php                          |     4 +-
 html/ops/main.css                                  |    64 +-
 html/ops/make_emails_lowercase.php                 |    18 +-
 html/ops/make_puser.php                            |     8 +-
 html/ops/manage_app_versions.php                   |    28 +-
 html/ops/manage_apps.php                           |    16 +-
 html/ops/manage_special_users.php                  |    10 +-
 html/ops/manage_special_users_action.php           |     4 +-
 html/ops/manage_user.php                           |    61 +-
 html/ops/mass_email.php                            |     6 +-
 html/ops/mass_email_script.php                     |    18 +-
 html/ops/news_convert.php                          |     4 +-
 html/ops/notify.php                                |    23 +-
 html/ops/opsw.php                                  |     6 +-
 html/ops/pass_percentage_by_platform.php           |     8 +-
 html/ops/problem_host.php                          |     2 +-
 html/ops/profile_screen_action.php                 |     4 +-
 html/ops/profile_screen_form.php                   |    21 +-
 html/ops/purge_profile.php                         |    12 +-
 html/ops/remind.php                                |    32 +-
 html/ops/remote_server_status.php                  |   138 +
 html/ops/repair_21812.php                          |     4 +-
 html/ops/repair_validator_problem.php              |    18 +-
 html/ops/reset_hrclass.php                         |     2 +-
 html/ops/revalidate.php                            |     2 +-
 html/ops/sample_table_stats.php                    |     6 +-
 html/ops/show_log.php                              |     2 +-
 html/ops/size_census.php                           |     4 +-
 html/ops/team_export.php                           |     1 +
 html/ops/team_import.php                           |    30 +-
 html/ops/update_forum_activities.php               |    14 +-
 html/ops/update_profile_pages.php                  |     4 +-
 html/ops/upgrade_db.php                            |     2 +-
 html/ops/user_graph.php                            |     6 +-
 html/ops/wd_nresults_changing.php                  |    12 +-
 html/ops/white.css                                 |    28 +-
 html/project.sample/cache_parameters.inc           |     6 +-
 html/project.sample/project.inc                    |    72 +-
 html/project.sample/project_specific_prefs.inc     |    59 +-
 html/queue/README                                  |     2 +
 html/queue/user/queue_new_job_form_action.php      |     2 +-
 html/user/account_finish.php                       |     8 +-
 html/user/add_venue.php                            |     1 +
 html/user/android_tasks.php                        |   137 +
 html/user/apps.php                                 |    13 +-
 html/user/bbcode.php                               |     3 +-
 html/user/black.css                                |     4 +-
 html/user/bolt.css                                 |    20 +-
 html/user/bolt.php                                 |     2 +-
 html/user/bolt_admin.css                           |     2 +-
 html/user/bolt_sched.php                           |     2 +-
 html/user/bossa_apps.php                           |     2 +-
 html/user/brand_stats.php                          |    69 +
 html/user/cpu_list.php                             |    63 +-
 html/user/create_account.php                       |     2 +-
 html/user/create_account_action.php                |     7 +-
 html/user/create_account_form.php                  |    74 +-
 html/user/create_profile.php                       |    22 +-
 html/user/donate.php                               |     4 +-
 html/user/donation_ipn.php                         |    10 +-
 html/user/donations.php                            |    20 +-
 html/user/download.php                             |   125 +
 html/user/edit_email_form.php                      |     6 +-
 html/user/edit_forum_preferences_action.php        |     2 +-
 html/user/edit_forum_preferences_form.php          |    37 +-
 html/user/edit_passwd_action.php                   |    32 +-
 html/user/edit_passwd_form.php                     |    29 +-
 html/user/edit_user_info_form.php                  |     8 +-
 html/user/ffmail_form.php                          |    10 +-
 html/user/forum_banishment_vote.php                |     5 +-
 html/user/forum_edit.php                           |     2 +-
 html/user/forum_forum.php                          |     5 +-
 html/user/forum_help_desk.php                      |     2 +-
 html/user/forum_index.php                          |     4 +-
 html/user/forum_moderate_post.php                  |     7 +-
 html/user/forum_moderate_thread.php                |     6 +-
 html/user/forum_post.php                           |     8 +-
 html/user/forum_reply.php                          |     9 +-
 html/user/forum_report_post.php                    |     4 +-
 html/user/forum_rss.php                            |     2 +-
 html/user/forum_search.php                         |    14 +-
 html/user/forum_thread.php                         |    11 +-
 html/user/forum_user_posts.php                     |     2 +-
 html/user/friend.php                               |    10 +-
 html/user/get_passwd.php                           |   101 +-
 html/user/gpu_list.php                             |    22 +-
 html/user/host_edit_form.php                       |     2 +-
 html/user/host_update_credit.php                   |     2 +-
 html/user/lammps.php                               |    10 +-
 html/user/login_action.php                         |   123 +-
 html/user/login_form.php                           |    47 +-
 html/user/main.css                                 |    62 +-
 html/user/manage_app.php                           |     6 +-
 html/user/manage_project.php                       |    10 +-
 html/user/notices.php                              |     2 +-
 html/user/per_app_list.php                         |   130 +
 html/user/pm.php                                   |    15 +-
 html/user/prefs.php                                |     1 +
 html/user/prefs_edit.php                           |     2 +
 html/user/prefs_remove.php                         |     1 +
 html/user/profile_menu.php                         |     4 +-
 html/user/profile_search_action.php                |     2 +-
 html/user/register.php                             |    55 +
 html/user/rss_main.php                             |     2 +-
 html/user/sample_index.php                         |    30 +-
 html/user/sandbox.php                              |     4 +-
 html/user/server_status.php                        |   767 +-
 html/user/show_coproc.php                          |     2 +-
 html/user/show_user.php                            |     2 +-
 html/user/stats.php                                |    11 +-
 html/user/style2.css                               |    16 +-
 html/user/submit.php                               |    12 +-
 html/user/submit_example.php                       |    10 +-
 html/user/submit_rpc_handler.php                   |    45 +-
 html/user/team_admins.php                          |     4 +-
 html/user/team_change_founder_form.php             |     4 +-
 html/user/team_create_action.php                   |     2 +-
 html/user/team_delta.php                           |     2 +-
 html/user/team_email_list.php                      |     2 +-
 html/user/team_forum.php                           |     2 +-
 html/user/team_founder_transfer_action.php         |     2 +-
 html/user/team_founder_transfer_form.php           |     4 +-
 html/user/team_join_form.php                       |     4 +-
 html/user/team_lookup.php                          |     4 +-
 html/user/team_manage.php                          |    18 +-
 html/user/team_quit_action.php                     |     2 +-
 html/user/team_quit_form.php                       |     4 +-
 html/user/team_remove_inactive_form.php            |     4 +-
 html/user/team_search.php                          |    12 +-
 html/user/top_users.php                            |     7 +-
 html/user/user_search.php                          |    37 +-
 html/user/white.css                                |    28 +-
 lib/Makefile.am                                    |    16 +-
 lib/app_ipc.cpp                                    |     2 +-
 lib/boinc_win.h                                    |    18 +-
 lib/common_defs.h                                  |    21 +
 lib/coproc.cpp                                     |    18 +-
 lib/crypt.cpp                                      |     3 +-
 lib/crypt_prog.cpp                                 |     2 +-
 lib/diagnostics.h                                  |     8 +-
 lib/error_numbers.h                                |     3 +-
 lib/md5_file.cpp                                   |     2 +
 lib/network.cpp                                    |    33 +
 lib/network.h                                      |     1 +
 lib/prefs.cpp                                      |    28 +-
 lib/prefs.h                                        |     3 +-
 lib/proc_control.cpp                               |    25 +
 lib/proc_control.h                                 |     2 +
 lib/procinfo.cpp                                   |     6 +-
 lib/procinfo_mac.cpp                               |     1 +
 lib/str_util.cpp                                   |    37 +
 lib/str_util.h                                     |     9 +
 lib/unix_util.cpp                                  |     2 +-
 lib/util.cpp                                       |    28 +-
 lib/util.h                                         |     7 +-
 lib/win_util.cpp                                   |     2 +-
 locale/ar/BOINC-Client.mo                          |   Bin 455 -> 417 bytes
 locale/ar/BOINC-Client.po                          |    46 +-
 locale/ar/BOINC-Manager.mo                         |   Bin 44386 -> 44370 bytes
 locale/ar/BOINC-Manager.po                         |   550 +-
 locale/ar/BOINC-Setup.mo                           |   Bin 485 -> 447 bytes
 locale/ar/BOINC-Setup.po                           |    24 +-
 locale/ar/BOINC-Web.mo                             |   Bin 633 -> 651 bytes
 locale/ar/BOINC-Web.po                             |   762 +-
 locale/be/BOINC-Client.mo                          |   Bin 455 -> 417 bytes
 locale/be/BOINC-Client.po                          |    46 +-
 locale/be/BOINC-Manager.mo                         |   Bin 41411 -> 41395 bytes
 locale/be/BOINC-Manager.po                         |  1005 +-
 locale/be/BOINC-Setup.mo                           |   Bin 485 -> 447 bytes
 locale/be/BOINC-Setup.po                           |    24 +-
 locale/be/BOINC-Web.mo                             |   Bin 668 -> 660 bytes
 locale/be/BOINC-Web.po                             |   827 +-
 locale/bg/BOINC-Client.mo                          |   Bin 6138 -> 6128 bytes
 locale/bg/BOINC-Client.po                          |    87 +-
 locale/bg/BOINC-Manager.mo                         |   Bin 96252 -> 96737 bytes
 locale/bg/BOINC-Manager.po                         |  3699 +--
 locale/bg/BOINC-Setup.mo                           |   Bin 3596 -> 3602 bytes
 locale/bg/BOINC-Setup.po                           |    48 +-
 locale/bg/BOINC-Web.mo                             |   Bin 45601 -> 45590 bytes
 locale/bg/BOINC-Web.po                             |  1404 +-
 locale/ca/BOINC-Client.mo                          |   Bin 4931 -> 4938 bytes
 locale/ca/BOINC-Client.po                          |   135 +-
 locale/ca/BOINC-Manager.mo                         |   Bin 76980 -> 76669 bytes
 locale/ca/BOINC-Manager.po                         |  4181 +--
 locale/ca/BOINC-Project-Generic.po                 |  4693 ++-
 locale/ca/BOINC-Setup.mo                           |   Bin 3220 -> 3050 bytes
 locale/ca/BOINC-Setup.po                           |    90 +-
 locale/ca/BOINC-Web.mo                             |   Bin 37107 -> 36923 bytes
 locale/ca/BOINC-Web.po                             |  1063 +-
 locale/cs/BOINC-Client.mo                          |   Bin 4849 -> 4871 bytes
 locale/cs/BOINC-Client.po                          |    95 +-
 locale/cs/BOINC-Manager.mo                         |   Bin 73750 -> 75577 bytes
 locale/cs/BOINC-Manager.po                         |  3970 +--
 locale/cs/BOINC-Project-Generic.po                 |  4478 ++-
 locale/cs/BOINC-Setup.mo                           |   Bin 2976 -> 3071 bytes
 locale/cs/BOINC-Setup.po                           |    65 +-
 locale/cs/BOINC-Web.mo                             |   Bin 34012 -> 36447 bytes
 locale/cs/BOINC-Web.po                             |   859 +-
 locale/da/BOINC-Client.mo                          |   Bin 4749 -> 4736 bytes
 locale/da/BOINC-Client.po                          |    60 +-
 locale/da/BOINC-Manager.mo                         |   Bin 72881 -> 73182 bytes
 locale/da/BOINC-Manager.po                         |  4189 +--
 locale/da/BOINC-Setup.mo                           |   Bin 3095 -> 2934 bytes
 locale/da/BOINC-Setup.po                           |    64 +-
 locale/da/BOINC-Web.mo                             |   Bin 20469 -> 20495 bytes
 locale/da/BOINC-Web.po                             |   944 +-
 locale/de/BOINC-Client.mo                          |   Bin 4852 -> 4868 bytes
 locale/de/BOINC-Client.po                          |   108 +-
 locale/de/BOINC-Manager.mo                         |   Bin 79596 -> 77358 bytes
 locale/de/BOINC-Manager.po                         |  3533 +--
 locale/de/BOINC-Project-Generic.po                 |  1649 +-
 locale/de/BOINC-Setup.mo                           |   Bin 3233 -> 3072 bytes
 locale/de/BOINC-Setup.po                           |    85 +-
 locale/de/BOINC-Web.mo                             |   Bin 37161 -> 37160 bytes
 locale/de/BOINC-Web.po                             |   552 +-
 locale/el/BOINC-Client.mo                          |   Bin 5441 -> 5450 bytes
 locale/el/BOINC-Client.po                          |   112 +-
 locale/el/BOINC-Manager.mo                         |   Bin 80909 -> 78271 bytes
 locale/el/BOINC-Manager.po                         |  3777 +--
 locale/el/BOINC-Setup.mo                           |   Bin 2155 -> 2164 bytes
 locale/el/BOINC-Setup.po                           |    42 +-
 locale/el/BOINC-Web.mo                             |   Bin 9197 -> 10086 bytes
 locale/el/BOINC-Web.po                             |   953 +-
 locale/en/BOINC-Manager.mo                         |   Bin 0 -> 75384 bytes
 locale/en/BOINC-Manager.po                         |  3863 +++
 locale/en/BOINC-Project-Generic.po                 |  6453 +++++
 locale/es/BOINC-Client.mo                          |   Bin 4983 -> 4822 bytes
 locale/es/BOINC-Client.po                          |   159 +-
 locale/es/BOINC-Manager.mo                         |   Bin 74823 -> 75134 bytes
 locale/es/BOINC-Manager.po                         |  3828 +--
 locale/es/BOINC-Setup.mo                           |   Bin 908 -> 3026 bytes
 locale/es/BOINC-Setup.po                           |    54 +-
 locale/es/BOINC-Web.mo                             |   Bin 37351 -> 37118 bytes
 locale/es/BOINC-Web.po                             |   932 +-
 locale/fa/BOINC-Client.mo                          |   Bin 455 -> 417 bytes
 locale/fa/BOINC-Client.po                          |    46 +-
 locale/fa/BOINC-Manager.mo                         |   Bin 715 -> 677 bytes
 locale/fa/BOINC-Manager.po                         |   398 +-
 locale/fa/BOINC-Setup.mo                           |   Bin 485 -> 447 bytes
 locale/fa/BOINC-Setup.po                           |    24 +-
 locale/fa/BOINC-Web.mo                             |   Bin 535 -> 497 bytes
 locale/fa/BOINC-Web.po                             |   345 +-
 locale/fi/BOINC-Client.mo                          |   Bin 4598 -> 4667 bytes
 locale/fi/BOINC-Client.po                          |   124 +-
 locale/fi/BOINC-Manager.mo                         |   Bin 75065 -> 78901 bytes
 locale/fi/BOINC-Manager.po                         |  2534 +-
 locale/fi/BOINC-Setup.mo                           |   Bin 3076 -> 2899 bytes
 locale/fi/BOINC-Setup.po                           |    83 +-
 locale/fi/BOINC-Web.mo                             |   Bin 34773 -> 34786 bytes
 locale/fi/BOINC-Web.po                             |   636 +-
 locale/fr/BOINC-Client.mo                          |   Bin 4989 -> 5005 bytes
 locale/fr/BOINC-Client.po                          |   117 +-
 locale/fr/BOINC-Manager.mo                         |   Bin 80770 -> 83737 bytes
 locale/fr/BOINC-Manager.po                         |  2767 +-
 locale/fr/BOINC-Project-Generic.po                 |  1633 +-
 locale/fr/BOINC-Setup.mo                           |   Bin 3339 -> 3355 bytes
 locale/fr/BOINC-Setup.po                           |    52 +-
 locale/fr/BOINC-Web.mo                             |   Bin 38132 -> 38148 bytes
 locale/fr/BOINC-Web.po                             |  1159 +-
 locale/gl/BOINC-Client.mo                          |   Bin 455 -> 417 bytes
 locale/gl/BOINC-Client.po                          |    46 +-
 locale/gl/BOINC-Manager.mo                         |   Bin 45391 -> 45396 bytes
 locale/gl/BOINC-Manager.po                         |   588 +-
 locale/gl/BOINC-Setup.mo                           |   Bin 485 -> 447 bytes
 locale/gl/BOINC-Setup.po                           |    24 +-
 locale/gl/BOINC-Web.mo                             |   Bin 1573 -> 1600 bytes
 locale/gl/BOINC-Web.po                             |   791 +-
 locale/he/BOINC-Client.mo                          |   Bin 4777 -> 4774 bytes
 locale/he/BOINC-Client.po                          |   122 +-
 locale/he/BOINC-Manager.mo                         |   Bin 71223 -> 70927 bytes
 locale/he/BOINC-Manager.po                         |  3640 +--
 locale/he/BOINC-Setup.mo                           |   Bin 592 -> 554 bytes
 locale/he/BOINC-Setup.po                           |    28 +-
 locale/he/BOINC-Web.mo                             |   Bin 7595 -> 7604 bytes
 locale/he/BOINC-Web.po                             |   407 +-
 locale/hr/BOINC-Client.mo                          |   Bin 613 -> 694 bytes
 locale/hr/BOINC-Client.po                          |    51 +-
 locale/hr/BOINC-Manager.mo                         |   Bin 8088 -> 8055 bytes
 locale/hr/BOINC-Manager.po                         |  3217 +--
 locale/hr/BOINC-Setup.mo                           |   Bin 592 -> 554 bytes
 locale/hr/BOINC-Setup.po                           |    28 +-
 locale/hr/BOINC-Web.mo                             |   Bin 681 -> 643 bytes
 locale/hr/BOINC-Web.po                             |   785 +-
 locale/hu/BOINC-Client.mo                          |   Bin 5082 -> 5059 bytes
 locale/hu/BOINC-Client.po                          |   131 +-
 locale/hu/BOINC-Manager.mo                         |   Bin 74260 -> 78220 bytes
 locale/hu/BOINC-Manager.po                         |  4240 +--
 locale/hu/BOINC-Setup.mo                           |   Bin 1020 -> 1023 bytes
 locale/hu/BOINC-Setup.po                           |    30 +-
 locale/hu/BOINC-Web.mo                             |   Bin 30235 -> 30238 bytes
 locale/hu/BOINC-Web.po                             |  1155 +-
 locale/it_IT/BOINC-Client.mo                       |   Bin 4920 -> 4948 bytes
 locale/it_IT/BOINC-Client.po                       |   114 +-
 locale/it_IT/BOINC-Manager.mo                      |   Bin 79091 -> 81334 bytes
 locale/it_IT/BOINC-Manager.po                      |  2985 +-
 locale/it_IT/BOINC-Project-Generic.po              |  4719 ++-
 locale/it_IT/BOINC-Setup.mo                        |   Bin 3177 -> 3028 bytes
 locale/it_IT/BOINC-Setup.po                        |    80 +-
 locale/it_IT/BOINC-Web.mo                          |   Bin 36761 -> 36614 bytes
 locale/it_IT/BOINC-Web.po                          |   843 +-
 locale/ja/BOINC-Client.mo                          |   Bin 5353 -> 6285 bytes
 locale/ja/BOINC-Client.po                          |   126 +-
 locale/ja/BOINC-Manager.mo                         |   Bin 74201 -> 94173 bytes
 locale/ja/BOINC-Manager.po                         |  3530 +--
 locale/ja/BOINC-Project-Generic.po                 |  5099 ++--
 locale/ja/BOINC-Setup.mo                           |   Bin 592 -> 3469 bytes
 locale/ja/BOINC-Setup.po                           |    65 +-
 locale/ja/BOINC-Web.mo                             |   Bin 32842 -> 41952 bytes
 locale/ja/BOINC-Web.po                             |   805 +-
 locale/ko/BOINC-Client.mo                          |   Bin 5153 -> 5132 bytes
 locale/ko/BOINC-Client.po                          |    75 +-
 locale/ko/BOINC-Manager.mo                         |   Bin 80994 -> 84499 bytes
 locale/ko/BOINC-Manager.po                         |  2398 +-
 locale/ko/BOINC-Project-Generic.po                 |  3806 ++-
 locale/ko/BOINC-Setup.mo                           |   Bin 3265 -> 3244 bytes
 locale/ko/BOINC-Setup.po                           |    56 +-
 locale/ko/BOINC-Web.mo                             |   Bin 38887 -> 38750 bytes
 locale/ko/BOINC-Web.po                             |   388 +-
 locale/lt/BOINC-Client.mo                          |   Bin 4817 -> 4885 bytes
 locale/lt/BOINC-Client.po                          |   100 +-
 locale/lt/BOINC-Manager.mo                         |   Bin 44240 -> 43785 bytes
 locale/lt/BOINC-Manager.po                         |  3488 +--
 locale/lt/BOINC-Setup.mo                           |   Bin 1732 -> 1814 bytes
 locale/lt/BOINC-Setup.po                           |    30 +-
 locale/lt/BOINC-Web.mo                             |   Bin 8144 -> 8225 bytes
 locale/lt/BOINC-Web.po                             |   452 +-
 locale/lv/BOINC-Client.mo                          |   Bin 4779 -> 4802 bytes
 locale/lv/BOINC-Client.po                          |    60 +-
 locale/lv/BOINC-Manager.mo                         |   Bin 74726 -> 75349 bytes
 locale/lv/BOINC-Manager.po                         |  3929 +--
 locale/lv/BOINC-Setup.mo                           |   Bin 592 -> 554 bytes
 locale/lv/BOINC-Setup.po                           |    28 +-
 locale/lv/BOINC-Web.mo                             |   Bin 681 -> 643 bytes
 locale/lv/BOINC-Web.po                             |   785 +-
 locale/ms/BOINC-Client.mo                          |   Bin 456 -> 418 bytes
 locale/ms/BOINC-Client.po                          |    49 +-
 locale/ms/BOINC-Manager.mo                         |   Bin 534 -> 418 bytes
 locale/ms/BOINC-Manager.po                         |  2745 +-
 locale/ms/BOINC-Setup.mo                           |   Bin 456 -> 418 bytes
 locale/ms/BOINC-Setup.po                           |    26 +-
 locale/ms/BOINC-Web.mo                             |   Bin 24737 -> 24728 bytes
 locale/ms/BOINC-Web.po                             |   589 +-
 locale/nb/BOINC-Client.mo                          |   Bin 4833 -> 4812 bytes
 locale/nb/BOINC-Client.po                          |    99 +-
 locale/nb/BOINC-Manager.mo                         |   Bin 72386 -> 72948 bytes
 locale/nb/BOINC-Manager.po                         |  3846 ++-
 locale/nb/BOINC-Project-Generic.po                 |     9 +-
 locale/nb/BOINC-Setup.mo                           |   Bin 3582 -> 3413 bytes
 locale/nb/BOINC-Setup.po                           |    70 +-
 locale/nb/BOINC-Web.mo                             |   Bin 9004 -> 7946 bytes
 locale/nb/BOINC-Web.po                             |   522 +-
 locale/nl/BOINC-Client.mo                          |   Bin 4860 -> 4875 bytes
 locale/nl/BOINC-Client.po                          |   104 +-
 locale/nl/BOINC-Manager.mo                         |   Bin 76321 -> 73867 bytes
 locale/nl/BOINC-Manager.po                         |  4398 +--
 locale/nl/BOINC-Project-Generic.po                 |  1571 +-
 locale/nl/BOINC-Setup.mo                           |   Bin 3097 -> 2936 bytes
 locale/nl/BOINC-Setup.po                           |    81 +-
 locale/nl/BOINC-Web.mo                             |   Bin 37116 -> 36961 bytes
 locale/nl/BOINC-Web.po                             |   847 +-
 locale/nn/BOINC-Client.mo                          |   Bin 455 -> 417 bytes
 locale/nn/BOINC-Client.po                          |    46 +-
 locale/nn/BOINC-Manager.mo                         |   Bin 715 -> 677 bytes
 locale/nn/BOINC-Manager.po                         |   398 +-
 locale/nn/BOINC-Setup.mo                           |   Bin 485 -> 447 bytes
 locale/nn/BOINC-Setup.po                           |    24 +-
 locale/nn/BOINC-Web.mo                             |   Bin 535 -> 497 bytes
 locale/nn/BOINC-Web.po                             |   345 +-
 locale/pl/BOINC-Client.mo                          |   Bin 4384 -> 4824 bytes
 locale/pl/BOINC-Client.po                          |   101 +-
 locale/pl/BOINC-Manager.mo                         |   Bin 71445 -> 71886 bytes
 locale/pl/BOINC-Manager.po                         |  4281 +--
 locale/pl/BOINC-Setup.mo                           |   Bin 592 -> 3143 bytes
 locale/pl/BOINC-Setup.po                           |    65 +-
 locale/pl/BOINC-Web.mo                             |   Bin 23502 -> 23567 bytes
 locale/pl/BOINC-Web.po                             |   930 +-
 locale/pt_BR/BOINC-Client.mo                       |   Bin 2975 -> 2975 bytes
 locale/pt_BR/BOINC-Client.po                       |    94 +-
 locale/pt_BR/BOINC-Manager.mo                      |   Bin 33747 -> 32813 bytes
 locale/pt_BR/BOINC-Manager.po                      |  3092 +-
 locale/pt_BR/BOINC-Setup.mo                        |   Bin 595 -> 557 bytes
 locale/pt_BR/BOINC-Setup.po                        |    28 +-
 locale/pt_BR/BOINC-Web.mo                          |   Bin 684 -> 615 bytes
 locale/pt_BR/BOINC-Web.po                          |   785 +-
 locale/pt_PT/BOINC-Client.mo                       |   Bin 4929 -> 4963 bytes
 locale/pt_PT/BOINC-Client.po                       |   119 +-
 locale/pt_PT/BOINC-Manager.mo                      |   Bin 79202 -> 81599 bytes
 locale/pt_PT/BOINC-Manager.po                      |  2415 +-
 locale/pt_PT/BOINC-Project-Generic.po              |  1406 +-
 locale/pt_PT/BOINC-Setup.mo                        |   Bin 3242 -> 3130 bytes
 locale/pt_PT/BOINC-Setup.po                        |    68 +-
 locale/pt_PT/BOINC-Web.mo                          |   Bin 37040 -> 36899 bytes
 locale/pt_PT/BOINC-Web.po                          |   827 +-
 locale/ro/BOINC-Client.mo                          |   Bin 4935 -> 4994 bytes
 locale/ro/BOINC-Client.po                          |    59 +-
 locale/ro/BOINC-Manager.mo                         |   Bin 77527 -> 75731 bytes
 locale/ro/BOINC-Manager.po                         |  4045 +--
 locale/ro/BOINC-Setup.mo                           |   Bin 3282 -> 3164 bytes
 locale/ro/BOINC-Setup.po                           |    66 +-
 locale/ro/BOINC-Web.mo                             |   Bin 36726 -> 36788 bytes
 locale/ro/BOINC-Web.po                             |  1110 +-
 locale/ru/BOINC-Client.mo                          |   Bin 6420 -> 6520 bytes
 locale/ru/BOINC-Client.po                          |    88 +-
 locale/ru/BOINC-Manager.mo                         |   Bin 104946 -> 108472 bytes
 locale/ru/BOINC-Manager.po                         |  2930 +-
 locale/ru/BOINC-Project-Generic.po                 |  4662 ++-
 locale/ru/BOINC-Setup.mo                           |   Bin 3967 -> 3890 bytes
 locale/ru/BOINC-Setup.po                           |    81 +-
 locale/ru/BOINC-Web.mo                             |   Bin 50235 -> 50306 bytes
 locale/ru/BOINC-Web.po                             |   595 +-
 locale/ru/wxstd.mo                                 |   Bin 48450 -> 0 bytes
 locale/sk/BOINC-Client.mo                          |   Bin 4815 -> 4835 bytes
 locale/sk/BOINC-Client.po                          |    97 +-
 locale/sk/BOINC-Manager.mo                         |   Bin 73875 -> 79904 bytes
 locale/sk/BOINC-Manager.po                         |  3189 +--
 locale/sk/BOINC-Project-Generic.po                 |  5707 ++--
 locale/sk/BOINC-Setup.mo                           |   Bin 592 -> 3003 bytes
 locale/sk/BOINC-Setup.po                           |    66 +-
 locale/sk/BOINC-Web.mo                             |   Bin 3591 -> 34848 bytes
 locale/sk/BOINC-Web.po                             |   748 +-
 locale/sl/BOINC-Client.mo                          |   Bin 2968 -> 3021 bytes
 locale/sl/BOINC-Client.po                          |    94 +-
 locale/sl/BOINC-Manager.mo                         |   Bin 56461 -> 55070 bytes
 locale/sl/BOINC-Manager.po                         |  3306 +--
 locale/sl/BOINC-Setup.mo                           |   Bin 592 -> 554 bytes
 locale/sl/BOINC-Setup.po                           |    28 +-
 locale/sl/BOINC-Web.mo                             |   Bin 7017 -> 7070 bytes
 locale/sl/BOINC-Web.po                             |   520 +-
 locale/{sv_SE => sv}/BOINC-Client.mo               |   Bin 4744 -> 4699 bytes
 locale/{sv_SE => sv}/BOINC-Client.po               |   113 +-
 locale/sv_SE/BOINC-Manager.mo                      |   Bin 75869 -> 0 bytes
 locale/sv_SE/BOINC-Manager.po                      |  4369 ---
 locale/sv_SE/BOINC-Project-Generic.po              |  6467 -----
 locale/sv_SE/BOINC-Setup.mo                        |   Bin 488 -> 0 bytes
 locale/sv_SE/BOINC-Setup.po                        |   122 -
 locale/sv_SE/BOINC-Web.mo                          |   Bin 2185 -> 0 bytes
 locale/sv_SE/BOINC-Web.po                          |   799 -
 locale/sv_SE/wxstd.mo                              |   Bin 65966 -> 0 bytes
 locale/templates/BOINC-Client.pot                  |     0
 locale/templates/BOINC-Manager.pot                 |  1608 +-
 locale/templates/BOINC-Project-Generic.pot         |  3101 +-
 locale/templates/BOINC-Setup.pot                   |     0
 locale/templates/BOINC-Web.pot                     |     0
 locale/tr/BOINC-Client.mo                          |   Bin 4952 -> 4961 bytes
 locale/tr/BOINC-Client.po                          |   116 +-
 locale/tr/BOINC-Manager.mo                         |   Bin 77571 -> 77951 bytes
 locale/tr/BOINC-Manager.po                         |  4171 ++-
 locale/tr/BOINC-Project-Generic.po                 |  1431 +-
 locale/tr/BOINC-Setup.mo                           |   Bin 1069 -> 3119 bytes
 locale/tr/BOINC-Setup.po                           |    57 +-
 locale/tr/BOINC-Web.mo                             |   Bin 36384 -> 36922 bytes
 locale/tr/BOINC-Web.po                             |   597 +-
 locale/txconfig                                    |    45 +
 locale/uk/BOINC-Client.mo                          |   Bin 6254 -> 6318 bytes
 locale/uk/BOINC-Client.po                          |    92 +-
 locale/uk/BOINC-Manager.mo                         |   Bin 104055 -> 100848 bytes
 locale/uk/BOINC-Manager.po                         |  3821 +--
 locale/uk/BOINC-Project-Generic.po                 |  1396 +-
 locale/uk/BOINC-Setup.mo                           |   Bin 3974 -> 3890 bytes
 locale/uk/BOINC-Setup.po                           |    81 +-
 locale/uk/BOINC-Web.mo                             |   Bin 49025 -> 49089 bytes
 locale/uk/BOINC-Web.po                             |   510 +-
 locale/updatetrans.sh                              |    60 +-
 locale/zh_CN/BOINC-Client.mo                       |   Bin 4717 -> 4713 bytes
 locale/zh_CN/BOINC-Client.po                       |   103 +-
 locale/zh_CN/BOINC-Manager.mo                      |   Bin 73154 -> 75519 bytes
 locale/zh_CN/BOINC-Manager.po                      |  3149 +-
 locale/zh_CN/BOINC-Project-Generic.po              |   725 +-
 locale/zh_CN/BOINC-Setup.mo                        |   Bin 2941 -> 2804 bytes
 locale/zh_CN/BOINC-Setup.po                        |    80 +-
 locale/zh_CN/BOINC-Web.mo                          |   Bin 33409 -> 33280 bytes
 locale/zh_CN/BOINC-Web.po                          |   800 +-
 locale/zh_TW/BOINC-Client.mo                       |   Bin 4560 -> 4506 bytes
 locale/zh_TW/BOINC-Client.po                       |   122 +-
 locale/zh_TW/BOINC-Manager.mo                      |   Bin 71582 -> 73142 bytes
 locale/zh_TW/BOINC-Manager.po                      |  3207 +--
 locale/zh_TW/BOINC-Project-Generic.po              |   671 +-
 locale/zh_TW/BOINC-Setup.mo                        |   Bin 2948 -> 2794 bytes
 locale/zh_TW/BOINC-Setup.po                        |    82 +-
 locale/zh_TW/BOINC-Web.mo                          |   Bin 32953 -> 32720 bytes
 locale/zh_TW/BOINC-Web.po                          |   771 +-
 m4/boinc_wxwidgets.m4                              |    19 +
 py/Boinc/boinc_db.py                               |     8 +
 py/Boinc/database.py                               |     9 +
 py/Boinc/db_base.py                                |     7 +-
 py/Boinc/setup_project.py                          |    10 +-
 py/Boinc/tools.py                                  |    11 +-
 samples/Makefile.am                                |     7 +
 samples/condor/boinc_gahp.cpp                      |     8 +-
 samples/gfx_html/browser.cpp                       |   104 +
 .../gfx_html/browser.h                             |    22 +-
 samples/gfx_html/browser.idl                       |    38 +
 samples/gfx_html/browser_win.h                     |    18 +
 samples/gfx_html/browser_win.rc                    |    96 +
 samples/gfx_html/browserctrl_win.cpp               |   290 +
 samples/gfx_html/browserctrl_win.h                 |   161 +
 samples/gfx_html/browserlog.cpp                    |    66 +
 .../gfx_html/browserlog.h                          |    17 +-
 samples/gfx_html/browsermain_win.cpp               |   235 +
 .../gfx_html/browsermain_win.h                     |    36 +-
 samples/gfx_html/browserwnd_win.cpp                |   232 +
 samples/gfx_html/browserwnd_win.h                  |    75 +
 samples/gfx_html/graphics.cpp                      |    74 +
 .../rss_main.php => samples/gfx_html/graphics.h    |    22 +-
 samples/gfx_html/mongoose.cpp                      |  5287 ++++
 samples/gfx_html/mongoose.h                        |   151 +
 samples/gfx_html/res/boinc.ico                     |   Bin 0 -> 445726 bytes
 samples/gfx_html/templates/boinc.js                |   234 +
 samples/gfx_html/templates/boinc.png               |   Bin 0 -> 4231 bytes
 samples/gfx_html/templates/index.html              |   140 +
 samples/gfx_html/vboxwrapper.cpp                   |    94 +
 .../gfx_html/vboxwrapper.h                         |    19 +-
 samples/gfx_html/webapi.cpp                        |   316 +
 .../clear_host.php => samples/gfx_html/webapi.h    |    24 +-
 samples/gfx_html/webboincjs.cpp                    |   230 +
 samples/gfx_html/webboincpng.cpp                   |   133 +
 samples/gfx_html/webindexhtml.cpp                  |   190 +
 samples/gfx_html/webserver.cpp                     |   165 +
 .../gfx_html/webserver.h                           |    18 +-
 .../rss_main.php => samples/gfx_html/webstatic.h   |    18 +-
 samples/vboxmonitor/Makefile                       |     2 +-
 samples/vboxmonitor/vboxmonitor.cpp                |    19 +-
 samples/vboxwrapper/Makefile                       |    26 +-
 samples/vboxwrapper/Makefile_mac                   |    35 +-
 samples/vboxwrapper/cernvm/cernvmwrapper.cpp       |  1197 -
 samples/vboxwrapper/deprecated/mscom/VirtualBox.h  | 28516 -------------------
 .../vboxwrapper/deprecated/mscom/VirtualBox.tlb    |   Bin 117400 -> 0 bytes
 .../vboxwrapper/deprecated/mscom/VirtualBox_i.c    |   468 -
 samples/vboxwrapper/deprecated/vbox.cpp            |   129 -
 samples/vboxwrapper/deprecated/vbox.h              |    43 -
 samples/vboxwrapper/deprecated/vbox_win.cpp        |   952 -
 samples/vboxwrapper/deprecated/vboxwrapper.cpp     |   173 -
 samples/vboxwrapper/deprecated/vm.cpp              |   141 -
 samples/vboxwrapper/deprecated/vm.h                |    62 -
 samples/vboxwrapper/floppyio.cpp                   |     1 +
 samples/vboxwrapper/floppyio.h                     |   258 +-
 samples/vboxwrapper/gbac.cpp                       |   605 +
 samples/vboxwrapper/gbac.h                         |    39 +
 samples/vboxwrapper/vbox.cpp                       |  3024 --
 samples/vboxwrapper/vbox.h                         |   235 -
 samples/vboxwrapper/vbox42.tlb                     |   Bin 0 -> 187288 bytes
 samples/vboxwrapper/vbox43.tlb                     |   Bin 0 -> 218548 bytes
 samples/vboxwrapper/vbox50.tlb                     |   Bin 0 -> 228404 bytes
 samples/vboxwrapper/vbox_common.cpp                |  1143 +
 samples/vboxwrapper/vbox_common.h                  |   246 +
 samples/vboxwrapper/vbox_mscom42.cpp               |    67 +
 .../vboxwrapper/vbox_mscom42.h                     |    25 +-
 samples/vboxwrapper/vbox_mscom43.cpp               |    68 +
 .../vboxwrapper/vbox_mscom43.h                     |    25 +-
 samples/vboxwrapper/vbox_mscom50.cpp               |    68 +
 .../vboxwrapper/vbox_mscom50.h                     |    25 +-
 samples/vboxwrapper/vbox_mscom_impl.cpp            |  2417 ++
 samples/vboxwrapper/vbox_mscom_impl.h              |    68 +
 samples/vboxwrapper/vbox_vboxmanage.cpp            |  1827 ++
 samples/vboxwrapper/vbox_vboxmanage.h              |    74 +
 samples/vboxwrapper/vboxcheckpoint.cpp             |   145 +
 .../{vboxwrapper.h => vboxcheckpoint.h}            |    35 +-
 samples/vboxwrapper/vboxjob.cpp                    |   222 +
 samples/vboxwrapper/vboxjob.h                      |   152 +
 .../vboxwrapper/vboxlog.cpp                        |    26 +-
 .../vboxwrapper/vboxlog.h                          |    15 +-
 samples/vboxwrapper/vboxlogging.cpp                |    67 +
 .../vboxwrapper/vboxlogging.h                      |    17 +-
 samples/vboxwrapper/vboxwrapper.cpp                |  1076 +-
 samples/vboxwrapper/vboxwrapper.h                  |     9 +-
 .../vboxwrapper.xcodeproj/project.pbxproj          |    70 +-
 samples/wrapper/wrapper.cpp                        |   112 +-
 sched/Makefile.am                                  |    16 +-
 sched/antique_file_deleter.cpp                     |     4 +-
 sched/assimilator.cpp                              |    14 +-
 sched/credit.cpp                                   |    62 +
 sched/credit.h                                     |     2 +
 sched/db_dump.cpp                                  |    43 +-
 sched/db_purge.cpp                                 |    60 +-
 sched/handle_request.cpp                           |   120 +-
 sched/makefile_validator_test                      |    11 +-
 sched/plan_class_spec.cpp                          |   191 +-
 sched/plan_class_spec.h                            |    10 +
 sched/sample_substr_validator.cpp                  |    27 +-
 sched/sched_array.cpp                              |    78 +-
 sched/sched_check.cpp                              |    47 +-
 sched/sched_config.cpp                             |    12 +-
 sched/sched_config.h                               |    18 +-
 sched/sched_customize.cpp                          |    72 +-
 sched/sched_locality.cpp                           |     7 +
 sched/sched_main.cpp                               |    25 +-
 sched/sched_nci.cpp                                |    10 +-
 sched/sched_result.cpp                             |    30 +-
 sched/sched_score.cpp                              |    86 +-
 sched/sched_send.cpp                               |    50 +-
 sched/sched_shmem.cpp                              |    61 +-
 sched/sched_types.cpp                              |    39 +-
 sched/sched_types.h                                |    17 +-
 sched/sched_util.cpp                               |    16 +-
 sched/sched_util.h                                 |     1 +
 sched/sched_util_basic.cpp                         |    10 +-
 sched/sched_version.cpp                            |     8 +-
 sched/script_assimilator.cpp                       |   118 +
 sched/script_validator.cpp                         |   126 +-
 sched/start                                        |     5 +-
 sched/transitioner.cpp                             |    23 +-
 sched/transitioner_catchup.php                     |     2 +-
 sched/update_stats.cpp                             |     2 +-
 sched/validate_util.cpp                            |     8 +-
 sched/validate_util.h                              |    13 +-
 sched/validator.cpp                                |     6 +
 sched/validator_test.cpp                           |    13 +-
 tools/create_work.cpp                              |    60 +-
 tools/make_project                                 |     3 +
 tools/stage_file                                   |   159 +-
 tools/update_versions                              |    63 +-
 vda/des.h                                          |     2 +-
 vda/sched_vda.cpp                                  |     6 +-
 vda/ssim.cpp                                       |     4 +-
 vda/vda.cpp                                        |     2 +-
 vda/vda_lib.cpp                                    |     6 +-
 vda/vda_lib2.cpp                                   |     4 +-
 version.h.in                                       |     2 +-
 version.log                                        |     2 +-
 xcompile/xcompile.MinGW32_on_cygwin.sh             |    92 +-
 839 files changed, 131411 insertions(+), 159922 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list