summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.490.49Marcel Holtmann2011-05-282-1/+10
* emulator: Fix make distcheckDenis Kenzior2011-05-251-1/+0
* btio: Add workaround for not defined BT_FLUSHABLEMarcel Holtmann2011-05-271-0/+4
* btio: Fix unused variable warningJohan Hedberg2011-05-271-2/+4
* btio: Fix compilation warningAnderson Briglia2011-05-271-1/+1
* btio: Add BT_FLUSHABLE support to BtIOJohan Hedberg2011-05-272-5/+54
* btio: Fix error message when getting SCO connection handleLuiz Augusto von Dentz2011-05-271-2/+2
* bluetooth: Remove usage of unused variableMarcel Holtmann2011-05-271-2/+1
* sierra: Remove usage of unused gprs variableMarcel Holtmann2011-05-271-2/+1
* huawei: Remove usage of unused netreg variableMarcel Holtmann2011-05-271-3/+1
* gisi: Remove unused code for PN netlink address handlingMarcel Holtmann2011-05-271-34/+0
* tools: Fix missing handling of signalfd read resultsMarcel Holtmann2011-05-271-0/+3
* tools: Fix unused variable for Huawei audio settingsMarcel Holtmann2011-05-271-0/+7
* gdbus: Remove unused result variable from g_dbus_pending_successSzymon Janc2011-05-271-2/+1
* gatchat: Fix unused variable casesMarcel Holtmann2011-05-272-0/+17
* smsutil: Fix missing error handling for strtol functionMarcel Holtmann2011-05-271-1/+3
* gsmdial: Send escape sequence followed by ATH/ATODenis Kenzior2011-05-251-0/+49
* ppp_net: Keep valgrind happyDenis Kenzior2011-05-251-1/+2
* gathdlc: Fix memory leakDenis Kenzior2011-05-251-0/+2
* gatppp: Set the suspend function in open / listenDenis Kenzior2011-05-251-12/+18
* emulator: Reflow ato implementation logicDenis Kenzior2011-05-251-11/+4
* emulator: add ATO implementationGuillaume Zajac2011-05-251-0/+53
* emulator: Make sure to cleanup on forceful exitDenis Kenzior2011-05-241-0/+8
* emulator: simplify ath callbackDenis Kenzior2011-05-241-10/+7
* examples: Add a simple private-network driverDenis Kenzior2011-05-242-0/+140
* include: Declare typedef as a function pointerDenis Kenzior2011-05-241-1/+1
* emulator: Update to the new GAtPPP APIDenis Kenzior2011-05-241-66/+27
* test-server: Update to the new GAtPPP APIDenis Kenzior2011-05-241-20/+22
* cdmamodem: Update to the new GAtPPP APIDenis Kenzior2011-05-241-2/+2
* atmodem: Update to new GAtPPP apiDenis Kenzior2011-05-241-2/+2
* gsmdial: Update to new APIDenis Kenzior2011-05-241-2/+2
* gatppp: Refactor PPP APIDenis Kenzior2011-05-242-98/+43
* gatppp: Make sure to clean up guard_timeout_sourceDenis Kenzior2011-05-241-0/+5
* gatppp: Rename guard_timeout_src to _sourceDenis Kenzior2011-05-241-5/+4
* gatppp: Do not call disconnect func if suspendedGuillaume Zajac2011-05-241-2/+3
* gatppp: Add GAtPPP suspend APIGuillaume Zajac2011-05-242-0/+41
* gatppp: Add GAtPPP resume functionalityGuillaume Zajac2011-05-242-0/+20
* ppp_net: add ppp_net_resume_interface() APIGuillaume Zajac2011-05-242-0/+11
* gathdlc: Squash unneeded functionDenis Kenzior2011-05-241-6/+1
* gathdlc: add g_at_hdlc_resume() APIGuillaume Zajac2011-05-242-0/+17
* emulator: Send a NO CARRIER where appropriateDenis Kenzior2011-05-241-0/+3
* emulator: Get rid of return at the end of funcDenis Kenzior2011-05-241-2/+0
* emulator: optimize request_private_network_cb flowDenis Kenzior2011-05-241-10/+8
* emulator: add request/release private network callsGuillaume Zajac2011-05-241-10/+66
* private-network: add initial implementationGuillaume Zajac2011-05-243-1/+97
* private-network: add header into include and Makefile.amGuillaume Zajac2011-05-242-2/+58
* gatppp: Make ppp->fd handling a bit easier to grokDenis Kenzior2011-05-241-1/+6
* ppp_net: streamline ppp_net_new logicDenis Kenzior2011-05-241-16/+9
* gatppp: Ensure created GAtPPP object is not nullDenis Kenzior2011-05-241-1/+2
* gatppp: Add new contructor to use external fdGuillaume Zajac2011-05-244-17/+66