| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor tweeks. | Anders Broman | 2007-08-26 | 1 | -1/+1 |
* | Use config and makefile from Chris Maynard and Luis instead. | Anders Broman | 2007-08-26 | 1 | -11/+16 |
* | Download libsmi | Anders Broman | 2007-08-26 | 1 | -0/+11 |
* | 0.99.6 has been split off. Bump the trunk to 0.99.7. | Gerald Combs | 2007-06-15 | 1 | -1/+1 |
* | Revert back to having a local copy of airpcap.h. This should fix building | Gerald Combs | 2007-05-20 | 1 | -2/+2 |
* | Undefine AIRPCAP_DIR to get the Windows build going again. | Anders Broman | 2007-05-20 | 1 | -1/+1 |
* | From Dustin Johnson: | Gerald Combs | 2007-05-18 | 1 | -0/+1 |
* | Use the latest GTK stuff. | Anders Broman | 2007-03-22 | 1 | -1/+1 |
* | Python V2.5 is the latest stable version. Add a comment to config.nmake (but ... | Ulf Lamping | 2007-02-08 | 1 | -0/+3 |
* | some minor cleanup | Ulf Lamping | 2007-02-03 | 1 | -10/+6 |
* | as discussed on the list: | Ulf Lamping | 2007-02-03 | 1 | -25/+5 |
* | ... no it won't, that's why I removed them ... | Ulf Lamping | 2007-02-03 | 1 | -4/+4 |
* | Quotes around HHC_DIR required so build doesn't fail; | Bill Meier | 2007-02-03 | 1 | -1/+1 |
* | fix HHC_DIR to work | Ulf Lamping | 2007-02-03 | 1 | -2/+2 |
* | cleanup docbook related comments | Ulf Lamping | 2007-02-03 | 1 | -14/+12 |
* | move docbook related settings from docbook/Makefile.nmake to config.nmake - h... | Ulf Lamping | 2007-02-03 | 1 | -3/+50 |
* | fix a cut-n-paste error, to fix buildbot problem | Ulf Lamping | 2007-01-31 | 1 | -1/+1 |
* | C preprocessor only handles integers for conditional compilation. Build MSC_V... | Ulf Lamping | 2007-01-31 | 1 | -0/+14 |
* | Bump the trunk version to 0.99.6. | Gerald Combs | 2007-01-22 | 1 | -1/+1 |
* | user-guide final step: | Ulf Lamping | 2007-01-19 | 1 | -2/+2 |
* | in effect use the User's Guide as the online help system now (for GTK > V1)! | Ulf Lamping | 2007-01-16 | 1 | -15/+0 |
* | no, we're still not using MSVC2005 as default :-( | Ulf Lamping | 2007-01-13 | 1 | -1/+1 |
* | fix some remaining MSVC != V6 issues: | Ulf Lamping | 2007-01-13 | 1 | -14/+54 |
* | add the ".NET Framework SDK V1.0" to the list of working MSVC_VARIANTS :-) | Ulf Lamping | 2007-01-11 | 1 | -1/+6 |
* | various msvc / zlib config cleanup | Ulf Lamping | 2007-01-10 | 1 | -24/+15 |
* | fix the HHC_DIR settings for none MSVC6 variants | Ulf Lamping | 2007-01-10 | 1 | -0/+5 |
* | from Laurent Rabret: | Ulf Lamping | 2007-01-10 | 1 | -8/+3 |
* | fix compilation for: | Ulf Lamping | 2007-01-08 | 1 | -5/+5 |
* | Oops, I did it again ;-) | Ulf Lamping | 2007-01-08 | 1 | -1/+1 |
* | if we don't have MSVC6, download (using the setup target) the zlib source pac... | Ulf Lamping | 2007-01-08 | 1 | -1/+3 |
* | fix GNUTLS compiling issue on recent MSVC versions by switching off Wincrypt.... | Ulf Lamping | 2007-01-07 | 1 | -3/+2 |
* | add experimental support for some more of the MSVC_VARIANTs: | Ulf Lamping | 2007-01-06 | 1 | -9/+17 |
* | don't spread the AirPcap DevPack files over the libs dir, unzip files into: A... | Ulf Lamping | 2007-01-05 | 1 | -1/+1 |
* | compile error in openssl.h depends on the Platform SDK, not the MSVC variant ... | Ulf Lamping | 2007-01-05 | 1 | -2/+2 |
* | move the directory settings more to the top, add an optional platform SDK set... | Ulf Lamping | 2007-01-05 | 1 | -13/+23 |
* | Update to the latest Win32 libs: Net-SNMP 5.4 and GNUTLS 1.6.1. Enable | Gerald Combs | 2007-01-05 | 1 | -3/+3 |
* | add the "Microsoft .Net Framework SDK Version 1.1" as a compiler option (this... | Ulf Lamping | 2007-01-04 | 1 | -1/+6 |
* | another attempt to fix the "Program Files" setting. Unfortunately, using the ... | Ulf Lamping | 2007-01-03 | 1 | -6/+16 |
* | hmmm, maybe he don't like mixing slashes and backslashes ... | Ulf Lamping | 2007-01-03 | 1 | -1/+1 |
* | remove the PDB_FILE setting from config.nmake - there's no real need for this... | Ulf Lamping | 2007-01-03 | 1 | -3/+0 |
* | Instead of hard coding "C:/program files", use the corresponding environment ... | Ulf Lamping | 2007-01-03 | 1 | -3/+3 |
* | move the MSVC "block" towards the top of the file | Ulf Lamping | 2007-01-03 | 1 | -27/+36 |
* | make MSVC6 the default for MSVC_VARIANT, not MSVC2005 | Ulf Lamping | 2007-01-02 | 1 | -2/+2 |
* | first MSVC 2005 changes: | Ulf Lamping | 2007-01-02 | 1 | -3/+52 |
* | Use portaudio v19. | Anders Broman | 2006-12-27 | 1 | -4/+4 |
* | Uh Oh: Fix to properly set SH_FLAGS with 'igncr' if required as part of the n... | Bill Meier | 2006-12-26 | 1 | -4/+4 |
* | cygwins python doesn't work on a lot of machines, make the native python the ... | Ulf Lamping | 2006-12-26 | 1 | -7/+7 |
* | Update to GNUTLS 1.6.0. | Gerald Combs | 2006-12-23 | 1 | -2/+2 |
* | Update to use gtk 2.10.6 and friends. | Anders Broman | 2006-12-21 | 1 | -4/+16 |
* | Get rid of UCD SNMP support (it's not longer supported and | Jörg Mayer | 2006-12-08 | 1 | -2/+0 |