aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2013-06-06systemd: simplify unit fileAleksander Morgado
Avoid setting up the Alias rule, which was a helper to let us 'disable' the systemd service including dbus-activations. Without the Alias, 'disable' will still let starting ModemManager through dbus-activation. If you really want to fully disallow starting MM also through dbus-activation, you should 'mask' and 'unmask' the service. E.g.: $ sudo systemctl mask ModemManager ln -s '/dev/null' '/etc/systemd/system/ModemManager.service' $ sudo mmcli -L error: couldn't find the ModemManager process in the bus $ sudo systemctl unmask ModemManager rm '/etc/systemd/system/ModemManager.service' $ sudo mmcli -L No modems were found https://bugzilla.gnome.org/show_bug.cgi?id=701229
2013-04-11test-modem-helpers-qmi: new unit tests to check the 'current-capabilities' logicAleksander Morgado
Based on Dan's tests with QMI modems.
2013-03-13build: ignore 'modepref' testAleksander Morgado
2013-02-06systemd: include systemd unit file supportAleksander Morgado
Allow having systemd handling the life cycle of the ModemManager process.
2012-10-24docs,ModemManager: include the missing manpageMartyn Russell
(aleksander) I messed up the integration of commit bc49794848, this should fix it.
2012-10-04docs: don't rebuild types every timeAleksander Morgado
2012-10-04build: merge libmm-common into libmm-glibAleksander Morgado
It's pointless to have libmm-common around, just merge it into libmm-glib and make ModemManager depend on libmm-glib directly. At the end, the non-common stuff in libmm-glib is really minimal.
2012-10-01doc: setup gtk-doc generation for libmm-glibAleksander Morgado
2012-06-26uml290: git-ignore generated programAleksander Morgado
2012-05-24build: provide pkg-config files for ModemManager, libmm-common and libmm-glibAleksander Morgado
2012-03-16build: autogenerate `mm-errors-quarks.c'Aleksander Morgado
We define custom nicks for each error enum, matching the DBus error entry that we want to have with each of them.
2012-03-16docs: set `ModemManager' as module name instead of `mm'Aleksander Morgado
2012-03-16build: generate PNG files automatically from DIA filesAleksander Morgado
2012-03-16build: rename the binary from `modem-manager' to `ModemManager'Aleksander Morgado
2012-03-16marshallers: integrate them into the daemon compilationAleksander Morgado
2012-03-16tests,sms: refactor SMS part related testsAleksander Morgado
Now using the MMSmsPart setup.
2012-03-16cinterion: new Cinterion-specific source directoryAleksander Morgado
2012-03-15build: ignore built filesAleksander Morgado
2012-03-15libmm-common,tests: new tests for the key/value parserAleksander Morgado
2012-03-15libmm-common,libmm-glib: new object to handle properties in simple Connect()Aleksander Morgado
Instead of using type unsafe properties passed to the connect() call, we build a new object which does the handling of the properties to be passed.
2012-03-15bearer: new `bearer-state' propertyAleksander Morgado
2012-03-15cli: initial cli implementationAleksander Morgado
2012-03-15build: install DBus service and data files for the new APIAleksander Morgado
2012-03-15build: disable autogeneration of the 0.5 API header fileAleksander Morgado
But keep it around as a static file, while we do the migration to the new interface.
2012-03-15docs: added new man page for the modem-manager daemonAleksander Morgado
2012-03-15docs: setup generation of gtk-doc based DBus API documentationAleksander Morgado
It includes gdbus-codegen generated API documentation, plus the common Enums, Flags and Errors, which will also be used in libmm-glib.
2012-03-15libmm-common: setup new library, with the gdbus-codegen generated codeAleksander Morgado
This library will not (probably) be installable, but will share the GDBus and new Enum/Flag/Error type support between the core daemon and the new libmm-glib library.
2012-03-15build: improve project bootstrappingAleksander Morgado
Align autogen.sh with the one in NM: * Just calling autoreconf once * Using autopoint from GNU gettext * Enabling the use of NOCONFIGURE
2012-03-15build: setup autogeneration of names header for the new APIAleksander Morgado
The `include/ModemManager-names.h' autogenerated header includes the list of Interface, Method, Signal and Property names defined in the DBus API.
2012-03-15build: setup header generator in its own include/MakefileAleksander Morgado
Also move helper files to the new `build-aux' directory.
2012-02-16at-serial-port: implement built-in echo/garbage removalAleksander Morgado
We expect the responses to start always with <CR><LF>. We just remove anything that comes before that.
2012-01-17trivial: update .gitgnoreDan Williams
2011-09-17libwmc: beginning of bits for WMC-based devices like UML290Dan Williams
2011-07-25sms: add unit testsNathan Williams
Second in a series. Builds on the previous by actually unit-testing the sms_parse_pdu() function. Note that the dcf1 test does not pass as the code is currently written.
2011-07-21trivial: update .gitignoreGuido Günther
2011-05-10build: add include dir to .gitignoreAleksander Morgado
2010-10-14core: add basic QCDM serial port unit testsDan Williams
Test that a Version Info request/response works as expected, and add a testcase for a bug where specific Sierra CnS responses to the Version Info request do not properly return an error when attempting to parse the response as a QCDM packet. Fix for the second thing forthcoming.
2010-09-02gsm: add GSM 03.38 encoding/decoding functions and testcasesDan Williams
2010-03-12trivial: gitignore updatesDan Williams
2010-03-01Merge remote branch 'origin/master' into qcdmDan Williams
2010-02-27trivial: add policy file to gitignoreDan Williams
2010-02-27core: install correct dbus permissions for with-polkit/without-polkitDan Williams
2010-02-20Merge remote branch 'origin/master' into qcdmDan Williams
2010-02-16build: add intltool support for PolicyKit policy translationsDan Williams
2010-02-08qcdm: add DM protocol utilities and testcasesDan Williams
Bits for CRC calculation and frame escaping/unescaping.
2010-01-27build: update .gitignoreDan Williams
2010-01-27build: update .gitignore file for m4 macrosMichael Biebl
2009-06-18udev: move device probing and detection to udevDan Williams
Get rid of dependency on HAL, using libgudev instead. Fix up the plugin API to no longer use either HAL or udev defines, but let plugins use whatever mechanism they want for getting more information out of the device given the subsystem and device node name. Modems are now defined as "master" devices which "own" a one or more ports. A port could be a serial tty device or a network device or whatever. The plugin figures out whether it supports a given port or not and then assigns it to a new or existing modem. Modems now have a 'valid' property that should be set to TRUE when the modem has enough ports to operate correctly. For devices (ex. 'hso') that use a network device for data transfer, the modem would need to grab at least one TTY and the network device associated with that physical device to be 'valid'. Also move the generic modem support code to a plugin like other modem plugins, and change the I-support-this-device mechanism to return a number indicating the level of support. For example, the generic plugin would return a quite low number if the device indicates via probing that it can do GSM or CDMA, but a more specific plugin can indicate better support for the device, and thus the more specific plugin would win control.
2008-09-16Add marshallers so that RegistrationInfo signal can be enabled.Tambet Ingo
2008-07-31Document the public DBus API.Tambet Ingo