]> xenbits.xensource.com Git - xcp/xen-api-libs.git/shortlog
xcp/xen-api-libs.git
2010-03-08 David ScottCA-38105: remove a unix domain socket leak in an error...
2010-03-08 David ScottCA-38105: Fix a heap corruption in the stub_unix_recv_f...
2010-03-08 Jon LudlamCA-38105: Fix segfault in fork-and-exec-daemon.
2010-03-08 Jon LudlamCA-38105: The recent patch to the recv_fd function...
2010-03-08 David ScottCA-38105: remove some unused variables from C stubs
2010-02-17 Rob HoesCP-1635: Cpuid module to obtain CPU information
2010-02-17 Rob HoesCP-1622: Listext function to replace the value for...
2010-02-02 Matthias GoergensMakes the allocator more robust by enabling allocation...
2010-02-08 Matthias Goergensmlvm-refactor: allocator (first part) changed to applic...
2010-02-02 Matthias GoergensTests the allocator using the Kaputt framework.
2010-02-02 Matthias GoergensAdds `join' to the Opt module
2010-02-02 Matthias GoergensAdds take and tails to our extended list module
2010-02-02 Matthias GoergensModule Fun gets operators for function composition...
2010-01-26 Matthias GoergensAdding extensions to some modules in the extended stand...
2010-01-26 Jonathan LudlamFix a bug in LV resizing
2010-01-18 Jonathan LudlamAdd rpc-light support to MLVM to allow it to marshal...
2010-01-18 Jonathan LudlamAdd (string,t) Hashtbl.t support to rpc-light
2010-02-04 David ScottCA-35920: add hypercall simulator support for SCHEDOP_r...
2010-02-03 David ScottCA-36554: call setsid() before exec() to make sure...
2010-02-03 David ScottCA-36554: improve the logging around the fork/exec...
2010-01-15 Rob Hoes[ocamldoc] Ensure 'make doc' works with mlvm lib
2010-01-15 Jonathan LudlamFix camldm after renaming of jsonrpc to rpc-light.json...
2010-01-11 Thomas Gazagnaire[http-svr] parse the content-type of the request and...
2010-01-05 Paul DurrantAdd a method to trigger a sleep button push in a domain
2009-12-22 Paul DurrantAdd a method to trigger a power button push in a domain
2010-01-11 Thomas Gazagnaire[rpc-light] In xmlrpc, when waiting for a tag opening...
2010-01-11 Thomas Gazagnaire[rpc-light] when (un)marshaling variant, if it has...
2010-01-11 Thomas Gazagnaire[rpc-light] Optimize the way (string * t) list are...
2010-01-11 Thomas Gazagnaire[rpc-light] Protect the XML strings as xml-light2.
2010-01-11 Thomas Gazagnaire[rpc-light] XMLRPC fault need to be parsed correctly
2010-01-11 Thomas Gazagnaire[rpc-light] Do not wait for an optional field when...
2010-01-11 Thomas Gazagnaire[rpc-light] Never call 'exit i' on error, because that...
2010-01-11 Thomas Gazagnaire[rpc-light] Fix-up some bugs in the XML parser code
2010-01-11 Thomas Gazagnaire[rpc-light] Add some friendly error messages on runtime...
2010-01-11 Thomas Gazagnaire[rpc-light] Add a function to marshal and unmarshal...
2010-01-11 Thomas Gazagnaire[rpc-light] Add some basic RPC int functions.
2010-01-11 Thomas Gazagnaire[rpc-light] Add some basic RPC int functions.
2010-01-11 Thomas Gazagnaire[rpc-light] Add some explicit runtime exceptions when...
2010-01-11 Thomas Gazagnaire[rpc-light] Add a function to parse XMLRPC from an...
2010-01-11 Thomas Gazagnaire[rpc-light] test (un)marshalling of phatom types.
2010-01-11 Thomas Gazagnaire[rpc-light] Backport the value library and clean-up...
2010-01-11 Thomas Gazagnaire[rpc-light] Make the abstraction layer more uniform...
2010-01-11 Thomas Gazagnaire[stdext] Add the function Bigbuffer.append_string ...
2009-12-22 Rob HoesMinor ocamldoc fix.
2009-12-22 David ScottCA-36092: Modifying Stunnel.connect's verify_cert argum...
2009-12-22 David Scott[ocamldoc]: attempt to tidy-up the ocamldoc comments...
2009-12-21 David ScottCA-36084: pass an optional environment to Forkhelpers...
2009-12-21 Jon LudlamMLVM library
2009-12-21 Jon LudlamUse rpc-light to marshal/unmarshal camldm device-mapper...
2009-12-21 Jon LudlamA few bits and pieces to support the vhd daemon
2009-12-21 David ScottCA-33440: remove some unused arguments from execute_com...
2009-12-21 David ScottCA-33440: add ocamldoc to forkhelpers.mli
2009-12-21 David ScottCA-33440: remove some more unused functions from forkhe...
2009-12-21 David ScottCA-33440: Now that the direct fork code has been moved...
2009-12-21 David ScottCA-33440: Move the unsafe direct fork_and_exec code...
2009-12-21 David ScottCA-33440: Remove some dead code
2009-12-21 David ScottCA-36075: add back in a sane default $PATH for subproce...
2009-12-19 David ScottCA-36049: install the init script into /etc/rc.d/init...
2009-12-18 David ScottCA-33440: when starting an stunnel process, careful...
2009-12-18 David ScottCA-33440: Add an 'install.sh' into which we can place...
2009-12-18 David ScottCA-33440: Add an init.d script for the fork/exec daemon.
2009-12-18 David ScottCA-33440: Make the fork/exec daemon create the director...
2009-12-18 David ScottCA-33440: Add [-daemon] and [-pidfile] arguments to...
2009-12-18 Jon LudlamCA-33440: add a single-threaded fork/exec daemon to...
2009-12-14 Thomas Gazagnaire[rpc-light] add {call,response}_of_string and string_of...
2009-12-14 Thomas Gazagnaire[rpc-light] implements {call,response}_of_string and...
2009-12-11 Thomas Gazagnaire[rpc-light] Accept JSON string which contains UTF-XXX...
2009-12-04 David ScottCA-35397: Increase the number of domain info structs...
2009-11-26 Jonathan LudlamFix bug in converting Bigbuffer to a string or other.
2009-11-27 Marcus GranadoCP-706: add syslog facility option to xapi log.conf
2009-11-25 Daniel StoddenSwitch all xapi syslog logging back to 'daemon'.
2009-11-27 David Scott[XIU]: add HVM and HAP flags to the hypercall simulator.
2009-11-20 Jonathan KnowlesAdds functions "file_lines_{fold,iter}" to the Unixext...
2009-11-11 David ScottModify the mk/Makefile to invoke autogen.sh && configur...
2009-11-11 David ScottAdd a trivial autogen.sh
2009-11-11 David ScottWork-around the missing XS_RESTRICT decl in xen-unstable
2009-11-11 David ScottUse autoconf to detect: xen headers; XS_RESTRICT in...
2009-11-06 Anil Madhavapeddyadd autoconf infrastructure, including the OCaml M4...
2009-11-11 Thomas Gazagnaire[packaging] separate the normal Makefile from the one...
2009-11-03 Anil Madhavapeddyrename the Sexpr module to Sexpr_TS to avoid a case...
2009-11-05 Anil MadhavapeddyRemove the statfs(3) stubs as they are not used in...
2009-11-04 Anil MadhavapeddyRemove signal handler debug stubs for FPE/SEGV from...
2009-11-04 Anil MadhavapeddyExplicitly include the ocaml install location in the...
2009-10-30 Rob Hoes[ocamldoc] Distinguish between libs and packs
2009-10-30 David ScottSwitch all xapi syslog logging to 'local6' rather than...
2009-10-29 Marcus GranadoCA-34200: audit-log should have info level
2009-10-28 Rob Hoes[ocamldoc] Build-in Ocamldoc support
2009-10-28 David ScottDrop the runtime lock while calling syslog() in case...
2009-10-26 David Scott[refactoring] Create new targets for binary generated...
2009-10-26 David Scott[refactoring] remove unused sha1 library (the one we...
2009-10-26 David Scott[refactoring] Update the main Makefile to build the...
2009-10-26 David Scott[refactoring] make the dependency to xs explicit
2009-10-26 David Scott[refactoring] make the dependency to unix explicit
2009-10-26 David Scott[refactoring] make the dependencies to mmap and uuid...
2009-10-26 David Scott[refactoring] make the dependencies to mmap and uuid...
2009-10-26 David Scott[refactoring] make the dependency to unix explicit
2009-10-26 David Scott[refactoring] make the dependencies to unix and xb...
2009-10-26 David Scott[refactoring] Move SExpr from xen-api.hg to xen-api...
2009-10-26 David Scott[refactoring] Move stunnel from xen-api.hg to xen-api...
2009-10-26 David Scott[refactoring] Move RSS from xen-api.hg to xen-api-libs.hg
next