Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
Reverse Diff
Changes in
lib/url.c
[12f041d:5ebff60]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
lib/url.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
lib/url.c
r12f041d
r5ebff60
48
48
} else if (g_strncasecmp(set_url, "socks5", i - set_url) == 0) {
49
49
url->proto = PROTO_SOCKS5;
50
} else if (g_strncasecmp(set_url, "socks4a", i - set_url) == 0) {
51
url->proto = PROTO_SOCKS4A;
52
50
} else {
53
51
return 0;
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive