tor/src
Nick Mathewson 2aea6ca326 Fix a ubsan warning in our ctypes replacements
ubsan doesn't like 1<<31, since that's an undefined integer
overflow.  Instead, we should do 1u<<31.
2014-03-18 10:47:26 -04:00
..
common Fix a ubsan warning in our ctypes replacements 2014-03-18 10:47:26 -04:00
config Merge remote-tracking branch 'karsten/geoip2regcountry' 2014-02-25 10:04:37 -05:00
ext csiphash: don't attempt unaligned access 2014-03-18 10:43:46 -04:00
or Defensive programming: null [pn]_chan,circ_id in circuit_mark_for_close_ 2014-03-14 11:58:34 -04:00
test Fix a use-after-free in test_circuitlist.c 2014-03-18 09:47:13 -04:00
tools Make tor-gencert create 2048 bit signing keys. 2013-12-12 17:39:22 +01:00
win32 bump to 0.2.5.2-alpha 2014-02-13 04:06:36 -05:00
include.am Move all externally maintained source files into src/ext 2012-10-11 17:22:03 -04:00