contrib/cloudeebus.git
2013-07-03 Frederic PAUTdbus service : adding security feature (provided by...
2013-06-28 Luc Yriarteerror management simplification
2013-06-28 Luc Yriarteremove logs unrelated to session initialization or...
2013-06-28 Luc Yriarteminor code prettyfy / whitespaces
2013-06-28 Luc Yriartecode cleanup / local variables
2013-06-28 Luc YriarteMerge pull request #25 from fpaut/agent_future
2013-06-27 Frederic PAUTRename method delAgent -> removeAgent
2013-06-27 Frederic PAUTRemoving alert() and using cloudeebus.log()
2013-06-27 Frederic PAUTswitching all methods to 'Promise' interface
2013-06-27 Frederic PAUTdbus service : removing the method cloudeebus.BusConnec...
2013-06-27 Frederic PAUTdbus service : removing the method cloudeebus.Service.add
2013-06-25 Luc Yriartesignal sending now supported
2013-06-25 Luc Yriartetemp version 0.5.99
2013-06-25 Luc YriarteMerge pull request #24 from fpaut/agent_future
2013-06-25 Frederic PAUTUpdate with new agent function prototype, and formattin...
2013-06-25 Frederic PAUTGeneric definition of an Agent renamed cloudeebus.Agent
2013-06-25 Frederic PAUTForgotten some errors formatting (with cloudeebus.getError)
2013-06-25 Frederic PAUTFormatting error with cloudeebus.getError()
2013-06-25 Frederic PAUTforgotten to replace two accept -> fulfill
2013-06-25 Frederic PAUTFactorize creation of dynamic className (and ensure...
2013-06-24 Frederic PAUTadding function to parse error object
2013-06-24 Frederic PAUTMerge branch 'master' into agent_future
2013-06-24 Frederic PAUTdbus service : integrating generic JS definition of...
2013-06-19 Luc Yriartebump version 0.5.1
2013-06-19 Luc YriarteDOM spec update: Future/accept -> Promise/fulfill
2013-06-10 Luc YriarteMerge pull request #23 from fpaut/agent_future
2013-06-10 Luc Yriartebump version 0.5.0
2013-06-10 Frederic PAUTdbus service : Fix JSON encoding for allowing encoding...
2013-06-10 Luc YriarteAdd Documentation section with references to 01.org...
2013-06-03 Luc YriarteMerge branch 'future' into agent_future
2013-06-03 Luc YriarteProxyObject connectToSignal successCB renamed handlerCB...
2013-05-29 Luc YriarteMerge branch 'future'
2013-05-29 Luc Yriartebump version 0.5.0
2013-05-29 Luc Yriarteupdate TODO
2013-05-28 Luc YriarteMerge pull request #22 from fpaut/agent_future
2013-05-28 Frederic PAUTMerge branch 'future' into agent_future
2013-05-28 Frederic PAUTFuture : Server side, using 'Future' to create service...
2013-05-24 Luc Yriartecorrecting Future static methods resolve, accept, rejec...
2013-05-24 Luc Yriarteadding Future static methods: any, every, some
2013-05-24 Luc Yriarteadding Future helper done method. Support undefined...
2013-05-24 Luc Yriarteadding Future helper catch method
2013-05-24 Luc Yriarteadding Future static methods: resolve, accept, reject
2013-05-24 Luc Yriartefix resolver's resolve method: accept callback calls...
2013-05-24 Luc Yriartecall resolver's accept and reject synchronously in...
2013-05-24 Luc Yriarteimplement FutureResolver.resolve
2013-05-24 Luc Yriarteimplement basic DOM Future and FutureResolver mechanism
2013-05-24 Luc YriarteRequest.result is an object, not an array. If the DBus...
2013-05-24 Luc Yriartecloudeebus.Request implements DOMRequest as defined in
2013-05-24 Luc Yriartebump version 0.4.0
2013-05-24 Luc Yriarterequest onerror callback: args for apply is an array
2013-05-24 Luc Yriarteeval method result in a try block
2013-05-24 Frederic PAUTrequest : adding 'signature' parameter
2013-05-24 Frederic PAUTrequest : Bug fix
2013-05-24 Frederic PAUTrequest : removing successCB, errorCB as parameters...
2013-05-24 Luc Yriarteuse request onerror handler on callback exceptions...
2013-05-24 Luc Yriartesyntax check
2013-05-24 Frederic PAUTImplementing request interface
2013-05-23 Luc Yriartefix resolver's resolve method: accept callback calls...
2013-05-23 Luc Yriartecall resolver's accept and reject synchronously in...
2013-05-23 Luc Yriarteimplement FutureResolver.resolve
2013-05-22 Luc Yriarteimplement basic DOM Future and FutureResolver mechanism
2013-05-16 Luc YriarteRequest.result is an object, not an array. If the DBus...
2013-05-16 Luc YriarteMerge pull request #20 from fpaut/agent
2013-05-16 Frederic PAUTAdd sample with variant (dictionary which is an array...
2013-05-15 Luc Yriartecloudeebus.Request implements DOMRequest as defined in
2013-05-15 Luc YriarteNo JSON.parse for Javascript method results
2013-05-15 Luc Yriartereturn dbus error on javascript exception
2013-05-15 Luc Yriartebump version 0.4.0
2013-05-14 Luc Yriartearguments.callee is deprecated
2013-05-14 Luc Yriartecleanup misplaced comment
2013-05-14 Luc Yriartesyntax fix
2013-05-14 Luc YriarteMerge branch 'master' into agent
2013-05-14 Luc YriarteMerge pull request #19 from fpaut/agent
2013-05-14 Frederic PAUTBug fix of dbus dictionary (interpreted as block code...
2013-05-13 Luc YriarteMerge branch 'master' into request
2013-05-13 Luc Yriartefix case in authors name
2013-05-13 Luc Yriarteversion check: from 0.3.2 on, client checks for a min...
2013-04-25 Luc YriarteConservatively set the minimum version to the first...
2013-04-25 Luc Yriartebump version 0.3.2, setup requires first compatible...
2013-04-25 Frederic PAUTFix compatibility with autobahn v0.6.0
2013-04-23 Luc Yriarterequest onerror callback: args for apply is an array
2013-04-23 Luc Yriarteeval method result in a try block
2013-04-22 Luc YriarteMerge pull request #16 from fpaut/agent
2013-04-22 Luc YriarteMerge pull request #15 from fpaut/request
2013-04-17 Frederic PAUTAdding me as author
2013-04-17 Frederic PAUTrequest : adding 'signature' parameter
2013-04-16 Luc YriarteMerge pull request #14 from fpaut/request
2013-04-16 Frederic PAUTrequest : Bug fix
2013-04-16 Luc YriarteMerge pull request #13 from fpaut/request
2013-04-16 Frederic PAUTrequest : removing successCB, errorCB as parameters...
2013-04-15 Luc Yriarteuse request onerror handler on callback exceptions...
2013-04-15 Luc Yriartesyntax check
2013-04-15 Frederic PAUTImplementing request interface
2013-04-15 Frederic PAUTMerge branch 'agent' of https://github.com/01org/cloude...
2013-04-10 Luc Yriartebump version 0.3.1 with network-based access control
2013-04-09 Luc YriarteMerge pull request #11 from fpaut/agent_ObjJS
2013-04-08 Frederic PAUTdbus service : (re)remove debug file generation with...
2013-04-08 Frederic PAUTdbus service : Bug fix on method mapping when using...
2013-04-04 Frederic PAUTdbus-service : Map JS object method with DBus agent
2013-04-03 Luc YriarteMerge pull request #10 from fpaut/agent
next