| Commit message (Expand) | Author | Age |
| ... | |
| * | Make clearer the difference between a Tor event (event sent by Tor) and a cus... | Matt Edman | 2006-01-19 |
| * | Laid the groundwork for dispatching custom QEvents instead of using | Matt Edman | 2006-01-19 |
| * | Make the tray icon work on X11 (tested only under Gnome so far). This is such | Matt Edman | 2006-01-19 |
| * | Fuck you, Mac menubar. There, first profanity in source-control. (someone had | Matt Edman | 2006-01-18 |
| * | MessageLog now is mostly functional, with Select All, Max Log Size, and Clear... | Justin Hipple | 2006-01-18 |
| * | MessageLog settings added to VidaliaSettings. Log message types put in their ... | Justin Hipple | 2006-01-18 |
| * | Critical and warning messages are now highlighted in red and yellow, respecti... | Justin Hipple | 2006-01-17 |
| * | Since the AboutDialog is static in MainWindow::about(), we have to reload | Matt Edman | 2006-01-17 |
| * | Failed at merging changes in 110 (stop Tor from crashing on shutdown in Win32... | Justin Hipple | 2006-01-17 |
| * | First shot at getting MessageLog to work. | Justin Hipple | 2006-01-17 |
| * | Small changes to make it aboutdialog look better. | Justin Hipple | 2006-01-17 |
| * | Added tor_logo16.png | Justin Hipple | 2006-01-17 |
| * | Since the message pump thread will be blocked in readReply() most likely, we ... | Matt Edman | 2006-01-17 |
| * | Tor on Windows doesn't understand a WM_CLOSE message (which is what QProcess:... | Matt Edman | 2006-01-17 |
| * | Make the status output of the control test rig a little more verbose. | Matt Edman | 2006-01-17 |
| * | Fix a race between setting _isIntentionalExit back to false and the process a... | Matt Edman | 2006-01-17 |
| * | This lovely little hack is because the QFileInfo::isExecutable() method doesn... | Matt Edman | 2006-01-17 |
| * | Make the default Tor path work on Windows. Apparently Qt doesn't take into | Matt Edman | 2006-01-17 |
| * | Exit action was bound to QCoreApplication::quit() instead of MainWindow::clos... | Justin Hipple | 2006-01-16 |
| * | Added 16x16 grayscale copies of tor_on and tor_off in case we decide to use t... | Justin Hipple | 2006-01-16 |
| * | About dialog should be fixed now so that it doesn't display illegible text on... | Justin Hipple | 2006-01-16 |
| * | Remove some code from TorEvents that I ended up not using. | Matt Edman | 2006-01-16 |
| * | For reasons currently unknown to me, QProcess saves some state | Matt Edman | 2006-01-16 |
| * | There's no need to wait for the Tor process to start in TorProcess::start(), | Matt Edman | 2006-01-16 |
| * | If we lose the control connection in the middle of waiting for a line of data | Matt Edman | 2006-01-16 |
| * | If the message pump is not running, then simply read the next response from | Matt Edman | 2006-01-16 |
| * | Thanks to my impeccably bad logic, if Tor started, the first connection | Matt Edman | 2006-01-16 |
| * | Connect the Exit action to QCoreApplication::quit(), since we don't want to | Matt Edman | 2006-01-16 |
| * | Use SIGTERM instead of SIGKILL to tell Tor it needs to exit. | Matt Edman | 2006-01-16 |
| * | If Tor exited, and we didn't ask it to, then we should explicitly clean up the | Matt Edman | 2006-01-16 |
| * | If we displayed a message box from MainWindow, without any main window being | Matt Edman | 2006-01-16 |
| * | Remove a block of code that appears to be a copy/paste run amok, though I | Matt Edman | 2006-01-16 |
| * | Ask Tor to kill itself first, by sending it a SIGTERM, and then try to kill | Matt Edman | 2006-01-15 |
| * | Check to see if the Tor process is already stopped before killing it | Matt Edman | 2006-01-15 |
| * | Vidalia will close Tor gracefully when the application exits. | Matt Edman | 2006-01-15 |
| * | Check in a bulk of the asynchronous event handling code. Some work remains. | Matt Edman | 2006-01-15 |
| * | Oops. I quess QMessageBox only wants a LF instead of a CRLF. | Matt Edman | 2006-01-14 |
| * | Add some shortcuts for the Mac menubar.. | Matt Edman | 2006-01-14 |
| * | Change the default Tor path on Windows to something a little more likely to | Matt Edman | 2006-01-14 |
| * | Vidalia can now start and stop Tor. Upon starting Tor, Vidalia will try to | Matt Edman | 2006-01-14 |
| * | Add the ability to load authentication token information from a file. We'll | Matt Edman | 2006-01-14 |
| * | Use QAbstractSocket's isValid() method to determine if the control socket is | Matt Edman | 2006-01-14 |
| * | stop() should also return a boolean value indicating whether stopping the | Matt Edman | 2006-01-14 |
| * | Remove an unnecessary method declaration. | Matt Edman | 2006-01-13 |
| * | Make Vidalia's name appear properly-cased on Mac; | Matt Edman | 2006-01-13 |
| * | svn won't let me rename or move vidalia.pro to Vidalia.pro (it doesn't | Matt Edman | 2006-01-13 |
| * | If we can't get Tor's version, then just return "<unknown>". | Matt Edman | 2006-01-13 |
| * | Add support for the SIGNAL keyword; | Matt Edman | 2006-01-13 |
| * | Stopping the Tor process can produce an error, too. | Matt Edman | 2006-01-13 |
| * | Ta da! Now we can identify when the Tor process mysteriously dies without | Matt Edman | 2006-01-13 |