parazyd
|
a1f06f32b8
gopher: Implement secure gopher protocol.
|
4 lat temu |
Daniel Stenberg
|
020aa0131b
docs/INTERNALS: remove reference to Curl_sendf()
|
4 lat temu |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 lat temu |
Daniel Stenberg
|
a87cca7b1c
sendf: move Curl_sendf to dict.c and make it static
|
4 lat temu |
Daniel Stenberg
|
6434a73984
Curl_handler: add 'family' to each protocol
|
4 lat temu |
Daniel Stenberg
|
31e53584db
escape: make the URL decode able to reject only %00 bytes
|
4 lat temu |
Daniel Stenberg
|
a96c7529eb
select: make Curl_socket_check take timediff_t timeout
|
4 lat temu |
Daniel Stenberg
|
4cd239fbf6
copyright: bump the copyright year range
|
4 lat temu |
Marc Hoersken
|
be28bc2241
gopher: check remaining time left during write busy loop
|
4 lat temu |
Daniel Stenberg
|
39c29626cb
gopher: remove check for path == NULL
|
5 lat temu |
Daniel Stenberg
|
65eb65fde6
urldata: simplify bytecounters
|
5 lat temu |
Daniel Stenberg
|
4b4062aaeb
gopher: fix memory leak from 9026083ddb2a9
|
6 lat temu |
Leonardo Taccari
|
9026083ddb
gopher: always include the entire gopher-path in request
|
6 lat temu |
Daniel Stenberg
|
46e164069d
url: use the URL API internally as well
|
6 lat temu |
Daniel Stenberg
|
1a890997a4
all: s/int/size_t cleanup
|
6 lat temu |
Leonardo Taccari
|
8f3c3cd08a
gopher: Do not translate `?' to `%09'
|
6 lat temu |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 lat temu |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 lat temu |
Andrew Krieger
|
7b1430c0b4
fix potential use of uninitialized variables
|
7 lat temu |
Dan Fandrich
|
f7285cc02b
gopher: fixed detection of an error condition from Curl_urldecode
|
7 lat temu |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 lat temu |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 lat temu |
Daniel Stenberg
|
46133aa536
escape: avoid using curl_easy_unescape() internally
|
8 lat temu |
Daniel Stenberg
|
9a509680f6
gopher: properly return error for poll failures
|
8 lat temu |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 lat temu |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 lat temu |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 lat temu |
Orange Tsai
|
5bf36ea30d
gopher: don't send NUL byte
|
9 lat temu |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 lat temu |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 lat temu |