summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add autoconf and pkg-config setupAlexander Larsson2010-02-0410-0/+218
|
* Always include using <spice/foo.h> styleAlexander Larsson2010-02-043-8/+4
|
* Hide internal macros with _SPICE prefixAlexander Larsson2010-02-041-18/+18
|
* Clean up and standardize header guardsAlexander Larsson2010-02-0410-24/+20
|
* Clean up header names, removing references to "red"Alexander Larsson2010-02-043-0/+0
| | | | | | red_error_codes.h -> spice/error_codes.h red.h -> spice/protocol.h reds_stat.h -> spice/stats.h
* Rename all identifiersAlexander Larsson2010-02-046-685/+685
| | | | | This is just the result of running: ./rename-identifiers.sh renames spice/*.h
* Clean up all network protocol names to start with Spice/SPICE_Alexander Larsson2010-02-041-0/+522
| | | | | This makes use have a consistent namespace for the core network protocol. The PCI devices each have their own namespaces.
* Add utility script to do C identifier renamingAlexander Larsson2010-02-041-0/+9
|
* Use <spice/barrier.h> memory barrierAlexander Larsson2010-02-043-26/+6
|
* Add standard memory barrier headerAlexander Larsson2010-02-041-0/+46
|
* Add standard header for structure packingAlexander Larsson2010-02-048-203/+259
|
* Use spice/types.h and its typesAlexander Larsson2010-02-047-183/+165
| | | | | There is a standard for integer types (i.e. uint32_t) which we're using at some places, but not others. Lets use it everywhere.
* Add standard header for defining core typesAlexander Larsson2010-02-041-0/+40
| | | | | Initially we only do what is necessary to get the stdint types like uint32_t, etc.
* Add MIT style COPYING fileAlexander Larsson2010-02-041-0/+25
|
* Import all protocol headers from spice/commonAlexander Larsson2010-02-048-0/+2078