summaryrefslogtreecommitdiff
path: root/src/pk-network.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12Use g_bus_watch_name() and remove the homegrown EggDbusMonitorRichard Hughes1-1/+0
2010-10-18Switch from EggDebug to the GLib debugging frameworkRichard Hughes1-2/+1
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-12trivial: rename foo_[to|from]_text to foo_[to|from}_string functions, to fit ...Richard Hughes1-1/+1
2009-06-01Rewrite the networking stack GObjects to derive from a common PkNetworkStack ...Richard Hughes1-109/+51
2009-06-01Add ConnMan networking stack supportPeter J Zhu1-0/+47
2009-01-13bugfix: ensure we send the correct network state with the new changed codepathRichard Hughes1-15/+8
2008-12-23trivial: remove all the duplicate init forward-definitionsRichard Hughes1-2/+0
2008-08-28PkDbusMonitor is not PackageKit specific, and so shouldn't be in libpackagekitRichard Hughes1-5/+5
2008-08-28convert the pk_debug and pk_warning entries to egg_ prefixes to signify this ...Richard Hughes1-3/+3
2008-08-07remove the libgbus private libraryRichard Hughes1-5/+5
2008-05-16actually check for NM before we try to use it in the networking codeRichard Hughes1-0/+15
2008-05-01get the default parameters from the config file, rather than hardcoding itRichard Hughes1-4/+13
2008-05-01move PkNetwork into src (as it can use the dbus interface) and make building ...Richard Hughes1-0/+205
2007-10-09Need to move src/pk-network.* into libpackagekit so vendors can plug inRichard Hughes1-164/+0
2007-09-21don't unref as networkmanager is broken right nowRichard Hughes1-1/+1
2007-09-21space fixRichard Hughes1-1/+1
2007-09-21fixed build problem with NetworkManagerGrzegorz Dabrowski1-1/+1
2007-09-21NetworkManager has changed the install path of libnm-glibRichard Hughes1-1/+1
2007-08-20add network detection and add TODORichard Hughes1-0/+164