aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix a SIZE_T_CEILING check in torgzip.c; noticed by cypherpunksNick Mathewson2011-01-05
* Detect and disallow compression bombsNick Mathewson2011-01-03
* Avoid assertion on read_file_to_str() with size==SIZE_T_CEILING-1Nick Mathewson2011-01-03
* Check size against SIZE_T_CEILING in realloc too.Nick Mathewson2011-01-03
* Never include pthread.h when building for Windows.Nick Mathewson2011-01-03
* fix whitespace issuesNick Mathewson2011-01-03
* Bump copyright statements to 2011Nick Mathewson2011-01-03
* Merge remote branch 'public/bug2190_021' into maint-0.2.1Nick Mathewson2010-12-21
|\
| * Do not send Libevent log messages to a controller (0.2.1 backport)Nick Mathewson2010-11-19
* | Merge commit 'nickm/fix_security_bug_021' into maint-0.2.1Roger Dingledine2010-12-16
|\ \
| * | Make payloads into uint8_t.Nick Mathewson2010-12-15
| * | Have all of our allocation functions and a few others check for underflowNick Mathewson2010-12-13
| * | Base SIZE_T_CEILING on SSIZE_T_MAX.Nick Mathewson2010-12-13
* | | Change gabelmoo's IP address and ports.Karsten Loesing2010-12-16
* | | Update to the December 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-12-08
|/ /
* | Fix compilation with mingw and OpenSSL 0.9.8m+mingw-san2010-11-23
* | Use S_CASE for ehostunreach, not E_CASE. Partial backport of 69deb22f. Fixes ...Nick Mathewson2010-11-23
* | Merge branch 'fix2204' into maint-0.2.1Nick Mathewson2010-11-21
|\ \ | |/ |/|
| * Do not set the hostname TLS extension server-side; only client-sideNick Mathewson2010-11-20
* | Disable logging to control port connections in buf_shrink_freelists.Robert Ransom2010-11-12
* | Move the original log_info call out of the core of buf_shrink_freelists.Robert Ransom2010-11-12
|/
* let unpublished bridges learn their ip address tooRoger Dingledine2010-11-11
* Enforce multiplicity rules when parsing annotations.Nick Mathewson2010-11-10
* Fix a bug where seting allow_annotations==0 only ignores annotations, but doe...Nick Mathewson2010-11-10
* Update to the October 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-10-04
* actually retry bridges when your network goes awayRoger Dingledine2010-09-28
* Merge remote branch 'karsten/geoip-sep2010' into maint-0.2.1Nick Mathewson2010-09-08
|\
| * Update to the September 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-09-08
* | Remove a needless keep_open_until_flushedNick Mathewson2010-09-08
* | Close a non-open OR connection *only* after KeepalivePeriod.Nick Mathewson2010-09-03
|/
* Backport END_STREAM_REASON_NOROUTE for client use.Sebastian Hahn2010-08-18
* Merge branch 'bug1141_v3' into maint-0.2.1Nick Mathewson2010-08-17
|\
| * Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting intervalNick Mathewson2010-08-17
* | Update to the August 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-08-03
|/
* Add maatuska as eighth v3 directory authority.Karsten Loesing2010-06-11
* Update to June 1 2010 Maxmind GeoLite Country database.Karsten Loesing2010-06-07
* move to maxmind geoip dbRoger Dingledine2010-05-06
* close idle tls conns earlyRoger Dingledine2010-04-23
* finally get rid of "clique mode"Roger Dingledine2010-04-23
* close idle dir-fetch circs earlyRoger Dingledine2010-04-23
* Fix renegotiation on OpenSSL versions that backport RFC5746.Nick Mathewson2010-04-13
* testsuite: Prevent the main thread from starving the worker threadsPeter Palfrader2010-04-12
* testsuite: Only free the main mutex when and if all the worker threads are donePeter Palfrader2010-04-12
* fetch relay descriptors from v3 authoritiesRoger Dingledine2010-04-03
* bump to 0.2.1.25Roger Dingledine2010-03-15
* clean up the 0.2.1.25 changelogRoger Dingledine2010-03-06
* Apply Roger's bug 1269 fix.Nick Mathewson2010-03-04
* Backport fix for time-goes-forward test. Fix bug 1267Nick Mathewson2010-03-02
* Update Tor Project copyright yearsNick Mathewson2010-02-27
* Properly handle non-terminated stringsSebastian Hahn2010-02-27