#include "gitkincludes.h"
Include dependency graph for gitkserver.c:
Go to the source code of this file.
Functions | |
gchar * | extend_locale_name (gchar *locale_name) |
generates a locale name such as "de_DE" from the short name "de" | |
gpointer | gitk_server_thread (gpointer data) |
void | index_html (httpd *server) |
void | output_error (httpd *server, char *error_str) |
void | output_header (httpd *server, char *title_str) |
void | output_section_heading (httpd *server, char *heading) |
void | output_section_spacer (httpd *server) |
void | showdialogdoc_html (httpd *server) |
Definition in file gitkserver.c.
|
generates a locale name such as "de_DE" from the short name "de"
Definition at line 30 of file gitkserver.c. Referenced by index_html(). |
|
starts the gitk introsprection server. Run this as a new thread. Definition at line 304 of file gitkserver.c. References gitk_log, gitk_log1, gitk_server_port, gitk_server_thread(), and index_html(). Referenced by gitk_init(), and gitk_server_thread(). |
Here is the call graph for this function:
|
Here is the call graph for this function: