| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy New Year! | Stig Bjørlykke | 2012-01-01 | 1 | -1/+1 |
* | Change the use of threads from "mostly always, depending on your | Gerald Combs | 2011-11-07 | 1 | -5/+0 |
* | Fix ex "modeline" so it works; | Bill Meier | 2011-09-21 | 1 | -1/+1 |
* | Update some comments, including a new URL, and add an additional | Guy Harris | 2011-09-02 | 1 | -5/+9 |
* | Remove support for libpcre, we use GRegex in GLib. | Stig Bjørlykke | 2011-08-23 | 1 | -4/+0 |
* | Provide information regarding thred support. | Michael Tüxen | 2011-07-16 | 1 | -0/+5 |
* | In version_info.c, assume we always have the "matches" operator. In | Gerald Combs | 2011-07-11 | 1 | -6/+0 |
* | Show locale in version info (if !win32). | Stig Bjørlykke | 2011-06-29 | 1 | -0/+11 |
* | Replace all strerror() with g_strerror(). | Stig Bjørlykke | 2011-06-28 | 1 | -1/+1 |
* | The "shared by every program in the Wireshark suite, including dumpcap" | Guy Harris | 2011-06-11 | 1 | -8/+0 |
* | (Trivial) Testing _MSC_FULL_VER can be done at compile time. | Bill Meier | 2011-05-23 | 1 | -15/+17 |
* | Fix a Windows compiler warning; | Bill Meier | 2011-01-16 | 1 | -8/+8 |
* | New Year. | Stig Bjørlykke | 2011-01-01 | 1 | -1/+1 |
* | Fix bug #5453 "Help->About Wireshark mis-reports OS" (again) without the help... | Stephen Fisher | 2010-12-01 | 1 | -1/+12 |
* | Back out r35084 since it contains code fragments from MSDN, which are covered | Stephen Fisher | 2010-12-01 | 1 | -10/+1 |
* | Fix bug #5453: Use GetSystemNativeInfo() function if found on the machine ru... | Stephen Fisher | 2010-11-30 | 1 | -1/+10 |
* | Fixed "Compiled with" information in the About box. | Stig Bjørlykke | 2010-10-21 | 1 | -3/+7 |
* | A GString has it's own length. | Stig Bjørlykke | 2010-08-31 | 1 | -1/+1 |
* | More information on getting the distribution name and release. | Guy Harris | 2010-07-15 | 1 | -0/+29 |
* | More details on getting the distribution name and version on Linux. | Guy Harris | 2010-07-15 | 1 | -1/+15 |
* | On OS X, give the OS version as | Guy Harris | 2010-07-15 | 1 | -3/+25 |
* | Don't include headers we don't need (they might be generating external | Guy Harris | 2010-07-15 | 1 | -8/+0 |
* | Move the code to get version information for libraries used by | Guy Harris | 2010-07-15 | 1 | -129/+0 |
* | From H.sivank: GtkOSXApplication support. | Guy Harris | 2010-05-25 | 1 | -3/+3 |
* | Detect clang and llvm-gcc. | Guy Harris | 2010-05-19 | 1 | -0/+6 |
* | Bruno Matos <bruno.matos@gmail.com> | Jörg Mayer | 2010-05-15 | 1 | -4/+4 |
* | Tell, in the version info, if we were compiled 32- or 64-bit. | Jeff Morriss | 2010-04-24 | 1 | -0/+5 |
* | Disable usage of zlibVersion() on win32. | Stig Bjørlykke | 2010-04-19 | 1 | -1/+1 |
* | From Richard Brodie via bug 4606: | Stig Bjørlykke | 2010-04-17 | 1 | -0/+5 |
* | Happy New Year! | Stig Bjørlykke | 2010-01-01 | 1 | -1/+1 |
* | Switch to using a bundled version of the openSUSE Build Service packages | Gerald Combs | 2009-12-21 | 1 | -4/+0 |
* | If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the | Gerald Combs | 2009-12-18 | 1 | -1/+1 |
* | Fix typo in comment. | Guy Harris | 2009-09-17 | 1 | -1/+1 |
* | Fix a typo. | Bill Meier | 2009-09-16 | 1 | -2/+2 |
* | Add info as to 32/64 bit and also if "Windows 7" to runtime version info. | Bill Meier | 2009-09-16 | 1 | -9/+38 |
* | Use "svn info" to fetch the version by default. Fetch the repository path as | Gerald Combs | 2009-07-22 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam's patch in bug 3500: | Stig Bjørlykke | 2009-05-31 | 1 | -0/+14 |
* | The second argument to Gestalt() is an SInt32, which, for backwards | Guy Harris | 2009-04-01 | 1 | -5/+5 |
* | display runtime versions of GnuTLS and Gcrypt libraries | Tomas Kukosa | 2009-01-08 | 1 | -0/+10 |
* | We had a roll-over of the calendar thingy. | Jaap Keuter | 2009-01-08 | 1 | -1/+1 |
* | Check in a modified version of Jaap's patch in bug 3162. This should fix | Gerald Combs | 2008-12-30 | 1 | -0/+5 |
* | Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Rename | Gerald Combs | 2008-12-19 | 1 | -1/+1 |
* | Detect Windows Server 2008 in the runtime version info. | Stig Bjørlykke | 2008-12-13 | 1 | -3/+6 |
* | Added info about GeoIP. Only dump info about ADNS if without c-ares. | Stig Bjørlykke | 2008-10-27 | 1 | -6/+17 |
* | Fix a few Emacs "file variables" to have "safe" values. | Bill Meier | 2008-09-02 | 1 | -1/+1 |
* | Fix a typo in a comment. | Guy Harris | 2008-08-23 | 1 | -1/+1 |
* | Added c-ares version string. | Stig Bjørlykke | 2008-08-12 | 1 | -1/+6 |
* | Add support for the c-ares asynchronous DNS resolution library to the | Gerald Combs | 2008-08-07 | 1 | -0/+8 |
* | Move privileges.c and unicode-utils.c from epan to wsutil (so things like | Jeff Morriss | 2008-06-30 | 1 | -1/+1 |
* | Fix some of the Errors/warnings detected by checkapi. | Anders Broman | 2008-05-07 | 1 | -41/+41 |