summaryrefslogtreecommitdiff
path: root/gisi/server.c
Commit message (Collapse)AuthorAgeFilesLines
* gisi: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* gisi: simplify pending managementPekka Pessi2011-01-181-68/+5
| | | | | | | | | | Client or server mark their pending objects with the function g_isi_pending_set_owner(). When client or server get destroyed or reset the pending objects are removed with the function g_isi_remove_pending_by_owner(). As a client or server always uses only a particular resource, all the pending objects are conveniently stored into a single list.
* gisi: Explicit compare to NULLAki Niemi2010-12-221-15/+15
|
* gisi: Refactor the server APIAki Niemi2010-12-221-258/+91
| | | | | The new server API is a convenience wrapper on the modem API for servers.
* gisi: explicitly compare pointers to NULLLucas De Marchi2010-11-291-3/+3
| | | | | | | | | | | | | | This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl>
* gisi: Fix copyright and license boilerplateAki Niemi2010-10-141-13/+13
|
* Fix common misspelling in gisiLucas De Marchi2010-09-141-1/+1
| | | | | | | | | | Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspelling: fomr->from
* gisi: Fix style issuesAki Niemi2010-05-171-2/+1
|
* Fix: transaction id usage in gisi/server.cPekka Pessi2010-04-241-57/+54
|
* gisi: add gisi server APIPekka Pessi2010-04-201-0/+349