tor/src
Nick Mathewson 05194cce62 Avoid c99 designated initializers in circuitmux_ewma.c
We still want to build on compilers w/o c99 support, such as
(notoriously, shamefully) MSVC.

So I'm commenting out the designated initializers in
circuitmux_ewma.c.  The alternative would have been to use some kind
of macros to use designated initializers only when they're
supported, but that's error-prone, and can lead to code having
different meanings under different compilers.

Bug 7286; fix on 0.2.4.4-alpha; spotted by Gisle Vanem.
2012-11-02 13:14:39 -04:00
..
common touch-ups 2012-10-26 00:39:06 -04:00
config 4aff97cfc didn't update the 'last modified' timestamp 2012-09-22 06:11:05 -04:00
ext Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilation 2012-11-01 17:40:27 -04:00
or Avoid c99 designated initializers in circuitmux_ewma.c 2012-11-02 13:14:39 -04:00
test Merge remote-tracking branch 'asn/bug6832' 2012-10-27 16:48:05 -04:00
tools Fix undefined reference to libm functions linking tor-fw-helper 2012-10-28 10:54:53 -04:00
win32 bump to 0.2.4.5-alpha-dev 2012-10-26 02:32:44 -04:00
include.am Move all externally maintained source files into src/ext 2012-10-11 17:22:03 -04:00