index
:
delta/genivi/vSomeIP.git
maintain/2.6
maintain/3.1
master
github.com: GENIVI/vsomeip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Configuration files are json-files.
Lutz Bichler
2015-02-09
1
-4
/
+4
*
Provide (a little) more readable error messages.
Lutz Bichler
2015-02-02
3
-2
/
+29
*
Ensure a local is not deleted while sending.
Lutz Bichler
2015-02-02
2
-3
/
+10
*
Corrected connection state of routing manager proxy. It must be
Lutz Bichler
2015-02-02
1
-2
/
+2
*
Completely remove service entry from routing info structure when no
Lutz Bichler
2015-02-02
1
-0
/
+3
*
[PATCH] CMakeLists.txt: add flag to also compile with GCC 4.7.2
Lutz Bichler
2015-01-30
1
-1
/
+1
*
Updated todo list.
Lutz Bichler
2015-01-19
1
-1
/
+6
*
The usage find_package for configuring the threads implementation
Lutz Bichler
2014-11-05
1
-1
/
+3
*
Removed "get/set" methods in application interface. The removed
Lutz Bichler
2014-10-20
11
-167
/
+102
*
Renamed eclipse project name to align to other projects
Lutz Bichler
2014-10-02
1
-1
/
+1
*
Renamed readme.txt to multicast.txt to match its content
Lutz Bichler
2014-10-02
1
-2
/
+1
*
Updated todo list
Lutz Bichler
2014-10-02
1
-2
/
+9
*
[PATCH 8/8] include iostream headers to build with boost 1.56.0
Lutz Bichler
2014-09-24
3
-0
/
+4
*
[PATCH 7/8] CMakeLists.txt: install config files
Lutz Bichler
2014-09-24
1
-4
/
+19
*
[PATCH 6/8] CMakeLists.txt: install service discovery library
Lutz Bichler
2014-09-24
1
-0
/
+5
*
[PATCH 5/8] vsomeip.json: remove a typo during code inspection
Lutz Bichler
2014-09-24
1
-1
/
+1
*
[PATCH 4/8] CMakeLists.txt: also install sample applications
Lutz Bichler
2014-09-24
1
-0
/
+5
*
[PATCH 3/8] CMakeLists.txt: find and link Threads explicitly
Lutz Bichler
2014-09-24
1
-1
/
+3
*
[PATCH 2/8] CMakeLists.txt: add windows-style line breaks to some lines
Lutz Bichler
2014-09-24
1
-4
/
+4
*
[PATCH 1/8] CMakeLists.txt: allow in-source and out-of-source builds
Lutz Bichler
2014-09-24
1
-1
/
+1
*
Removed unused methods (open_filter, close_filter). These may be
Lutz Bichler
2014-08-21
3
-26
/
+0
*
Use lock_guard instead of unique_lock where possible (which are all(!)
Lutz Bichler
2014-08-19
8
-21
/
+22
*
Adapted formatting.
Lutz Bichler
2014-08-19
3
-4
/
+4
*
Log the reason for receiving a message on a local client endpoint.
Lutz Bichler
2014-08-19
1
-1
/
+1
*
Improved registration state update to application. Only do this if the
Lutz Bichler
2014-08-19
2
-6
/
+8
*
Ensure service offers are done after(!) application registration.
Lutz Bichler
2014-08-19
1
-3
/
+2
*
No need to send registered applications/services to routing manager as
Lutz Bichler
2014-08-19
1
-3
/
+3
*
Improved "improved" formatting ;-)
Lutz Bichler
2014-08-19
1
-2
/
+2
*
Improved formatting of log messages.
Lutz Bichler
2014-08-19
2
-6
/
+7
*
Bugfix: routing info was not correctly read at proxy side.
Lutz Bichler
2014-08-19
4
-18
/
+25
*
Refined registration process (ensure services can be started after
Lutz Bichler
2014-08-19
2
-16
/
+26
*
Merge branch 'redesign' of https://asc-repo.bmwgroup.net/gerrit/ascgit017.vSo...
Lutz Bichler
2014-08-19
1
-15
/
+19
|
\
|
*
Fixed standard configuration file.
Johannes Langlotz
2014-08-18
2
-17
/
+21
*
|
Implemented local event/field handling.
Lutz Bichler
2014-08-19
14
-210
/
+372
|
/
*
Enabled reliable events/fields. The configuration of an event was
Lutz Bichler
2014-08-18
19
-59
/
+216
*
Implemented get/set of fields. Only currently this works for remote
Lutz Bichler
2014-08-05
31
-2379
/
+2772
*
Implemented notification events (tested over IP / untested internally).
Lutz Bichler
2014-08-04
36
-703
/
+1113
*
Finally got the indexer to work. For newer compilers we do not need
Lutz Bichler
2014-08-04
1
-1
/
+2
*
Reverted changes to project settings.
Lutz Bichler
2014-08-04
2
-0
/
+0
*
Attempted to get C++11 support in Eclipse working. Failed...
Lutz Bichler
2014-08-04
1
-23
/
+57
*
Added new class to commonly represent IP endpoints.
Lutz Bichler
2014-08-01
3
-3
/
+89
*
First part of event/eventgroup implementation. Subscription works.
Lutz Bichler
2014-08-01
67
-2644
/
+3717
*
Removed "add_event", "add_field" and "remove_event_or_field" from the
Lutz Bichler
2014-07-28
14
-285
/
+259
*
Switched to json configuration files.
Lutz Bichler
2014-07-25
46
-1196
/
+1520
*
Ensure availability is signaled at most once per incoming SD message.
Lutz Bichler
2014-07-23
9
-14
/
+22
*
Only increment session identifier after successful send operations.
Lutz Bichler
2014-07-23
7
-191
/
+209
*
Service availability detection by service discovery is basically
Lutz Bichler
2014-07-23
29
-235
/
+451
*
Changed writing of constants (small letters now).
Lutz Bichler
2014-07-22
26
-138
/
+175
*
Fix receiving in case of multicasts (e.g. SD).
Lutz Bichler
2014-07-22
17
-64
/
+117
*
Added symbols needed for SD to the export map.
Lutz Bichler
2014-07-22
6
-16
/
+28
[next]