| Commit message (Expand) | Author | Age |
| ... | |
| * | Touch up the formatting of the descriptor information a tad, since QTextEdit's | Matt Edman | 2006-04-23 |
| * | Clean up a compile warning and give an error message if we fail to read a line | Matt Edman | 2006-04-23 |
| * | Point to the new location for the html formatting stuff, because, hey, Vidalia | Matt Edman | 2006-04-23 |
| * | We were leaking all over the place in the message log when either filtering or | Matt Edman | 2006-04-23 |
| * | Automatically update the router list once an hour, to get rid of any | Matt Edman | 2006-04-23 |
| * | Store descriptors by ID in the hash map, since names are not necessarily | Matt Edman | 2006-04-23 |
| * | Some descriptor IDs have a $ at the beginning and some don't. For our | Matt Edman | 2006-04-23 |
| * | Instead of resorting on each insert, just insert sorted to begin with. | Matt Edman | 2006-04-23 |
| * | Take an optional pointer to the RouterListWidget in the RouterListItem | Matt Edman | 2006-04-23 |
| * | Submit to Designer's demand that all custom widgets must go through it. Also,... | Justin Hipple | 2006-04-23 |
| * | Load the router list in a non-blocking manner. And, hey, let's do it | Matt Edman | 2006-04-23 |
| * | Add a method for fetching just the IDs of all routers Tor knows about. | Matt Edman | 2006-04-23 |
| * | Naughty, undocumented methods. | Matt Edman | 2006-04-23 |
| * | Credit Geoff for his router status icons, too. | Matt Edman | 2006-04-23 |
| * | Move the initial calls to authenticate() and setEvents() after the control | Matt Edman | 2006-04-23 |
| * | And add some strings for translation. | Matt Edman | 2006-04-23 |
| * | Format a few of the descriptor's fields in a readable format, instead of just | Matt Edman | 2006-04-23 |
| * | Factor out the html formatting stuff into their own file. | Matt Edman | 2006-04-23 |
| * | Wow. That last commit's bug:loc ratio was 4:9. Whee. | Matt Edman | 2006-04-23 |
| * | Add a method to get the word "Online", "Offline", or "Hibernating" from a | Matt Edman | 2006-04-23 |
| * | If the router name is empty, that means either the descriptor wasn't fetched, | Matt Edman | 2006-04-23 |
| * | Make the sorting by name and by bandwidth stuff work correctly. | Matt Edman | 2006-04-23 |
| * | Oops. It turns out the current item selected can be null, too. | Matt Edman | 2006-04-22 |
| * | Add back the customwidget stuff in netviewer.ui that got stomped in rev 744. | Matt Edman | 2006-04-22 |
| * | Respond to NEWDESC events by adding the new router to the list. | Matt Edman | 2006-04-22 |
| * | Parse the orconn and newdesc events properly; we don't want to keep the | Matt Edman | 2006-04-22 |
| * | We're going pure OpenGL baby. Here's the basic framework. Again. | Justin Hipple | 2006-04-22 |
| * | Display the descriptor when the user selects a router from the list. We'll | Matt Edman | 2006-04-22 |
| * | The router list was getting complex enough that it might as well get its own | Matt Edman | 2006-04-22 |
| * | Add sorting of the router list. Note that sorting by status does not work | Matt Edman | 2006-04-22 |
| * | Convert all the node status images to RGB color mode so they look right in the | Matt Edman | 2006-04-22 |
| * | Make the Refresh button load a list of available routers. The icons look | Matt Edman | 2006-04-22 |
| * | Add some icons for indicating node responsiveness or bandwidth, based on those | Matt Edman | 2006-04-22 |
| * | We were leaking every time the message log was refiltered. | Matt Edman | 2006-04-22 |
| * | Add a button that will be used to refresh the client's view of the network. | Matt Edman | 2006-04-22 |
| * | Tie the enabled/disabled state of the New Nym button to the status of the | Matt Edman | 2006-04-22 |
| * | Add an overloaded connected(bool) signal to Tor control, so we can connect the | Matt Edman | 2006-04-22 |
| * | Add NEWNYM functionality to the shiny new button. | Matt Edman | 2006-04-22 |
| * | Add an image and a button for the new nym business. | Matt Edman | 2006-04-22 |
| * | All the other dialogs use 22x22 icons in their toolbar, so why not this one? | Matt Edman | 2006-04-22 |
| * | Add a Help button the network view dialog. | Matt Edman | 2006-04-22 |
| * | Add a home for the network viewer help documentation. | Matt Edman | 2006-04-22 |
| * | Add code for retrieving and parsing router descriptors and a list of all | Matt Edman | 2006-04-22 |
| * | Draw the global map with a QSvgRenderer. This is pretty basic but, assuming Q... | Justin Hipple | 2006-04-22 |
| * | Apparently QIODevice::readLine() can't handle long lines, so let's help it out | Matt Edman | 2006-04-22 |
| * | The last line of data in a control reply that contains data is really a | Matt Edman | 2006-04-22 |
| * | There's an interface for getting the message for the first line of a control | Matt Edman | 2006-04-22 |
| * | Ok, ok, so NEWDESC gives me a list of IDs for new server descriptors, not the | Matt Edman | 2006-04-21 |
| * | Add support for the NEWDESC control event. | Matt Edman | 2006-04-21 |
| * | Teach Vidalia how to speak Socks4a, so we can do our IP-to-lat/long stuff (and | Matt Edman | 2006-04-21 |