summaryrefslogtreecommitdiffstats
path: root/connection.h
Commit message (Collapse)AuthorAgeFilesLines
* More comments for connection.c/h and wayland-util.hHEADmasterCasey Dahlin2010-06-031-0/+4
|
* Import Eric Anholts hash table implementationKristian Høgsberg2010-02-261-1/+1
| | | | Adapted from git://people.freedesktop.org/~anholt/hash_table.
* Add client side demarshalling for events.Kristian Høgsberg2008-12-241-2/+13
| | | | | This also consolidates the marshalling code in connection.c and uses the same functions in the server and client for marshalling.
* Move protocol metadata to wayland-protocol.[ch].Kristian Høgsberg2008-12-211-0/+4
| | | | | | This lets us share the metadata between server and client and we can now use a va_arg marshalling function for sending client requets.
* Put Wayland under the MIT license.Kristian Høgsberg2008-12-021-0/+22
|
* Split out connection io buffer logic.Kristian Høgsberg2008-11-061-0/+21