Logo white

Peter M. Groen / redox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 152
  • Compare
  • Branches 1
  • Tags 0
  • redox
13 Jun, 2016
8 commits
  • verbose make for ci
    139752e9
    Hayk Martirosyan authored
    2016-06-13 23:26:22 -0700  
    Browse Code »
  • attempt to fix gtest failure
    6021b267
    Hayk Martirosyan authored
    2016-06-13 23:21:16 -0700  
    Browse Code »
  • make-ci script that runs tests
    a2a79865
    Hayk Martirosyan authored
    2016-06-13 23:08:57 -0700  
    Browse Code »
  • build examples and tests for travis
    6c15f811
    Hayk Martirosyan authored
    2016-06-13 22:41:19 -0700  
    Browse Code »
  • -y for apt-get install
    d10a41dd
    Hayk Martirosyan authored
    2016-06-13 22:36:25 -0700  
    Browse Code »
  • Relative path to make-ci
    e049f6d7
    Hayk Martirosyan authored
    2016-06-13 22:33:16 -0700  
    Browse Code »
  • Travis build script
    7f22660e
    Hayk Martirosyan authored
    2016-06-13 22:30:51 -0700  
    Browse Code »
  • Enable basic travis build
    4cda2094
    Hayk Martirosyan authored
    2016-06-13 22:19:20 -0700  
    Browse Code »

04 Feb, 2016
1 commit
  • Merge pull request #37 from sm3142/osx-include-fixes ...
    74bf7b49
    OSX include directive fixes
    Hayk Martirosyan authored
    2016-02-04 08:51:15 -0800  
    Browse Code »

12 Dec, 2015
2 commits
  • whitespace fixes
    62f37038
    Stefan Moser authored
    2015-12-12 14:02:16 +0100  
    Browse Code »
  • added library include dirs to CMakeLists.txt
    b149f5d0
    Stefan Moser authored
    2015-12-12 11:33:32 +0100  
    Browse Code »

15 Nov, 2015
5 commits
  • Merge pull request #35 from hmartiro/bugfix/binary_data_pubsub ...
    14a7f431
    Bugfix/binary data pubsub
    Hayk Martirosyan authored
    2015-11-15 10:55:22 -0800  
    Browse Code »
  • Remove extra print in example
    993b2a21
    Hayk authored
    2015-11-15 00:02:58 -0800  
    Browse Code »
  • Add eclipse stuff to gitignore
    788bbf5c
    Hayk authored
    2015-11-15 00:02:52 -0800  
    Browse Code »
  • Fix bug in subscriber for binary data ...
    259bc3a7
    Before, was relying on constructing an std::string from a char* that was
    assumed to be null terminated. Now, specify length explicitly.
    Hayk authored
    2015-11-15 00:02:45 -0800  
    Browse Code »
  • Add failing binary data pubsub test
    d89291b5
    Hayk authored
    2015-11-15 00:00:46 -0800  
    Browse Code »

14 Nov, 2015
1 commit
  • Merge pull request #33 from whoshuu/patch-1 ...
    d43a11d1
    Add syntax highlighting to README.md examples
    Hayk Martirosyan authored
    2015-11-14 16:36:45 -0800  
    Browse Code »

21 Oct, 2015
1 commit
  • Add syntax highlighting to README.md examples
    3ea755c0
    Huu Nguyen authored
    2015-10-21 08:39:26 -0700  
    Browse Code »

17 Oct, 2015
3 commits
  • Merge pull request #32 from esindril/master ...
    c0a7e596
    Add CMake find module for hiredis and libev
    Hayk Martirosyan authored
    2015-10-17 13:12:50 -0700  
    Browse Code »
  • CMake add build dependencies and improve portability
    ba1d4231
    Elvin Sindrilaru authored
    2015-10-17 22:06:30 +0200  
    Browse Code »
  • Merge pull request #30 from bveldhoen/strict-aliasing ...
    8f67d9dd
    Ignoring strict aliasing in some usages of libev macros.
    Hayk Martirosyan authored
    2015-10-17 11:55:04 -0700  
    Browse Code »

13 Oct, 2015
1 commit
  • Add CMake find module for hiredis and libev
    702deb64
    Elvin Sindrilaru authored
    2015-10-13 22:22:37 +0200  
    Browse Code »

06 Oct, 2015
1 commit
  • Ignoring strict aliasing in some usages of libev macros. ...
    764204b2
    With compiler warning -Wstrict-aliasing enabled, usage of the macros
    ev_async_timer and ev_timer_init yields said warnings.
    Created templates to locally turn off these warnings.
    Compiles without warnings with gcc 4.9.2 and clang 3.5.
    Bram Veldhoen authored
    2015-10-06 14:34:50 +0200  
    Browse Code »

28 Sep, 2015
2 commits
  • Merge pull request #27 from hmartiro/bdallas-master ...
    350c0377
    Fixes for Multi-Threading (bdallas)
    Hayk Martirosyan authored
    2015-09-28 08:18:33 -0700  
    Browse Code »
  • Bump minor version
    080720ce
    Hayk Martirosyan authored
    2015-09-28 08:17:51 -0700  
    Browse Code »

27 Sep, 2015
2 commits
  • Add multithreading CRUD test ...
    11aaa703
    From @bveldhoen, PR #25
    4a964d09dbe1ce58ac0318ea719752721f174804
    Hayk Martirosyan authored
    2015-09-27 23:38:30 -0700  
    Browse Code »
  • Cleanup of synchronization fixes ...
    3e1fa843
    * Use lock_guard instead of unique_lock when possible
    * Make a few types non-atomic since they are already guarded by a mutex
    * Create setVariable helpers that lock and notify
    Hayk Martirosyan authored
    2015-09-27 23:25:27 -0700  
    Browse Code »

01 Sep, 2015
12 commits
  • Removed extrenuous notify.
    2e3a71b8
    Bryan Dallas authored
    2015-09-01 14:37:00 -0400  
    Browse Code »
  • Fix for hang on disconnect.
    d603ba5c
    Bryan Dallas authored
    2015-09-01 14:33:40 -0400  
    Browse Code »
  • Fix for variable in the wrong scope.
    66e306d9
    Bryan Dallas authored
    2015-09-01 11:41:51 -0400  
    Browse Code »
  • Fixed incorrect usage of atomic_fetch_add
    1d77edb0
    Bryan Dallas authored
    2015-09-01 11:37:19 -0400  
    Browse Code »
  • Fixed missing std:: errors
    22bd580c
    Bryan Dallas authored
    2015-09-01 11:30:19 -0400  
    Browse Code »
  • Made reply status an int instead of an atomic int because it is only ever assign… ...
    5c28f2a6
    …ed to and has no locking anyway so this will be the same functionality.
    Bryan Dallas authored
    2015-09-01 11:16:37 -0400  
    Browse Code »
  • Added a notify for the exit waiter in the error condition.
    7a8faedc
    Bryan Dallas authored
    2015-09-01 11:07:08 -0400  
    Browse Code »
  • Fix so that we only read from each atomic variable once instead of twice. This w… ...
    c3558a48
    …ill make debugging easier if the error condition does occur.
    Bryan Dallas authored
    2015-09-01 11:04:07 -0400  
    Browse Code »
  • Added more instances of correct locking while reading the connect_state_ variable.
    ddaac7a7
    Bryan Dallas authored
    2015-09-01 11:01:25 -0400  
    Browse Code »
  • Added a lock for when we read the connect_state_.
    5440bf64
    Bryan Dallas authored
    2015-09-01 10:58:34 -0400  
    Browse Code »
  • Changed usages of commands_created_ so that it is an atomic fetch and add. Other… ...
    745d70b1
    …wise problems could occur where you increment, then fetch and get the wrong number.
    Bryan Dallas authored
    2015-09-01 10:55:19 -0400  
    Browse Code »
  • Fixed usage of running_ that did not include a lock.
    87ff584e
    Bryan Dallas authored
    2015-09-01 10:53:59 -0400  
    Browse Code »

24 Aug, 2015
1 commit
  • More locking fixes for client.cpp ...
    91e3e06c
    Very similar to the fixes for Command and Subscriber, adds locking
    around booleans used as flags for condition variables.
    Collin Hockey authored
    2015-08-24 09:31:35 -0400  
    Browse Code »