summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* vsomeip 2.8.12.8.1Juergen Gehring2018-01-2513-44/+77
|
* vsomeip 2.8.02.8.0Juergen Gehring2018-01-255-12/+70
|
* vsomeip 2.7.32.7.3Juergen Gehring2018-01-2524-94/+157
|
* vsomeip 2.7.22.7.2Juergen Gehring2018-01-253-288/+289
|
* vsomeip 2.7.12.7.1Juergen Gehring2018-01-2518-601/+172
|
* vSomeIP 2.7.02.7.0Juergen Gehring2017-06-2095-1031/+4114
|
* vSomeIP 2.6.42.6.4Juergen Gehring2017-06-2010-110/+167
|
* vSomeIP 2.6.32.6.3Juergen Gehring2017-06-1952-155/+1950
|
* vSomeIP 2.6.22.6.2maintain/2.6Juergen Gehring2017-04-0745-372/+1706
|
* vSomeIP 2.6.12.6.1Juergen Gehring2017-03-074-7/+8
|
* vSomeIP 2.6.02.6.0Juergen Gehring2017-02-2874-1115/+2235
|
* vSomeIP 2.5.32.5.3Juergen Gehring2017-02-28292-1222/+3252
|
* vSomeIP 2.5.22.5.2Jürgen Gehring2016-12-1219-273/+328
|
* vSomeIP 2.5.12.5.1Jürgen Gehring2016-12-12136-1177/+3950
|
* vSomeIP 2.5.02.5.0Jürgen Gehring2016-11-04147-2559/+5236
|
* vSomeIP 2.4.32.4.3Jürgen Gehring2016-11-044-91/+22
|
* Documentation error.Jürgen Gehring2016-10-191-2/+1
|
* README.md added.Jürgen Gehring2016-10-191-0/+82
|
* vsomeip 2.4.22.4.2Jürgen Gehring2016-10-11146-2655/+9097
|
* vSomeIP 2.2.42.2.4Jürgen Gehring2016-09-20286-3404/+18180
|
* Initial commit from maintainer to the new repositoryJürgen Gehring2016-09-191-0/+1
|
* Adding README in markdown format for GitHubJeremiah as vSOMEIP maintainer2016-09-161-0/+751
|
* vSomeIP 2.0.12.0.1Dirk Huss2015-12-0941-303/+732
|
* vSomeIP 2.0.02.0.0Dirk Huss2015-11-25222-6807/+12094
|
* vSomeIP 1.3.0p21.3.0p2Jürgen Gehring2015-10-162-1/+22
|
* vSomeIP 1.3.0p11.3.0p1Markus Freutsmiedl2015-10-072-15/+16
|
* vSomeIP 1.3.01.3.0Jürgen Gehring2015-07-29216-7353/+16491
|
* Do not check byte stream for local message as long as the number ofLutz Bichler2015-04-081-1/+2
| | | bytes is smaller than the start and the end tag.
* Enable notification from routing manager proxies.Lutz Bichler2015-02-165-34/+11
|
* Make routing manager/proxy/stub correctly handle the case of a lostLutz Bichler2015-02-166-39/+53
| | | local service.
* Forget last update in latest commit.Lutz Bichler2015-02-161-2/+3
|
* Do not open a separate thread in "application.start".Lutz Bichler2015-02-162-10/+6
| | | | Renamed main service object (host_io_ to io_). Removed some log messages.
* Constants should be written in capital letters.Lutz Bichler2015-02-161-1/+1
|
* Correct configuration file (just spelling of a parameter that isLutz Bichler2015-02-161-2/+2
| | | undefined anyway).
* Ensure thread support is included on Linux.Lutz Bichler2015-02-161-1/+1
|
* Changed log message and level in case application stopped.Lutz Bichler2015-02-111-1/+1
|
* Moved a call methods to the outermost context from the state destructorLutz Bichler2015-02-111-1/+1
| | | to the transition function.
* Disabled an error message that was enabled by error.Lutz Bichler2015-02-111-1/+1
|
* Fixed handling of Magic Cookies. Adapted configuration files. Added aLutz Bichler2015-02-1014-294/+657
| | | description to run the tests.
* Updated udp service configuration to avoid an error message about anLutz Bichler2015-02-092-9/+20
| | | | unconfigured port. Fix a bug that let the routing manager try to access an already removed service group.
* Configuration files are json-files.Lutz Bichler2015-02-091-4/+4
|
* Provide (a little) more readable error messages.Lutz Bichler2015-02-023-2/+29
|
* Ensure a local is not deleted while sending.Lutz Bichler2015-02-022-3/+10
|
* Corrected connection state of routing manager proxy. It must beLutz Bichler2015-02-021-2/+2
| | | | considered connected as long as the sender endpoint (to the routing manager stub) is connected.
* Completely remove service entry from routing info structure when noLutz Bichler2015-02-021-0/+3
| | | | | instance is available anymore. Otherwise, malformed routing info messages are generated from the routing manager stub which crash the attached routing manager proxies.
* [PATCH] CMakeLists.txt: add flag to also compile with GCC 4.7.2Lutz Bichler2015-01-301-1/+1
| | | | | | | | | | | | | | | | Compiling the examples with GCC 4.7.2 fails with: error: 'sleep_for' is not a member of 'std::this_thread' General hints on the Internet [1, 2] explain the issue with GCC 4.7.2. Hence, this commit adds the specific _GLIBCXX_USE_NANOSLEEP definition that makes the compilation with GCC 4.7.2 possible. [1] http://stackoverflow.com/questions/12523122/what-is-glibcxx-use-nanosleep-all-about [2] http://stackoverflow.com/questions/4438084/stdthis-threadsleep-for-and-gcc Signed-off-by: Lukas Bulwahn, BMW Car IT GmbH <Lukas.Bulwahn@bmw.de>
* Updated todo list.Lutz Bichler2015-01-191-1/+6
|
* The usage find_package for configuring the threads implementationLutz Bichler2014-11-051-1/+3
| | | | | requires an additional compile flag on FreeBSD. Therefore, a new variable (OS_CXX_FLAGS) was introduced to allow setting OS-specific compile flags and was set to "-pthread" for FreeBSD.
* Removed "get/set" methods in application interface. The removedLutz Bichler2014-10-2011-167/+102
| | | | | | | | | | | | | | | | | | implementation used the event identifiers instead of the specific identifiers for setters and getters. As it is not possible to hide the specific get/set identifier from an application without changing method/event identifiers, the responsibility for implementing get/set is shifted to the application layer. Introduced a new interface function "notify", which can be used by an application to update a local event with a given payload. This function should be called whenever an event/field changes its value, thus it is especially useful for implementing the set function. Adapted the subscribe/notify sample to use the new interface. Signed-off-by: Lutz Bichler <Lutz.Bichler@bmw.de>
* Renamed eclipse project name to align to other projectsLutz Bichler2014-10-021-1/+1
|