aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Test ExtORPort cookie initialization when file writing is broken.George Kadianakis
2013-08-15More unit tests for handle_client_auth_nonceNick Mathewson
2013-08-02Fix tor_get_lines_from_handle() for make check-spacesAndrea Shepard
2013-08-02Fixed "unused parameter cloexec" warnings on windowsNick Mathewson
2013-08-02Split the socketpair replacement code into its own function for testingNick Mathewson
2013-08-02Actually use the cloexec argument in the !defined(SOCK_CLOEXEC) caseNick Mathewson
2013-08-02Prepare patch for ticket 5129 for merging.Peter Retzlaff
2013-07-31Fix compilation on WindowsNick Mathewson
2013-07-31Merge branch 'bug9288_rebased'Nick Mathewson
2013-07-31Prepare some mock functions to test #9288.George Kadianakis
2013-07-18Merge branch 'bug8929_rebase_2'Nick Mathewson
2013-07-18Document what "escape" means in tor_escape_str_for_pt_argsNick Mathewson
2013-07-18Rename tor_escape_str_for_socks_arg() to something more generic.George Kadianakis
2013-07-18Pass characters to be escaped to tor_escape_str_for_socks_arg().George Kadianakis
2013-07-15Use format_hex_number_sigsafe to format syscalls in sandbox.cNick Mathewson
2013-07-15Lightly refactor and test format_hex_number_sigsafeNick Mathewson
2013-07-15Expose format_hex_number_..., and rename it to ..._sigsafe().Nick Mathewson
2013-07-15Don't build format_helper_exit_status on win32Nick Mathewson
2013-07-15Merge remote-tracking branch 'public/fancy_test_tricks'Nick Mathewson
2013-07-15Fix two pre-coffee typosPeter Palfrader
2013-07-15Document get_parent_directory morePeter Palfrader
2013-07-14cosmetic cleanupsRoger Dingledine
2013-07-13put sandbox.h in the tarball, so the tarball buildsRoger Dingledine
2013-07-12Merge remote-tracking branch 'public/gsoc-ctoader-cap-phase1-squashed'Nick Mathewson
2013-07-11Add a basic seccomp2 syscall filter on LinuxCristian Toader
2013-07-10Add rudimentary test mocking support.Nick Mathewson
2013-07-10Coverage support: build with --enable-coverage to have tests run with gcovNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-07-10Start work on fancy compiler tricks to expose extra stuff to our testsNick Mathewson
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-06-18Implement a real OOM-killer for too-long circuit queues.Nick Mathewson
2013-06-14Instead of testing for __GNUC__, use CHECK_SCANF, like CHECK_PRINTF.dana koch
2013-06-13Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-13Define SEEK_SET for platforms that lack it.Nick Mathewson
2013-06-13If we write the annotation but not the microdescriptor, rewind.Nick Mathewson
2013-06-12Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...Marek Majkowski
2013-06-12Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-12Revert "Use the FILE_SHARE_DELETE flag for CreateFile on a mapping"Nick Mathewson
2013-06-12Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-06-12Merge remote-tracking branch 'public/bug2077_share_delete' into maint-0.2.4Nick Mathewson
2013-06-12Use the FILE_SHARE_DELETE flag for CreateFile on a mappingNick Mathewson
2013-06-10Make OPENSSL_free(dh_string_repr) conditional.Nick Mathewson
2013-06-10Bug #5170 - make pkey_eq testable, introduce test_tortls.cMarek Majkowski
2013-06-06Bug 5170 - simplify i2d_PublicKey in pkey_eqMarek Majkowski
2013-06-06Bug #5170 - simplify i2d_X509Marek Majkowski
2013-06-06Bug #5170 - also simplify i2d_DHparamsMarek Majkowski
2013-06-06Bug #5170 - i2d_RSAPublicKey supports allocating its own output bufferMarek Majkowski
2013-05-28Merge remote-tracking branch 'karsten/task-6752-3'Nick Mathewson