aboutsummaryrefslogtreecommitdiff
path: root/src/or/ext_orport.c
AgeCommit message (Expand)Author
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-09-05Make buffers.c independent of or.hNick Mathewson
2017-08-03Switch to offsetof()Neel Chauhan
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-18Module-level docs for ext_orport and router.cNick Mathewson
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick Mathewson
2016-03-26Do not treat "DOCDOC" as doxygen.Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2015-11-25Now that crypto_rand() cannot fail, it should return void.Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-08-15Restore functionality for CookieAuthFileGroupReadable.Nick Mathewson
2014-04-19scan-build: sizeof(ptr*) in a debugging log in ext_orport.cNick Mathewson
2013-08-15Fix some #5040 bugs found by Nick's tests.George Kadianakis
2013-08-15Write some free_all functions to free the auth. cookies.George Kadianakis
2013-08-15Implement and use a generic auth. cookie initialization function.George Kadianakis
2013-08-15Make 0x01==SAFECOOKIE a macro, not a magic numberNick Mathewson
2013-08-15Unit test for basic ext_or_cookie authentication backendNick Mathewson
2013-08-15Split the cryptographic part of handle_client_auth_nonce into new fnNick Mathewson
2013-08-15Fix some ext_orport.c DOCDOCs.George Kadianakis
2013-08-15Tests for connection_write_ext_or_command.Nick Mathewson
2013-08-15Use memdup_nulterm and check for NULs in handle_cmd_transportNick Mathewson
2013-08-15Fix a variety of issues in 4773Nick Mathewson
2013-08-15Break up <??> differently, and explain whyNick Mathewson
2013-08-15Add guards to ext_orport.h, rename get_file to get_file_nameNick Mathewson
2013-08-15Fix a number of issues with the #5040 code.George Kadianakis
2013-08-15Make check-spaces happy.George Kadianakis
2013-07-18Make the Extended ORPort understand the TRANSPORT command.George Kadianakis
2013-07-18Fix logging severities and remove some trivial XXXs.George Kadianakis
2013-07-18More Extended ORPort code improvements.George Kadianakis
2013-07-18Move Extended ORPort code to its own module.George Kadianakis