aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/src/xen_common.c
Commit message (Expand)AuthorAgeFilesLines
* libxen: fix a problem preventing use of xen_event_register().Keir Fraser2009-03-031-1/+13
* libxen: Avoid declarations-after-statement (C++ coding style).Keir Fraser2008-01-171-42/+60
* Move all internal header files to a separate directory, so that it's clear whatewan@localhost.localdomain2007-04-211-6/+6
* Added xen_session_clear_error.ewan@localhost.localdomain2007-04-161-0/+17
* Added documentation, C bindings, and test for VM_metrics.VCPUs_flags.Ewan Mellor2007-04-131-0/+19
* Added documentation, C bindings, and a test for VM_metrics.{start_time,Ewan Mellor2007-04-091-0/+19
* Serialize string string maps.Ewan Mellor2007-04-051-0/+45
* This patch adds serialization of sets with strings. I recursified theEwan Mellor2007-03-291-52/+80
* Replace tabs with spaces.Ewan Mellor2007-03-261-8/+8
* Implement session.last_active, session.this_host, session.get_record,Ewan Mellor2007-03-261-3/+114
* Implement parsing of datetimes.Ewan Mellor2007-03-231-10/+33
* Fix get_val_as_string so that it does not truncate integers.Ewan Mellor2007-03-101-5/+7
* Allow empty structs to represent empty Maps.Ewan Mellor2007-03-101-2/+1
* This patch fixes two problems with sending and receiving of (arrays of)Ewan Mellor2007-03-091-1/+5
* Fix allocation of the error_description fields.Ewan Mellor2007-02-211-2/+2
* Added support for maps inside structs, so that we can send the HVM boot paramsEwan Mellor2007-02-011-38/+106
* Treat <value> tags with no type tag inside as if they were strings (as requiredEwan Mellor2007-01-051-9/+33
* Added permissiveness for floats.Ewan Mellor2007-01-051-0/+6
* With PERMISSIVE turned on, diagnose missing Enums and Bools, and improve theEwan Mellor2006-12-041-2/+18
* Allow the C bindings to be more permissive when a structure is missing someEwan Mellor2006-11-281-0/+10
* Rename abstract_value.double_val -> float_val. All the other names match theEwan Mellor2006-11-091-1/+1
* uint64_t replaced with int64_t everywhere.Ewan Mellor2006-10-281-5/+5
* Fix marshalling to and from record_opts.Ewan Mellor2006-10-281-4/+38
* The session class has a lower-case S -- fix the C bindings to match.Ewan Mellor2006-10-251-3/+3
* Import libxen-src-0.4.3-2.tar.bz2.ewan@linford.intra2006-10-071-0/+1329