| aboutdialog.cpp [code] | Displays information about Vidalia, Tor, and Qt |
| aboutdialog.h [code] | Displays information about Vidalia, Tor, and Qt |
| advancedpage.cpp [code] | Advanced Tor and Vidalia configuration options |
| advancedpage.h [code] | Advanced Tor and Vidalia configuration options |
| appearancepage.cpp [code] | Displays Vidalia language and style settings |
| appearancepage.h [code] | Displays Vidalia language and style settings |
| bandwidthevent.h [code] | Event dispatched upon receiving a bandwidth update from Tor |
| bwgraph.cpp [code] | Displays a graph of Tor's bandwidth usage |
| bwgraph.h [code] | Displays a graph of Tor's bandwidth usage |
| circuit.cpp [code] | Object representing a Tor circuit |
| circuit.h [code] | Object representing a Tor circuit |
| circuitevent.h [code] | Event dispatched containing updated circuit status information |
| circuititem.cpp [code] | Item representing a Tor circuit and its status |
| circuititem.h [code] | List item representing a Tor circuit and its status |
| circuitlistwidget.cpp [code] | Collection of Tor circuits as CircuitItems |
| circuitlistwidget.h [code] | Collection of Tor circuits as CircuitItems |
| configdialog.cpp [code] | Contains a series of Vidalia and Tor configuration pages |
| configdialog.h [code] | Contains a series of Vidalia and Tor configuration pages |
| configpage.h [code] | Pure-virtual class for a configuration page |
| configpagestack.cpp [code] | A collection of configuration pages |
| configpagestack.h [code] | A collection of configuration pages |
| controlcommand.cpp [code] | A command sent to Tor's control interface |
| controlcommand.h [code] | A command sent to Tor's control interface |
| controlconnection.cpp [code] | A connection to Tor's control interface, responsible for sending and receiving commands and events |
| controlconnection.h [code] | A connection to Tor's control interface, responsible for sending and receiving commands and events |
| controlreply.cpp [code] | A response from Tor's control interface |
| controlreply.h [code] | A response from Tor's control interface |
| controlsocket.cpp [code] | Socket used to connect to Tor's control interface |
| controlsocket.h [code] | Socket used to connect to Tor's control interface |
| domainvalidator.cpp [code] | Validates that a given domain name is (probably) valid |
| domainvalidator.h [code] | Validates that a given domain name is (probably) valid |
| eventtype.h [code] | Custom events dispatched upon receiving notification from Tor |
| exitpolicy.cpp [code] | Collection of Policy objects representing an exit policy |
| exitpolicy.h [code] | Collection of Policy objects representing an exit policy |
| file.cpp [code] | Functions and definitions for common file I/O operations |
| file.h [code] | Functions and definitions for common file I/O operations |
| generalpage.cpp [code] | General Tor and Vidalia configuration options |
| generalpage.h [code] | General Tor and Vidalia configuration options |
| geoip.cpp [code] | Associates an IP with a geographic location |
| geoip.h [code] | Associates an IP with a geographic location |
| geoipcache.cpp [code] | Caches the results of previous GeoIP requests |
| geoipcache.h [code] | Caches the results of previous GeoIP requests |
| geoipcacheitem.cpp [code] | Cached result of a single IP-to-geolocation result |
| geoipcacheitem.h [code] | Cached result of a single IP-to-geolocation result |
| geoiprequest.cpp [code] | A formatted request for GeoIP information for one or more IPs |
| geoiprequest.h [code] | A formatted request for GeoIP information for one or more IPs |
| geoipresolver.cpp [code] | Requests GeoIP information and caches the result |
| geoipresolver.h [code] | Requests GeoIP information and caches the result |
| geoipresponse.cpp [code] | Parses a response to a previous GeoIP request |
| geoipresponse.h [code] | Parses a response to a previous GeoIP request |
| graphframe.cpp [code] | Graphs a series of send and receive data points |
| graphframe.h [code] | Graphs a series of send and receive data points |
| helpbrowser.cpp [code] | Displays a list of help topics and content |
| helpbrowser.h [code] | Displays a list of help topics and content |
| helptextbrowser.cpp [code] | Displays an HTML-based help document |
| helptextbrowser.h [code] | Displays an HTML-based help document |
| html.cpp [code] | HTML formatting functions |
| html.h [code] | HTML formatting functions |
| http.cpp [code] | Simple HTTP GET request object |
| http.h [code] | Simple HTTP GET request object |
| ipvalidator.cpp [code] | Validates an entered IP address |
| ipvalidator.h [code] | Validates an entered IP address |
| languagesupport.cpp [code] | Contains languages supported by Vidalia |
| languagesupport.h [code] | Contains languages supported by Vidalia |
| logevent.cpp [code] | Event dispatched containing a log message from Tor |
| logevent.h [code] | Event dispatched containing a log message from Tor |
| logfile.cpp [code] | Logs messages from Tor to a file |
| logfile.h [code] | Logs messages from Tor to a file |
| logheaderview.cpp [code] | Header for the message log QTreeView |
| logheaderview.h [code] | Header for the message log QTreeView |
| logtreeitem.cpp [code] | Item representing a single message in the message log |
| logtreeitem.h [code] | Item representing a single message in the message log |
| logtreewidget.cpp [code] | Contains a collection of log messages as LogTreeItems |
| logtreewidget.h [code] | Contains a collection of log messages as LogTreeItems |
| main.cpp [code] | Main Vidalia entry point |
| mainwindow.cpp [code] | Main (hidden) window. Creates tray menu and child windows |
| mainwindow.h [code] | Main (hidden) window. Creates tray menu and child windows |
| messagelog.cpp [code] | Displays log messages and message log settings |
| messagelog.h [code] | Displays log messages and message log settings |
| net.cpp [code] | Common network I/O and utility functions |
| net.h [code] | Common network I/O and utility functions |
| netviewer.cpp [code] | Displays a map of the Tor network and the user's circuits |
| netviewer.h [code] | Displays a map of the Tor network and the user's circuits |
| newdescriptorevent.h [code] | Event dispatched upon receiving a new descriptor from Tor |
| nicknamevalidator.cpp [code] | Validates that a server nickname contains only valid characters |
| nicknamevalidator.h [code] | Validates that a server nickname contains only valid characters |
| orconnevent.cpp [code] | Event dispatched upon receiving an ORCONN update from Tor |
| orconnevent.h [code] | Event dispatched upon receiving an ORCONN update from Tor |
| policy.cpp [code] | Exit policy parsing |
| policy.h [code] | Exit policy parsing |
| portvalidator.cpp [code] | Validates that a number is a valid port number |
| portvalidator.h [code] | Validates that a number is a valid port number |
| process.cpp [code] | Process information and pidfile functions |
| process.h [code] | Process information and pidfile functions |
| replyline.cpp [code] | Reply from a previous control command sent to Tor |
| replyline.h [code] | Reply from a previous control command sent to Tor |
| routerdescriptor.cpp [code] | Parses a blob of router descriptor text from Tor |
| routerdescriptor.h [code] | Parses a blob of router descriptor text from Tor |
| routerdescriptorview.cpp [code] | Formats and displays a router descriptor as HTML |
| routerdescriptorview.h [code] | Formats and displays a router descriptor as HTML |
| routerlistitem.cpp [code] | Item representing a single router and status in a RouterListWidget |
| routerlistitem.h [code] | Item representing a single router and status in a RouterListWidget |
| routerlistwidget.cpp [code] | Displays a list of Tor servers and their status |
| routerlistwidget.h [code] | Displays a list of Tor servers and their status |
| serverpage.cpp [code] | Tor server configuration options |
| serverpage.h [code] | Tor server configuration options |
| serversettings.cpp [code] | Settings for running a Tor server |
| serversettings.h [code] | Settings for running a Tor server |
| stream.cpp [code] | Object representing a Tor stream |
| stream.h [code] | Object representing a Tor stream |
| streamevent.h [code] | Event dispatched when a stream status update is received from Tor |
| streamitem.cpp [code] | Item representing a stream through Tor and its status |
| streamitem.h [code] | Item representing a stream through Tor and its status |
| string.cpp [code] | Common string manipulation functions |
| string.h [code] | Common string manipulation functions |
| torcontrol.cpp [code] | Object for interacting with the Tor process and control interface |
| torcontrol.h [code] | Object for interacting with the Tor process and control interface |
| torevents.cpp [code] | Parses and dispatches events from Tor |
| torevents.h [code] | Parses and dispatches events from Tor |
| tormapwidget.cpp [code] | Displays Tor servers and circuits on a map of the world |
| tormapwidget.h [code] | Displays Tor servers and circuits on a map of the world |
| torprocess.cpp [code] | Starts and stops a Tor process |
| torprocess.h [code] | Starts and stops a Tor process |
| torservice.cpp [code] | Starts, stops, installs, and uninstalls a Tor service (Win32) |
| torservice.h [code] | Starts, stops, installs, and uninstalls a Tor service (Win32) |
| torsettings.cpp [code] | Settings used for starting and running Tor |
| torsettings.h [code] | Settings used for starting and running Tor |
| torsignal.cpp [code] | Sends a signal to Tor's control interface |
| torsignal.h [code] | Sends a signal to Tor's control interface |
| torsocket.cpp [code] | A QTcpSocket that makes requests over Tor |
| torsocket.h [code] | A QTcpSocket that makes requests over Tor |
| trayicon.cpp [code] | Places an icon with context menu in the system notification area |
| trayicon.h [code] | Places an icon with context menu in the system notification area |
| trayicon_mac.cpp [code] | Tray icon implementation on OS X (Dock icon) |
| trayicon_mac.h [code] | Tray icon implementation on OS X (Dock icon) |
| trayicon_win.cpp [code] | Tray icon implementation on Win32 |
| trayicon_win.h [code] | Tray icon implementation on Win32 |
| trayicon_x11.cpp [code] | Tray icon implementation on X11 |
| trayicon_x11.h [code] | Tray icon implementation on X11 |
| vidalia.cpp [code] | Main Vidalia QApplication object |
| vidalia.h [code] | Main Vidalia QApplication object |
| vidalia_win.rc.h [code] | |
| vidaliasettings.cpp [code] | General Vidalia settings, such as language and interface style |
| vidaliasettings.h [code] | General Vidalia settings, such as language and interface style |
| vidaliawindow.cpp [code] | Common superclass for all Vidalia windows |
| vidaliawindow.h [code] | Common superclass for all Vidalia windows |
| vmessagebox.cpp [code] | Provides a custom Vidalia mesage box |
| vmessagebox.h [code] | Provides a custom Vidalia mesage box |
| win32.cpp [code] | Win32-specific functions |
| win32.h [code] | Win32-specific functions |
| zimageview.cpp [code] | Displays an image and allows zooming and panning |
| zimageview.h [code] | Displays an image and allows zooming and panning |