- 04 Jan, 2012 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This makes sure that tests are declared static, so the compiler complains when they are not used. Declaring static is easy to forget, and we want to make sure all tests are run!
-
- 10 Oct, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 01 Oct, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 30 Sep, 2011 11 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 29 Sep, 2011 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 15 Jul, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 14 Jul, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 12 Jul, 2011 10 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 11 Jul, 2011 2 commits
-
-
Pieter Noordhuis authored
This fixes the test always succeeding because the redis_protocol_t in the result is identical to the redis_protocol_t that is used as reference when the same parser is used (lame bug).
-
Pieter Noordhuis authored
-
- 07 Jul, 2011 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
This enables the parser to bail out on the first character that causes an overflow instead of checking for an overflow on the LF character. Doing this without separate states requires too much branching in the main loop that consumes integers (positive/negative overflow boundaries are different).
-
Pieter Noordhuis authored
-
- 05 Jul, 2011 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-