]> xenbits.xensource.com Git - xenclient/toolstack.git/shortlog
xenclient/toolstack.git
2009-05-13 Prashanth Mundkurwhitespace cleanup
2009-05-08 Prashanth Mundkurswitch over to new json parser
2009-05-08 Prashanth Mundkuruse simplified error handlers
2009-05-08 Prashanth Mundkursimplify json_conv error handling
2009-05-08 Prashanth Mundkursimplify json_parse error handling
2009-05-06 Prashanth Mundkurintegrate http into toolstack build
2009-05-06 Prashanth Mundkurfix type-inference
2009-05-06 Prashanth Mundkurtest serialization api
2009-05-06 Prashanth Mundkuradd serialization api
2009-05-06 Prashanth Mundkursome cleanup of standalone build
2009-05-06 Prashanth Mundkurtest the compact api
2009-05-06 Prashanth Mundkuradded a slightly more compact api
2009-05-05 Prashanth Mundkurprint errors in payload parsing; fix recursion in reader
2009-05-05 Prashanth Mundkurfix status code handling
2009-05-05 Prashanth MundkurFixes from testing to request parsing.
2009-05-05 Prashanth Mundkuradd clean target
2009-05-05 Prashanth Mundkuradd some debug logging
2009-05-04 Prashanth MundkurHook http into standalone build.
2009-05-04 Prashanth Mundkurfix usage printing
2009-05-04 Prashanth MundkurAdded a tester program.
2009-05-04 Prashanth MundkurMore complete http API.
2009-05-04 Prashanth MundkurAdded http api interface.
2009-05-04 Prashanth MundkurRound out http API; improve handling of 0.9 protocol
2009-05-04 Prashanth Mundkurstart on incremental parser for HTTP/1.1
2009-05-04 Prashanth Mundkurfix indentation
2009-05-04 Prashanth MundkurMerge branch 'master' of git://git.uk.xensource.com...
2009-05-03 Vincent Hanquezadd support for receiving/sending jsonrpc
2009-05-03 Vincent Hanquezxenvm: open jsonrpc socket along with the legacy socket
2009-05-03 Vincent Hanquezxenvm: rename socket into legacy_socket
2009-05-03 Vincent Hanquezxenvm: add support for legacy vs new connection. all...
2009-05-03 Vincent Hanquezmove the task handler out of the monitor_rpc
2009-05-03 Vincent Hanquezxenvm: split the monitor thread for vm event from the...
2009-05-01 Ross PhilipsonFixes to use dlerror() to test dlsym() calls and fixed...
2009-04-30 Ross PhilipsonAdded SCSI inquiry helper library for disk info pt.
2009-04-29 Prashanth MundkurMerge branch 'master' of git://git.uk.xensource.com...
2009-04-29 Prashanth Mundkurimplement the record trimming pragma
2009-04-29 Prashanth MundkurAdded support for pragma directives to json codegen...
2009-04-29 Vincent Hanquezxenvm: plumb the new extra watches to xal.
2009-04-29 Vincent Hanquezadd extra watches on keys extra-vm-watch and extra...
2009-04-29 Vincent HanquezMakefile: use TOPLEVEL instead of hardcoding ..
2009-04-29 Vincent Hanquezadd extra watches config
2009-04-29 Vincent Hanquezadd base64 lib
2009-04-29 Vincent Hanquezxenvm: send notification for extra events
2009-04-29 Vincent Hanquezxenvm: fix ignored message for changertc since we inclu...
2009-04-29 Vincent Hanquezxal: add ability to listen to arbitrary watches
2009-04-28 Prashanth MundkurAdd json encoding equations to README.
2009-04-27 Prashanth MundkurFix rpc code-gen for api cleanups.
2009-04-27 Prashanth MundkurMerge branch 'master' of git://git.uk.xensource.com...
2009-04-27 Vincent Hanquezjson: fix Null _ that newer ocaml compiler doesn't...
2009-04-27 Vincent Hanquezjsonrpc: some change in the API.
2009-04-24 Prashanth MundkurUpdate json/README.
2009-04-24 Vincent HanquezJsonrpc: couple of rename and add some string<->jsonrpc...
2009-04-24 Vincent Hanquezremove the JSONRPC prefix from exceptions
2009-04-24 Vincent Hanquezcompile json and jsonrpc before xen libraries.
2009-04-23 Prashanth MundkurFix code-generators and standalone build after integrat...
2009-04-23 Vincent Hanquezexpose unexpected_char exception
2009-04-23 Vincent HanquezMerge branch 'integrate-json-and-rpc'
2009-04-23 Vincent Hanquezadd jsonrpc Makefile
2009-04-23 Vincent Hanquezmove jsonrpc into its own library
2009-04-23 Vincent Hanquezmove generators into a gen directory
2009-04-23 Vincent Hanquezexpose undefined
2009-04-23 Vincent Hanquezadd the undefined value define in the old implementation.
2009-04-23 Vincent Hanquezadd the simple "parser" from the old implementation...
2009-04-23 Vincent Hanquezsimplify json_conv to use more function from the json...
2009-04-23 Vincent Hanquezexport string_of_type
2009-04-23 Vincent Hanquezadd a string_of_type function for easier debugging...
2009-04-23 Vincent Hanquezmerge function with another implemention of json
2009-04-23 Vincent Hanquezadd my name to the json library
2009-04-23 Vincent Hanquezpart of another json library into the new json library
2009-04-23 Vincent HanquezVIO: add a way to disable the cache, lots of modificati...
2009-04-22 Prashanth MundkurMerge branch 'integrated-build' into devel
2009-04-22 Prashanth Mundkurhook new json tools into toolstack build.
2009-04-22 Prashanth MundkurMerge branch 'master' of git://git.uk.xensource.com...
2009-04-22 Vincent Hanquezwrite the multiprocessor suspend flag in xenstore
2009-04-21 Prashanth Mundkuradd mli for json_rpc
2009-04-21 Prashanth MundkurMerge branch 'master' of git://git.uk.xensource.com...
2009-04-21 Vincent Hanquezuse a build function to factor the restore code.
2009-04-21 Vincent Hanquezuse the structure instead of taking all arguments inlin...
2009-04-21 Vincent Hanquezuse the structure instead of taking all arguments inline
2009-04-21 Vincent Hanquezadd a function to create a build info out of a xenvm...
2009-04-21 Vincent Hanquezadd a restore function similar to the build function...
2009-04-21 Vincent Hanquezfix start failure to reset the domid instead of keeping...
2009-04-21 Vincent Hanquezchange restore to pv_restore
2009-04-21 Prashanth Mundkurnull rpc responses are valid, and not errors
2009-04-21 Prashanth Mundkuradded some rpc tests
2009-04-20 Prashanth MundkurProperly handle multiple servers
2009-04-20 Prashanth Mundkurupdate README
2009-04-20 Vincent Hanquezxenvm: plumb through xenops the timeoffset if it exists
2009-04-20 Vincent Hanquezxenvm: add the timeoffset config option to the readme
2009-04-20 Vincent Hanquezxenvm: add a way to specify time offset.
2009-04-20 Vincent Hanquezxenvm: add a way to notify higher layer that we want...
2009-04-18 Vincent Hanquezadd an option to remove the restore file at startup
2009-04-18 Vincent HanquezVIO: add reade_eof
2009-04-17 Prashanth Mundkurclarify client naming
2009-04-17 Prashanth Mundkurcleanup of unused code
2009-04-17 Prashanth Mundkurclient-side rpc code generation
2009-04-17 Prashanth Mundkurcreate all generated files as read-only
2009-04-17 Prashanth Mundkuradd some test files for the rpc code-generator
2009-04-17 Prashanth Mundkurfixes to get generated server code to compile
2009-04-17 Prashanth Mundkuradd type annotation for dispatch struct
next