src/app-framework-binder.git
2018-06-20 Ronan Le Martretpackaging: Update spec and deb packaging 47/14547/1 eel 5.1.0 eel/5.1.0 eel_5.1.0
2018-05-05 Ronan Le MartretConvert pc.in from UTF-8 to US-ASCII 67/13867/1 5.0.3 eel/5.0.3 eel_5.0.3
2018-05-04 Ronan Le MartretCMakeLists: Fix c++ build 63/13863/1
2018-02-15 José Bolloafb-config: Increase the default timeout of sessions 5.0.2 eel/5.0.2 eel_5.0.2
2018-02-15 José Bolloafb-session: Use clock insensitive to time changes
2018-01-05 José Bolloafb-api-so: Exclude directories starting with . 5.0.1 eel/5.0.1 eel_5.0.1
2018-01-03 José Bolloafb-binding.hpp: Fix constexpr of 'binding' 5.0.0 eel/5.0.0 eel_5.0.0
2018-01-03 José Bollogenskel: Add afb:: namespace prefix
2018-01-03 José Bollogenskel: Add option for C++ output
2018-01-03 José Bollosig-monitor: Handle signals in exit
2018-01-03 José Bollosig-monitor: Make signal list global
2018-01-03 José Bolloafb-hreq: Add predefined mime-types
2018-01-03 José BolloRemove unused and confusing files
2017-12-18 José BolloBump version to 5.0.0-EE 4.99.5 eel/4.99.5 eel_4.99.5
2017-12-07 José Bolloafb-api-ws: Make weak ws-client by default (to be fixed) 4.99.4 eel/4.99.4 eel_4.99.4
2017-12-01 José Bollojobs: Fix locks in event loops
2017-11-30 José Bollojobs: Fix possible race condition
2017-11-30 José Bolloafb-config: Check environment variables
2017-11-30 José Bollojobs: rewrite of the event loop handling
2017-11-30 José Bollofixup! afb-ws & websocket: Fix writing very long data
2017-11-29 Jan-Simon MöllerAdd .gitreview defaultbranch for eel
2017-11-28 José Bolloafb-ws & websocket: Fix writing very long data
2017-11-20 José BolloCMAKE: refactor options 4.99.3 eel/4.99.3 eel_4.99.3
2017-11-20 José BolloMerge "Fix build for native package"
2017-11-20 Ronan Le MartretFix build for native package 51/12051/1
2017-11-17 José Bollofix build error
2017-11-17 José Bolloafb-proto-ws: Fix autolock in proto-ws
2017-11-17 José BolloCMAKE: allow to compile afb-genskel only
2017-11-13 José Bolloafb-export: Ensure monitoring of events
2017-11-11 José Bollomonitoring: Set default token to HELLO
2017-11-11 José Bolloafb-proto-ws: fix self locking issue
2017-11-07 José Bolloafb-stub-ws: autoclose session on disconnection
2017-11-07 José Bolloafb-stub-ws: manage closed sessions
2017-11-07 José Bolloafb-session: improve naming
2017-11-07 José Bolloafb-stub-ws: Track sessions for releasing it
2017-11-06 José Bolloafb-session: Improve readability
2017-11-06 José Bolloafb-session: fix reference counting
2017-11-06 José Bolloafb-session: optimization
2017-11-06 José Bolloafb-session: add comments
2017-11-06 José Bolloafb-session: remove unused access time
2017-11-06 José Bolloafb-session: Add timeout features for sessions
2017-11-06 José Bolloafb-session: add function afb_session_search
2017-11-06 José Bolloafb-trace: improve and simplify session management
2017-11-06 José Bolloafb-session: improves comments and names
2017-11-06 José Bolloafb-session: redefine the function 'afb_session_create'
2017-11-06 José BolloAFB.js: make HELLO the default token
2017-11-06 José Bolloafb-session: rewrite of cookie handling
2017-11-03 José BolloAdd 'noconcurrency' when creating dynamic API 4.99.2 eel/4.99.2 eel_4.99.2
2017-11-03 José Bolloafb-proto-ws: Fix unclosed file descriptor
2017-11-03 José Bollojobs: Improve event loop integration
2017-11-01 José Bolloverbose: Ensure mutual exclusion when logging
2017-10-26 José Bollomonitoring: Improve readability of pastel style
2017-10-26 José BolloAFB.js: Allows use of client's callIDs
2017-10-23 José Bollowebsocket: Add function that explain error codes
2017-10-23 José Bollowebsocket: cleanup
2017-10-23 José Bollowebsocket: Tune maximum received length
2017-10-23 José Bolloafb-api-dyn: Uniform return 0 on success
2017-10-16 José Bolloafb-api-so: improve error messages
2017-10-12 José Bolloafb-stub-ws: Always validate clients of stub-ws
2017-10-11 José Bollolibafbwsc: add function 'afb_ws_client_connect_api'
2017-10-11 José Bolloafb-proto-ws: remove dependencies
2017-10-11 José BolloUpdate documentation for afb_req_get_uid
2017-10-11 José BolloUpdate C++ interface for afb_req_get_uid
2017-10-10 José BolloAdd the function afb_req_get_uid
2017-10-10 José BolloRemove explicit Debug build type
2017-10-09 José Bolloafb-api-dbus: Make error for subcalls if DBUS transport
2017-10-09 José BolloAdd wrappers for accesses to internals
2017-10-09 José Bollocosmetic
2017-10-09 José BolloAdd function afb_evt_eventid_addref
2017-10-09 José BolloImprove naming of evt_eventids
2017-10-09 José BolloCleanup of header files
2017-10-09 José BolloProvide API and VERB name of requests
2017-10-09 José BolloProvide the name of the API
2017-10-09 José BolloAdd a closure argument to dynamic verbs
2017-10-09 José BolloAllow pure dynamic bindings
2017-10-09 José BolloAllow dynamic creation of APIs
2017-10-09 José BolloMake single afb_request_subcall
2017-10-09 José Bolloafb-export: prepare to eventid
2017-10-09 José Bolloafb-export: cleanup of unused async
2017-10-09 José Bollosig-monitor: Fix backtrace cropping
2017-10-09 José BolloProvide conversions for afb_event and afb_req
2017-10-09 José BolloRemove unused files
2017-10-09 José BolloPrepare subscription to eventid
2017-10-09 José BolloMake addref for request return the pointer
2017-10-09 José BolloDeprecate internal use of afb_event
2017-10-09 José Bolloafb-export: record apiset at creation
2017-10-09 José Bolloafb-auth: Move json serialisation of afb_auth
2017-10-09 José BolloIntroduce afb_request
2017-10-09 José BolloIntroduce afb_eventid
2017-10-09 José BolloMake afb_event_drop obsolete
2017-10-09 José Bolloafb-trace: Use the fresh afb_eventid internals
2017-10-09 José Bolloafb-evt: prepare futur afb_eventid
2017-10-09 José Bolloafb-api: Define the notion of group for concurrency
2017-10-09 José BolloRefactor of starting apis
2017-10-09 José BolloAtomic context initialisation for bindings
2017-10-09 José Bolloafb-session: Fig tiny bug
2017-10-09 José Bollominor cleanup
2017-10-09 José Bolloafb-export: getter for the apiset
2017-10-09 José Bolloafb-xreq: hide internal addref/unref to xreqs
2017-10-09 José Bolloafb-xreq: prepare futur afb_request
next