Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cameo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shervin Nourbakhsh
cameo
Commits
95788664febf152f275dc2f03887a59f6e346e20
Select Git revision
0 results
cameo
Author
Search by author
Any Author
authors
0 authors
Mar 05, 2020
Use request socket in Responder
· 95788664
legoc
authored
5 years ago
95788664
Use request socket in Requester
· a21c3b1a
legoc
authored
5 years ago
a21c3b1a
Replaced all calls to server with request socket
· 838921eb
legoc
authored
5 years ago
838921eb
Use request socket in This
· 5dd0e164
legoc
authored
5 years ago
5dd0e164
Use request socket for Server
· 88324b5f
legoc
authored
5 years ago
88324b5f
Services uses request socket
· 1b041459
legoc
authored
5 years ago
1b041459
Corrected implementation of timeout in RequestSocketImpl
· eee78b83
legoc
authored
5 years ago
eee78b83
Creation of the request socket and first use in Services::initStatus()
· ff80a52d
legoc
authored
5 years ago
ff80a52d
Simplified use of m_impl in Services, Server, This
· 308898f5
legoc
authored
5 years ago
308898f5
Renamed createRequest() into createRequestType()
· 27eb4eb9
legoc
authored
5 years ago
27eb4eb9
Mar 04, 2020
Prepare RequestSocketImpl to minimize socket creation
· ea2992a0
legoc
authored
5 years ago
ea2992a0
Renamed SocketImpl into StreamSocketImpl
· 02325052
legoc
authored
5 years ago
02325052
Changelog
· bbf4e0d5
legoc
authored
5 years ago
bbf4e0d5
Changelogs
· 90c77b6f
legoc
authored
5 years ago
90c77b6f
Renamed ApplicationImpl into ThisImpl
· d364c8ad
legoc
authored
5 years ago
d364c8ad
Replaced EventStreamSocket of This with an EventListener.
· f630d6cd
legoc
authored
5 years ago
f630d6cd
Factorised ServerImpl.start
· 18b4869a
legoc
authored
5 years ago
18b4869a
Implemented C++ Instance with EventListener to avoid creating a new...
· edf172e4
legoc
authored
5 years ago
edf172e4
Simplified EventThread that only forwards events to listeners
· 2c614eef
legoc
authored
5 years ago
2c614eef
Mar 03, 2020
Starting with the implementation of the event thread in C++
· 84cdc19b
legoc
authored
5 years ago
84cdc19b
Renamed status listener into event listener
· f028f1f6
legoc
authored
5 years ago
f028f1f6
Changed nature of project to C++
· 84b4e489
legoc
authored
5 years ago
84b4e489
Version 0.1.7 of cameo-api
· 0b99d765
legoc
authored
5 years ago
0b99d765
Removed the ServicesImpl.tryRequest methods
· d0530a6e
legoc
authored
5 years ago
d0530a6e
Feb 18, 2020
Create a request socket to cancel the publisher
· 53ee8bf1
legoc
authored
5 years ago
53ee8bf1
Replaced RequesterImpl tryRequest calls by request socket
· 260fa990
legoc
authored
5 years ago
260fa990
Version 0.1.7 for cameo-api
· e2ba1d5e
legoc
authored
5 years ago
e2ba1d5e
Cancel uses request socket
· 5b61caf1
legoc
authored
5 years ago
5b61caf1
Continue with the replacement of tryRequest calls
· 653e792e
legoc
authored
5 years ago
653e792e
Replaced ServicesImpl.tryRequest calls to cameo server by a request socket
· c169861e
legoc
authored
5 years ago
c169861e
Upgraded jeromq to 0.5.2
· 0dbcc874
legoc
authored
5 years ago
0dbcc874
Removed cameo-com-jeromq-0.3
· ad45587b
legoc
authored
5 years ago
ad45587b
Dec 02, 2019
Corrected implementation of Request.get() and Requester.send() to be coherent...
· 209d20ad
legoc
authored
5 years ago
209d20ad
Nov 27, 2019
Changelog
· 302c1a49
legoc
authored
5 years ago
302c1a49
Added rapidjson.m4
· b3fe9a57
legoc
authored
5 years ago
b3fe9a57
Nov 26, 2019
changelog
· c3c2a11c
legoc
authored
5 years ago
c3c2a11c
Adapted console to new API version
· 8a113cf5
legoc
authored
5 years ago
8a113cf5
Removed Instance.now() method and added Instance.getActualState() and Instance.getLastState()
· 5361b715
legoc
authored
5 years ago
5361b715
Reviewed interface of EventStreamSocket and OutputStreamSocket
· b55bf6cf
legoc
authored
5 years ago
b55bf6cf
Nov 25, 2019
Added cancel publishers in stream classes and reviewed the isEnded and isCanceled methods
· 251d6caf
legoc
authored
5 years ago
251d6caf
Loading