Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / unix / dialup.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-12-02  Vadim ZeitlinHandle OpenBSD in wxDialUpManager code.
2011-02-05  Vadim ZeitlinCheck for WLAN interface names in wxDialUpManager under...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-03-20  Vadim ZeitlinAdd support for QNX to dialup detection code.
2009-12-02  Paul Cornettmake array data fully const
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-07  Francesco Montorsis/wxGetTempFileName/wxFileName::CreateTempFileName
2007-09-21  Vadim Zeitlinifconfig under NetBSD also takes -a
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-22  Michael WetherellCompile fix for Minix.
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-10-08  Vadim Zeitlinadded support for OSF1 (Tru64)
2005-10-06  Michael WetherellUnicode compile fix
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Vadim Zeitlinadded ifconfig and ping locations for AIX
2005-09-17  Vadim Zeitlinadded ping location for IRIX
2005-05-24  Włodzimierz SkibaWarning fix.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Włodzimierz SkibaPart of patch #957440: Solaris fix.
2003-10-21  Vadim Zeitlingenerate trace messages with dialup mask so that they...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-05-03  Gilles Depeyrotcorrected conditional compilation for Darwin
2001-07-04  Jouk Jansen Committing in .
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Karsten BallüderFreeBSD fixes
2000-02-02  Václav Slavíkadded Linux-only /proc/net/route check, IsOnline procee...
2000-01-24  Robert Roebling Applied some of the SGI fixes. Don't know about the
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-01  Karsten Ballüderfixed process termination handling
1999-11-29  Karsten Ballüderevent handling fixes
1999-11-15  Vadim Zeitlinmore IRIX support
1999-11-15  Vadim Zeitlinoops, compilation fix
1999-11-15  Vadim ZeitlinPPP interface under IRIX is called 'ppp'
1999-11-13  Robert Roebling Compile fix in dialup,
1999-11-06  Karsten Ballüderfixed
1999-11-03  Karsten BallüderImproved tests for networks. Compiles.
1999-11-02  Vadim Zeitlinwarnings (and may be a bug) corrected
1999-10-29  Ove KaavenUnicode fixes
1999-10-25  Karsten Ballüderfixed timer related bug
1999-10-25  Karsten Ballüderbug fix for disable auto poll
1999-10-24  Karsten Ballüderuncommented ping method
1999-10-24  Robert Roebling Small distrib changes,
1999-10-23  Karsten Ballüderminor bug fixes
1999-10-21  Karsten Ballüderimproved dialup manager, added wxALL_FILES define
1999-10-10  Karsten Ballüderupdated richedit and nettest
1999-10-07  Karsten Ballüderadded missing implementation (untested, but compiles)
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Karsten Ballüderping method almost there
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-04  Karsten Ballüderminor fixes
1999-10-03  Karsten BallüderwxDialUpManager fixes
1999-10-03  Karsten Ballüderupdated
1999-10-03  Vadim Zeitlin1. Win9x support + async dialing + many more for wxDial...