index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
url.c
Age
Commit message (
Expand
)
Author
2012-04-23
URL parse: reject numerical IPv6 addresses outside brackets
Daniel Stenberg
2012-04-19
url.c: CURLOPT_HTTPAUTH and CURLOPT_PROXYAUTH fixes
Yang Tse
2012-04-18
Take in account that CURLAUTH_* bitmasks are now 'unsigned long'
Yang Tse
2012-04-12
url.c: fix compiler warning
Yang Tse
2012-04-05
CURLOPT_POSTREDIR: also allow 303 to do POST on the redirected URL
Andrei Cipu
2012-03-22
CONNECT: fix multi interface regression
Daniel Stenberg
2012-03-16
fix some compiler warnings
Yang Tse
2012-03-08
CONNECT: made generically not per-protocol
Daniel Stenberg
2012-02-14
smtp_mail: Added support to MAIL FROM for the optional AUTH parameter
Steve Holme
2012-02-10
parse_proxy: simply memory handling
Daniel Stenberg
2012-02-10
parse_proxy: bail out on zero-length proxy names!
Daniel Stenberg
2012-02-09
CURLOPT_SSL_OPTIONS: added
Daniel Stenberg
2012-02-09
add library support for tuning TCP_KEEPALIVE
Dave Reisner
2012-02-07
curl_easy_reset: reset the referer string
Daniel Stenberg
2012-01-20
URL parse: user name with ipv6 numerical address
Daniel Stenberg
2012-01-18
ssl session caching: fix compiler warnings
Yang Tse
2012-01-16
add LF termination to infof() trace string
Yang Tse
2011-12-31
changed case: use new host name for subsequent HTTP requests
Daniel Stenberg
2011-12-24
Curl_do_more: fix typo logic
Daniel Stenberg
2011-12-23
resolve: don't leak pre-populated dns entries
Daniel Stenberg
2011-12-20
non-blocking active FTP: cleanup multi state usage
Daniel Stenberg
2011-12-20
FTP: perform active connections non-blocking
Gokhan Sengun
2011-12-20
timer: restore PRETRANSFER timing
Daniel Stenberg
2011-12-12
ConnectionExists: Fix reuse for TLS upgraded connections
Steve Holme
2011-12-09
create_conn: don't switch to HTTP protocol if tunneling is enabled
Daniel Stenberg
2011-11-24
query-part: ignore the URI part for given protocols
Jonas Schnelli
2011-11-21
protocol_connect: show verbose connect and set connect time
Daniel Stenberg
2011-11-17
CURLOPT_DNS_SERVERS: set name servers if possible
Jason Glasgow
2011-11-03
url.c and file.c: fix OOM triggered segfault
Yang Tse
2011-11-03
rename ftp_ssl: the struct field is used for many protocols
Daniel Stenberg
2011-11-02
url.c and transfer.c: nullify connection pointer when free()'ed
Yang Tse
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-10-20
Fixed compilation when HTTP or cookies are disabled
Dan Fandrich
2011-10-14
url.c: fix endless loop upon transport connection timeout
Yang Tse
2011-10-13
url.c: make line shorter than 80 chars
Yang Tse
2011-10-12
OOM handling/cleanup slight adjustments
Yang Tse
2011-10-11
OOM handling/cleanup slight adjustments
Yang Tse
2011-10-07
libcurl: some OOM handling fixes
Yang Tse
2011-10-02
multi: progress function abort must close connection
Daniel Stenberg
2011-09-28
SSL session sharing support added
Alejandro Alvarez
2011-09-22
NTLM_WB: fix disabling of NTLM_WB when NTLM is disabled
Yang Tse
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-09-04
NTLM WB: fix file descriptor leak upon OOM condition
Yang Tse
2011-09-02
MemoryTracking: fix logging of free() calls done where Curl_safefree is called
Yang Tse
2011-08-28
NTLM: END of refactoring/splitting/moving
Yang Tse
2011-08-27
NTLM_WB: final congruency naming adjustments
Yang Tse
2011-08-27
NTLM single-sign on adjustments (XI)
Yang Tse
2011-08-26
NTLM single-sign on adjustments (X)
Yang Tse
2011-08-19
connect: set TIMER_CONNECT
Daniel Stenberg
2011-08-18
FTP: fix proxy connect race condition
Daniel Stenberg
[next]