aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net
AgeCommit message (Expand)Author
2020-04-07Added tests for tor_addr_is_null/valid()MrSquanchee
2020-04-07Merge branch 'pr1838_squashed'teor
2020-03-27correct tor_addr_family() function commentRoger Dingledine
2020-03-26Add a SUBSYS_DECLARE_LOCATION() to every subsystem.Nick Mathewson
2020-03-05Merge branch 'clang_format_prep_3'Nick Mathewson
2020-02-13Re-order most subsystems to correspond to dependency order.Nick Mathewson
2020-02-11Merge branch 'ticket32362_squashed'Nick Mathewson
2020-02-11Check for leading zeros in tor_inet_aton()Neel Chauhan
2020-02-10Use semicolons after HT_PROTOTYPE and HT_GENERATE.Nick Mathewson
2020-02-06Try to shorten an #error in address.cNick Mathewson
2020-02-04address: Fix comments in address.hteor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Space the a-d unsigned ints in tor_inet_aton()Neel Chauhan
2019-12-20Fix spacing in tor_sscanf() call in tor_inet_aton()Neel Chauhan
2019-12-20Fix spacing in tor_inet_aton() function headerNeel Chauhan
2019-12-20Code Style: Delete PRIVATE defines that are never usedteor
2019-11-21hs-v3: Return bad address SOCKS5 extended errorDavid Goulet
2019-11-18Merge branch 'tor-github/pr/1423'George Kadianakis
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-26doxygen: add @file declarations for src/libNick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22Fix a macro in address.c so coccinelle can understand itNick Mathewson
2019-10-17socks: Send back extended error code if setDavid Goulet
2019-10-16Doxygen: fix warnings about mismatched HTML tags.Nick Mathewson
2019-10-16Doxygen: Fix mismatched filenames.Nick Mathewson
2019-10-04Make tor_addr_lookup_host_impl mockable.Nick Mathewson
2019-10-03Unify backend implementations for blocking hostname lookupNick Mathewson
2019-09-30Re-run "make autostyle" with improved annotate_ifdef_directivesNick Mathewson
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-06-26Merge branch 'bug30721_squashed'Nick Mathewson
2019-06-26address/resolve: Require square brackets on IPv6 address:portsteor
2019-06-26address/resolve: try harder to avoid returning uninitialised datateor
2019-06-26resolve: split sub-functions out of tor_addr_lookup()teor
2019-06-26resolve: refactor address family logic in tor_addr_lookup()teor
2019-06-26resolve: consistently parse IP addresses in square bracketsteor
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-28Trivial fix for a trivial warning with gcc 9.1.1Nick Mathewson
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-11Don't leak on logic error in string_is_valid_nonrfc_hostname()Nick Mathewson
2019-03-12Merge branch 'tor-github/pr/763' into maint-0.4.0George Kadianakis
2019-03-08Merge remote-tracking branch 'bug28525_029' into maint-0.3.5teor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2019-01-14Merge remote-tracking branch 'teor/bug29015'Nick Mathewson