- 29 Jul, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 26 Jul, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 23 Jul, 2013 5 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Use segment_info_update(|_ack) instead of sgmtinfo-update(|-ack). It seems the design documents were not consistent about that, so, obviously, different parts of code used different things.
-
Michal 'vorner' Vaner authored
Instead of generically any segment that is not local.
-
Michal 'vorner' Vaner authored
Rename readers_subscribed_ to readers_group_subscribed_.
-
- 12 Jul, 2013 15 commits
-
-
Michal 'vorner' Vaner authored
Pass the sgmtinfo-update command to the client list manager and ack the segment when done. Not tested, as there's interaction with the command channel and threads and external modules. Too much plumbing and too little functionality to test.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Provide a callback to receive commands for foreign modules. The current implementation is somewhat broken and unsatisfactory, but let's leave that up for later. We need a way now.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It's already in public section there.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 11 Jul, 2013 5 commits
-
-
Michal 'vorner' Vaner authored
Don't warn about static cast of function pointer print.
-
Michal 'vorner' Vaner authored
Synchronize the workthread and main thread in the authoritative server, by providing callbacks executed in the main thread after a work in the workthread is completed.
-
Michal 'vorner' Vaner authored
To silence cppcheck.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 10 Jul, 2013 12 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Conflicts: src/bin/d2/Makefile.am src/bin/d2/d2_messages.mes src/bin/d2/tests/Makefile.am
-
Marcin Siodelski authored
-
Stephen Morris authored
This change added in response to a "make distcheck" failute on one of the build systems.
-
Michal 'vorner' Vaner authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
These *.log and *.trs are created in all the tests/ directories when gtest unittests are run with automake 1.13.4. See: http://www.gnu.org/software/automake/manual/automake.html#Parallel-Test-Harness
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 09 Jul, 2013 1 commit
-
-
Stephen Morris authored
Only OSX uses ".dylib" as a suffix for shared libraries. Adjust configure.ac so that the operating system can be better determined, and ensure the hooks tests use the correct suffic for the test shared libraries.
-