Skip to content
  1. Oct 12, 2016
  2. Mar 10, 2014
  3. Feb 05, 2014
  4. Jan 30, 2014
  5. Sep 10, 2013
  6. Aug 26, 2013
  7. Aug 21, 2013
    • Chun-wei Fan's avatar
      gio/gdbusaddress.c: Silence RunDLL errors · 85b4abfa
      Chun-wei Fan authored
      The RunDLL command call during get_session_address_dbus_launch() was
      expecting _g_win32_run_session_bus@16 and g_win32_run_session_bus
      on Win32 and Win64 respectively at least when GLib is compiled with MSVC,
      not g_win32_run_session_bus@16, which caused annoying RunDLL error dialogue
      boxes to show up during the use of GtkApplication (such as when running
      gtk3-demo-application on Windows), prevented GtkApplication items from
      being run for more than one time during the lifespan of the program,
      and this also interfered with some GTK+ tests, causing them to fail.
      
      Update accordingly to address the issue.
      85b4abfa
  8. Aug 18, 2013
  9. Aug 07, 2013
  10. Aug 05, 2013
  11. Aug 04, 2013
  12. Aug 01, 2013
    • Dan Winship's avatar
      gnetworkmonitornetlink: handle default route via device · 2d383756
      Dan Winship authored
      If the default route is via a device rather than a particular IP
      address, then neither RTA_DST nor RTA_GATEWAY will be present in the
      RTM_NEWROUTE message, and so GNetworkMonitorNetlink would ignore it,
      and then think there was no default route. (This could happen with
      certain kinds of VPNs, if they were set to route all traffic through
      the VPN.)
      
      Fix this by recognizing routes that specify RTA_OIF ("output
      interface") instead of RTA_GATEWAY.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=701609
      (cherry picked from commit c08ef6c1)
      2d383756
  13. Jul 23, 2013
  14. Jul 14, 2013
  15. Jul 05, 2013
  16. Jul 02, 2013
  17. Jun 28, 2013
  18. Jun 25, 2013
  19. Jun 20, 2013
  20. Jun 14, 2013
  21. Jun 13, 2013
  22. Jun 12, 2013
  23. Jun 11, 2013
  24. Jun 10, 2013
  25. Jun 09, 2013