aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-12fixed compilation bug on i386 due to previous fixCristian Toader
2013-09-12bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1Cristian Toader
2013-09-12remove debugging codeCristian Toader
2013-09-12added extra buffer and limit to mprotect not to exceed the length of that bufferCristian Toader
2013-09-11Fix osx compilation again, hopefully better this time.Nick Mathewson
2013-09-10added filter protection for string parameter memoryCristian Toader
2013-09-10fixed socket syscall bugCristian Toader
2013-09-10fixed compilation error on i386 linux by moving sandbox_cfg_t definitionCristian Toader
2013-09-09Fix check-spacesNick Mathewson
2013-09-09Fix compilation on OSXNick Mathewson
2013-09-09forward-port 0.2.4.17-rc changelogRoger Dingledine
2013-09-09Do not try to add non-existent syscalls.Nick Mathewson
2013-09-09Build correctly with older libeventsNick Mathewson
2013-09-09Split libevent AC_CHECK_FUNCS call into multiple linesNick Mathewson
2013-09-09Fix a warning related to SCMP_CMP definition in header.Nick Mathewson
2013-09-09Fix most of the --enable-gcc-warnings warnings in the sandbox codeNick Mathewson
2013-09-09Remove a usage of free()Nick Mathewson
2013-09-09Basic compilation fixes.Nick Mathewson
2013-09-08Fix unit tests with --disable-curve25519Nick Mathewson
2013-09-06added missing documentation for sandbox functionsCristian Toader
2013-09-06passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...Cristian Toader
2013-09-06replaced strdup with tor_strdupCristian Toader
2013-09-06replaced malloc/free with tor_malloc/tor_freeCristian Toader
2013-09-06switched string lengths from int to size_t in prot_strings()Cristian Toader
2013-09-05Merge remote-tracking branch 'public/bug9645'Nick Mathewson
2013-09-05Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine
2013-09-05Revert e443beff and solve it a different wayRoger Dingledine
2013-09-05don't let recently_chosen_ntors overflowRoger Dingledine
2013-09-04Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-04nickm wants us to prioritize tap in a currently-rare edge caseRoger Dingledine
2013-09-04add a changes entry for ticket 9574Roger Dingledine
2013-09-04Be more general in calculating expected onion queue processing timeRoger Dingledine
2013-09-04let the NumNTorsPerTAP consensus param override our queue choiceRoger Dingledine
2013-09-04do a lopsided round-robin between the onion queuesRoger Dingledine
2013-09-04check bounds on handshake_type more thoroughlyRoger Dingledine
2013-09-04add info-level logs to help track onion queue sizesRoger Dingledine
2013-09-04refactor and give it unit testsRoger Dingledine
2013-09-04Separate cpuworker queues by handshake typeRoger Dingledine
2013-09-04Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-04Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-09-04Merge branch 'bug9671_023' into maint-0.2.3Nick Mathewson
2013-09-04use !cbt_disabled in place of LearnCBT to avoid needless circsNick Mathewson
2013-09-04Add Extended ORPort information to the man page.George Kadianakis
2013-09-03Add a clarification to gcov instructionsNick Mathewson
2013-09-03Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-03Merge branch 'bug9400_024_squashed' into maint-0.2.4Nick Mathewson
2013-09-03Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson
2013-09-03Fix bug 9645: don't forget an md just because we can't save it.Nick Mathewson