- 19 Mar, 2019 3 commits
-
-
Johan Ström authored
-
Johan Ström authored
Part of effort to make agoclient.cpp slimmer
-
Johan Ström authored
This was broken quite a while back (9aafd93e) Also update test_agorpc.py a bit
-
- 14 Jul, 2018 1 commit
-
-
Johan Ström authored
-
- 10 Jun, 2018 1 commit
-
-
Johan Ström authored
-
- 25 May, 2018 1 commit
-
-
Johan Ström authored
Support for jsoncpp differs wildly between distributions. jsoncpp is small and has support for "amalgamated" version to be included in applications.
-
- 03 Jan, 2018 2 commits
-
-
Johan Ström authored
-
Johan Ström authored
-
- 02 Jan, 2018 1 commit
-
-
Johan Ström authored
-
- 01 Jan, 2018 3 commits
-
-
Johan Ström authored
-
Johan Ström authored
-
Johan Ström authored
mongoose code and supporting code have been moved to new shared/agohttp/ library which agorpc utilizes.
-
- 24 Mar, 2016 2 commits
-
-
Johan Ström authored
-
Johan Ström authored
-
- 16 Jan, 2016 1 commit
-
-
Johan Ström authored
example: humidity change with "unit":"%"
-
- 20 Oct, 2015 1 commit
-
-
Tang authored
-
- 09 Oct, 2015 1 commit
-
-
Tang authored
-
- 12 Apr, 2015 1 commit
-
-
Harald Klein authored
-
- 11 Apr, 2015 1 commit
-
-
Johan Ström authored
-
- 29 Mar, 2015 6 commits
-
-
Johan Ström authored
-
Johan Ström authored
-
Johan Ström authored
-
Johan Ström authored
If data is missing, omit it from jsonrpc response. If data is not a map, return error instead of crashing. Use different Jsonrpc error codes for malformed message and actual remote error
-
Johan Ström authored
-
Johan Ström authored
["type"] will create a blank element if it did not exists before. This breaks some UI code which does not expect any keys with null values
-
- 27 Mar, 2015 4 commits
-
-
Harald Klein authored
-
Harald Klein authored
-
Harald Klein authored
-
Harald Klein authored
-
- 20 Mar, 2015 1 commit
-
-
Harald Klein authored
-
- 19 Mar, 2015 2 commits
-
-
Johan Ström authored
As a mg connection may be reused (connection keep-alive), we must free the GetEventState object every time we're done with the request, not only when connection is closed. Since we now clear it, we don't need to keep track of "processed" state.
-
Tang authored
Fix lost event in agorpc: when 2 events are too close, agorpc calls getEventRequest in eventHandler and almost at the same time in MG_POLL. First event is writen in event response but second one is lost. Fix was to set request has already been processed.
-
- 02 Mar, 2015 1 commit
-
-
Harald Klein authored
-
- 26 Feb, 2015 1 commit
-
-
Johan Ström authored
-
- 26 Dec, 2014 1 commit
-
-
Harald Klein authored
-
- 19 Nov, 2014 1 commit
-
-
Johan Ström authored
-
- 31 Oct, 2014 1 commit
-
-
Johan Ström authored
C++ whitespace & indentation cleanups in shared + core, as per decision in #135 and related discussion
-
- 24 Oct, 2014 1 commit
-
-
Johan Ström authored
-
- 16 Oct, 2014 2 commits
-
-
Johan Ström authored
-
Johan Ström authored
-