From ba1d4e1663dfbf82ea57171f19387b3807238de9 Mon Sep 17 00:00:00 2001 From: Ed Sabol <22986767+esabol@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:24:40 -0500 Subject: [PATCH] Replaced all references to gearman.info with gearman.org. --- configure.ac | 2 +- docs/source/bin/gearadmin.rst | 2 +- docs/source/bin/gearman.rst | 2 +- docs/source/conf.py.in | 318 +++++++++--------- docs/source/gearmand.rst | 2 +- docs/source/libgearman/gearman_bugreport.rst | 2 +- docs/source/libgearman/gearman_client.rst | 2 +- .../libgearman/gearman_client_add_server.rst | 2 +- .../libgearman/gearman_client_add_task.rst | 2 +- .../gearman_client_add_task_background.rst | 2 +- .../gearman_client_add_task_status.rst | 2 +- docs/source/libgearman/gearman_client_do.rst | 2 +- .../gearman_client_do_background.rst | 2 +- .../source/libgearman/gearman_client_echo.rst | 2 +- .../libgearman/gearman_client_error.rst | 2 +- .../libgearman/gearman_client_job_status.rst | 2 +- .../libgearman/gearman_client_options.rst | 2 +- .../libgearman/gearman_client_run_tasks.rst | 2 +- .../libgearman/gearman_client_set_log_fn.rst | 2 +- docs/source/libgearman/gearman_client_st.rst | 2 +- .../source/libgearman/gearman_client_wait.rst | 2 +- docs/source/libgearman/gearman_execute.rst | 2 +- .../libgearman/gearman_job_handle_t.rst | 2 +- docs/source/libgearman/gearman_job_st.rst | 2 +- docs/source/libgearman/gearman_log_fn.rst | 2 +- .../libgearman/gearman_parse_servers.rst | 2 +- docs/source/libgearman/gearman_task_st.rst | 2 +- docs/source/libgearman/gearman_verbose_t.rst | 2 +- docs/source/libgearman/gearman_version.rst | 2 +- .../gearman_worker_add_function.rst | 2 +- .../libgearman/gearman_worker_add_server.rst | 2 +- .../libgearman/gearman_worker_create.rst | 2 +- .../gearman_worker_define_function.rst | 2 +- .../libgearman/gearman_worker_error.rst | 2 +- .../libgearman/gearman_worker_options.rst | 2 +- .../gearman_worker_set_identifier.rst | 2 +- .../libgearman/gearman_worker_set_log_fn.rst | 2 +- docs/source/libgearman/gearman_worker_st.rst | 2 +- docs/source/libgearman/namespace.rst | 2 +- docs/source/license.rst | 4 +- libgearman/strerror.cc | 2 +- libtest/unittest.cc | 4 +- support/gearman.info.conf | 14 - tests/libgearman-1.0/client_test.cc | 2 +- 44 files changed, 203 insertions(+), 217 deletions(-) delete mode 100644 support/gearman.info.conf diff --git a/configure.ac b/configure.ac index 5c32b967b..78101dbf3 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ m4_include([./version.m4]) AC_REVISION([m4_esyscmd_s([git describe --always])]) AC_PREREQ([2.69]) -AC_INIT([gearmand],[VERSION_NUMBER],[https://github.com/gearman/gearmand/issues],[gearmand],[http://gearman.info/]) +AC_INIT([gearmand],[VERSION_NUMBER],[https://github.com/gearman/gearmand/issues],[gearmand],[https://gearman.org/gearmand/]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/docs/source/bin/gearadmin.rst b/docs/source/bin/gearadmin.rst index 85daae2a2..e1e17dea3 100644 --- a/docs/source/bin/gearadmin.rst +++ b/docs/source/bin/gearadmin.rst @@ -82,7 +82,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/bin/gearman.rst b/docs/source/bin/gearman.rst index bd33bb3b3..d05af78ea 100644 --- a/docs/source/bin/gearman.rst +++ b/docs/source/bin/gearman.rst @@ -99,7 +99,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/conf.py.in b/docs/source/conf.py.in index 87ca0e9fc..4ce1a18f4 100644 --- a/docs/source/conf.py.in +++ b/docs/source/conf.py.in @@ -222,165 +222,165 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_show_urls=True man_pages = [ - ('bin/gearadmin', 'gearadmin', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 1), - ('bin/gearman', 'gearman', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 1), - ('gearmand', 'gearmand', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 8), - ('libgearman', 'libgearman', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_actions_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_clear_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_complete_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_context', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_created_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_data_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_exception_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_fail_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_status_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_actions_t', 'gearman_client_set_warning_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_argument_t', 'gearman_argument_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_argument_t', 'gearman_argument_make', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_allocator_t', 'gearman_allocator_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_allocator_t', 'gearman_client_set_memory_allocators', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_allocator_t', 'gearman_worker_set_memory_allocators', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_bugreport', 'gearman_bugreport', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client', 'gearman_client_clone', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client', 'gearman_client_create', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client', 'gearman_client_free', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_server', 'gearman_client_add_server', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_server', 'gearman_client_add_servers', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_server', 'gearman_client_remove_servers', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task', 'gearman_client_add_task', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task', 'gearman_client_add_task_high', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task', 'gearman_client_add_task_low', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task_background', 'gearman_client_add_task_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task_background', 'gearman_client_add_task_high_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task_background', 'gearman_client_add_task_low_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_add_task_status', 'gearman_client_add_task_status', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_do', 'gearman_client_do', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_do', 'gearman_client_do_high', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_do', 'gearman_client_do_low', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_do_background', 'gearman_client_do_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_do_background', 'gearman_client_do_high_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_do_background', 'gearman_client_do_low_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_echo', 'gearman_client_echo', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_echo', 'gearman_worker_echo', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_error', 'gearman_client_errno', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_error', 'gearman_client_error', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_job_status', 'gearman_client_job_status', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_options', 'gearman_client_options_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_options', 'gearman_client_add_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_options', 'gearman_client_has_option', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_options', 'gearman_client_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_options', 'gearman_client_remove_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_options', 'gearman_client_set_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_run_tasks', 'gearman_client_run_tasks', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_set_log_fn', 'gearman_client_set_log_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_set_log_fn', 'gearman_worker_set_log_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_context', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_do_job_handle', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_do_status', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_set_task_context_free_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_set_timeout', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_set_workload_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_set_workload_free_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_set_workload_malloc_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_st', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_task_free_all', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_st', 'gearman_client_timeout', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_client_wait', 'gearman_client_wait', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_execute', 'gearman_execute', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_handle_t', 'gearman_job_handle_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_free', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_free_all', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_function_name', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_handle', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_use_client', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_send_complete', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_send_data', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_send_exception', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_send_fail', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_send_status', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_send_warning', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_st', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_take_workload', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_unique', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_workload', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_job_st', 'gearman_job_workload_size', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_log_fn', 'gearman_log_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_parse_servers', 'gearman_parse_servers', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_boolean', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_integer', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_is_null', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_size', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_size', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_store_integer', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_store_string', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_store_value', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_result_t', 'gearman_result_string', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_return_t', 'gearman_continue', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_return_t', 'gearman_failed', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_return_t', 'gearman_return_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_return_t', 'gearman_strerror', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_return_t', 'gearman_success', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_string_t', 'gearman_string_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_error', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_return', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_context', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_data', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_data_size', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_denominator', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_free', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_function_name', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_give_workload', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_is_known', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_is_running', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_job_handle', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_numerator', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_recv_data', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_send_workload', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_set_context', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_st', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_take_data', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_st', 'gearman_task_unique', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_verbose_t', 'gearman_verbose_name', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_verbose_t', 'gearman_verbose_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_version', 'gearman_version', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_attr_t', 'gearman_task_attr_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_attr_t', 'gearman_task_attr_init', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_attr_t', 'gearman_task_attr_init_epoch', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_task_attr_t', 'gearman_task_attr_init_background', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_set_identifier', 'gearman_worker_set_identifier', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_add_server', 'gearman_worker_add_server', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_add_server', 'gearman_worker_add_servers', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_add_server', 'gearman_worker_remove_servers', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_create', 'gearman_worker_clone', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_create', 'gearman_worker_create', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_create', 'gearman_worker_free', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_define_function', 'gearman_worker_define_function', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_error', 'gearman_worker_errno', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_error', 'gearman_worker_error', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_options', 'gearman_worker_options_t', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_options', 'gearman_worker_add_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_options', 'gearman_worker_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_options', 'gearman_worker_remove_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_options', 'gearman_worker_set_options', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_set_log_fn', 'gearman_worker_set_log_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_add_function', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_context', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_function_exist', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_grab_job', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_register', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_set_context', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_set_timeout', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_set_workload_free_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_set_workload_malloc_fn', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_st', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_timeout', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_unregister', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_unregister_all', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_wait', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/gearman_worker_st', 'gearman_worker_work', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/namespace', 'gearman_client_set_namespace', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), - ('libgearman/namespace', 'gearman_worker_set_namespace', u'Gearmand Documentation, http://gearman.info/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('bin/gearadmin', 'gearadmin', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 1), + ('bin/gearman', 'gearman', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 1), + ('gearmand', 'gearmand', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 8), + ('libgearman', 'libgearman', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_actions_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_clear_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_complete_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_context', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_created_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_data_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_exception_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_fail_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_status_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_actions_t', 'gearman_client_set_warning_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_argument_t', 'gearman_argument_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_argument_t', 'gearman_argument_make', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_allocator_t', 'gearman_allocator_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_allocator_t', 'gearman_client_set_memory_allocators', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_allocator_t', 'gearman_worker_set_memory_allocators', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_bugreport', 'gearman_bugreport', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client', 'gearman_client_clone', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client', 'gearman_client_create', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client', 'gearman_client_free', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_server', 'gearman_client_add_server', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_server', 'gearman_client_add_servers', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_server', 'gearman_client_remove_servers', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task', 'gearman_client_add_task', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task', 'gearman_client_add_task_high', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task', 'gearman_client_add_task_low', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task_background', 'gearman_client_add_task_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task_background', 'gearman_client_add_task_high_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task_background', 'gearman_client_add_task_low_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_add_task_status', 'gearman_client_add_task_status', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_do', 'gearman_client_do', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_do', 'gearman_client_do_high', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_do', 'gearman_client_do_low', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_do_background', 'gearman_client_do_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_do_background', 'gearman_client_do_high_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_do_background', 'gearman_client_do_low_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_echo', 'gearman_client_echo', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_echo', 'gearman_worker_echo', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_error', 'gearman_client_errno', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_error', 'gearman_client_error', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_job_status', 'gearman_client_job_status', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_options', 'gearman_client_options_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_options', 'gearman_client_add_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_options', 'gearman_client_has_option', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_options', 'gearman_client_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_options', 'gearman_client_remove_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_options', 'gearman_client_set_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_run_tasks', 'gearman_client_run_tasks', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_set_log_fn', 'gearman_client_set_log_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_set_log_fn', 'gearman_worker_set_log_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_context', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_do_job_handle', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_do_status', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_set_task_context_free_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_set_timeout', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_set_workload_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_set_workload_free_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_set_workload_malloc_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_st', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_task_free_all', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_st', 'gearman_client_timeout', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_client_wait', 'gearman_client_wait', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_execute', 'gearman_execute', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_handle_t', 'gearman_job_handle_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_free', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_free_all', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_function_name', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_handle', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_use_client', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_send_complete', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_send_data', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_send_exception', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_send_fail', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_send_status', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_send_warning', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_st', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_take_workload', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_unique', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_workload', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_job_st', 'gearman_job_workload_size', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_log_fn', 'gearman_log_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_parse_servers', 'gearman_parse_servers', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_boolean', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_integer', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_is_null', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_size', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_size', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_store_integer', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_store_string', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_store_value', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_result_t', 'gearman_result_string', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_return_t', 'gearman_continue', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_return_t', 'gearman_failed', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_return_t', 'gearman_return_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_return_t', 'gearman_strerror', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_return_t', 'gearman_success', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_string_t', 'gearman_string_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_error', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_return', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_context', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_data', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_data_size', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_denominator', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_free', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_function_name', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_give_workload', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_is_known', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_is_running', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_job_handle', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_numerator', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_recv_data', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_send_workload', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_set_context', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_st', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_take_data', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_st', 'gearman_task_unique', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_verbose_t', 'gearman_verbose_name', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_verbose_t', 'gearman_verbose_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_version', 'gearman_version', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_attr_t', 'gearman_task_attr_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_attr_t', 'gearman_task_attr_init', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_attr_t', 'gearman_task_attr_init_epoch', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_task_attr_t', 'gearman_task_attr_init_background', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_set_identifier', 'gearman_worker_set_identifier', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_add_server', 'gearman_worker_add_server', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_add_server', 'gearman_worker_add_servers', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_add_server', 'gearman_worker_remove_servers', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_create', 'gearman_worker_clone', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_create', 'gearman_worker_create', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_create', 'gearman_worker_free', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_define_function', 'gearman_worker_define_function', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_error', 'gearman_worker_errno', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_error', 'gearman_worker_error', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_options', 'gearman_worker_options_t', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_options', 'gearman_worker_add_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_options', 'gearman_worker_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_options', 'gearman_worker_remove_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_options', 'gearman_worker_set_options', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_set_log_fn', 'gearman_worker_set_log_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_add_function', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_context', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_function_exist', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_grab_job', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_register', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_set_context', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_set_timeout', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_set_workload_free_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_set_workload_malloc_fn', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_st', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_timeout', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_unregister', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_unregister_all', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_wait', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/gearman_worker_st', 'gearman_worker_work', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/namespace', 'gearman_client_set_namespace', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), + ('libgearman/namespace', 'gearman_worker_set_namespace', u'Gearmand Documentation, https://gearman.org/gearmand/', [u'Data Differential http://www.datadifferential.com/'], 3), ] # -- Options for Texinfo output ------------------------------------------- diff --git a/docs/source/gearmand.rst b/docs/source/gearmand.rst index 2e35fa7e9..8d38e6b87 100644 --- a/docs/source/gearmand.rst +++ b/docs/source/gearmand.rst @@ -282,7 +282,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_bugreport.rst b/docs/source/libgearman/gearman_bugreport.rst index d8a70cf79..210e62327 100644 --- a/docs/source/libgearman/gearman_bugreport.rst +++ b/docs/source/libgearman/gearman_bugreport.rst @@ -29,7 +29,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client.rst b/docs/source/libgearman/gearman_client.rst index 4f5d4d9c1..f6aa0875b 100644 --- a/docs/source/libgearman/gearman_client.rst +++ b/docs/source/libgearman/gearman_client.rst @@ -59,6 +59,6 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :manpage:`gearmand(8)` :manpage:`libgearman(3)` :manpage:`gearman_strerror(3)` :manpage:`gearman_client_st(3)` diff --git a/docs/source/libgearman/gearman_client_add_server.rst b/docs/source/libgearman/gearman_client_add_server.rst index 317bf9229..ba75d6fc1 100644 --- a/docs/source/libgearman/gearman_client_add_server.rst +++ b/docs/source/libgearman/gearman_client_add_server.rst @@ -40,7 +40,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_add_task.rst b/docs/source/libgearman/gearman_client_add_task.rst index cb9f5cff9..2b905d270 100644 --- a/docs/source/libgearman/gearman_client_add_task.rst +++ b/docs/source/libgearman/gearman_client_add_task.rst @@ -37,7 +37,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_add_task_background.rst b/docs/source/libgearman/gearman_client_add_task_background.rst index 5634f0f2d..f54d25d2a 100644 --- a/docs/source/libgearman/gearman_client_add_task_background.rst +++ b/docs/source/libgearman/gearman_client_add_task_background.rst @@ -45,7 +45,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_add_task_status.rst b/docs/source/libgearman/gearman_client_add_task_status.rst index c7ff705ca..f8125d91f 100644 --- a/docs/source/libgearman/gearman_client_add_task_status.rst +++ b/docs/source/libgearman/gearman_client_add_task_status.rst @@ -34,7 +34,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_do.rst b/docs/source/libgearman/gearman_client_do.rst index aa3483538..003832283 100644 --- a/docs/source/libgearman/gearman_client_do.rst +++ b/docs/source/libgearman/gearman_client_do.rst @@ -55,7 +55,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_do_background.rst b/docs/source/libgearman/gearman_client_do_background.rst index 3f247a627..c9cb119bf 100644 --- a/docs/source/libgearman/gearman_client_do_background.rst +++ b/docs/source/libgearman/gearman_client_do_background.rst @@ -55,7 +55,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_echo.rst b/docs/source/libgearman/gearman_client_echo.rst index 431860875..6a654293b 100644 --- a/docs/source/libgearman/gearman_client_echo.rst +++ b/docs/source/libgearman/gearman_client_echo.rst @@ -31,7 +31,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :manpage:`gearmand(8)` :manpage:`libgearman(3)` diff --git a/docs/source/libgearman/gearman_client_error.rst b/docs/source/libgearman/gearman_client_error.rst index 00f18e845..82f92119d 100644 --- a/docs/source/libgearman/gearman_client_error.rst +++ b/docs/source/libgearman/gearman_client_error.rst @@ -33,7 +33,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :manpage:`gearmand(8)` :manpage:`libgearman(3)` diff --git a/docs/source/libgearman/gearman_client_job_status.rst b/docs/source/libgearman/gearman_client_job_status.rst index 6d999c58b..aff0510f1 100644 --- a/docs/source/libgearman/gearman_client_job_status.rst +++ b/docs/source/libgearman/gearman_client_job_status.rst @@ -38,7 +38,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :manpage:`gearmand(8)` :manpage:`libgearman(3)` :manpage:`gearman_client_st(3)` :manpage:`gearman_job_handle_t(3)` :manpage:`gearman_continue(3` diff --git a/docs/source/libgearman/gearman_client_options.rst b/docs/source/libgearman/gearman_client_options.rst index 54d0a6a98..b202c0086 100644 --- a/docs/source/libgearman/gearman_client_options.rst +++ b/docs/source/libgearman/gearman_client_options.rst @@ -63,7 +63,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :manpage:`gearmand(8)` :manpage:`libgearman(3)` diff --git a/docs/source/libgearman/gearman_client_run_tasks.rst b/docs/source/libgearman/gearman_client_run_tasks.rst index eb014d98e..770434c41 100644 --- a/docs/source/libgearman/gearman_client_run_tasks.rst +++ b/docs/source/libgearman/gearman_client_run_tasks.rst @@ -41,7 +41,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_client_set_log_fn.rst b/docs/source/libgearman/gearman_client_set_log_fn.rst index ac07340db..7dc73fbf4 100644 --- a/docs/source/libgearman/gearman_client_set_log_fn.rst +++ b/docs/source/libgearman/gearman_client_set_log_fn.rst @@ -32,7 +32,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- SEE ALSO diff --git a/docs/source/libgearman/gearman_client_st.rst b/docs/source/libgearman/gearman_client_st.rst index 9a179c63e..c63a6c782 100644 --- a/docs/source/libgearman/gearman_client_st.rst +++ b/docs/source/libgearman/gearman_client_st.rst @@ -68,7 +68,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :manpage:`gearmand(8)` :manpage:`libgearman(3)` :manpage:`gearman_client_create(3)` diff --git a/docs/source/libgearman/gearman_client_wait.rst b/docs/source/libgearman/gearman_client_wait.rst index 4b3d3feea..2fcd0dd9c 100644 --- a/docs/source/libgearman/gearman_client_wait.rst +++ b/docs/source/libgearman/gearman_client_wait.rst @@ -30,7 +30,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_execute.rst b/docs/source/libgearman/gearman_execute.rst index f24cfeefc..757d81197 100644 --- a/docs/source/libgearman/gearman_execute.rst +++ b/docs/source/libgearman/gearman_execute.rst @@ -58,7 +58,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_job_handle_t.rst b/docs/source/libgearman/gearman_job_handle_t.rst index 05fc0032c..ddf4b4e54 100644 --- a/docs/source/libgearman/gearman_job_handle_t.rst +++ b/docs/source/libgearman/gearman_job_handle_t.rst @@ -34,7 +34,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- SEE ALSO diff --git a/docs/source/libgearman/gearman_job_st.rst b/docs/source/libgearman/gearman_job_st.rst index 469cb7972..1162e6140 100644 --- a/docs/source/libgearman/gearman_job_st.rst +++ b/docs/source/libgearman/gearman_job_st.rst @@ -77,7 +77,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_log_fn.rst b/docs/source/libgearman/gearman_log_fn.rst index 2a18c7e32..655c5f7d9 100644 --- a/docs/source/libgearman/gearman_log_fn.rst +++ b/docs/source/libgearman/gearman_log_fn.rst @@ -30,7 +30,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- SEE ALSO diff --git a/docs/source/libgearman/gearman_parse_servers.rst b/docs/source/libgearman/gearman_parse_servers.rst index 3ca5ba0ef..3a23f9fa3 100644 --- a/docs/source/libgearman/gearman_parse_servers.rst +++ b/docs/source/libgearman/gearman_parse_servers.rst @@ -34,7 +34,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_task_st.rst b/docs/source/libgearman/gearman_task_st.rst index 3dda0ad0d..7a4033ef6 100644 --- a/docs/source/libgearman/gearman_task_st.rst +++ b/docs/source/libgearman/gearman_task_st.rst @@ -93,7 +93,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- SEE ALSO diff --git a/docs/source/libgearman/gearman_verbose_t.rst b/docs/source/libgearman/gearman_verbose_t.rst index 4b0c764ed..242ac2107 100644 --- a/docs/source/libgearman/gearman_verbose_t.rst +++ b/docs/source/libgearman/gearman_verbose_t.rst @@ -50,7 +50,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_version.rst b/docs/source/libgearman/gearman_version.rst index c141cf5b6..ebbf8d75d 100644 --- a/docs/source/libgearman/gearman_version.rst +++ b/docs/source/libgearman/gearman_version.rst @@ -33,7 +33,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_worker_add_function.rst b/docs/source/libgearman/gearman_worker_add_function.rst index be44e329f..84992a701 100644 --- a/docs/source/libgearman/gearman_worker_add_function.rst +++ b/docs/source/libgearman/gearman_worker_add_function.rst @@ -40,7 +40,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_worker_add_server.rst b/docs/source/libgearman/gearman_worker_add_server.rst index 1094ab90c..7c14644ae 100644 --- a/docs/source/libgearman/gearman_worker_add_server.rst +++ b/docs/source/libgearman/gearman_worker_add_server.rst @@ -45,6 +45,6 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :program:`gearmand` :doc:`../libgearman` :c:type:`gearman_worker_st` diff --git a/docs/source/libgearman/gearman_worker_create.rst b/docs/source/libgearman/gearman_worker_create.rst index b1fc27d56..858245a4f 100644 --- a/docs/source/libgearman/gearman_worker_create.rst +++ b/docs/source/libgearman/gearman_worker_create.rst @@ -59,7 +59,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_worker_define_function.rst b/docs/source/libgearman/gearman_worker_define_function.rst index eb03cadc1..73ecf92c0 100644 --- a/docs/source/libgearman/gearman_worker_define_function.rst +++ b/docs/source/libgearman/gearman_worker_define_function.rst @@ -64,7 +64,7 @@ HOME To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/libgearman/gearman_worker_error.rst b/docs/source/libgearman/gearman_worker_error.rst index 18d49a97d..3d5057073 100644 --- a/docs/source/libgearman/gearman_worker_error.rst +++ b/docs/source/libgearman/gearman_worker_error.rst @@ -33,7 +33,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_worker_options.rst b/docs/source/libgearman/gearman_worker_options.rst index b9e2d6578..14fa1852d 100644 --- a/docs/source/libgearman/gearman_worker_options.rst +++ b/docs/source/libgearman/gearman_worker_options.rst @@ -55,7 +55,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: diff --git a/docs/source/libgearman/gearman_worker_set_identifier.rst b/docs/source/libgearman/gearman_worker_set_identifier.rst index 598c39508..c787c4e26 100644 --- a/docs/source/libgearman/gearman_worker_set_identifier.rst +++ b/docs/source/libgearman/gearman_worker_set_identifier.rst @@ -32,7 +32,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ .. seealso:: :program:`gearmand` :doc:`../libgearman` :c:type:`gearman_worker_st` diff --git a/docs/source/libgearman/gearman_worker_set_log_fn.rst b/docs/source/libgearman/gearman_worker_set_log_fn.rst index 1f4de5b0a..7d7454e17 100644 --- a/docs/source/libgearman/gearman_worker_set_log_fn.rst +++ b/docs/source/libgearman/gearman_worker_set_log_fn.rst @@ -32,7 +32,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- SEE ALSO diff --git a/docs/source/libgearman/gearman_worker_st.rst b/docs/source/libgearman/gearman_worker_st.rst index 219bd3dea..6e8a6680e 100644 --- a/docs/source/libgearman/gearman_worker_st.rst +++ b/docs/source/libgearman/gearman_worker_st.rst @@ -76,7 +76,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- SEE ALSO diff --git a/docs/source/libgearman/namespace.rst b/docs/source/libgearman/namespace.rst index 394046220..22ddebb07 100644 --- a/docs/source/libgearman/namespace.rst +++ b/docs/source/libgearman/namespace.rst @@ -35,7 +35,7 @@ HOME ---- To find out more information please check: -`http://gearman.info/ `_ +`https://gearman.org/gearmand/ `_ -------- diff --git a/docs/source/license.rst b/docs/source/license.rst index 98c438e90..a26b2e91f 100644 --- a/docs/source/license.rst +++ b/docs/source/license.rst @@ -10,7 +10,7 @@ Documentation Content :alt: Creative Commons License :target: http://creativecommons.org/licenses/by-sa/4.0/ -Gearman Documentation (gearman.info) is licensed under a `Attribution-ShareAlike 4.0 International License `_. +Gearman Documentation (gearman.org) is licensed under a `Attribution-ShareAlike 4.0 International License `_. If you need to have the documention licensed in a different manner, please contact `Data Differential `_. @@ -18,4 +18,4 @@ If you need to have the documention licensed in a different manner, please conta Server and C/C++ library ------------------------ -Gearmand is shipped under the BSD license. +Gearmand is released under the BSD license. diff --git a/libgearman/strerror.cc b/libgearman/strerror.cc index e30b67d7d..638a17394 100644 --- a/libgearman/strerror.cc +++ b/libgearman/strerror.cc @@ -44,7 +44,7 @@ #include "gear_config.h" #include -// Please see http://gearman.info/libgearman/gearman_return_t.html +// Please see https://gearman.org/gearmand/libgearman/gearman_return_t/ const char *gearman_strerror(gearman_return_t rc) { diff --git a/libtest/unittest.cc b/libtest/unittest.cc index 6d2e48d7a..6981e3827 100644 --- a/libtest/unittest.cc +++ b/libtest/unittest.cc @@ -964,13 +964,13 @@ static test_return_t Timer_TEST(void *) static test_return_t lookup_true_TEST(void *) { - test_warn(libtest::lookup("exist.gearman.info"), "dns is not currently working"); + test_warn(libtest::lookup("exist.gearman.org"), "dns is not currently working"); return TEST_SUCCESS; } static test_return_t lookup_false_TEST(void *) { - SKIP_IF_(libtest::lookup("does_not_exist.gearman.info"), + SKIP_IF_(libtest::lookup("does_not_exist.gearman.org"), "Broken DNS server detected"); return TEST_SUCCESS; diff --git a/support/gearman.info.conf b/support/gearman.info.conf deleted file mode 100644 index a0d4d48ad..000000000 --- a/support/gearman.info.conf +++ /dev/null @@ -1,14 +0,0 @@ - - DirectoryIndex index.html - AllowOverride None - Order allow,deny - Allow from all - - - ServerAdmin brian@tangent.org - DocumentRoot "/usr/local/share/doc/gearmand/html/" - ServerName gearman.info - ServerAlias gearman.info www.gearman.info - ServerAdmin brian@tangent.org - ErrorDocument 404 /index.html - diff --git a/tests/libgearman-1.0/client_test.cc b/tests/libgearman-1.0/client_test.cc index 120fc32d1..397025290 100644 --- a/tests/libgearman-1.0/client_test.cc +++ b/tests/libgearman-1.0/client_test.cc @@ -810,7 +810,7 @@ static test_return_t hostname_resolution(void *) libgearman::Client client; - test_skip(GEARMAN_SUCCESS, gearman_client_add_servers(&client, "exist.gearman.info:12345")); + test_skip(GEARMAN_SUCCESS, gearman_client_add_servers(&client, "exist.gearman.org:12345")); ASSERT_EQ(GEARMAN_SUCCESS, gearman_client_error_code(&client));