- Jan 26, 2015
-
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jan 25, 2015
-
-
Craig Tiller authored
Fixing some win32 sockets misuses
-
Craig Tiller authored
Adding Visual Studio filters.
-
Craig Tiller authored
Fixing a suspicious-looking paradigm in murmur_hash.c
-
Nicolas "Pixel" Noble authored
The current code is using the same variable name twice, k1, in two different scopes. A cursory inspection of the code looks like one is trying to sneak a vulnerability by masking off the reset of the k1 variable out of the loop; which is, in fact, what the official algorithm does explicitely. I guess this is a result of the C89-ization of the official algorithm, with the second k1 variable usually defined AFTER the loop. This change brings more sanity to the algorithm, making it much better-looking by removing all ambiguity in what we're doing. The end result is exactly the same, but at least we're explicit about it.
-
- Jan 24, 2015
-
-
Nicolas "Pixel" Noble authored
-
Nicolas 'Pixel' Noble authored
-
Nicolas Noble authored
Bring the rest of Python RPC Framework into GRPC.
-
donnadionne authored
Creds
-
Nathaniel Manista authored
-
Tim Emiola authored
Docker
-
Yang Gao authored
-
Yang Gao authored
-
Yang Gao authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Donna Dionne authored
removing commented out line
-
Donna Dionne authored
-
Nathaniel Manista authored
-
Craig Tiller authored
Factoring visual studio code into a buildgen plugin.
-
murgatroid99 authored
-
murgatroid99 authored
-
- Jan 23, 2015
-
-
jboeuf authored
Remove more uses of sprintf
-
Craig Tiller authored
-
murgatroid99 authored
-
Craig Tiller authored
-
jboeuf authored
Remove uses of sprintf
-