summaryrefslogtreecommitdiff
path: root/src/net.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-64/+64
* url: ensure minimum components for formattingv1.2.0maint/v1.2Edward Thomson2021-09-011-2/+3
* url: ensure minimum components for formattingEdward Thomson2021-09-011-0/+3
* url: introduce `git_net_url_dup`Edward Thomson2021-09-011-0/+40
* url: introduce `git_net_url_matches_pattern_list`Edward Thomson2021-09-011-0/+19
* url: introduce `git_net_url_matches_pattern`Edward Thomson2021-09-011-0/+55
* net: function to identify ipv6 addresses in URLsEdward Thomson2020-12-231-0/+5
* net: is_default_port is a boolEdward Thomson2020-12-231-1/+1
* net: use GIT_ASSERTEdward Thomson2020-11-271-1/+2
* runtime: move init/shutdown into the "runtime"Edward Thomson2020-10-111-1/+1
* Return false instead of segfaulting when checking for default portKim Altintop2020-08-311-1/+6
* net: free the url's query componentEdward Thomson2020-01-241-0/+1
* net: introduce path formatting functionEdward Thomson2020-01-241-0/+12
* net: introduce url formatting functionEdward Thomson2020-01-241-0/+33
* net: introduce git_net_url_joinpathEdward Thomson2020-01-241-0/+70
* net: refactor gitno redirect handlingEdward Thomson2020-01-241-0/+106
* net: add an isvalid functionEdward Thomson2020-01-241-0/+5
* git_net_url_parse: don't git_buf_decode_percent for pathIan Hattendorf2019-07-241-1/+1
* net: rename gitno_connection_data to git_net_urlEdward Thomson2019-06-101-0/+184