summaryrefslogtreecommitdiff
path: root/libproxy/modules/network_networkmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use StateChanged signal instead of StateChangeLaurent Bigonville2017-02-071-1/+1
| | | | | | | | StateChange signal has been deprecated since NM 0.7 and has been completely removed in 0.9, see: https://developer.gnome.org/NetworkManager/0.9/ref-migrating.html Closes: #58
* NetworkManager: gain compatibility to be built against libnm unstead ofDominique Leuenberger2016-05-021-0/+6
| | | | the legacy libnm-glib (we only use the dbus interface)
* NetworkManager: the location of NetworkManager.h is specified by pkg-configDominique Leuenberger2016-05-011-1/+1
| | | | | | | The directory structure of NetworkManager can change over time. pkg-config informs us of the correct location to find headers at. NM does not add subdirectories on its own. https://github.com/libproxy/libproxy/issues/26
* Ported libproxy to new libmodman API/ABInicolas.dufresne2010-08-181-1/+1
| | | | This solves issue 133 by using real builtin modules instead of relying on symbols being visible in current process.
* Added {} at the end of loops that does nothingnicolas.dufresne2010-03-291-1/+1
| | | This removes warnings emited by GCC.
* rework libmodman to not use a struct in the module metadatanpmccallum2010-02-141-1/+1
|
* add smod everywherenpmccallum2010-02-111-1/+1
|
* remove googlecode from the namespacenpmccallum2010-02-051-1/+1
|
* massive rework; split off libmodman; make unit tests for libmodman; remove ↵npmccallum2010-02-051-8/+5
| | | | config_wpad; remove config_file (both intenal and module); remove config ordering support; merge lukas' kde plugin rework
* make visibility hidden by default and begin to export symbols; minor reworknpmccallum2010-01-231-2/+4
|
* make it possible to build modules into the core libproxynpmccallum2010-01-171-1/+1
|
* make code more c++ish (major rework)npmccallum2010-01-171-80/+63
|
* build using c++npmccallum2010-01-171-0/+110