aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_edge.c
AgeCommit message (Expand)Author
2017-09-11Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-09-11Fix GCC 7 -Wimplicit-fallthrough warningsAndreas Stieger
2017-08-01Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-08-01Merge remote-tracking branch 'public/bug18100_029' into maint-0.2.9Nick Mathewson
2017-06-08TROVE-2017-004: Fix assertion failure in relay_send_end_cell_from_edge_David Goulet
2017-05-15Fix the TRPOXY typo in connection_edge.cNick Mathewson
2017-03-04Merge remote-tracking branch 'teor/bug21576_029_v2' into maint-0.3.0Nick Mathewson
2017-03-02Fix a crash when a connection tries to open just after it has been unlinkedteor
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2017-01-13hs: Log if service can't connect to applicationDavid Goulet
2016-12-18fix typos and trivial syntax problemsRoger Dingledine
2016-12-12Replace "people" with the appropriate network component in commentsJ. Ryan Stinnett
2016-12-09Downgrade a harmless bug warning to info.Nick Mathewson
2016-11-14Fix a "shouldn't have reached this" warning in connection_edge.cNick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-11-03Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-03Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2016-11-01Ask event_base_loop to finish when we add a pending streamRoger Dingledine
2016-10-28Fix bad warning when checking IP policies.Nick Mathewson
2016-10-27Comment the heck out of the stream/circuit attaching process.Nick Mathewson
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-10-14Extract ExitPolicy-and-IPv6Exit check into a new functionNick Mathewson
2016-10-05Clean up and fix exit policy check in connection_exit_connect().Nick Mathewson
2016-10-02remove whitespace accidentally added in 4f1a04ffRoger Dingledine
2016-09-13Merge branch 'feature-17178-v7-squashed-v2'Nick Mathewson
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-08-24Check onion hostnames against client port flagsteor (Tim Wilson-Brown)
2016-08-24Check non-onion hostnames & IP addresses against client port flagsteor (Tim Wilson-Brown)
2016-08-24Make Tor2Web error message clearerteor (Tim Wilson-Brown)
2016-08-24Comment-only punctuation fixteor (Tim Wilson-Brown)
2016-08-12Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson
2016-08-02Remove generic_buffer_*() functions as needless.Nick Mathewson
2016-08-02Rename generic_buffer_set_to_copy, since generic buffers are not a thingNick Mathewson
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-06-09Reduce make check-spaces noiseAndrea Shepard
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-09Merge branch 'feature15588_squashed'Nick Mathewson
2016-05-09Use uint8_t for rend descriptor_cookie fieldsJohn Brooks
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-27Correct further grammatical errors in tor commentsNick Mathewson
2015-12-17Another try at fixing 17752Nick Mathewson
2015-12-16More emergency-check code for un-removed pending entry connsNick Mathewson
2015-12-16Add an edge_about_to_close() call to ap_about_to_close().Nick Mathewson