summaryrefslogtreecommitdiff
path: root/gisi/pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* gisi: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gisi: Simplify client interface.Pekka Pessi2011-01-071-10/+11
| | | | | | | | Use send functions without explicit timeout. Return booleans instead of pointers - nobody really used GIsiPending but relied on client doing the cleanup. Add g_isi_client_set_timeout(), g_isi_client_(v)send_with_timeout().
* gisi: Minor style fixesAki Niemi2010-12-221-1/+1
|
* gisi: Minor style fix in pipe.cAki Niemi2010-12-221-3/+2
|
* gisi: Explicit compare to NULLAki Niemi2010-12-221-6/+9
|
* gisi: check pipe handleMika Liljeberg2010-12-221-0/+3
|
* gisi: Adapt and refactor pipe moduleAki Niemi2010-12-221-111/+135
| | | | Make use of the new client API and refactor the code.
* gisi: Fix copyright and license boilerplateAki Niemi2010-10-141-14/+12
|
* Eliminated bool, true and false from gisiPekka Pessi2010-05-271-23/+22
|
* Fix: Use g_try_malloc in gisi/pipe.cDenis Kenzior2010-03-161-1/+4
|
* gisi: Getter function for pipe handleIsmo Puustinen2009-09-011-0/+11
|
* Fix control reaches end of non-void functionDenis Kenzior2009-08-201-0/+2
|
* Fix unused variable err warningDenis Kenzior2009-08-201-1/+0
|
* gisi: fix pipe create request endianess problemsRémi Denis-Courmont2009-08-191-8/+11
|
* Phonet: add error handling for pipesRémi Denis-Courmont2009-08-191-3/+47
|
* Phonet: add modem parameter to ISI pipe APIRémi Denis-Courmont2009-08-191-2/+4
|
* Phonet: add modem parameter to ISI client APIRémi Denis-Courmont2009-08-191-1/+1
|
* Phonet: basic pipe owner supportRémi Denis-Courmont2009-08-141-0/+314
This will be needed for GPRS support.