summaryrefslogtreecommitdiffstats
path: root/gisi/server.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10gisi: Update copyright informationMarcel Holtmann1-1/+1
2011-01-18gisi: simplify pending managementPekka Pessi1-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.
2010-12-22gisi: Explicit compare to NULLAki Niemi1-15/+15
2010-12-22gisi: Refactor the server APIAki Niemi1-258/+91
The new server API is a convenience wrapper on the modem API for servers.
2010-11-29gisi: explicitly compare pointers to NULLLucas De Marchi1-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>
2010-10-14gisi: Fix copyright and license boilerplateAki Niemi1-13/+13
2010-09-14Fix common misspelling in gisiLucas De Marchi1-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
2010-05-17gisi: Fix style issuesAki Niemi1-2/+1
2010-04-24Fix: transaction id usage in gisi/server.cPekka Pessi1-57/+54
2010-04-20gisi: add gisi server APIPekka Pessi1-0/+349