Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use StateChanged signal instead of StateChange | Laurent Bigonville | 2017-02-07 | 1 | -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 of | Dominique Leuenberger | 2016-05-02 | 1 | -0/+6 |
| | | | | the legacy libnm-glib (we only use the dbus interface) | ||||
* | NetworkManager: the location of NetworkManager.h is specified by pkg-config | Dominique Leuenberger | 2016-05-01 | 1 | -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/ABI | nicolas.dufresne | 2010-08-18 | 1 | -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 nothing | nicolas.dufresne | 2010-03-29 | 1 | -1/+1 |
| | | | This removes warnings emited by GCC. | ||||
* | rework libmodman to not use a struct in the module metadata | npmccallum | 2010-02-14 | 1 | -1/+1 |
| | |||||
* | add smod everywhere | npmccallum | 2010-02-11 | 1 | -1/+1 |
| | |||||
* | remove googlecode from the namespace | npmccallum | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | massive rework; split off libmodman; make unit tests for libmodman; remove ↵ | npmccallum | 2010-02-05 | 1 | -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 rework | npmccallum | 2010-01-23 | 1 | -2/+4 |
| | |||||
* | make it possible to build modules into the core libproxy | npmccallum | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | make code more c++ish (major rework) | npmccallum | 2010-01-17 | 1 | -80/+63 |
| | |||||
* | build using c++ | npmccallum | 2010-01-17 | 1 | -0/+110 |