summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2012-05-16Merge remote-tracking branch 'public/bug5139'Nick Mathewson
2012-05-16In connection_ap_handshake_process_socks(), mark the socks request as finishe...Fabian Keil
2012-05-16Remove over-two-months-old entry guards even while running.Roger Dingledine
2012-05-16Correct documentation for remove_obsolete_entry_guards.Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2297'Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug2822'Nick Mathewson
2012-05-16Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-16Correct the bulletproofing of routerlist_insert()Nick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug3296'Nick Mathewson
2012-05-16When ReloadTorrcOnSIGHUP=1, do non-reload activities anywayNick Mathewson
2012-05-16Merge branch 'win32_winnt'Nick Mathewson
2012-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-15Merge branch 'bug5796_022_squashed' into maint-0.2.2Nick Mathewson
2012-05-15Fix a crash bug on SETCIRCUITPURPOSE.Nick Mathewson
2012-05-15Merge remote-tracking branch 'linus/task-5891'Nick Mathewson
2012-05-15Assert that rep_hist_format_desc_stats() returns !NULL.Linus Nordberg
2012-05-15Fix desc stats on bridge authorities that didn't serve anything.Karsten Loesing
2012-05-14Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson
2012-05-14Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson
2012-05-14MSVC build issue: it can't tell that tor_assert(0) aborts.Nick Mathewson
2012-05-14MSVC build issue: make 'const' in declaration match 'const' in definitionNick Mathewson
2012-05-14MSVC build issue: we use INLINE as the one that will magically workNick Mathewson
2012-05-14Be a good git person: store nmakefiles in correct text fmtNick Mathewson
2012-05-11Do not publish the "git-XXX" tag in server descriptorsNick Mathewson
2012-05-11Fix a couple of wide linesNick Mathewson
2012-05-11When no usable exit satisfies a predicted port, stop predicting it.Nick Mathewson
2012-05-11Merge remote-tracking branch 'asn/bug4865_take2'Nick Mathewson
2012-05-10Merge branch 'maint-0.2.2'Roger Dingledine
2012-05-10fix over-wide line from f661747370Roger Dingledine
2012-05-10Fix O(n^2) performance when parsing a big pile of extrainfosNick Mathewson
2012-05-10Merge branch 'bug5786'Nick Mathewson
2012-05-10Merge remote-tracking branch 'linus/bug5146'Nick Mathewson
2012-05-10Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2012-05-10Add missing CRLFs to AUTHCHALLENGE failure repliesRavi Chandra Padmala
2012-05-07Detect out-of-bounds bwweightscale values early in the voting processNick Mathewson
2012-05-07Check more thoroughly for dups when parsing networkstatus parametersNick Mathewson
2012-05-07Merge branch 'bug5645_take2'Nick Mathewson
2012-05-07Make a cast less const-violating; make a field size explicit.Nick Mathewson
2012-05-07Reorder rend_mid_rendezvous() to do protocol violation checks on top.George Kadianakis
2012-05-07Using %d to printf an enum may not be by-the-standard okay.Nick Mathewson
2012-05-07Fix an overwide lineNick Mathewson
2012-05-07Fix comments: There is no such thing as a NUL pointerNick Mathewson
2012-05-07Document some transports.c behaviors and assumptionsNick Mathewson
2012-05-03Ignore [::] when building descriptors.Linus Nordberg
2012-05-03Make transports.c logs a bit more helpful.George Kadianakis
2012-05-01Add a missing ntohl to tell_controller_about_resolve_resultNick Mathewson
2012-04-27Bridges should never set the send_unencrypted flag on any of their descsNick Mathewson
2012-04-24Merge remote-tracking branch 'arma/bug5623'Nick Mathewson
2012-04-24peel off some unnecessary parensRoger Dingledine
2012-04-24Merge remote-tracking branch 'nickm/bug2497'Roger Dingledine